Skip to content

Instantly share code, notes, and snippets.

@rouault
Last active July 3, 2019 23:29
Show Gist options
  • Save rouault/6b5deff24999288955a50294e05365eb to your computer and use it in GitHub Desktop.
Save rouault/6b5deff24999288955a50294e05365eb to your computer and use it in GitHub Desktop.
EPSG:26711 as Json
{
"type": "ProjectedCRS",
"name": "NAD27 / UTM zone 11N",
"base_crs": {
"type": "GeographicCRS",
"name": "NAD27",
"datum": {
"type": "GeodeticReferenceFrame",
"name": "North American Datum 1927",
"ellipsoid": {
"type": "Ellipsoid",
"name": "Clarke 1866",
"semi_major_axis": 6378206.4,
"reverse_flattening": 294.978698213898,
"unit": {
"type": "LinearUnit",
"name": "metre",
"conversion_factor": 1
}
},
"prime_meridian": {
"type": "PrimeMeridian",
"name": "Greenwich",
"greenwich_longitude": 0,
"unit": {
"type": "AngularUnit",
"name": "degree",
"conversion_factor": 0.0174532925199433
}
},
"id": {
"authority": "EPSG",
"code": 4267
}
}
},
"conversion": {
"type": "Conversion",
"name": "UTM zone 11N",
"method": {
"type": "OperationMethod",
"name": "Transverse Mercator",
"id": {
"authority": "EPSG",
"code": 9807
}
},
"parameters": [
{
"type": "ValuedParameter",
"name": "Latitude of natural origin",
"value": 0,
"unit": {
"type": "AngularUnit",
"name": "degree",
"conversion_factor": 0.0174532925199433
},
"id": {
"authority": "EPSG",
"code": 8801
}
},
{
"type": "ValuedParameter",
"name": "Longitude of natural origin",
"value": 0,
"unit": {
"type": "AngularUnit",
"name": "degree",
"conversion_factor": 0.0174532925199433
},
"id": {
"authority": "EPSG",
"code": 8802
}
},
{
"type": "ValuedParameter",
"name": "Scale factor at natural origin",
"value": 0.9996,
"unit": {
"type": "SclaleUnit",
"name": "unity",
"conversion_factor": 1
},
"id": {
"authority": "EPSG",
"code": 8805
}
},
{
"type": "ValuedParameter",
"name": "False easting",
"value": 500000,
"unit": {
"type": "LinearUnit",
"metre": "unity",
"conversion_factor": 1
},
"id": {
"authority": "EPSG",
"code": 8806
}
},
{
"type": "ValuedParameter",
"name": "False northing",
"value": 0,
"unit": {
"type": "LinearUnit",
"metre": "unity",
"conversion_factor": 1
},
"id": {
"authority": "EPSG",
"code": 8807
}
}
]
},
"coordinate_system": {
"type": "CoordinateSystem",
"subtype": "Cartesian",
"axis": [
{
"type": "Axis",
"abbreviation": "(E)",
"orientation": "east",
"unit": {
"type": "LinearUnit",
"metre": "unity",
"conversion_factor": 1
}
},
{
"type": "Axis",
"abbreviation": "(N)",
"orientation": "north",
"unit": {
"type": "LinearUnit",
"metre": "unity",
"conversion_factor": 1
}
}
]
},
"usages": [
{
"type": "Usage",
"scope": "unknown",
"area": "North America - 120°W to 114°W and NAD27 by country - onshore",
"bbox": {
"south_latitude": 26.93,
"west_longitude": -120,
"north_latitude": 78.13,
"east_longitude": -114
}
}
],
"id": {
"authority": "EPSG",
"code": 26711
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment