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=663
https://demo.lizard.net/api/v4/projections/?format=api&page=664", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=662", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8727/?format=api", "name": "NAD83 / Florida West (ftUS) + NAVD88 height (ftUS)", "code": "EPSG:8727", "extent": { "south": 26.27, "west": -83.34, "north": 29.6, "east": -81.13 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8728/?format=api", "name": "NAD83 / Georgia East (ftUS) + NAVD88 height (ftUS)", "code": "EPSG:8728", "extent": { "south": 30.36, "west": -83.47, "north": 34.68, "east": -80.77 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8729/?format=api", "name": "NAD83 / Georgia West (ftUS) + NAVD88 height (ftUS)", "code": "EPSG:8729", "extent": { "south": 30.62, "west": -85.61, "north": 35.01, "east": -82.99 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8730/?format=api", "name": "NAD83 / Idaho East (ftUS) + NAVD88 height (ftUS)", "code": "EPSG:8730", "extent": { "south": 41.99, "west": -113.24, "north": 44.75, "east": -111.04 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8731/?format=api", "name": "NAD83 / Idaho Central (ftUS) + NAVD88 height (ftUS)", "code": "EPSG:8731", "extent": { "south": 41.99, "west": -115.3, "north": 45.7, "east": -112.68 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8732/?format=api", "name": "NAD83 / Idaho West (ftUS) + NAVD88 height (ftUS)", "code": "EPSG:8732", "extent": { "south": 41.99, "west": -117.24, "north": 49.01, "east": -114.32 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8733/?format=api", "name": "NAD83 / Illinois East (ftUS) + NAVD88 height (ftUS)", "code": "EPSG:8733", "extent": { "south": 37.06, "west": -89.28, "north": 42.5, "east": -87.02 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8734/?format=api", "name": "NAD83 / Illinois West (ftUS) + NAVD88 height (ftUS)", "code": "EPSG:8734", "extent": { "south": 36.98, "west": -91.52, "north": 42.51, "east": -88.93 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8735/?format=api", "name": "NAD83 / Indiana East (ftUS) + NAVD88 height (ftUS)", "code": "EPSG:8735", "extent": { "south": 37.95, "west": -86.59, "north": 41.77, "east": -84.78 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8736/?format=api", "name": "NAD83 / Indiana West (ftUS) + NAVD88 height (ftUS)", "code": "EPSG:8736", "extent": { "south": 37.77, "west": -88.06, "north": 41.77, "east": -86.24 } } ] }{ "count": 6891, "next": "