Opened 8 years ago

Closed 8 years ago

#1395 closed defect (fixed)

Wrong calculation on axis extent in wcst_import

Reported by: Vlad Merticariu Owned by: Vlad Merticariu
Priority: major Milestone: 9.3
Component: petascope Version: development
Keywords: Cc:
Complexity: Medium

Description

For netcdf coverages, the upper bound of a coverage is computed as:

floor(grid_low + number_of_geopixels / user_axis.resolution)

it should be:

round(grid_low + number_of_geopixels / user_axis.resolution)

Change History (1)

comment:1 by Bang Pham Huu, 8 years ago

Component: undecidedpetascope
Milestone: 9.3
Resolution: fixed
Status: newclosed

close as patch was accepted.

Note: See TracTickets for help on using tickets.