latestOpenAPI 3.0.02026-08-21224588.9 KB

72df7eed91b2

Coordinate Reference Systems

Get one CRS

Get one CRS (any sub-type) given its essence

post/crs

Query parameters

modestring

The mode of return: 'persistable_reference' (default) string or 'essence' structure or 'persistable_reference_essence' i.e. the combination of other 2 options.

Headers

data-partition-idstring required

desired data partition id

Request body

persistableReferencestring

The persistable reference string, either the essence of the CRS serialized into a JSON string or an encoded string (version 1).

Example request

{
  "persistableReference": "{\"wkt\":\"GEOGCS[\\\"GCS_North_American_1927\\\",DATUM[\\\"D_North_American_1927\\\",SPHEROID[\\\"Clarke_1866\\\",6378206.4,294.9786982]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433],AUTHORITY[\\\"EPSG\\\",4267]]\",\"ver\":\"PE_10_3_1\",\"name\":\"GCS_North_American_1927\",\"authCode\":{\"auth\":\"EPSG\",\"code\":\"4267\"},\"type\":\"LBC\"}",
  "essence": {
    "authCode": {
      "auth": "EPSG",
      "code": "4267"
    },
    "type": "LBC",
    "ver": "PE_10_3_1",
    "name": "GCS_North_American_1927",
    "wkt": "GEOGCS[\"GCS_North_American_1927\",DATUM[\"D_North_American_1927\",SPHEROID[\"Clarke_1866\",6378206.4,294.9786982]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433],AUTHORITY[\"EPSG\",4267]]"
  }
}

Response

A successful response

crstypestring

The type of ths CRS.

sourcestring

The source of ths CRS.

transformationReadyboolean

The Transformation readiness of this CRS.

aliasNamesstring[]

Alias names for this CRS.

axisUnitsstring[]

Axis Unit Essences.

numberOfAxesinteger

The NumberOfAxes of this CRS.

descriptionstring

The description of this CRS.

lastModifiedstring

The LastModified of this CRS.

Example response

{
  "essence": {
    "type": "LBC",
    "name": "GCS_WGS_1984",
    "ver": "PE_10_3_1",
    "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]]",
    "lateBoundCRS": {
      "type": "LBC",
      "name": "GCS_WGS_1984",
      "ver": "PE_10_3_1",
      "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]]",
      "authCode": {
        "auth": "EPSG",
        "code": "4326"
      }
    },
    "singleCT": {
      "type": "ST",
      "name": "ED_1950_UTM_Zone_31N",
      "ver": "PE_10_3_1",
      "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]]",
      "authCode": {
        "auth": "EPSG",
        "code": "4326"
      }
    },
    "compoundCT": {
      "type": "CT",
      "name": "Fallback NAD27 to WGS 84 (79)/NAD27 to WGS 84 (33)",
      "ver": "PE_10_3_1",
      "policy": "Fallback",
      "cts": [
        {
          "type": "ST",
          "name": "ED_1950_UTM_Zone_31N",
          "ver": "PE_10_3_1",
          "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]]",
          "authCode": {
            "auth": "EPSG",
            "code": "4326"
          }
        }
      ],
      "authCode": {
        "auth": "EPSG",
        "code": "4326"
      }
    },
    "horzLateBoundCRS": {
      "type": "LBC",
      "name": "GCS_WGS_1984",
      "ver": "PE_10_3_1",
      "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]]",
      "authCode": {
        "auth": "EPSG",
        "code": "4326"
      }
    },
    "horzEarlyBoundCRS": {
      "type": "EBC",
      "name": "ED50 * EPSG-Nor N62 2001 / UTM zone 31N [23031,1612]",
      "ver": "PE_10_3_1",
      "lateBoundCRS": {
        "type": "LBC",
        "name": "GCS_WGS_1984",
        "ver": "PE_10_3_1",
        "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]]",
        "authCode": {
          "auth": "EPSG",
          "code": "4326"
        }
      },
      "singleCT": {
        "type": "ST",
        "name": "ED_1950_UTM_Zone_31N",
        "ver": "PE_10_3_1",
        "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]]",
        "authCode": {
          "auth": "EPSG",
          "code": "4326"
        }
      },
      "compoundCT": {
        "type": "CT",
        "name": "Fallback NAD27 to WGS 84 (79)/NAD27 to WGS 84 (33)",
        "ver": "PE_10_3_1",
        "policy": "Fallback",
        "cts": [
          {
            "type": "ST",
            "name": "ED_1950_UTM_Zone_31N",
            "ver": "PE_10_3_1",
            "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]]",
            "authCode": {
              "auth": "EPSG",
              "code": "4326"
            }
          }
        ],
        "authCode": {
          "auth": "EPSG",
          "code": "4326"
        }
      },
      "authCode": {
        "auth": "EPSG",
        "code": "4326"
      }
    },
    "vertLateBoundCRS": {
      "type": "LBC",
      "name": "GCS_WGS_1984",
      "ver": "PE_10_3_1",
      "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]]",
      "authCode": {
        "auth": "EPSG",
        "code": "4326"
      }
    },
    "vertEarlyBoundCRS": {
      "type": "EBC",
      "name": "ED50 * EPSG-Nor N62 2001 / UTM zone 31N [23031,1612]",
      "ver": "PE_10_3_1",
      "lateBoundCRS": {
        "type": "LBC",
        "name": "GCS_WGS_1984",
        "ver": "PE_10_3_1",
        "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]]",
        "authCode": {
          "auth": "EPSG",
          "code": "4326"
        }
      },
      "singleCT": {
        "type": "ST",
        "name": "ED_1950_UTM_Zone_31N",
        "ver": "PE_10_3_1",
        "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]]",
        "authCode": {
          "auth": "EPSG",
          "code": "4326"
        }
      },
      "compoundCT": {
        "type": "CT",
        "name": "Fallback NAD27 to WGS 84 (79)/NAD27 to WGS 84 (33)",
        "ver": "PE_10_3_1",
        "policy": "Fallback",
        "cts": [
          {
            "type": "ST",
            "name": "ED_1950_UTM_Zone_31N",
            "ver": "PE_10_3_1",
            "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]]",
            "authCode": {
              "auth": "EPSG",
              "code": "4326"
            }
          }
        ],
        "authCode": {
          "auth": "EPSG",
          "code": "4326"
        }
      },
      "authCode": {
        "auth": "EPSG",
        "code": "4326"
      }
    },
    "authCode": {
      "auth": "EPSG",
      "code": "4326"
    }
  },
  "baseCRSAuthorityCode": {
    "auth": "EPSG",
    "code": "4326"
  },
  "areaOfUse": {
    "essence": {
      "type": "AOU",
      "authCode": {
        "auth": "EPSG",
        "code": "4326"
      }
    }
  }
}