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=653
https://demo.lizard.net/api/v4/projections/?format=api&page=654", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=652", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8370/?format=api", "name": "ETRS89 / Belgian Lambert 2008 + Ostend height", "code": "EPSG:8370", "extent": { "south": 49.5, "west": 2.5, "north": 51.51, "east": 6.4 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8377/?format=api", "name": "EPSG example wellbore local horizontal CRS - true north", "code": "EPSG:8377", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8378/?format=api", "name": "EPSG example wellbore local vertical CRS", "code": "EPSG:8378", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8379/?format=api", "name": "NAD83 / NCRS Las Vegas (m)", "code": "EPSG:8379", "extent": { "south": 35.88, "west": -115.5, "north": 36.43, "east": -114.71 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8380/?format=api", "name": "NAD83 / NCRS Las Vegas (ftUS)", "code": "EPSG:8380", "extent": { "south": 35.88, "west": -115.5, "north": 36.43, "east": -114.71 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8381/?format=api", "name": "NAD83 / NCRS Las Vegas high (m)", "code": "EPSG:8381", "extent": { "south": 35.88, "west": -115.5, "north": 36.43, "east": -114.71 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8382/?format=api", "name": "NAD83 / NCRS Las Vegas high (ftUS)", "code": "EPSG:8382", "extent": { "south": 35.88, "west": -115.5, "north": 36.43, "east": -114.71 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8383/?format=api", "name": "NAD83(2011) / NCRS Las Vegas (m)", "code": "EPSG:8383", "extent": { "south": 35.88, "west": -115.5, "north": 36.43, "east": -114.71 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8384/?format=api", "name": "NAD83(2011) / NCRS Las Vegas (ftUS)", "code": "EPSG:8384", "extent": { "south": 35.88, "west": -115.5, "north": 36.43, "east": -114.71 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8385/?format=api", "name": "NAD83(2011) / NCRS Las Vegas high (m)", "code": "EPSG:8385", "extent": { "south": 35.88, "west": -115.5, "north": 36.43, "east": -114.71 } } ] }{ "count": 6891, "next": "