cityjson / specs

Specifications for CityJSON, a JSON-based encoding for 3D city models
https://cityjson.org
Creative Commons Zero v1.0 Universal
107 stars 25 forks source link

support for compound-CRS? #181

Open hugoledoux opened 10 months ago

hugoledoux commented 10 months ago

I think we should explore how we support compound-CRSs, which is done by proj/gdalwarp by using 2 EPSG: EPSG:28992+5709 (this is equivalent to using EPSG:7415 but there are cases, like copdem where EPSG:4326+3855 is used and there is no one EPSG for this).

The OGC Name Specs now accepts CURIEs, and it is explained there how we could support this:

this would mean modifying the "metadata"/"referenceSystem" to accept an array of strings, I guess.