v1
latestOpenAPI 3.0.02026-08-06224588.5 KBCoordinate Reference Systems
Get one CRS
Get one CRS (any sub-type) given its essence
post/crs
Query parameters
modestring
The mode of return: 'persistable_reference' (default) string or 'essence' structure or 'persistable_reference_essence' i.e. the combination of other 2 options.
Headers
data-partition-idstring required
desired data partition id
Request body
Example request
{
"persistableReference": "{\"wkt\":\"GEOGCS[\\\"GCS_North_American_1927\\\",DATUM[\\\"D_North_American_1927\\\",SPHEROID[\\\"Clarke_1866\\\",6378206.4,294.9786982]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433],AUTHORITY[\\\"EPSG\\\",4267]]\",\"ver\":\"PE_10_3_1\",\"name\":\"GCS_North_American_1927\",\"authCode\":{\"auth\":\"EPSG\",\"code\":\"4267\"},\"type\":\"LBC\"}",
"essence": {
"authCode": {
"auth": "EPSG",
"code": "4267"
},
"type": "LBC",
"ver": "PE_10_3_1",
"name": "GCS_North_American_1927",
"wkt": "GEOGCS[\"GCS_North_American_1927\",DATUM[\"D_North_American_1927\",SPHEROID[\"Clarke_1866\",6378206.4,294.9786982]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433],AUTHORITY[\"EPSG\",4267]]"
}
}Response
A successful response