Opened 15 months ago
Closed 15 months ago
#2760 closed enhancement (fixed)
FIX - WCS / WCPS supports shorthand style for subsettingCRS / outputCRS / crsTransform
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.2 |
Component: | petascope | Version: | 10.2 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
instead of writing long CRS for settingCRS / outputCRS / crsTransform with http://localhost:8080/rasdaman/def/crs/EPSG/0/4326
, one can write: c[Lat:"EPSG:4326"(33.5:60.6)
or crsTransform(c, {Lat:"EPSG:4326", Lon:"EPSG:4326"} )
.
Note:
See TracTickets
for help on using tickets.