- Introduction
- APIs
- Request data structures
- Response data structures
The main purpose of this service is to
- create spatial reference strings, also called persistable references, which are used to tag data items in the data platform given information from external systems like:
- Ocean textual representations, the recommended spatial reference for Ocean Petrel, Studio, and Techlog.
- Ocean or Petrel companion
crs_meta.xml, which are generated during data export and fully describe the spatial context of the exported data. - EPSG codes for coordinate reference systems (CRS) and cartographic transformations (CT) see EPSG registry.
- Well-known text (WKT) and individual spatial descriptors, which can be found e.g. in ProSource and other spatially aware systems.
- given a persistable reference, create human readable reports describing the components of a spatial reference. Such reports can be presented to end-users instead of the raw persistable reference or well-known text strings.
Generally, POST methods are used due to the size of the persistable reference strings or structured inputs.
The Spatial Reference Service is related to and completed by the CRS Catalog Service, which allows the discovery of spatial references where the definitions are not exactly given. Consumers have to deal with multiple choices though, especially when using CRS search.
| Header | Description |
|---|---|
| data-partition-id (Required) | Specify the desired accessible partition ID. Only one data partition can be specified at a time. |
| correlation-id (Optional) | Used to track a single request throughout all the services it passes through. This can be a GUID in the header with a key. If you are the service initiating the request, you should generate the ID. Otherwise, you should forward it on in the request. |
The Data Platform stores data in different data partitions, depending on the access to those data partitions in the OSDU system.
Note: Viewers permission to the provided data-partition is required to use these APIs.
This section covers the methods you can use to create a spatial reference definition. If no such data is present, use the [CRS Catalog Service](/. ./CRS-Catalog-Service.md).
Ocean textual representations, the recommended spatial reference for Ocean Petrel, Studio, and Techlog, consists of a pseudo-XML string, which is usually uniquely defined given an Esri version.
Open Try it out
An example for a [OceanTextualRepresentation](#oceantextualrepresentation) request:
{
"oceanTextualRepresentation": "ESRI,PE_10_3_1: <?xml version=\"1.0\" encoding=\"utf-16\"?><ILateBoundCoordinateReferenceSystem name=\"GCS_WGS_1984\"><AuthorityCode>EPSG,4326</AuthorityCode></ILateBoundCoordinateReferenceSystem>"
}An example for a [ConvertToPersistableReferenceResponse](#converttopersistablereferenceresponse) response:
{
"oceanTextualRepresentation": "ESRI,PE_10_3_1: <?xml version=\"1.0\" encoding=\"utf-16\"?><ILateBoundCoordinateReferenceSystem name=\"GCS_WGS_1984\"><AuthorityCode>EPSG,4326</AuthorityCode></ILateBoundCoordinateReferenceSystem>",
"persistableReference": "{\"authCode\":{\"auth\":\"EPSG\",\"code\":\"4326\"},\"type\":\"LBC\",\"ver\":\"PE_10_3_1\",\"name\":\"GCS_WGS_1984\",\"wkt\":\"GEOGCS[\\\"GCS_WGS_1984\\\",DATUM[\\\"D_WGS_1984\\\",SPHEROID[\\\"WGS_1984\\\",6378137.0,298.257223563]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433],AUTHORITY[\\\"EPSG\\\",4326]]\"}",
"statusInformation": "Success"
}| Error codes | Description |
|---|---|
| 400 | Error or invalid input or missing mandatory properties |
| 401, 403 | User not authenticated or not entitled to access the shared data partition |
| 500 | Internal server error |
Ocean companion files are usually generated during export from Petrel. This method takes the companion file read as a string as input oceanCompanionXml and creates a persistable reference of the companion contents.
Open Try it out
An example for a [OceanCompanionXml](#oceancompanionxml) request:
{
"oceanCompanionXml": "<?xml version=\"1.0\" encoding=\"utf-8\"?><SpatialCompanion version=\"1.0\"><IEarlyBoundCoordinateReferenceSystem name=\"NAD27 * SIS: Fallback,15851,1693 / UTM zone 11N [26711,158511693]\" crsType=\"Projected\" engine=\"ESRI\" engineVersion=\"PE_10_3_1\"><AuthorityCode>SLB,26711100</AuthorityCode><ILateBoundCoordinateReferenceSystem name=\"NAD_1927_UTM_Zone_11N\"><AuthorityCode>EPSG,26711</AuthorityCode><WKT>PROJCS[\"NAD_1927_UTM_Zone_11N\",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]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",500000.0],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",-117.0],PARAMETER[\"Scale_Factor\",0.9996],PARAMETER[\"Latitude_Of_Origin\",0.0],UNIT[\"Meter\",1.0],AUTHORITY[\"EPSG\",26711]]</WKT></ILateBoundCoordinateReferenceSystem><ICompoundTransform name=\"GCS_North_American_1927-to-GCS_WGS_1984 (Fallback) {15851; 1693}\"><AuthorityCode>SIS,550214</AuthorityCode><Description>Compound transform, Fallback policy {EPSG,15851; EPSG,1693}</Description><Policy>Fallback</Policy><CartographicTransforms><ISimpleTransform><AuthorityCode>EPSG,15851</AuthorityCode><WKT>GEOGTRAN[\"NAD_1927_To_WGS_1984_79_CONUS\",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]],GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],METHOD[\"NADCON\"],PARAMETER[\"Dataset_conus\",0.0],AUTHORITY[\"EPSG\",15851]]</WKT></ISimpleTransform><ISimpleTransform><AuthorityCode>EPSG,1693</AuthorityCode><WKT>GEOGTRAN[\"NAD_1927_To_WGS_1984_33\",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]],GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],METHOD[\"NTv2\"],PARAMETER[\"Dataset_canada/Ntv2_0\",0.0],AUTHORITY[\"EPSG\",1693]]</WKT></ISimpleTransform></CartographicTransforms></ICompoundTransform></IEarlyBoundCoordinateReferenceSystem><Info history=\"Made by Petrel\" /></SpatialCompanion>"
}An example for a [ConvertCompanionResponse](#convertcompanionresponse) response:
{
"oceanCompanionXml": "<?xml version=\"1.0\" encoding=\"utf-8\"?><SpatialCompanion version=\"1.0\"><IEarlyBoundCoordinateReferenceSystem name=\"NAD27 * SIS: Fallback,15851,1693 / UTM zone 11N [26711,158511693]\" crsType=\"Projected\" engine=\"ESRI\" engineVersion=\"PE_10_3_1\"><AuthorityCode>SLB,26711100</AuthorityCode><ILateBoundCoordinateReferenceSystem name=\"NAD_1927_UTM_Zone_11N\"><AuthorityCode>EPSG,26711</AuthorityCode><WKT>PROJCS[\"NAD_1927_UTM_Zone_11N\",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]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",500000.0],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",-117.0],PARAMETER[\"Scale_Factor\",0.9996],PARAMETER[\"Latitude_Of_Origin\",0.0],UNIT[\"Meter\",1.0],AUTHORITY[\"EPSG\",26711]]</WKT></ILateBoundCoordinateReferenceSystem><ICompoundTransform name=\"GCS_North_American_1927-to-GCS_WGS_1984 (Fallback) {15851; 1693}\"><AuthorityCode>SIS,550214</AuthorityCode><Description>Compound transform, Fallback policy {EPSG,15851; EPSG,1693}</Description><Policy>Fallback</Policy><CartographicTransforms><ISimpleTransform><AuthorityCode>EPSG,15851</AuthorityCode><WKT>GEOGTRAN[\"NAD_1927_To_WGS_1984_79_CONUS\",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]],GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],METHOD[\"NADCON\"],PARAMETER[\"Dataset_conus\",0.0],AUTHORITY[\"EPSG\",15851]]</WKT></ISimpleTransform><ISimpleTransform><AuthorityCode>EPSG,1693</AuthorityCode><WKT>GEOGTRAN[\"NAD_1927_To_WGS_1984_33\",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]],GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],METHOD[\"NTv2\"],PARAMETER[\"Dataset_canada/Ntv2_0\",0.0],AUTHORITY[\"EPSG\",1693]]</WKT></ISimpleTransform></CartographicTransforms></ICompoundTransform></IEarlyBoundCoordinateReferenceSystem><Info history=\"Made by Petrel\" /></SpatialCompanion>",
"persistableReference": "{\"authCode\":{\"auth\":\"26711100\",\"code\":\"NAD27 * SIS: Fallback,15851,1693 / UTM zone 11N [26711,158511693]\"},\"type\":\"EBC\",\"ver\":\"ESRI,PE_10_3_1: \",\"name\":\"SLB\",\"lateBoundCRS\":{\"authCode\":{\"auth\":\"EPSG\",\"code\":\"26711\"},\"type\":\"LBC\",\"ver\":\"ESRI,PE_10_3_1: \",\"name\":\"NAD_1927_UTM_Zone_11N\",\"wkt\":\"PROJCS[\\\"NAD_1927_UTM_Zone_11N\\\",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]],PROJECTION[\\\"Transverse_Mercator\\\"],PARAMETER[\\\"False_Easting\\\",500000.0],PARAMETER[\\\"False_Northing\\\",0.0],PARAMETER[\\\"Central_Meridian\\\",-117.0],PARAMETER[\\\"Scale_Factor\\\",0.9996],PARAMETER[\\\"Latitude_Of_Origin\\\",0.0],UNIT[\\\"Meter\\\",1.0],AUTHORITY[\\\"EPSG\\\",26711]]\"},\"compoundCT\":{\"authCode\":{\"auth\":\"SIS\",\"code\":\"550214\"},\"type\":\"CT\",\"ver\":\"ESRI,PE_10_3_1: \",\"name\":\"GCS_North_American_1927-to-GCS_WGS_1984 (Fallback) {15851; 1693}\",\"policy\":\"Fallback\",\"cts\":[{\"authCode\":{\"auth\":\"EPSG\",\"code\":\"15851\"},\"type\":\"ST\",\"ver\":\"ESRI,PE_10_3_1: \",\"name\":null,\"wkt\":\"GEOGTRAN[\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",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]],GEOGCS[\\\"GCS_WGS_1984\\\",DATUM[\\\"D_WGS_1984\\\",SPHEROID[\\\"WGS_1984\\\",6378137.0,298.257223563]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],METHOD[\\\"NADCON\\\"],PARAMETER[\\\"Dataset_conus\\\",0.0],AUTHORITY[\\\"EPSG\\\",15851]]\"},{\"authCode\":{\"auth\":\"EPSG\",\"code\":\"1693\"},\"type\":\"ST\",\"ver\":\"ESRI,PE_10_3_1: \",\"name\":null,\"wkt\":\"GEOGTRAN[\\\"NAD_1927_To_WGS_1984_33\\\",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]],GEOGCS[\\\"GCS_WGS_1984\\\",DATUM[\\\"D_WGS_1984\\\",SPHEROID[\\\"WGS_1984\\\",6378137.0,298.257223563]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],METHOD[\\\"NTv2\\\"],PARAMETER[\\\"Dataset_canada/Ntv2_0\\\",0.0],AUTHORITY[\\\"EPSG\\\",1693]]\"}]}}",
"statusInformation": "Success"
}| Error codes | Description |
|---|---|
| 400 | Error or invalid input or missing mandatory properties |
| 401, 403 | User not authenticated or not entitled to access the shared data partition |
| 500 | Internal server error |
Create a persistable reference given a code (typically EPSG code) for a coordinate reference system (CRS).
Open Try it out
An example for a [LbCrsAuthorityCodeContainer](#lbcrsauthoritycodecontainer) request:
{
"lateBoundCrsAuthorityCode": "EPSG,26782"
}An example for a [LbCrsWktPartsConversionResponse](#lbcrswktpartsconversionresponse) response:
{
"lateBoundCrsParts": {
"lateBoundCrsName": "NAD_1927_StatePlane_Louisiana_South_FIPS_1702",
"lateBoundCrsAuthority": "EPSG",
"lateBoundCrsAuthorityCode": "26782",
"lateBoundCrsWkt": "PROJCS[\"NAD_1927_StatePlane_Louisiana_South_FIPS_1702\",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]],PROJECTION[\"Lambert_Conformal_Conic\"],PARAMETER[\"False_Easting\",2000000.0],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",-91.3333333333333],PARAMETER[\"Standard_Parallel_1\",29.3],PARAMETER[\"Standard_Parallel_2\",30.7],PARAMETER[\"Latitude_Of_Origin\",28.6666666666667],UNIT[\"Foot_US\",0.304800609601219],AUTHORITY[\"EPSG\",26782]]"
},
"persistableReference": "{\"authCode\":{\"auth\":\"EPSG\",\"code\":\"26782\"},\"type\":\"LBC\",\"ver\":\"PE_10_3_1\",\"name\":\"NAD_1927_StatePlane_Louisiana_South_FIPS_1702\",\"wkt\":\"PROJCS[\\\"NAD_1927_StatePlane_Louisiana_South_FIPS_1702\\\",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]],PROJECTION[\\\"Lambert_Conformal_Conic\\\"],PARAMETER[\\\"False_Easting\\\",2000000.0],PARAMETER[\\\"False_Northing\\\",0.0],PARAMETER[\\\"Central_Meridian\\\",-91.3333333333333],PARAMETER[\\\"Standard_Parallel_1\\\",29.3],PARAMETER[\\\"Standard_Parallel_2\\\",30.7],PARAMETER[\\\"Latitude_Of_Origin\\\",28.6666666666667],UNIT[\\\"Foot_US\\\",0.304800609601219],AUTHORITY[\\\"EPSG\\\",26782]]\"}",
"statusInformation": "Success"
}| Error codes | Description |
|---|---|
| 400 | Error or invalid input or missing mandatory properties |
| 401, 403 | User not authenticated or not entitled to access the shared data partition |
| 500 | Internal server error |
Create a persistable reference given a code (typically EPSG code) for a cartographic transformation (CT).
Open Try it out
An example for a [SglTrfAuthorityCodeContainer](#sgltrfauthoritycodecontainer) request:
{
"singleCartoTrfAuthorityCode": "EPSG,15851"
}An example for a [ConvertToPersistableReferenceResponse](#converttopersistablereferenceresponse) response:
{
"singleTrfParts": {
"singleCartoTrfName": "ED_1950_To_WGS_1984_23",
"singleCartoTrfAuthority": "EPSG",
"singleCartoTrfAuthorityCode": "1612",
"singleCartoTrfWkt": "GEOGTRAN[\"ED_1950_To_WGS_1984_23\",GEOGCS[\"GCS_European_1950\",DATUM[\"D_European_1950\",SPHEROID[\"International_1924\",6378388.0,297.0]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],METHOD[\"Position_Vector\"],PARAMETER[\"X_Axis_Translation\",-116.641],PARAMETER[\"Y_Axis_Translation\",-56.931],PARAMETER[\"Z_Axis_Translation\",-110.559],PARAMETER[\"X_Axis_Rotation\",0.893],PARAMETER[\"Y_Axis_Rotation\",0.921],PARAMETER[\"Z_Axis_Rotation\",-0.917],PARAMETER[\"Scale_Difference\",-3.52],AUTHORITY[\"EPSG\",1612]]"
},
"persistableReference": "{\"authCode\":{\"auth\":\"EPSG\",\"code\":\"1612\"},\"type\":\"ST\",\"ver\":\"PE_10_3_1\",\"name\":\"ED_1950_To_WGS_1984_23\",\"wkt\":\"GEOGTRAN[\\\"ED_1950_To_WGS_1984_23\\\",GEOGCS[\\\"GCS_European_1950\\\",DATUM[\\\"D_European_1950\\\",SPHEROID[\\\"International_1924\\\",6378388.0,297.0]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],GEOGCS[\\\"GCS_WGS_1984\\\",DATUM[\\\"D_WGS_1984\\\",SPHEROID[\\\"WGS_1984\\\",6378137.0,298.257223563]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],METHOD[\\\"Position_Vector\\\"],PARAMETER[\\\"X_Axis_Translation\\\",-116.641],PARAMETER[\\\"Y_Axis_Translation\\\",-56.931],PARAMETER[\\\"Z_Axis_Translation\\\",-110.559],PARAMETER[\\\"X_Axis_Rotation\\\",0.893],PARAMETER[\\\"Y_Axis_Rotation\\\",0.921],PARAMETER[\\\"Z_Axis_Rotation\\\",-0.917],PARAMETER[\\\"Scale_Difference\\\",-3.52],AUTHORITY[\\\"EPSG\\\",1612]]\"}",
"statusInformation": "Success"
}| Error codes | Description |
|---|---|
| 400 | Error or invalid input or missing mandatory properties |
| 401, 403 | User not authenticated or not entitled to access the shared data partition |
| 500 | Internal server error |
Create a persistable reference given an Esri well-known text (WKT), which is mandatory, and an optional name and authority code.
Open Try it out
An example for a [LbCrsContainer](#lbcrscontainer) request:
{
"lateBoundCrsWkt": "PROJCS[\"ED_1950_UTM_Zone_31N\",GEOGCS[\"GCS_European_1950\",DATUM[\"D_European_1950\",SPHEROID[\"International_1924\",6378388.0,297.0]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",500000.0],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",3.0],PARAMETER[\"Scale_Factor\",0.9996],PARAMETER[\"Latitude_Of_Origin\",0.0],UNIT[\"Meter\",1.0],AUTHORITY[\"EPSG\",23031]]",
"lateBoundCrsName": "ED_1950_UTM_Zone_31N",
"lateBoundCrsAuthority": "EPSG",
"lateBoundCrsAuthorityCode": "23031"
}An example for a [LbCrsWktPartsConversionResponse](#lbcrswktpartsconversionresponse) response:
{
"lateBoundCrsParts": {
"lateBoundCrsName": "ED_1950_UTM_Zone_31N",
"lateBoundCrsAuthority": "EPSG",
"lateBoundCrsAuthorityCode": "23031",
"lateBoundCrsWkt": "PROJCS[\"ED_1950_UTM_Zone_31N\",GEOGCS[\"GCS_European_1950\",DATUM[\"D_European_1950\",SPHEROID[\"International_1924\",6378388.0,297.0]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",500000.0],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",3.0],PARAMETER[\"Scale_Factor\",0.9996],PARAMETER[\"Latitude_Of_Origin\",0.0],UNIT[\"Meter\",1.0],AUTHORITY[\"EPSG\",23031]]"
},
"persistableReference": "{\"authCode\":{\"auth\":\"EPSG\",\"code\":\"23031\"},\"type\":\"LBC\",\"ver\":\"PE_10_3_1\",\"name\":\"ED_1950_UTM_Zone_31N\",\"wkt\":\"PROJCS[\\\"ED_1950_UTM_Zone_31N\\\",GEOGCS[\\\"GCS_European_1950\\\",DATUM[\\\"D_European_1950\\\",SPHEROID[\\\"International_1924\\\",6378388.0,297.0]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],PROJECTION[\\\"Transverse_Mercator\\\"],PARAMETER[\\\"False_Easting\\\",500000.0],PARAMETER[\\\"False_Northing\\\",0.0],PARAMETER[\\\"Central_Meridian\\\",3.0],PARAMETER[\\\"Scale_Factor\\\",0.9996],PARAMETER[\\\"Latitude_Of_Origin\\\",0.0],UNIT[\\\"Meter\\\",1.0],AUTHORITY[\\\"EPSG\\\",23031]]\"}",
"statusInformation": "Success"
}| Error codes | Description |
|---|---|
| 400 | Error or invalid input or missing mandatory properties |
| 401, 403 | User not authenticated or not entitled to access the shared data partition |
| 500 | Internal server error |
Create a persistable reference given
- A late-bound CRS by Esri well-known text (WKT), which is mandatory, and optional name and authority code
- A single cartographic transformation by Esri well-known text (WKT), which is the mandatory, and optional name and authority code
- An optional name and authority code for the combination, the early-bound CRS
Open Try it out
An example for a [EbCrsContainer](#ebcrscontainer) request:
{
"singleCartoTrfAuthorityCode": "1612",
"singleCartoTrfAuthority": "EPSG",
"earlyBoundCrsAuthorityCode": "23031023",
"earlyBoundCrsAuthority": "SLB",
"lateBoundCrsAuthorityCode": "23031",
"singleCartoTrfName": "ED_1950_To_WGS_1984_23",
"singleCartoTrfWkt": "GEOGTRAN[\"ED_1950_To_WGS_1984_23\",GEOGCS[\"GCS_European_1950\",DATUM[\"D_European_1950\",SPHEROID[\"International_1924\",6378388.0,297.0]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],METHOD[\"Position_Vector\"],PARAMETER[\"X_Axis_Translation\",-116.641],PARAMETER[\"Y_Axis_Translation\",-56.931],PARAMETER[\"Z_Axis_Translation\",-110.559],PARAMETER[\"X_Axis_Rotation\",0.893],PARAMETER[\"Y_Axis_Rotation\",0.921],PARAMETER[\"Z_Axis_Rotation\",-0.917],PARAMETER[\"Scale_Difference\",-3.52],AUTHORITY[\"EPSG\",1612]]",
"lateBoundCrsAuthority": "EPSG",
"lateBoundCrsName": "ED_1950_UTM_Zone_31N",
"lateBoundCrsWkt": "PROJCS[\"ED_1950_UTM_Zone_31N\",GEOGCS[\"GCS_European_1950\",DATUM[\"D_European_1950\",SPHEROID[\"International_1924\",6378388.0,297.0]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",500000.0],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",3.0],PARAMETER[\"Scale_Factor\",0.9996],PARAMETER[\"Latitude_Of_Origin\",0.0],UNIT[\"Meter\",1.0],AUTHORITY[\"EPSG\",23031]]",
"earlyBoundCrsName": "ED50 * EPSG-Nor N62 2001 / UTM zone 31N [23031,1612]"
}An example for a [EbCrsWktPartsConversionResponse](#ebcrswktpartsconversionresponse) response:
{
"earlyBoundCrsParts": {
"earlyBoundCrsName": "ED50 * EPSG-Nor N62 2001 / UTM zone 31N [23031,1612]",
"earlyBoundCrsAuthority": "SLB",
"earlyBoundCrsAuthorityCode": "23031023",
"lateBoundCrsName": "ED_1950_UTM_Zone_31N",
"lateBoundCrsAuthority": "EPSG",
"lateBoundCrsAuthorityCode": "23031",
"lateBoundCrsWkt": "PROJCS[\"ED_1950_UTM_Zone_31N\",GEOGCS[\"GCS_European_1950\",DATUM[\"D_European_1950\",SPHEROID[\"International_1924\",6378388.0,297.0]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",500000.0],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",3.0],PARAMETER[\"Scale_Factor\",0.9996],PARAMETER[\"Latitude_Of_Origin\",0.0],UNIT[\"Meter\",1.0],AUTHORITY[\"EPSG\",23031]]",
"singleCartoTrfName": "ED_1950_To_WGS_1984_23",
"singleCartoTrfAuthority": "EPSG",
"singleCartoTrfAuthorityCode": "1612",
"singleCartoTrfWkt": "GEOGTRAN[\"ED_1950_To_WGS_1984_23\",GEOGCS[\"GCS_European_1950\",DATUM[\"D_European_1950\",SPHEROID[\"International_1924\",6378388.0,297.0]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],METHOD[\"Position_Vector\"],PARAMETER[\"X_Axis_Translation\",-116.641],PARAMETER[\"Y_Axis_Translation\",-56.931],PARAMETER[\"Z_Axis_Translation\",-110.559],PARAMETER[\"X_Axis_Rotation\",0.893],PARAMETER[\"Y_Axis_Rotation\",0.921],PARAMETER[\"Z_Axis_Rotation\",-0.917],PARAMETER[\"Scale_Difference\",-3.52],AUTHORITY[\"EPSG\",1612]]"
},
"persistableReference": "{\"authCode\":{\"auth\":\"SLB\",\"code\":\"23031023\"},\"type\":\"EBC\",\"ver\":\"PE_10_3_1\",\"name\":\"ED50 * EPSG-Nor N62 2001 / UTM zone 31N [23031,1612]\",\"lateBoundCRS\":{\"authCode\":{\"auth\":\"EPSG\",\"code\":\"23031\"},\"type\":\"LBC\",\"ver\":\"PE_10_3_1\",\"name\":\"ED_1950_UTM_Zone_31N\",\"wkt\":\"PROJCS[\\\"ED_1950_UTM_Zone_31N\\\",GEOGCS[\\\"GCS_European_1950\\\",DATUM[\\\"D_European_1950\\\",SPHEROID[\\\"International_1924\\\",6378388.0,297.0]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],PROJECTION[\\\"Transverse_Mercator\\\"],PARAMETER[\\\"False_Easting\\\",500000.0],PARAMETER[\\\"False_Northing\\\",0.0],PARAMETER[\\\"Central_Meridian\\\",3.0],PARAMETER[\\\"Scale_Factor\\\",0.9996],PARAMETER[\\\"Latitude_Of_Origin\\\",0.0],UNIT[\\\"Meter\\\",1.0],AUTHORITY[\\\"EPSG\\\",23031]]\"},\"singleCT\":{\"authCode\":{\"auth\":\"EPSG\",\"code\":\"1612\"},\"type\":\"ST\",\"ver\":\"PE_10_3_1\",\"name\":\"ED_1950_To_WGS_1984_23\",\"wkt\":\"GEOGTRAN[\\\"ED_1950_To_WGS_1984_23\\\",GEOGCS[\\\"GCS_European_1950\\\",DATUM[\\\"D_European_1950\\\",SPHEROID[\\\"International_1924\\\",6378388.0,297.0]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],GEOGCS[\\\"GCS_WGS_1984\\\",DATUM[\\\"D_WGS_1984\\\",SPHEROID[\\\"WGS_1984\\\",6378137.0,298.257223563]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],METHOD[\\\"Position_Vector\\\"],PARAMETER[\\\"X_Axis_Translation\\\",-116.641],PARAMETER[\\\"Y_Axis_Translation\\\",-56.931],PARAMETER[\\\"Z_Axis_Translation\\\",-110.559],PARAMETER[\\\"X_Axis_Rotation\\\",0.893],PARAMETER[\\\"Y_Axis_Rotation\\\",0.921],PARAMETER[\\\"Z_Axis_Rotation\\\",-0.917],PARAMETER[\\\"Scale_Difference\\\",-3.52],AUTHORITY[\\\"EPSG\\\",1612]]\"}}",
"statusInformation": "Success"
}| Error codes | Description |
|---|---|
| 400 | Error or invalid input or missing mandatory properties |
| 401, 403 | User not authenticated or not entitled to access the shared data partition |
| 500 | Internal server error |
This section covers the methods used to convert a spatial reference definition from one format to another.
A CRS persistable reference is the most commonly used standard form of providing CRS metadata. This API converts the WKT in the persistable reference to its PROJ.4 notation.
Open Try it out
An example for a [PersistableReferenceToProj4](#persitablereferencetoproj4container) request:
{
"persitableReference":"{\"wkt\":\"PROJCS[\\\"WGS_1984_UTM_Zone_31N\\\",GEOGCS[\\\"GCS_WGS_1984\\\",DATUM[\\\"D_WGS_1984\\\",SPHEROID[\\\"WGS_1984\\\",6378137.0,298.257223563]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],PROJECTION[\\\"Transverse_Mercator\\\"],PARAMETER[\\\"False_Easting\\\",500000.0],PARAMETER[\\\"False_Northing\\\",0.0],PARAMETER[\\\"Central_Meridian\\\",3.0],PARAMETER[\\\"Scale_Factor\\\",0.9996],PARAMETER[\\\"Latitude_Of_Origin\\\",0.0],UNIT[\\\"Meter\\\",1.0],AUTHORITY[\\\"EPSG\\\",32631]]\",\"ver\":\"PE_10_3_1\",\"name\":\"WGS_1984_UTM_Zone_31N\",\"authCode\":{\"auth\":\"EPSG\",\"code\":\"32631\"},\"type\":\"LBC\"}"
}An example for a [PersistableReferenceToProj4ConversionResponse](#persistablereferencetoproj4conversionresponse) response:
{
"proj4":"+proj=utm +zone=31 +datum=WGS84 +units=m +no_defs"
}| Error codes | Description |
|---|---|
| 400 | Error or invalid input or missing mandatory properties |
| 401, 403 | User not authenticated or not entitled to access the shared data partition |
| 500 | Internal server error |
Spatial references, either Ocean textual representation strings, Esri well-known text (WKT), or data platform persistable reference strings are not designed for human consumption.
The reporting feature of this service parses the definitions and creates a structured sequence of strings or detailed description of the parts.
The reports exploit contextual knowledge around the Esri well-known text. Units and axis definitions are not explicitly given in the WKT; these are, however, derived by Esri convention.
Open Try it out
An example for a [ReportRequest](#reportrequest) request:
{
"spatialReference": "{\"lateBoundCRS\":{\"wkt\":\"PROJCS[\\\"ED_1950_UTM_Zone_31N\\\",GEOGCS[\\\"GCS_European_1950\\\",DATUM[\\\"D_European_1950\\\",SPHEROID[\\\"International_1924\\\",6378388.0,297.0]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],PROJECTION[\\\"Transverse_Mercator\\\"],PARAMETER[\\\"False_Easting\\\",500000.0],PARAMETER[\\\"False_Northing\\\",0.0],PARAMETER[\\\"Central_Meridian\\\",3.0],PARAMETER[\\\"Scale_Factor\\\",0.9996],PARAMETER[\\\"Latitude_Of_Origin\\\",0.0],UNIT[\\\"Meter\\\",1.0],AUTHORITY[\\\"EPSG\\\",23031]]\",\"ver\":\"PE_10_3_1\",\"name\":\"ED_1950_UTM_Zone_31N\",\"authCode\":{\"auth\":\"EPSG\",\"code\":\"23031\"},\"type\":\"LBC\"},\"singleCT\":{\"wkt\":\"GEOGTRAN[\\\"ED_1950_To_WGS_1984_23\\\",GEOGCS[\\\"GCS_European_1950\\\",DATUM[\\\"D_European_1950\\\",SPHEROID[\\\"International_1924\\\",6378388.0,297.0]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],GEOGCS[\\\"GCS_WGS_1984\\\",DATUM[\\\"D_WGS_1984\\\",SPHEROID[\\\"WGS_1984\\\",6378137.0,298.257223563]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],METHOD[\\\"Position_Vector\\\"],PARAMETER[\\\"X_Axis_Translation\\\",-116.641],PARAMETER[\\\"Y_Axis_Translation\\\",-56.931],PARAMETER[\\\"Z_Axis_Translation\\\",-110.559],PARAMETER[\\\"X_Axis_Rotation\\\",0.893],PARAMETER[\\\"Y_Axis_Rotation\\\",0.921],PARAMETER[\\\"Z_Axis_Rotation\\\",-0.917],PARAMETER[\\\"Scale_Difference\\\",-3.52],AUTHORITY[\\\"EPSG\\\",1612]]\",\"ver\":\"PE_10_3_1\",\"name\":\"ED_1950_To_WGS_1984_23\",\"authCode\":{\"auth\":\"EPSG\",\"code\":\"1612\"},\"type\":\"ST\"},\"ver\":\"PE_10_3_1\",\"name\":\"ED50 * EPSG-Nor N62 2001 / UTM zone 31N [23031,1612]\",\"authCode\":{\"auth\":\"SLB\",\"code\":\"23031023\"},\"type\":\"EBC\"}"
}An example for a [ReportResponseAsStringList](#reportresponseasstringlist) response:
{
"spatialReference": "{\"lateBoundCRS\":{\"wkt\":\"PROJCS[\\\"ED_1950_UTM_Zone_31N\\\",GEOGCS[\\\"GCS_European_1950\\\",DATUM[\\\"D_European_1950\\\",SPHEROID[\\\"International_1924\\\",6378388.0,297.0]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],PROJECTION[\\\"Transverse_Mercator\\\"],PARAMETER[\\\"False_Easting\\\",500000.0],PARAMETER[\\\"False_Northing\\\",0.0],PARAMETER[\\\"Central_Meridian\\\",3.0],PARAMETER[\\\"Scale_Factor\\\",0.9996],PARAMETER[\\\"Latitude_Of_Origin\\\",0.0],UNIT[\\\"Meter\\\",1.0],AUTHORITY[\\\"EPSG\\\",23031]]\",\"ver\":\"PE_10_3_1\",\"name\":\"ED_1950_UTM_Zone_31N\",\"authCode\":{\"auth\":\"EPSG\",\"code\":\"23031\"},\"type\":\"LBC\"},\"singleCT\":{\"wkt\":\"GEOGTRAN[\\\"ED_1950_To_WGS_1984_23\\\",GEOGCS[\\\"GCS_European_1950\\\",DATUM[\\\"D_European_1950\\\",SPHEROID[\\\"International_1924\\\",6378388.0,297.0]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],GEOGCS[\\\"GCS_WGS_1984\\\",DATUM[\\\"D_WGS_1984\\\",SPHEROID[\\\"WGS_1984\\\",6378137.0,298.257223563]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],METHOD[\\\"Position_Vector\\\"],PARAMETER[\\\"X_Axis_Translation\\\",-116.641],PARAMETER[\\\"Y_Axis_Translation\\\",-56.931],PARAMETER[\\\"Z_Axis_Translation\\\",-110.559],PARAMETER[\\\"X_Axis_Rotation\\\",0.893],PARAMETER[\\\"Y_Axis_Rotation\\\",0.921],PARAMETER[\\\"Z_Axis_Rotation\\\",-0.917],PARAMETER[\\\"Scale_Difference\\\",-3.52],AUTHORITY[\\\"EPSG\\\",1612]]\",\"ver\":\"PE_10_3_1\",\"name\":\"ED_1950_To_WGS_1984_23\",\"authCode\":{\"auth\":\"EPSG\",\"code\":\"1612\"},\"type\":\"ST\"},\"ver\":\"PE_10_3_1\",\"name\":\"ED50 * EPSG-Nor N62 2001 / UTM zone 31N [23031,1612]\",\"authCode\":{\"auth\":\"SLB\",\"code\":\"23031023\"},\"type\":\"EBC\"}",
"reportStrings": [
"EarlyBoundCrs.Name = ED50 * EPSG-Nor N62 2001 / UTM zone 31N [23031,1612]",
"EarlyBoundCrs.LateBoundProjectedCrs.Name = ED_1950_UTM_Zone_31N",
"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Name = GCS_European_1950",
"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Datum.Name = D_European_1950",
"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Datum.Ellipsoid.Name = International_1924",
"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Datum.Ellipsoid.SemiMajorAxis = 6378388.0 [Meter]",
"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Datum.Ellipsoid.InverseFlattening = 297.0",
"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.PrimeMeridian.Name = Greenwich",
"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.PrimeMeridian.Longitude = 0.0 [Degree]",
"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.CoordinateSystem.Type = ellipsoidal",
"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.CoordinateSystem.Dimension = 2",
"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.CoordinateSystem.Axis.1 = longitude (lon) [Degree]",
"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.CoordinateSystem.Axis.2 = latitude (lat) [Degree]",
"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Unit.Degree = 0.0174532925199433",
"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Method.Name = Transverse_Mercator",
"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter.False_Easting = 500000.0 [Meter]",
"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter.False_Northing = 0.0 [Meter]",
"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter.Central_Meridian = 3.0 [Degree]",
"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter.Scale_Factor = 0.9996 [Unity]",
"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter.Latitude_Of_Origin = 0.0 [Degree]",
"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Unit.Meter = 1.0",
"EarlyBoundCrs.LateBoundProjectedCrs.CoordinateSystem.Type = Cartesian",
"EarlyBoundCrs.LateBoundProjectedCrs.CoordinateSystem.Dimension = 2",
"EarlyBoundCrs.LateBoundProjectedCrs.CoordinateSystem.Axis.1 = easting (E) [Meter]",
"EarlyBoundCrs.LateBoundProjectedCrs.CoordinateSystem.Axis.2 = northing (N) [Meter]",
"EarlyBoundCrs.LateBoundProjectedCrs.AuthorityCode.EPSG = 23031",
"EarlyBoundCrs.Transformation.Name = ED_1950_To_WGS_1984_23",
"EarlyBoundCrs.Transformation.FromGeographicCrs.Name = GCS_European_1950",
"EarlyBoundCrs.Transformation.FromGeographicCrs.Datum.Name = D_European_1950",
"EarlyBoundCrs.Transformation.FromGeographicCrs.Datum.Ellipsoid.Name = International_1924",
"EarlyBoundCrs.Transformation.FromGeographicCrs.Datum.Ellipsoid.SemiMajorAxis = 6378388.0 [Meter]",
"EarlyBoundCrs.Transformation.FromGeographicCrs.Datum.Ellipsoid.InverseFlattening = 297.0",
"EarlyBoundCrs.Transformation.FromGeographicCrs.PrimeMeridian.Name = Greenwich",
"EarlyBoundCrs.Transformation.FromGeographicCrs.PrimeMeridian.Longitude = 0.0 [Degree]",
"EarlyBoundCrs.Transformation.FromGeographicCrs.CoordinateSystem.Type = ellipsoidal",
"EarlyBoundCrs.Transformation.FromGeographicCrs.CoordinateSystem.Dimension = 2",
"EarlyBoundCrs.Transformation.FromGeographicCrs.CoordinateSystem.Axis.1 = longitude (lon) [Degree]",
"EarlyBoundCrs.Transformation.FromGeographicCrs.CoordinateSystem.Axis.2 = latitude (lat) [Degree]",
"EarlyBoundCrs.Transformation.FromGeographicCrs.Unit.Degree = 0.0174532925199433",
"EarlyBoundCrs.Transformation.ToGeographicCrs.Name = GCS_WGS_1984",
"EarlyBoundCrs.Transformation.ToGeographicCrs.Datum.Name = D_WGS_1984",
"EarlyBoundCrs.Transformation.ToGeographicCrs.Datum.Ellipsoid.Name = WGS_1984",
"EarlyBoundCrs.Transformation.ToGeographicCrs.Datum.Ellipsoid.SemiMajorAxis = 6378137.0 [Meter]",
"EarlyBoundCrs.Transformation.ToGeographicCrs.Datum.Ellipsoid.InverseFlattening = 298.257223563",
"EarlyBoundCrs.Transformation.ToGeographicCrs.PrimeMeridian.Name = Greenwich",
"EarlyBoundCrs.Transformation.ToGeographicCrs.PrimeMeridian.Longitude = 0.0 [Degree]",
"EarlyBoundCrs.Transformation.ToGeographicCrs.CoordinateSystem.Type = ellipsoidal",
"EarlyBoundCrs.Transformation.ToGeographicCrs.CoordinateSystem.Dimension = 2",
"EarlyBoundCrs.Transformation.ToGeographicCrs.CoordinateSystem.Axis.1 = longitude (lon) [Degree]",
"EarlyBoundCrs.Transformation.ToGeographicCrs.CoordinateSystem.Axis.2 = latitude (lat) [Degree]",
"EarlyBoundCrs.Transformation.ToGeographicCrs.Unit.Degree = 0.0174532925199433",
"EarlyBoundCrs.Transformation.Method.Name = Position_Vector",
"EarlyBoundCrs.Transformation.Parameter.X_Axis_Translation = -116.641 [Meter]",
"EarlyBoundCrs.Transformation.Parameter.Y_Axis_Translation = -56.931 [Meter]",
"EarlyBoundCrs.Transformation.Parameter.Z_Axis_Translation = -110.559 [Meter]",
"EarlyBoundCrs.Transformation.Parameter.X_Axis_Rotation = 0.893 [arcsec]",
"EarlyBoundCrs.Transformation.Parameter.Y_Axis_Rotation = 0.921 [arcsec]",
"EarlyBoundCrs.Transformation.Parameter.Z_Axis_Rotation = -0.917 [arcsec]",
"EarlyBoundCrs.Transformation.Parameter.Scale_Difference = -3.52 [ppm]",
"EarlyBoundCrs.Transformation.AuthorityCode.EPSG = 1612",
"EarlyBoundCrs.AuthorityCode.SLB = 23031023"
],
"statusInformation": "Success"
}| Error codes | Description |
|---|---|
| 400 | Error or invalid input or missing mandatory properties |
| 401, 403 | User not authenticated or not entitled to access the shared data partition |
| 500 | Internal server error |
Open Try it out
An example for a [ReportRequest](#reportrequest) request:
{
"spatialReference": "{\"lateBoundCRS\":{\"wkt\":\"PROJCS[\\\"ED_1950_UTM_Zone_31N\\\",GEOGCS[\\\"GCS_European_1950\\\",DATUM[\\\"D_European_1950\\\",SPHEROID[\\\"International_1924\\\",6378388.0,297.0]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],PROJECTION[\\\"Transverse_Mercator\\\"],PARAMETER[\\\"False_Easting\\\",500000.0],PARAMETER[\\\"False_Northing\\\",0.0],PARAMETER[\\\"Central_Meridian\\\",3.0],PARAMETER[\\\"Scale_Factor\\\",0.9996],PARAMETER[\\\"Latitude_Of_Origin\\\",0.0],UNIT[\\\"Meter\\\",1.0],AUTHORITY[\\\"EPSG\\\",23031]]\",\"ver\":\"PE_10_3_1\",\"name\":\"ED_1950_UTM_Zone_31N\",\"authCode\":{\"auth\":\"EPSG\",\"code\":\"23031\"},\"type\":\"LBC\"},\"singleCT\":{\"wkt\":\"GEOGTRAN[\\\"ED_1950_To_WGS_1984_23\\\",GEOGCS[\\\"GCS_European_1950\\\",DATUM[\\\"D_European_1950\\\",SPHEROID[\\\"International_1924\\\",6378388.0,297.0]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],GEOGCS[\\\"GCS_WGS_1984\\\",DATUM[\\\"D_WGS_1984\\\",SPHEROID[\\\"WGS_1984\\\",6378137.0,298.257223563]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],METHOD[\\\"Position_Vector\\\"],PARAMETER[\\\"X_Axis_Translation\\\",-116.641],PARAMETER[\\\"Y_Axis_Translation\\\",-56.931],PARAMETER[\\\"Z_Axis_Translation\\\",-110.559],PARAMETER[\\\"X_Axis_Rotation\\\",0.893],PARAMETER[\\\"Y_Axis_Rotation\\\",0.921],PARAMETER[\\\"Z_Axis_Rotation\\\",-0.917],PARAMETER[\\\"Scale_Difference\\\",-3.52],AUTHORITY[\\\"EPSG\\\",1612]]\",\"ver\":\"PE_10_3_1\",\"name\":\"ED_1950_To_WGS_1984_23\",\"authCode\":{\"auth\":\"EPSG\",\"code\":\"1612\"},\"type\":\"ST\"},\"ver\":\"PE_10_3_1\",\"name\":\"ED50 * EPSG-Nor N62 2001 / UTM zone 31N [23031,1612]\",\"authCode\":{\"auth\":\"SLB\",\"code\":\"23031023\"},\"type\":\"EBC\"}"
}An example for a [ReportResponseAsStructuredList](#reportresponseasstructuredlist) response:
{
"spatialReference": "{\"lateBoundCRS\":{\"wkt\":\"PROJCS[\\\"ED_1950_UTM_Zone_31N\\\",GEOGCS[\\\"GCS_European_1950\\\",DATUM[\\\"D_European_1950\\\",SPHEROID[\\\"International_1924\\\",6378388.0,297.0]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],PROJECTION[\\\"Transverse_Mercator\\\"],PARAMETER[\\\"False_Easting\\\",500000.0],PARAMETER[\\\"False_Northing\\\",0.0],PARAMETER[\\\"Central_Meridian\\\",3.0],PARAMETER[\\\"Scale_Factor\\\",0.9996],PARAMETER[\\\"Latitude_Of_Origin\\\",0.0],UNIT[\\\"Meter\\\",1.0],AUTHORITY[\\\"EPSG\\\",23031]]\",\"ver\":\"PE_10_3_1\",\"name\":\"ED_1950_UTM_Zone_31N\",\"authCode\":{\"auth\":\"EPSG\",\"code\":\"23031\"},\"type\":\"LBC\"},\"singleCT\":{\"wkt\":\"GEOGTRAN[\\\"ED_1950_To_WGS_1984_23\\\",GEOGCS[\\\"GCS_European_1950\\\",DATUM[\\\"D_European_1950\\\",SPHEROID[\\\"International_1924\\\",6378388.0,297.0]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],GEOGCS[\\\"GCS_WGS_1984\\\",DATUM[\\\"D_WGS_1984\\\",SPHEROID[\\\"WGS_1984\\\",6378137.0,298.257223563]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],METHOD[\\\"Position_Vector\\\"],PARAMETER[\\\"X_Axis_Translation\\\",-116.641],PARAMETER[\\\"Y_Axis_Translation\\\",-56.931],PARAMETER[\\\"Z_Axis_Translation\\\",-110.559],PARAMETER[\\\"X_Axis_Rotation\\\",0.893],PARAMETER[\\\"Y_Axis_Rotation\\\",0.921],PARAMETER[\\\"Z_Axis_Rotation\\\",-0.917],PARAMETER[\\\"Scale_Difference\\\",-3.52],AUTHORITY[\\\"EPSG\\\",1612]]\",\"ver\":\"PE_10_3_1\",\"name\":\"ED_1950_To_WGS_1984_23\",\"authCode\":{\"auth\":\"EPSG\",\"code\":\"1612\"},\"type\":\"ST\"},\"ver\":\"PE_10_3_1\",\"name\":\"ED50 * EPSG-Nor N62 2001 / UTM zone 31N [23031,1612]\",\"authCode\":{\"auth\":\"SLB\",\"code\":\"23031023\"},\"type\":\"EBC\"}",
"reportItemDetails": [
{
"codeInHierarchy": "EarlyBoundCrs",
"name": "Name",
"value": "ED50 * EPSG-Nor N62 2001 / UTM zone 31N [23031,1612]",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs",
"name": "Name",
"value": "ED_1950_UTM_Zone_31N",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs",
"name": "Name",
"value": "GCS_European_1950",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Datum",
"name": "Name",
"value": "D_European_1950",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Datum.Ellipsoid",
"name": "Name",
"value": "International_1924",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Datum.Ellipsoid",
"name": "SemiMajorAxis",
"value": "6378388.0",
"unitSpecification": {
"symbol": "Meter",
"scaleToSIBase": "1.0"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Datum.Ellipsoid",
"name": "InverseFlattening",
"value": "297.0",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.PrimeMeridian",
"name": "Name",
"value": "Greenwich",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.PrimeMeridian",
"name": "Longitude",
"value": "0.0",
"unitSpecification": {
"symbol": "Degree",
"scaleToSIBase": "0.0174532925199433"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.CoordinateSystem",
"name": "Type",
"value": "ellipsoidal",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.CoordinateSystem",
"name": "Dimension",
"value": "2",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.CoordinateSystem.Axis",
"name": "1",
"value": "longitude (lon)",
"unitSpecification": {
"symbol": "Degree",
"scaleToSIBase": "0.0174532925199433"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.CoordinateSystem.Axis",
"name": "2",
"value": "latitude (lat)",
"unitSpecification": {
"symbol": "Degree",
"scaleToSIBase": "0.0174532925199433"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Unit",
"name": "Degree",
"value": "0.0174532925199433",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Method",
"name": "Name",
"value": "Transverse_Mercator",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter",
"name": "False_Easting",
"value": "500000.0",
"unitSpecification": {
"symbol": "Meter",
"scaleToSIBase": "1.0"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter",
"name": "False_Northing",
"value": "0.0",
"unitSpecification": {
"symbol": "Meter",
"scaleToSIBase": "1.0"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter",
"name": "Central_Meridian",
"value": "3.0",
"unitSpecification": {
"symbol": "Degree",
"scaleToSIBase": "0.0174532925199433"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter",
"name": "Scale_Factor",
"value": "0.9996",
"unitSpecification": {
"symbol": "Unity",
"scaleToSIBase": "1.0"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter",
"name": "Latitude_Of_Origin",
"value": "0.0",
"unitSpecification": {
"symbol": "Degree",
"scaleToSIBase": "0.0174532925199433"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Unit",
"name": "Meter",
"value": "1.0",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.CoordinateSystem",
"name": "Type",
"value": "Cartesian",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.CoordinateSystem",
"name": "Dimension",
"value": "2",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.CoordinateSystem.Axis",
"name": "1",
"value": "easting (E)",
"unitSpecification": {
"symbol": "Meter",
"scaleToSIBase": "1.0"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.CoordinateSystem.Axis",
"name": "2",
"value": "northing (N)",
"unitSpecification": {
"symbol": "Meter",
"scaleToSIBase": "1.0"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.LateBoundProjectedCrs.AuthorityCode",
"name": "EPSG",
"value": "23031",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation",
"name": "Name",
"value": "ED_1950_To_WGS_1984_23",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.FromGeographicCrs",
"name": "Name",
"value": "GCS_European_1950",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.FromGeographicCrs.Datum",
"name": "Name",
"value": "D_European_1950",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.FromGeographicCrs.Datum.Ellipsoid",
"name": "Name",
"value": "International_1924",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.FromGeographicCrs.Datum.Ellipsoid",
"name": "SemiMajorAxis",
"value": "6378388.0",
"unitSpecification": {
"symbol": "Meter",
"scaleToSIBase": "1.0"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.FromGeographicCrs.Datum.Ellipsoid",
"name": "InverseFlattening",
"value": "297.0",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.FromGeographicCrs.PrimeMeridian",
"name": "Name",
"value": "Greenwich",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.FromGeographicCrs.PrimeMeridian",
"name": "Longitude",
"value": "0.0",
"unitSpecification": {
"symbol": "Degree",
"scaleToSIBase": "0.0174532925199433"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.FromGeographicCrs.CoordinateSystem",
"name": "Type",
"value": "ellipsoidal",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.FromGeographicCrs.CoordinateSystem",
"name": "Dimension",
"value": "2",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.FromGeographicCrs.CoordinateSystem.Axis",
"name": "1",
"value": "longitude (lon)",
"unitSpecification": {
"symbol": "Degree",
"scaleToSIBase": "0.0174532925199433"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.FromGeographicCrs.CoordinateSystem.Axis",
"name": "2",
"value": "latitude (lat)",
"unitSpecification": {
"symbol": "Degree",
"scaleToSIBase": "0.0174532925199433"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.FromGeographicCrs.Unit",
"name": "Degree",
"value": "0.0174532925199433",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.ToGeographicCrs",
"name": "Name",
"value": "GCS_WGS_1984",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.ToGeographicCrs.Datum",
"name": "Name",
"value": "D_WGS_1984",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.ToGeographicCrs.Datum.Ellipsoid",
"name": "Name",
"value": "WGS_1984",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.ToGeographicCrs.Datum.Ellipsoid",
"name": "SemiMajorAxis",
"value": "6378137.0",
"unitSpecification": {
"symbol": "Meter",
"scaleToSIBase": "1.0"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.ToGeographicCrs.Datum.Ellipsoid",
"name": "InverseFlattening",
"value": "298.257223563",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.ToGeographicCrs.PrimeMeridian",
"name": "Name",
"value": "Greenwich",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.ToGeographicCrs.PrimeMeridian",
"name": "Longitude",
"value": "0.0",
"unitSpecification": {
"symbol": "Degree",
"scaleToSIBase": "0.0174532925199433"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.ToGeographicCrs.CoordinateSystem",
"name": "Type",
"value": "ellipsoidal",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.ToGeographicCrs.CoordinateSystem",
"name": "Dimension",
"value": "2",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.ToGeographicCrs.CoordinateSystem.Axis",
"name": "1",
"value": "longitude (lon)",
"unitSpecification": {
"symbol": "Degree",
"scaleToSIBase": "0.0174532925199433"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.ToGeographicCrs.CoordinateSystem.Axis",
"name": "2",
"value": "latitude (lat)",
"unitSpecification": {
"symbol": "Degree",
"scaleToSIBase": "0.0174532925199433"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.ToGeographicCrs.Unit",
"name": "Degree",
"value": "0.0174532925199433",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.Method",
"name": "Name",
"value": "Position_Vector",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.Parameter",
"name": "X_Axis_Translation",
"value": "-116.641",
"unitSpecification": {
"symbol": "Meter",
"scaleToSIBase": "1.0"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.Parameter",
"name": "Y_Axis_Translation",
"value": "-56.931",
"unitSpecification": {
"symbol": "Meter",
"scaleToSIBase": "1.0"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.Parameter",
"name": "Z_Axis_Translation",
"value": "-110.559",
"unitSpecification": {
"symbol": "Meter",
"scaleToSIBase": "1.0"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.Parameter",
"name": "X_Axis_Rotation",
"value": "0.893",
"unitSpecification": {
"symbol": "arcsec",
"scaleToSIBase": "0.000004848136811095355"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.Parameter",
"name": "Y_Axis_Rotation",
"value": "0.921",
"unitSpecification": {
"symbol": "arcsec",
"scaleToSIBase": "0.000004848136811095355"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.Parameter",
"name": "Z_Axis_Rotation",
"value": "-0.917",
"unitSpecification": {
"symbol": "arcsec",
"scaleToSIBase": "0.000004848136811095355"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.Parameter",
"name": "Scale_Difference",
"value": "-3.52",
"unitSpecification": {
"symbol": "ppm",
"scaleToSIBase": "0.000001"
}
},
{
"codeInHierarchy": "EarlyBoundCrs.Transformation.AuthorityCode",
"name": "EPSG",
"value": "1612",
"unitSpecification": null
},
{
"codeInHierarchy": "EarlyBoundCrs.AuthorityCode",
"name": "SLB",
"value": "23031023",
"unitSpecification": null
}
],
"statusInformation": "Success"
}| Error codes | Description |
|---|---|
| 400 | Error or invalid input or missing mandatory properties |
| 401, 403 | User not authenticated or not entitled to access the shared data partition |
| 500 | Internal server error |
Request structures follow the Python naming convention.
| Name | Type | Description | Notes |
|---|---|---|---|
| ocean_textual_representation | str | The Ocean textual representation string |
| Name | Type | Description | Notes |
|---|---|---|---|
| ocean_companion_xml | str | The Ocean companion file as XML string |
| Name | Type | Description | Notes |
|---|---|---|---|
| late_bound_crs_authority_code | str | AuthorityCode for the late-bound CRS like "EPSG,26782" or just "26782" as string |
| Name | Type | Description | Notes |
|---|---|---|---|
| single_carto_trf_authority_code | str | AuthorityCode for the single transformation like "EPSG,1612" or just "1612" as string |
| Name | Type | Description | Notes |
|---|---|---|---|
| late_bound_crs_wkt | str | The late-bound CRS Esri well-known text | mandatory |
| late_bound_crs_name | str | The late-bound CRS name | optional |
| late_bound_crs_authority | str | The late-bound CRS authority | optional |
| late_bound_crs_authority_code | str | The late-bound CRS authority code | optional |
| Name | Type | Description | Notes |
|---|---|---|---|
| single_carto_trf_authority_code | str | The authority code of the associated cartographic transform | optional |
| single_carto_trf_authority | str | The authority of the associated cartographic transform | optional |
| early_bound_crs_authority_code | str | The early-bound CRS authority code | optional |
| early_bound_crs_authority | str | The early-bound CRS authority | optional |
| late_bound_crs_authority_code | str | The late-bound CRS authority code | optional |
| single_carto_trf_name | str | The name of the associated cartographic transform | optional |
| single_carto_trf_wkt | str | The Esri well-known text of the associated cartographic transform | mandatory |
| late_bound_crs_authority | str | The late-bound CRS authority | optional |
| late_bound_crs_name | str | The late-bound CRS name | optional |
| late_bound_crs_wkt | str | The late-bound CRS Esri well-known text | mandatory |
| early_bound_crs_name | str | The early-bound CRS name | optional |
| Name | Type | Description | Notes |
|---|---|---|---|
| persistable_reference | str | The CRS persitable reference to convert to PROJ.4 notation | mandatory |
| Name | Type | Description | Notes |
|---|---|---|---|
| spatial_reference | str | The spatial reference, such as a persistable reference, Ocean textual representation or well-known text string. |
Response structures follow the Python naming convention.
| Name | Type | Description | Notes |
|---|---|---|---|
| ocean_textual_representation | str | The input Ocean textual representation | |
| persistable_reference | str | The created persistable reference on success; null on error | |
| status_information | str | Information about the status of the conversion operation, such as 'Success' on success |
| Name | Type | Description | Notes |
|---|---|---|---|
| ocean_companion_xml | str | The input Ocean companion XML string | |
| persistable_reference | str | The created persistable reference on success; null on error | |
| status_information | str | Information about the status of the conversion operation, such as 'Success' on success |
| Name | Type | Description | Notes |
|---|---|---|---|
| late_bound_crs_parts | LbCrsContainer | ||
| persistable_reference | str | The created persistable reference on success; null on error | |
| status_information | str | Information about the status of the conversion operation, such as 'Success' on success |
| Name | Type | Description | Notes |
|---|---|---|---|
| early_bound_crs_parts | EbCrsContainer | ||
| persistable_reference | str | The created persistable reference on success; null on error | |
| status_information | str | Information about the status of the conversion operation, such as 'Success' on success |
| Name | Type | Description | Notes |
|---|---|---|---|
| single_trf_parts | SglTrfContainer | ||
| persistable_reference | str | The created persistable reference on success; null on error | |
| status_information | str | Information about the status of the conversion operation, such as 'Success' on success |
| Name | Type | Description | Notes |
|---|---|---|---|
| proj4 | str | The converted PROJ.4 notation of input CRS persistable reference; null on error |
| Name | Type | Description | Notes |
|---|---|---|---|
| report_strings | list[str] | A list of details about the spatial reference presented with a hierarchical code = value [unit] style | optional |
| status_information | str | Information about the status of the conversion operation, such as 'Success' on success | |
| spatial_reference | str | The spatial reference as in the request |
| Name | Type | Description | Notes |
|---|---|---|---|
| report_item_details | list[ItemDetails] | Detailed item structures | |
| status_information | str | Information about the status of the conversion operation, such as 'Success' on success | |
| spatial_reference | str | The spatial reference as in the request |
| Name | Type | Description | Notes |
|---|---|---|---|
| single_carto_trf_name | str | The transformation name | |
| single_carto_trf_authority_code | str | The transformation authority code | |
| single_carto_trf_authority | str | The transformation authority | |
| single_carto_trf_wkt | str | The transformation Esri well-known text |
| Name | Type | Description | Notes |
|---|---|---|---|
| unit_specification | list[Unit] | optional | |
| code_in_hierarchy | str | Hierarchical parent code | |
| name | str | Item name | |
| value | str | Item value, always as string |
| Name | Type | Description | Notes |
|---|---|---|---|
| symbol | str | Unit symbol | |
| scale_to_si_base | str | Unit scale factor to base SI unit |