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=651
https://demo.lizard.net/api/v4/projections/?format=api&page=652", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=650", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8337/?format=api", "name": "NAD83(2011) / Oregon Riley-Lakeview zone (m)", "code": "EPSG:8337", "extent": { "south": 41.88, "west": -120.97, "north": 43.45, "east": -119.15 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8338/?format=api", "name": "NAD83(2011) / Oregon Riley-Lakeview zone (ft)", "code": "EPSG:8338", "extent": { "south": 41.88, "west": -120.97, "north": 43.45, "east": -119.15 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8339/?format=api", "name": "NAD83(2011) / Oregon Siskiyou Pass zone (m)", "code": "EPSG:8339", "extent": { "south": 41.95, "west": -122.71, "north": 42.46, "east": -121.96 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8340/?format=api", "name": "NAD83(2011) / Oregon Siskiyou Pass zone (ft)", "code": "EPSG:8340", "extent": { "south": 41.95, "west": -122.71, "north": 42.46, "east": -121.96 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8341/?format=api", "name": "NAD83(2011) / Oregon Ukiah-Fox zone (m)", "code": "EPSG:8341", "extent": { "south": 44.52, "west": -119.35, "north": 45.21, "east": -118.64 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8342/?format=api", "name": "NAD83(2011) / Oregon Ukiah-Fox zone (ft)", "code": "EPSG:8342", "extent": { "south": 44.52, "west": -119.35, "north": 45.21, "east": -118.64 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8343/?format=api", "name": "NAD83(2011) / Oregon Wallowa zone (m)", "code": "EPSG:8343", "extent": { "south": 45.27, "west": -118.16, "north": 46.05, "east": -116.42 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8344/?format=api", "name": "NAD83(2011) / Oregon Wallowa zone (ft)", "code": "EPSG:8344", "extent": { "south": 45.27, "west": -118.16, "north": 46.05, "east": -116.42 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8345/?format=api", "name": "NAD83(2011) / Oregon Warner Highway zone (m)", "code": "EPSG:8345", "extent": { "south": 41.95, "west": -120.42, "north": 42.43, "east": -119.3 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8346/?format=api", "name": "NAD83(2011) / Oregon Warner Highway zone (ft)", "code": "EPSG:8346", "extent": { "south": 41.95, "west": -120.42, "north": 42.43, "east": -119.3 } } ] }{ "count": 6891, "next": "