Opened 3 years ago
Closed 3 years ago
#2576 closed defect (fixed)
wcst_import - get axes defined in COSMO CRS 101 properly
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | wcst_import | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
COSMO CRS 101 https://pastebin.com/ah507Nnr has special structure for axes definition.
It has <gml:baseCRS>
which has lat
and lon
axes, but they are not the ones wcst_import should fetch.
wcst_import should fetch rlat
and rlon
axes instead.
The difficulty is wcst_import uses XPath and it fetches the first match from baseCRS
(lat
and lon
) instead of the second match for (rlat
and rlon
) which leads to exception "Could not find a definition for axis 'lat' in the axes parameter.")
Note:
See TracTickets
for help on using tickets.