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=655
https://demo.lizard.net/api/v4/projections/?format=api&page=656", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=654", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8428/?format=api", "name": "Macao 1920", "code": "EPSG:8428", "extent": { "south": 22.06, "west": 113.52, "north": 22.23, "east": 113.68 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8429/?format=api", "name": "Macao 2008", "code": "EPSG:8429", "extent": { "south": 22.06, "west": 113.52, "north": 22.23, "east": 113.68 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8430/?format=api", "name": "Macao 2008", "code": "EPSG:8430", "extent": { "south": 22.06, "west": 113.52, "north": 22.23, "east": 113.68 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8431/?format=api", "name": "Macao 2008", "code": "EPSG:8431", "extent": { "south": 22.06, "west": 113.52, "north": 22.23, "east": 113.68 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8433/?format=api", "name": "Macao 1920 / Macao Grid", "code": "EPSG:8433", "extent": { "south": 22.06, "west": 113.52, "north": 22.23, "east": 113.68 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8434/?format=api", "name": "Macao height", "code": "EPSG:8434", "extent": { "south": 22.06, "west": 113.52, "north": 22.23, "east": 113.68 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8441/?format=api", "name": "Tananarive / Laborde Grid", "code": "EPSG:8441", "extent": { "south": -25.64, "west": 43.18, "north": -11.89, "east": 50.56 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8449/?format=api", "name": "NAD83(FBN)", "code": "EPSG:8449", "extent": { "south": -14.59, "west": -64.51, "north": 49.38, "east": 144.58 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8455/?format=api", "name": "RGTAAF07 / UTM zone 53S", "code": "EPSG:8455", "extent": { "south": -66.73, "west": 136.0, "north": -65.61, "east": 138.01 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8456/?format=api", "name": "RGTAAF07 / UTM zone 54S", "code": "EPSG:8456", "extent": { "south": -67.13, "west": 138.0, "north": -66.1, "east": 142.0 } } ] }{ "count": 6891, "next": "