Projection List
Returns available Projections. More info: https://epsg.io/
Query parameters:
name
Text filter on the name
field. All text field filter methods,
like startswith
, endswith
, icontains
are supported.
code
Text filter on the code
field. All text field filter methods,
like startswith
, endswith
, icontains
are supported.
extent__intersects
Spatial filter on extent
. Filter on only projections whose extent
intersect the requested geometry. Supports WKT.
ordering
Show the results in a specific order. You can order them by name
,
code
. Add a -
in front to reverse the order.
Examples:
?name=projection
?name__icontains=proj
?name__startswith=proj
?code=EPSG:25890
?code__startswith=EPSG
?ordering=name
?ordering=-code
?extent__covers=POLYGON((4.87 52.73, 4.87 52.79, 4.98 52.79,
4.98 52.73, 4.87 52.73))
?extent__intersects=POLYGON((4.87 52.73, 4.87 52.79, 4.98 52.79,
4.98 52.73, 4.87 52.73))
GET /api/v4/projections/?format=api&page=673
https://demo.lizard.net/api/v4/projections/?format=api&page=674", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=672", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8841/?format=api", "name": "MVGC height", "code": "EPSG:8841", "extent": { "south": 15.61, "west": 34.51, "north": 32.16, "east": 55.67 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8857/?format=api", "name": "WGS 84 / Equal Earth Greenwich", "code": "EPSG:8857", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8858/?format=api", "name": "WGS 84 / Equal Earth Americas", "code": "EPSG:8858", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8859/?format=api", "name": "WGS 84 / Equal Earth Asia-Pacific", "code": "EPSG:8859", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8860/?format=api", "name": "NAD83(FBN)", "code": "EPSG:8860", "extent": { "south": -14.59, "west": -64.51, "north": 49.38, "east": 144.58 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8888/?format=api", "name": "WGS 84 (Transit)", "code": "EPSG:8888", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8896/?format=api", "name": "EPSG example wellbore local horizontal CRS - grid north (ft)", "code": "EPSG:8896", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8897/?format=api", "name": "EPSG example wellbore local vertical CRS (ft)", "code": "EPSG:8897", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8898/?format=api", "name": "RGWF96", "code": "EPSG:8898", "extent": { "south": -15.94, "west": -174.27, "north": -9.84, "east": 179.49 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8899/?format=api", "name": "RGWF96", "code": "EPSG:8899", "extent": { "south": -15.94, "west": -174.27, "north": -9.84, "east": 179.49 } } ] }{ "count": 6891, "next": "