Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#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 Bang Pham Huu)

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 Bang Pham Huu, 2 years ago

Description: modified (diff)
Resolution: fixed
Status: assignedclosed

comment:2 by Peter Baumann, 2 years ago

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.

Note: See TracTickets for help on using tickets.