#2590 closed enhancement (fixed)
petacsope - support WCPS shorthand version for crsTransform()
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.1 |
Component: | petascope | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description (last modified by )
normally:
crsTransform($c, { E:"http://localhost:8080/def/crs/EPSG/0/4326", N:"http://localhost:8080/def/crs/EPSG/0/4326"}, {near})
shorthand:
crsTransform(c, "EPSG:4326", { near })
Change History (2)
comment:1 by , 3 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
comment:2 by , 2 years ago
Note:
See TracTickets
for help on using tickets.
OGC has adopted a shorthand notation, upon my initiative but not the way I wanted it - unfortunately I cannot find it now in this big mess called oapi-coverages github.
We should use that one. Alternatively, what ArcGIS and GDAL support and what I had suggested:
EPSG:4326
EPSG:4326+OGC:datetime
Let's discuss before doing it.