Opened 6 years ago
Closed 6 years ago
#1840 closed enhancement (duplicate)
wcst_import: optional reproject before import
Reported by: | Dimitar Misev | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | minor | Milestone: | 10.0 |
Component: | wcst_import | Version: | development |
Keywords: | Cc: | Vlad Merticariu, Peter Baumann | |
Complexity: | Medium |
Description
It would be convenient if an option to enable reprojection before importing data is supported in wcst_import. E.g.
"reproject": "EPSG:4326", ...
If it's not possible (e.g. for netcdf, grib, non-georeferenced data), an exception is thrown.
Note:
See TracTickets
for help on using tickets.
Can be done with a pre-hook (when implemented): #1895