Support for gml:CompoundCRS
Currently Petascope builds compound CRSs by concatenating URIs of single CRSs. Single CRSs can be temporal, projected, geodetic, index etc.
Since compound definitions are officially defined too, Petascope should support compounds of either single or compound definitions.
For instance, EPSG:7405 is the official compound CRS which concatenates the single horizontal EPSG:27700 and the vertical EPSG:5101.
Workaround: While waiting for this feature, URIs of CRSs should simply reference single definitions, so in the example above instead of referencing EPSG:7405 one should explicitly concatenate EPSG:27700 and EPSG:5101.
Change History
(10)
Owner: |
changed from Piero Campalani to gxinghua
|
Status: |
new → assigned
|
Owner: |
changed from gxinghua to Alex Dumitru
|
Cc: |
Bang Pham Huu added
|
Milestone: |
9.2 → 9.4
|
Owner: |
changed from Alex Dumitru to Dimitar Misev
|
Resolution: |
→ wontfix
|
Status: |
assigned → closed
|
Compounding is only possible over single CRS according to the specification. Nesting compound CRS should be an error, see #150