Changes between Initial Version and Version 7 of Ticket #1536
- Timestamp:
- Apr 13, 2017, 2:32:27 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1536
- Property Summary WCST_Import regular axis's resolution is optional → WCST_Import netCDF regular axis's resolution is calculated internally
-
Ticket #1536 – Description
initial v7 8 8 "min": "${netcdf:variable:lon:min}", 9 9 "max": "${netcdf:variable:lon:max}", 10 "resolution": "${netcdf:variable:lon:resolution}", 10 11 "gridOrder": 2 11 12 }, … … 15 16 and the resolution be calculated from the geo bound: min, max and totalnumber of grid pixels internally by the average of the distance between all geo coordinates (e.g: point0 - point1, point1 - point2,....pointn). 16 17 17 If the resolution is specified in ingredient file, compare with the computed value and notify if it is big different. 18 For GDAL recipe and Gribb, they already had the supporting variables to extract from the file natively 19 20 {{{ 21 GDAL: "resolution": "${gdal:resolutionX}" 22 GRIB: "resolution": "-${grib:jDirectionIncrementInDegrees}" 23 }}} 24 18 25 19 26 Use case: don't need to update the ingredient file (ideally) for most cases and have to calculate the resolution.