Changes between Initial Version and Version 7 of Ticket #1536


Ignore:
Timestamp:
Apr 13, 2017, 2:32:27 PM (7 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1536

    • Property Summary WCST_Import regular axis's resolution is optionalWCST_Import netCDF regular axis's resolution is calculated internally
  • Ticket #1536 – Description

    initial v7  
    88                            "min": "${netcdf:variable:lon:min}",
    99                            "max": "${netcdf:variable:lon:max}",
     10                        "resolution": "${netcdf:variable:lon:resolution}",
    1011                            "gridOrder": 2
    1112                        },
     
    1516and 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).
    1617
    17 If the resolution is specified in ingredient file, compare with the computed value and notify if it is big different.
     18For GDAL recipe and Gribb, they already had the supporting variables to extract from the file natively
     19
     20{{{
     21GDAL: "resolution": "${gdal:resolutionX}"
     22GRIB: "resolution": "-${grib:jDirectionIncrementInDegrees}"
     23}}}
     24
    1825
    1926Use case: don't need to update the ingredient file (ideally) for most cases and have to calculate the resolution.