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 , 8 years ago
Component: | undecided → petascope |
---|---|
Milestone: | → 9.3 |
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
close as patch was accepted.