{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-guides/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Table of Contents","description":"Accelerate E&P application development and protect your innovation by consuming our Data and Domain APIs / Platform APIs.","lang":"en-US","meta":[{"name":"robots","content":"noindex"}],"llmstxt":{"hide":true,"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"table-of-contents","__idx":0},"children":["Table of Contents ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"toc"},"children":[]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#introduction"},"children":["Introduction"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#apis"},"children":["APIs"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#spatial_reference_creation"},"children":["Spatial reference creation"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#ocean_textual_representation"},"children":["Ocean textual representation to PersistableReference"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#ocean_companion"},"children":["Ocean companion (crs_meta.xml) to PersistableReference"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#crs_via_code"},"children":["CRS AuthorityCode to PersistableReference"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#ct_via_code"},"children":["CT AuthorityCode to PersistableReference"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#lb_crs_via_wkt"},"children":["Late-bound WKT parts to PersistableReference"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#eb_crs_via_code"},"children":["Early-bound WKT parts to PersistableReference"]}]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#spatial_reference_conversion"},"children":["Spatial reference conversion"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#persistable_ref_to_proj4"},"children":["PersistableReference to PROJ.4"]}]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#spatial_reference_reports"},"children":["Spatial reference reports"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#simple_reports"},"children":["SpatialReference to simple report"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#detailed_reports"},"children":["SpatialReference to detailed report"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#requests"},"children":["Request data structures"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#responses"},"children":["Response data structures"]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"_","__idx":1},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"introduction"},"children":["Introduction"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The main purpose of this service is to"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["create spatial reference strings, also called ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["persistable references"]}]},", which are used to tag data items in the data platform given information from external systems like:",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Ocean textual representations, the recommended spatial reference for"," ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Ocean Petrel"]},", ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Studio"]},", and ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Techlog"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Ocean or Petrel companion ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["crs_meta.xml"]},", which are generated during data export and fully describe the spatial context of the exported data."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["EPSG codes for coordinate reference systems (CRS) and cartographic transformations (CT) ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://www.epsg-registry.org/"},"children":["see EPSG registry"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Well-known text (WKT) and individual spatial descriptors, which can be found e.g. in ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["ProSource"]}," and other spatially aware systems."]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["given a ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["persistable reference"]}]},", create human readable ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["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."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Generally, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POST"]}," methods are used due to the size of the persistable reference strings or structured inputs."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Spatial Reference Service"]}," is related to and completed by the"," ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/core-service/tutorial/crs-catalog-service"},"children":["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."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"_-1","__idx":2},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"apis"},"children":["APIs"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"headers","__idx":3},"children":["Headers"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Header"]}]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Description"]}]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["data-partition-id (Required)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Specify the desired accessible partition ID. Only one data partition can be specified at a time."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["correlation-id (Optional)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["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."]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The Data Platform stores data in different data partitions, depending on the access to those data partitions in the OSDU system."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Note:"]}," Viewers permission to the provided data-partition is required to use these APIs."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"_-2","__idx":4},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"spatial_reference_creation"},"children":["Spatial reference creation"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["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)."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-3","__idx":5},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"ocean_textual_representation"},"children":["Ocean textual representation to PersistableReference"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Ocean textual representations, the recommended spatial reference for"," ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Ocean Petrel"]},", ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Studio"]},", and ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Techlog"]},", consists of a pseudo-XML string,"," ","which is usually uniquely defined given an ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Esri"]}," version."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"post-persistablereferencefromoceantextualreference","__idx":6},"children":["POST /persistableReference/fromOceanTextualReference"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Open ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/core-service/apis/osdu-spatial-reference-service"},"children":["Try it out"]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [OceanTextualRepresentation](#oceantextualrepresentation) request:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"oceanTextualRepresentation\": \"ESRI,PE_10_3_1: <?xml version=\\\"1.0\\\" encoding=\\\"utf-16\\\"?><ILateBoundCoordinateReferenceSystem name=\\\"GCS_WGS_1984\\\"><AuthorityCode>EPSG,4326</AuthorityCode></ILateBoundCoordinateReferenceSystem>\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [ConvertToPersistableReferenceResponse](#converttopersistablereferenceresponse) response:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"oceanTextualRepresentation\": \"ESRI,PE_10_3_1: <?xml version=\\\"1.0\\\" encoding=\\\"utf-16\\\"?><ILateBoundCoordinateReferenceSystem name=\\\"GCS_WGS_1984\\\"><AuthorityCode>EPSG,4326</AuthorityCode></ILateBoundCoordinateReferenceSystem>\",\n  \"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]]\\\"}\",\n  \"statusInformation\": \"Success\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Error codes"},"children":["Error codes"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Error or invalid input or missing mandatory properties"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["401, 403"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["User not authenticated or not entitled to access the shared data partition"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Internal server error"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-4","__idx":7},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"ocean_companion"},"children":["Ocean companion (crs_meta.xml) to PersistableReference"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Ocean companion files are usually generated during export from ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Petrel"]}]},"."," ","This method takes the companion file read as a string as input ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["oceanCompanionXml"]}," ","and creates a persistable reference of the companion contents."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"post-persistablereferencefromoceancompanion","__idx":8},"children":["POST /persistableReference/fromOceanCompanion"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Open ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/core-service/apis/osdu-spatial-reference-service"},"children":["Try it out"]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [OceanCompanionXml](#oceancompanionxml) request:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"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>\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [ConvertCompanionResponse](#convertcompanionresponse) response:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"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>\",\n  \"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]]\\\"}]}}\",\n  \"statusInformation\": \"Success\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Error codes"},"children":["Error codes"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Error or invalid input or missing mandatory properties"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["401, 403"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["User not authenticated or not entitled to access the shared data partition"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Internal server error"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-5","__idx":9},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"crs_via_code"},"children":["CRS AuthorityCode to PersistableReference"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Create a persistable reference given a code (typically EPSG code) for a coordinate reference system (CRS)."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"post-persistablereferencefromcrsauthoritycode","__idx":10},"children":["POST /persistableReference/fromCrsAuthorityCode"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Open ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/core-service/apis/osdu-spatial-reference-service"},"children":["Try it out"]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [LbCrsAuthorityCodeContainer](#lbcrsauthoritycodecontainer) request:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"lateBoundCrsAuthorityCode\": \"EPSG,26782\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [LbCrsWktPartsConversionResponse](#lbcrswktpartsconversionresponse) response:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"lateBoundCrsParts\": {\n    \"lateBoundCrsName\": \"NAD_1927_StatePlane_Louisiana_South_FIPS_1702\",\n    \"lateBoundCrsAuthority\": \"EPSG\",\n    \"lateBoundCrsAuthorityCode\": \"26782\",\n    \"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]]\"\n  },\n  \"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]]\\\"}\",\n  \"statusInformation\": \"Success\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Error codes"},"children":["Error codes"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Error or invalid input or missing mandatory properties"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["401, 403"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["User not authenticated or not entitled to access the shared data partition"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Internal server error"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-6","__idx":11},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"ct_via_code"},"children":["CT AuthorityCode to PersistableReference"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Create a persistable reference given a code (typically EPSG code) for a cartographic transformation (CT)."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"post-persistablereferencefromtransformauthoritycode","__idx":12},"children":["POST /persistableReference/fromTransformAuthorityCode"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Open ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/core-service/apis/osdu-spatial-reference-service"},"children":["Try it out"]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [SglTrfAuthorityCodeContainer](#sgltrfauthoritycodecontainer) request:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"singleCartoTrfAuthorityCode\": \"EPSG,15851\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [ConvertToPersistableReferenceResponse](#converttopersistablereferenceresponse) response:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"singleTrfParts\": {\n    \"singleCartoTrfName\": \"ED_1950_To_WGS_1984_23\",\n    \"singleCartoTrfAuthority\": \"EPSG\",\n    \"singleCartoTrfAuthorityCode\": \"1612\",\n    \"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]]\"\n  },\n  \"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]]\\\"}\",\n  \"statusInformation\": \"Success\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Error codes"},"children":["Error codes"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Error or invalid input or missing mandatory properties"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["401, 403"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["User not authenticated or not entitled to access the shared data partition"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Internal server error"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-7","__idx":13},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"lb_crs_via_wkt"},"children":["Late-bound WKT parts to PersistableReference"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Create a persistable reference given an Esri well-known text (WKT), which is mandatory, and an optional name and authority code."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"post-persistablereferencefromlateboundcrsparts","__idx":14},"children":["POST /persistableReference/fromLateBoundCrsParts"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Open ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/core-service/apis/osdu-spatial-reference-service"},"children":["Try it out"]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [LbCrsContainer](#lbcrscontainer) request:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"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]]\",\n  \"lateBoundCrsName\": \"ED_1950_UTM_Zone_31N\",\n  \"lateBoundCrsAuthority\": \"EPSG\",\n  \"lateBoundCrsAuthorityCode\": \"23031\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [LbCrsWktPartsConversionResponse](#lbcrswktpartsconversionresponse) response:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"lateBoundCrsParts\": {\n    \"lateBoundCrsName\": \"ED_1950_UTM_Zone_31N\",\n    \"lateBoundCrsAuthority\": \"EPSG\",\n    \"lateBoundCrsAuthorityCode\": \"23031\",\n    \"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]]\"\n  },\n  \"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]]\\\"}\",\n  \"statusInformation\": \"Success\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Error codes"},"children":["Error codes"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Error or invalid input or missing mandatory properties"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["401, 403"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["User not authenticated or not entitled to access the shared data partition"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Internal server error"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-8","__idx":15},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"eb_crs_via_code"},"children":["Early-bound WKT parts to PersistableReference"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Create a persistable reference given"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["A late-bound CRS by Esri well-known text (WKT), which is mandatory, and optional name and authority code"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["A single cartographic transformation by Esri well-known text (WKT), which is the mandatory, and optional name and authority code"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["An optional name and authority code for the combination, the early-bound CRS"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"post-persistablereferencefromearlyboundcrsaswktparts","__idx":16},"children":["POST /persistableReference/fromEarlyBoundCrsAsWktParts"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Open ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/core-service/apis/osdu-spatial-reference-service"},"children":["Try it out"]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [EbCrsContainer](#ebcrscontainer) request:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"singleCartoTrfAuthorityCode\": \"1612\",\n  \"singleCartoTrfAuthority\": \"EPSG\",\n  \"earlyBoundCrsAuthorityCode\": \"23031023\",\n  \"earlyBoundCrsAuthority\": \"SLB\",\n  \"lateBoundCrsAuthorityCode\": \"23031\",\n  \"singleCartoTrfName\": \"ED_1950_To_WGS_1984_23\",\n  \"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]]\",\n  \"lateBoundCrsAuthority\": \"EPSG\",\n  \"lateBoundCrsName\": \"ED_1950_UTM_Zone_31N\",\n  \"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]]\",\n  \"earlyBoundCrsName\": \"ED50 * EPSG-Nor N62 2001 / UTM zone 31N [23031,1612]\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [EbCrsWktPartsConversionResponse](#ebcrswktpartsconversionresponse) response:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"earlyBoundCrsParts\": {\n    \"earlyBoundCrsName\": \"ED50 * EPSG-Nor N62 2001 / UTM zone 31N [23031,1612]\",\n    \"earlyBoundCrsAuthority\": \"SLB\",\n    \"earlyBoundCrsAuthorityCode\": \"23031023\",\n    \"lateBoundCrsName\": \"ED_1950_UTM_Zone_31N\",\n    \"lateBoundCrsAuthority\": \"EPSG\",\n    \"lateBoundCrsAuthorityCode\": \"23031\",\n    \"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]]\",\n    \"singleCartoTrfName\": \"ED_1950_To_WGS_1984_23\",\n    \"singleCartoTrfAuthority\": \"EPSG\",\n    \"singleCartoTrfAuthorityCode\": \"1612\",\n    \"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]]\"\n  },\n  \"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]]\\\"}}\",\n  \"statusInformation\": \"Success\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Error codes"},"children":["Error codes"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Error or invalid input or missing mandatory properties"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["401, 403"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["User not authenticated or not entitled to access the shared data partition"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Internal server error"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"_-9","__idx":17},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"spatial_reference_conversion"},"children":["Spatial reference conversion"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This section covers the methods used to convert a spatial reference"," ","definition from one format to another."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-10","__idx":18},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"persistable_ref_to_proj4"},"children":["CRS persistable reference to PROJ.4 notation"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["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."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"post-persistablereferencetoproj4","__idx":19},"children":["POST /persistableReference/toProj4"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Open ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/core-service/apis/osdu-spatial-reference-service"},"children":["Try it out"]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [PersistableReferenceToProj4](#persitablereferencetoproj4container) request:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"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\\\"}\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [PersistableReferenceToProj4ConversionResponse](#persistablereferencetoproj4conversionresponse) response:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"proj4\":\"+proj=utm +zone=31 +datum=WGS84 +units=m +no_defs\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Error codes"},"children":["Error codes"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Error or invalid input or missing mandatory properties"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["401, 403"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["User not authenticated or not entitled to access the shared data partition"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Internal server error"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"_-11","__idx":20},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"spatial_reference_reports"},"children":["Spatial reference reports"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Spatial references, either Ocean textual representation strings, Esri"," ","well-known text (WKT), or data platform persistable reference strings"," ","are not designed for human consumption."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The reporting feature of this service parses the definitions and creates"," ","a structured sequence of strings or detailed description of the parts."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["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."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-12","__idx":21},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"simple_reports"},"children":["SpatialReference to simple report"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"post-spatialreferencesimplereport","__idx":22},"children":["POST /spatialReference/simpleReport"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Open ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/core-service/apis/osdu-spatial-reference-service"},"children":["Try it out"]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [ReportRequest](#reportrequest) request:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"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\\\"}\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [ReportResponseAsStringList](#reportresponseasstringlist) response:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"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\\\"}\",\n  \"reportStrings\": [\n    \"EarlyBoundCrs.Name = ED50 * EPSG-Nor N62 2001 / UTM zone 31N [23031,1612]\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.Name = ED_1950_UTM_Zone_31N\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Name = GCS_European_1950\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Datum.Name = D_European_1950\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Datum.Ellipsoid.Name = International_1924\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Datum.Ellipsoid.SemiMajorAxis = 6378388.0 [Meter]\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Datum.Ellipsoid.InverseFlattening = 297.0\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.PrimeMeridian.Name = Greenwich\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.PrimeMeridian.Longitude = 0.0 [Degree]\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.CoordinateSystem.Type = ellipsoidal\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.CoordinateSystem.Dimension = 2\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.CoordinateSystem.Axis.1 = longitude (lon) [Degree]\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.CoordinateSystem.Axis.2 = latitude (lat) [Degree]\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Unit.Degree = 0.0174532925199433\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Method.Name = Transverse_Mercator\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter.False_Easting = 500000.0 [Meter]\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter.False_Northing = 0.0 [Meter]\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter.Central_Meridian = 3.0 [Degree]\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter.Scale_Factor = 0.9996 [Unity]\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter.Latitude_Of_Origin = 0.0 [Degree]\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Unit.Meter = 1.0\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.CoordinateSystem.Type = Cartesian\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.CoordinateSystem.Dimension = 2\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.CoordinateSystem.Axis.1 = easting (E) [Meter]\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.CoordinateSystem.Axis.2 = northing (N) [Meter]\",\n    \"EarlyBoundCrs.LateBoundProjectedCrs.AuthorityCode.EPSG = 23031\",\n    \"EarlyBoundCrs.Transformation.Name = ED_1950_To_WGS_1984_23\",\n    \"EarlyBoundCrs.Transformation.FromGeographicCrs.Name = GCS_European_1950\",\n    \"EarlyBoundCrs.Transformation.FromGeographicCrs.Datum.Name = D_European_1950\",\n    \"EarlyBoundCrs.Transformation.FromGeographicCrs.Datum.Ellipsoid.Name = International_1924\",\n    \"EarlyBoundCrs.Transformation.FromGeographicCrs.Datum.Ellipsoid.SemiMajorAxis = 6378388.0 [Meter]\",\n    \"EarlyBoundCrs.Transformation.FromGeographicCrs.Datum.Ellipsoid.InverseFlattening = 297.0\",\n    \"EarlyBoundCrs.Transformation.FromGeographicCrs.PrimeMeridian.Name = Greenwich\",\n    \"EarlyBoundCrs.Transformation.FromGeographicCrs.PrimeMeridian.Longitude = 0.0 [Degree]\",\n    \"EarlyBoundCrs.Transformation.FromGeographicCrs.CoordinateSystem.Type = ellipsoidal\",\n    \"EarlyBoundCrs.Transformation.FromGeographicCrs.CoordinateSystem.Dimension = 2\",\n    \"EarlyBoundCrs.Transformation.FromGeographicCrs.CoordinateSystem.Axis.1 = longitude (lon) [Degree]\",\n    \"EarlyBoundCrs.Transformation.FromGeographicCrs.CoordinateSystem.Axis.2 = latitude (lat) [Degree]\",\n    \"EarlyBoundCrs.Transformation.FromGeographicCrs.Unit.Degree = 0.0174532925199433\",\n    \"EarlyBoundCrs.Transformation.ToGeographicCrs.Name = GCS_WGS_1984\",\n    \"EarlyBoundCrs.Transformation.ToGeographicCrs.Datum.Name = D_WGS_1984\",\n    \"EarlyBoundCrs.Transformation.ToGeographicCrs.Datum.Ellipsoid.Name = WGS_1984\",\n    \"EarlyBoundCrs.Transformation.ToGeographicCrs.Datum.Ellipsoid.SemiMajorAxis = 6378137.0 [Meter]\",\n    \"EarlyBoundCrs.Transformation.ToGeographicCrs.Datum.Ellipsoid.InverseFlattening = 298.257223563\",\n    \"EarlyBoundCrs.Transformation.ToGeographicCrs.PrimeMeridian.Name = Greenwich\",\n    \"EarlyBoundCrs.Transformation.ToGeographicCrs.PrimeMeridian.Longitude = 0.0 [Degree]\",\n    \"EarlyBoundCrs.Transformation.ToGeographicCrs.CoordinateSystem.Type = ellipsoidal\",\n    \"EarlyBoundCrs.Transformation.ToGeographicCrs.CoordinateSystem.Dimension = 2\",\n    \"EarlyBoundCrs.Transformation.ToGeographicCrs.CoordinateSystem.Axis.1 = longitude (lon) [Degree]\",\n    \"EarlyBoundCrs.Transformation.ToGeographicCrs.CoordinateSystem.Axis.2 = latitude (lat) [Degree]\",\n    \"EarlyBoundCrs.Transformation.ToGeographicCrs.Unit.Degree = 0.0174532925199433\",\n    \"EarlyBoundCrs.Transformation.Method.Name = Position_Vector\",\n    \"EarlyBoundCrs.Transformation.Parameter.X_Axis_Translation = -116.641 [Meter]\",\n    \"EarlyBoundCrs.Transformation.Parameter.Y_Axis_Translation = -56.931 [Meter]\",\n    \"EarlyBoundCrs.Transformation.Parameter.Z_Axis_Translation = -110.559 [Meter]\",\n    \"EarlyBoundCrs.Transformation.Parameter.X_Axis_Rotation = 0.893 [arcsec]\",\n    \"EarlyBoundCrs.Transformation.Parameter.Y_Axis_Rotation = 0.921 [arcsec]\",\n    \"EarlyBoundCrs.Transformation.Parameter.Z_Axis_Rotation = -0.917 [arcsec]\",\n    \"EarlyBoundCrs.Transformation.Parameter.Scale_Difference = -3.52 [ppm]\",\n    \"EarlyBoundCrs.Transformation.AuthorityCode.EPSG = 1612\",\n    \"EarlyBoundCrs.AuthorityCode.SLB = 23031023\"\n  ],\n  \"statusInformation\": \"Success\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Error codes"},"children":["Error codes"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Error or invalid input or missing mandatory properties"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["401, 403"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["User not authenticated or not entitled to access the shared data partition"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Internal server error"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-13","__idx":23},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"detailed_reports"},"children":["SpatialReference to detailed report"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"post-spatialreferencedetailedreport","__idx":24},"children":["POST /spatialReference/detailedReport"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Open ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/core-service/apis/osdu-spatial-reference-service"},"children":["Try it out"]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [ReportRequest](#reportrequest) request:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"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\\\"}\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["An example for a [ReportResponseAsStructuredList](#reportresponseasstructuredlist) response:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"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\\\"}\",\n  \"reportItemDetails\": [\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs\",\n      \"name\": \"Name\",\n      \"value\": \"ED50 * EPSG-Nor N62 2001 / UTM zone 31N [23031,1612]\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs\",\n      \"name\": \"Name\",\n      \"value\": \"ED_1950_UTM_Zone_31N\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs\",\n      \"name\": \"Name\",\n      \"value\": \"GCS_European_1950\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Datum\",\n      \"name\": \"Name\",\n      \"value\": \"D_European_1950\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Datum.Ellipsoid\",\n      \"name\": \"Name\",\n      \"value\": \"International_1924\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Datum.Ellipsoid\",\n      \"name\": \"SemiMajorAxis\",\n      \"value\": \"6378388.0\",\n      \"unitSpecification\": {\n        \"symbol\": \"Meter\",\n        \"scaleToSIBase\": \"1.0\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Datum.Ellipsoid\",\n      \"name\": \"InverseFlattening\",\n      \"value\": \"297.0\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.PrimeMeridian\",\n      \"name\": \"Name\",\n      \"value\": \"Greenwich\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.PrimeMeridian\",\n      \"name\": \"Longitude\",\n      \"value\": \"0.0\",\n      \"unitSpecification\": {\n        \"symbol\": \"Degree\",\n        \"scaleToSIBase\": \"0.0174532925199433\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.CoordinateSystem\",\n      \"name\": \"Type\",\n      \"value\": \"ellipsoidal\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.CoordinateSystem\",\n      \"name\": \"Dimension\",\n      \"value\": \"2\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.CoordinateSystem.Axis\",\n      \"name\": \"1\",\n      \"value\": \"longitude (lon)\",\n      \"unitSpecification\": {\n        \"symbol\": \"Degree\",\n        \"scaleToSIBase\": \"0.0174532925199433\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.CoordinateSystem.Axis\",\n      \"name\": \"2\",\n      \"value\": \"latitude (lat)\",\n      \"unitSpecification\": {\n        \"symbol\": \"Degree\",\n        \"scaleToSIBase\": \"0.0174532925199433\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.BaseGeographicCrs.Unit\",\n      \"name\": \"Degree\",\n      \"value\": \"0.0174532925199433\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Method\",\n      \"name\": \"Name\",\n      \"value\": \"Transverse_Mercator\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter\",\n      \"name\": \"False_Easting\",\n      \"value\": \"500000.0\",\n      \"unitSpecification\": {\n        \"symbol\": \"Meter\",\n        \"scaleToSIBase\": \"1.0\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter\",\n      \"name\": \"False_Northing\",\n      \"value\": \"0.0\",\n      \"unitSpecification\": {\n        \"symbol\": \"Meter\",\n        \"scaleToSIBase\": \"1.0\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter\",\n      \"name\": \"Central_Meridian\",\n      \"value\": \"3.0\",\n      \"unitSpecification\": {\n        \"symbol\": \"Degree\",\n        \"scaleToSIBase\": \"0.0174532925199433\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter\",\n      \"name\": \"Scale_Factor\",\n      \"value\": \"0.9996\",\n      \"unitSpecification\": {\n        \"symbol\": \"Unity\",\n        \"scaleToSIBase\": \"1.0\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Parameter\",\n      \"name\": \"Latitude_Of_Origin\",\n      \"value\": \"0.0\",\n      \"unitSpecification\": {\n        \"symbol\": \"Degree\",\n        \"scaleToSIBase\": \"0.0174532925199433\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.Conversion.Unit\",\n      \"name\": \"Meter\",\n      \"value\": \"1.0\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.CoordinateSystem\",\n      \"name\": \"Type\",\n      \"value\": \"Cartesian\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.CoordinateSystem\",\n      \"name\": \"Dimension\",\n      \"value\": \"2\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.CoordinateSystem.Axis\",\n      \"name\": \"1\",\n      \"value\": \"easting (E)\",\n      \"unitSpecification\": {\n        \"symbol\": \"Meter\",\n        \"scaleToSIBase\": \"1.0\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.CoordinateSystem.Axis\",\n      \"name\": \"2\",\n      \"value\": \"northing (N)\",\n      \"unitSpecification\": {\n        \"symbol\": \"Meter\",\n        \"scaleToSIBase\": \"1.0\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.LateBoundProjectedCrs.AuthorityCode\",\n      \"name\": \"EPSG\",\n      \"value\": \"23031\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation\",\n      \"name\": \"Name\",\n      \"value\": \"ED_1950_To_WGS_1984_23\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.FromGeographicCrs\",\n      \"name\": \"Name\",\n      \"value\": \"GCS_European_1950\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.FromGeographicCrs.Datum\",\n      \"name\": \"Name\",\n      \"value\": \"D_European_1950\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.FromGeographicCrs.Datum.Ellipsoid\",\n      \"name\": \"Name\",\n      \"value\": \"International_1924\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.FromGeographicCrs.Datum.Ellipsoid\",\n      \"name\": \"SemiMajorAxis\",\n      \"value\": \"6378388.0\",\n      \"unitSpecification\": {\n        \"symbol\": \"Meter\",\n        \"scaleToSIBase\": \"1.0\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.FromGeographicCrs.Datum.Ellipsoid\",\n      \"name\": \"InverseFlattening\",\n      \"value\": \"297.0\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.FromGeographicCrs.PrimeMeridian\",\n      \"name\": \"Name\",\n      \"value\": \"Greenwich\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.FromGeographicCrs.PrimeMeridian\",\n      \"name\": \"Longitude\",\n      \"value\": \"0.0\",\n      \"unitSpecification\": {\n        \"symbol\": \"Degree\",\n        \"scaleToSIBase\": \"0.0174532925199433\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.FromGeographicCrs.CoordinateSystem\",\n      \"name\": \"Type\",\n      \"value\": \"ellipsoidal\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.FromGeographicCrs.CoordinateSystem\",\n      \"name\": \"Dimension\",\n      \"value\": \"2\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.FromGeographicCrs.CoordinateSystem.Axis\",\n      \"name\": \"1\",\n      \"value\": \"longitude (lon)\",\n      \"unitSpecification\": {\n        \"symbol\": \"Degree\",\n        \"scaleToSIBase\": \"0.0174532925199433\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.FromGeographicCrs.CoordinateSystem.Axis\",\n      \"name\": \"2\",\n      \"value\": \"latitude (lat)\",\n      \"unitSpecification\": {\n        \"symbol\": \"Degree\",\n        \"scaleToSIBase\": \"0.0174532925199433\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.FromGeographicCrs.Unit\",\n      \"name\": \"Degree\",\n      \"value\": \"0.0174532925199433\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.ToGeographicCrs\",\n      \"name\": \"Name\",\n      \"value\": \"GCS_WGS_1984\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.ToGeographicCrs.Datum\",\n      \"name\": \"Name\",\n      \"value\": \"D_WGS_1984\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.ToGeographicCrs.Datum.Ellipsoid\",\n      \"name\": \"Name\",\n      \"value\": \"WGS_1984\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.ToGeographicCrs.Datum.Ellipsoid\",\n      \"name\": \"SemiMajorAxis\",\n      \"value\": \"6378137.0\",\n      \"unitSpecification\": {\n        \"symbol\": \"Meter\",\n        \"scaleToSIBase\": \"1.0\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.ToGeographicCrs.Datum.Ellipsoid\",\n      \"name\": \"InverseFlattening\",\n      \"value\": \"298.257223563\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.ToGeographicCrs.PrimeMeridian\",\n      \"name\": \"Name\",\n      \"value\": \"Greenwich\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.ToGeographicCrs.PrimeMeridian\",\n      \"name\": \"Longitude\",\n      \"value\": \"0.0\",\n      \"unitSpecification\": {\n        \"symbol\": \"Degree\",\n        \"scaleToSIBase\": \"0.0174532925199433\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.ToGeographicCrs.CoordinateSystem\",\n      \"name\": \"Type\",\n      \"value\": \"ellipsoidal\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.ToGeographicCrs.CoordinateSystem\",\n      \"name\": \"Dimension\",\n      \"value\": \"2\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.ToGeographicCrs.CoordinateSystem.Axis\",\n      \"name\": \"1\",\n      \"value\": \"longitude (lon)\",\n      \"unitSpecification\": {\n        \"symbol\": \"Degree\",\n        \"scaleToSIBase\": \"0.0174532925199433\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.ToGeographicCrs.CoordinateSystem.Axis\",\n      \"name\": \"2\",\n      \"value\": \"latitude (lat)\",\n      \"unitSpecification\": {\n        \"symbol\": \"Degree\",\n        \"scaleToSIBase\": \"0.0174532925199433\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.ToGeographicCrs.Unit\",\n      \"name\": \"Degree\",\n      \"value\": \"0.0174532925199433\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.Method\",\n      \"name\": \"Name\",\n      \"value\": \"Position_Vector\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.Parameter\",\n      \"name\": \"X_Axis_Translation\",\n      \"value\": \"-116.641\",\n      \"unitSpecification\": {\n        \"symbol\": \"Meter\",\n        \"scaleToSIBase\": \"1.0\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.Parameter\",\n      \"name\": \"Y_Axis_Translation\",\n      \"value\": \"-56.931\",\n      \"unitSpecification\": {\n        \"symbol\": \"Meter\",\n        \"scaleToSIBase\": \"1.0\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.Parameter\",\n      \"name\": \"Z_Axis_Translation\",\n      \"value\": \"-110.559\",\n      \"unitSpecification\": {\n        \"symbol\": \"Meter\",\n        \"scaleToSIBase\": \"1.0\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.Parameter\",\n      \"name\": \"X_Axis_Rotation\",\n      \"value\": \"0.893\",\n      \"unitSpecification\": {\n        \"symbol\": \"arcsec\",\n        \"scaleToSIBase\": \"0.000004848136811095355\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.Parameter\",\n      \"name\": \"Y_Axis_Rotation\",\n      \"value\": \"0.921\",\n      \"unitSpecification\": {\n        \"symbol\": \"arcsec\",\n        \"scaleToSIBase\": \"0.000004848136811095355\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.Parameter\",\n      \"name\": \"Z_Axis_Rotation\",\n      \"value\": \"-0.917\",\n      \"unitSpecification\": {\n        \"symbol\": \"arcsec\",\n        \"scaleToSIBase\": \"0.000004848136811095355\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.Parameter\",\n      \"name\": \"Scale_Difference\",\n      \"value\": \"-3.52\",\n      \"unitSpecification\": {\n        \"symbol\": \"ppm\",\n        \"scaleToSIBase\": \"0.000001\"\n      }\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.Transformation.AuthorityCode\",\n      \"name\": \"EPSG\",\n      \"value\": \"1612\",\n      \"unitSpecification\": null\n    },\n    {\n      \"codeInHierarchy\": \"EarlyBoundCrs.AuthorityCode\",\n      \"name\": \"SLB\",\n      \"value\": \"23031023\",\n      \"unitSpecification\": null\n    }\n  ],\n  \"statusInformation\": \"Success\"\n}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Error codes"},"children":["Error codes"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Error or invalid input or missing mandatory properties"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["401, 403"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["User not authenticated or not entitled to access the shared data partition"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Internal server error"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"_-14","__idx":25},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"requests"},"children":["Request data structures"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Request structures follow the Python naming convention."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-15","__idx":26},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"oceantextualrepresentation"},"children":["OceanTextualRepresentation"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"properties","__idx":27},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ocean_textual_representation"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The Ocean textual representation string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-16","__idx":28},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"oceancompanionxml"},"children":["OceanCompanionXml"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"properties-1","__idx":29},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ocean_companion_xml"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The Ocean companion file as XML string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-17","__idx":30},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"lbcrsauthoritycodecontainer"},"children":["LbCrsAuthorityCodeContainer"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"properties-2","__idx":31},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["late_bound_crs_authority_code"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AuthorityCode for the late-bound CRS like \"EPSG,26782\" or just \"26782\" as string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-18","__idx":32},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"sgltrfauthoritycodecontainer"},"children":["SglTrfAuthorityCodeContainer"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"properties-3","__idx":33},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["single_carto_trf_authority_code"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AuthorityCode for the single transformation like \"EPSG,1612\" or just \"1612\" as string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-19","__idx":34},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"lbcrscontainer"},"children":["LbCrsContainer"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"properties-4","__idx":35},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["late_bound_crs_wkt"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The late-bound CRS Esri well-known text"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["mandatory"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["late_bound_crs_name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The late-bound CRS name"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["optional"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["late_bound_crs_authority"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The late-bound CRS authority"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["optional"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["late_bound_crs_authority_code"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The late-bound CRS authority code"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["optional"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-20","__idx":36},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"ebcrscontainer"},"children":["EbCrsContainer"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"properties-5","__idx":37},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["single_carto_trf_authority_code"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The authority code of the associated cartographic transform"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["optional"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["single_carto_trf_authority"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The authority of the associated cartographic transform"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["optional"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["early_bound_crs_authority_code"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The early-bound CRS authority code"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["optional"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["early_bound_crs_authority"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The early-bound CRS authority"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["optional"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["late_bound_crs_authority_code"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The late-bound CRS authority code"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["optional"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["single_carto_trf_name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The name of the associated cartographic transform"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["optional"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["single_carto_trf_wkt"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The Esri well-known text of the associated cartographic transform"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["mandatory"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["late_bound_crs_authority"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The late-bound CRS authority"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["optional"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["late_bound_crs_name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The late-bound CRS name"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["optional"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["late_bound_crs_wkt"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The late-bound CRS Esri well-known text"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["mandatory"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["early_bound_crs_name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The early-bound CRS name"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["optional"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-21","__idx":38},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"persitablereferencetoproj4container"},"children":["PersistableReferenceToProj4Container"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"properties-6","__idx":39},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["persistable_reference"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The CRS persitable reference to convert to PROJ.4 notation"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["mandatory"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-22","__idx":40},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"reportrequest"},"children":["ReportRequest"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"properties-7","__idx":41},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["spatial_reference"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The spatial reference, such as a persistable reference, Ocean textual representation or well-known text string."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"_-23","__idx":42},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"responses"},"children":["Response data structures"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response structures follow the Python naming convention."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-24","__idx":43},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"converttopersistablereferenceresponse"},"children":["ConvertToPersistableReferenceResponse"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"properties-8","__idx":44},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ocean_textual_representation"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The input Ocean textual representation"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["persistable_reference"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The created persistable reference on success; null on error"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["status_information"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Information about the status of the conversion operation, such as 'Success' on success"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-25","__idx":45},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"convertcompanionresponse"},"children":["ConvertCompanionResponse"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"properties-9","__idx":46},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ocean_companion_xml"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The input Ocean companion XML string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["persistable_reference"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The created persistable reference on success; null on error"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["status_information"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Information about the status of the conversion operation, such as 'Success' on success"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-26","__idx":47},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"lbcrswktpartsconversionresponse"},"children":["LbCrsWktPartsConversionResponse"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"properties-10","__idx":48},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["late_bound_crs_parts"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#lbcrscontainer"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["LbCrsContainer"]}]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["persistable_reference"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The created persistable reference on success; null on error"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["status_information"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Information about the status of the conversion operation, such as 'Success' on success"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-27","__idx":49},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"ebcrswktpartsconversionresponse"},"children":["EbCrsWktPartsConversionResponse"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"properties-11","__idx":50},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["early_bound_crs_parts"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#ebcrscontainer"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EbCrsContainer"]}]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["persistable_reference"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The created persistable reference on success; null on error"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["status_information"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Information about the status of the conversion operation, such as 'Success' on success"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-28","__idx":51},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"sgltrfwktpartsconversionresponse"},"children":["SglTrfWktPartsConversionResponse"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"properties-12","__idx":52},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["single_trf_parts"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#sgltrfcontainer"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["SglTrfContainer"]}]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["persistable_reference"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The created persistable reference on success; null on error"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["status_information"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Information about the status of the conversion operation, such as 'Success' on success"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-29","__idx":53},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"persistablereferencetoproj4conversionresponse"},"children":["PersistableReferenceToProj4ConversionResponse"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"properties-13","__idx":54},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["proj4"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The converted PROJ.4 notation of input CRS persistable reference; null on error"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-30","__idx":55},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"reportresponseasstringlist"},"children":["ReportResponseAsStringList"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"properties-14","__idx":56},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["report_strings"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["list[str]"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A list of details about the spatial reference presented with a hierarchical code = value [unit] style"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["optional"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["status_information"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Information about the status of the conversion operation, such as 'Success' on success"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["spatial_reference"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The spatial reference as in the request"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-31","__idx":57},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"reportresponseasstructuredlist"},"children":["ReportResponseAsStructuredList"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"properties-15","__idx":58},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["report_item_details"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#itemdetails"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["list[ItemDetails]"]}]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Detailed item structures"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["status_information"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Information about the status of the conversion operation, such as 'Success' on success"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["spatial_reference"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The spatial reference as in the request"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-32","__idx":59},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"sgltrfcontainer"},"children":["SglTrfContainer"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"properties-16","__idx":60},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["single_carto_trf_name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The transformation name"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["single_carto_trf_authority_code"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The transformation authority code"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["single_carto_trf_authority"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The transformation authority"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["single_carto_trf_wkt"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The transformation Esri well-known text"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-33","__idx":61},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"itemdetails"},"children":["ItemDetails"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"properties-17","__idx":62},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["unit_specification"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#unit"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["list[Unit]"]}]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["optional"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["code_in_hierarchy"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Hierarchical parent code"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Item name"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["value"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Item value, always as string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_-34","__idx":63},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"unit"},"children":["Unit"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"properties-18","__idx":64},"children":["Properties"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Notes"},"children":["Notes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["symbol"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unit symbol"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["scale_to_si_base"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["str"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unit scale factor to base SI unit"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]}]},"headings":[{"value":"Table of Contents","id":"table-of-contents","depth":2},{"value":"","id":"_","depth":2},{"value":"","id":"_-1","depth":2},{"value":"Headers","id":"headers","depth":3},{"value":"","id":"_-2","depth":3},{"value":"","id":"_-3","depth":4},{"value":"POST /persistableReference/fromOceanTextualReference","id":"post-persistablereferencefromoceantextualreference","depth":5},{"value":"","id":"_-4","depth":4},{"value":"POST /persistableReference/fromOceanCompanion","id":"post-persistablereferencefromoceancompanion","depth":5},{"value":"","id":"_-5","depth":4},{"value":"POST /persistableReference/fromCrsAuthorityCode","id":"post-persistablereferencefromcrsauthoritycode","depth":5},{"value":"","id":"_-6","depth":4},{"value":"POST /persistableReference/fromTransformAuthorityCode","id":"post-persistablereferencefromtransformauthoritycode","depth":4},{"value":"","id":"_-7","depth":4},{"value":"POST /persistableReference/fromLateBoundCrsParts","id":"post-persistablereferencefromlateboundcrsparts","depth":5},{"value":"","id":"_-8","depth":4},{"value":"POST /persistableReference/fromEarlyBoundCrsAsWktParts","id":"post-persistablereferencefromearlyboundcrsaswktparts","depth":5},{"value":"","id":"_-9","depth":3},{"value":"","id":"_-10","depth":4},{"value":"POST /persistableReference/toProj4","id":"post-persistablereferencetoproj4","depth":5},{"value":"","id":"_-11","depth":3},{"value":"","id":"_-12","depth":4},{"value":"POST /spatialReference/simpleReport","id":"post-spatialreferencesimplereport","depth":5},{"value":"","id":"_-13","depth":4},{"value":"POST /spatialReference/detailedReport","id":"post-spatialreferencedetailedreport","depth":5},{"value":"","id":"_-14","depth":2},{"value":"","id":"_-15","depth":4},{"value":"Properties","id":"properties","depth":5},{"value":"","id":"_-16","depth":4},{"value":"Properties","id":"properties-1","depth":5},{"value":"","id":"_-17","depth":4},{"value":"Properties","id":"properties-2","depth":5},{"value":"","id":"_-18","depth":4},{"value":"Properties","id":"properties-3","depth":5},{"value":"","id":"_-19","depth":4},{"value":"Properties","id":"properties-4","depth":5},{"value":"","id":"_-20","depth":4},{"value":"Properties","id":"properties-5","depth":5},{"value":"","id":"_-21","depth":4},{"value":"Properties","id":"properties-6","depth":5},{"value":"","id":"_-22","depth":4},{"value":"Properties","id":"properties-7","depth":5},{"value":"","id":"_-23","depth":2},{"value":"","id":"_-24","depth":4},{"value":"Properties","id":"properties-8","depth":5},{"value":"","id":"_-25","depth":4},{"value":"Properties","id":"properties-9","depth":5},{"value":"","id":"_-26","depth":4},{"value":"Properties","id":"properties-10","depth":5},{"value":"","id":"_-27","depth":4},{"value":"Properties","id":"properties-11","depth":2},{"value":"","id":"_-28","depth":4},{"value":"Properties","id":"properties-12","depth":5},{"value":"","id":"_-29","depth":4},{"value":"Properties","id":"properties-13","depth":5},{"value":"","id":"_-30","depth":4},{"value":"Properties","id":"properties-14","depth":5},{"value":"","id":"_-31","depth":4},{"value":"Properties","id":"properties-15","depth":5},{"value":"","id":"_-32","depth":4},{"value":"Properties","id":"properties-16","depth":2},{"value":"","id":"_-33","depth":4},{"value":"Properties","id":"properties-17","depth":5},{"value":"","id":"_-34","depth":4},{"value":"Properties","id":"properties-18","depth":2}],"frontmatter":{"seo":{"title":"Table of Contents"}},"lastModified":"2025-04-15T21:14:32.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/solutions/core-service/tutorial/spatial-service","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}