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=678
https://demo.lizard.net/api/v4/projections/?format=api&page=679", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=677", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8942/?format=api", "name": "SIRGAS-CON SIR14P01", "code": "EPSG:8942", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8943/?format=api", "name": "SIRGAS-CON SIR15P01", "code": "EPSG:8943", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8944/?format=api", "name": "SIRGAS-CON SIR15P01", "code": "EPSG:8944", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8945/?format=api", "name": "SIRGAS-CON SIR17P01", "code": "EPSG:8945", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8946/?format=api", "name": "SIRGAS-CON SIR17P01", "code": "EPSG:8946", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8947/?format=api", "name": "SIRGAS-Chile 2010", "code": "EPSG:8947", "extent": { "south": -59.87, "west": -113.21, "north": -17.5, "east": -65.72 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8948/?format=api", "name": "SIRGAS-Chile 2010", "code": "EPSG:8948", "extent": { "south": -59.87, "west": -113.21, "north": -17.5, "east": -65.72 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8949/?format=api", "name": "SIRGAS-Chile 2010", "code": "EPSG:8949", "extent": { "south": -59.87, "west": -113.21, "north": -17.5, "east": -65.72 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8950/?format=api", "name": "SIRGAS-Chile 2010 / UTM zone 18S", "code": "EPSG:8950", "extent": { "south": -59.36, "west": -78.0, "north": -18.35, "east": -71.99 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8951/?format=api", "name": "SIRGAS-Chile 2010 / UTM zone 19S", "code": "EPSG:8951", "extent": { "south": -59.87, "west": -72.0, "north": -17.5, "east": -66.0 } } ] }{ "count": 6891, "next": "