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=652
https://demo.lizard.net/api/v4/projections/?format=api&page=653", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=651", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8347/?format=api", "name": "NAD83(2011) / Oregon Willamette Pass zone (m)", "code": "EPSG:8347", "extent": { "south": 42.99, "west": -122.26, "north": 44.18, "east": -121.48 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8348/?format=api", "name": "NAD83(2011) / Oregon Willamette Pass zone (ft)", "code": "EPSG:8348", "extent": { "south": 42.99, "west": -122.26, "north": 44.18, "east": -121.48 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8349/?format=api", "name": "GR96 + GVR2000 height", "code": "EPSG:8349", "extent": { "south": 59.0, "west": -75.0, "north": 84.01, "east": -10.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8350/?format=api", "name": "GR96 + GVR2016 height", "code": "EPSG:8350", "extent": { "south": 58.0, "west": -75.0, "north": 85.01, "east": -6.99 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8351/?format=api", "name": "S-JTSK [JTSK03]", "code": "EPSG:8351", "extent": { "south": 47.73, "west": 16.84, "north": 49.61, "east": 22.56 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8352/?format=api", "name": "S-JTSK [JTSK03] / Krovak", "code": "EPSG:8352", "extent": { "south": 47.73, "west": 16.84, "north": 49.61, "east": 22.56 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8353/?format=api", "name": "S-JTSK [JTSK03] / Krovak East North", "code": "EPSG:8353", "extent": { "south": 47.73, "west": 16.84, "north": 49.61, "east": 22.56 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8357/?format=api", "name": "Baltic 1957 height", "code": "EPSG:8357", "extent": { "south": 47.73, "west": 12.09, "north": 51.06, "east": 22.56 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8358/?format=api", "name": "Baltic 1957 depth", "code": "EPSG:8358", "extent": { "south": 47.73, "west": 12.09, "north": 51.06, "east": 22.56 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8360/?format=api", "name": "ETRS89 + Baltic 1957 height", "code": "EPSG:8360", "extent": { "south": 47.73, "west": 12.09, "north": 51.06, "east": 22.56 } } ] }{ "count": 6891, "next": "