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=683
https://demo.lizard.net/api/v4/projections/?format=api&page=684", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=682", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9012/?format=api", "name": "IGS05", "code": "EPSG:9012", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9013/?format=api", "name": "IGS08", "code": "EPSG:9013", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9014/?format=api", "name": "IGS08", "code": "EPSG:9014", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9015/?format=api", "name": "IGb08", "code": "EPSG:9015", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9016/?format=api", "name": "IGb08", "code": "EPSG:9016", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9017/?format=api", "name": "IGb08", "code": "EPSG:9017", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9018/?format=api", "name": "IGS14", "code": "EPSG:9018", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9019/?format=api", "name": "IGS14", "code": "EPSG:9019", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9039/?format=api", "name": "ISN2016 / LAEA Europe", "code": "EPSG:9039", "extent": { "south": 59.96, "west": -30.87, "north": 69.59, "east": -5.55 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9040/?format=api", "name": "ISN2016 / LCC Europe", "code": "EPSG:9040", "extent": { "south": 59.96, "west": -30.87, "north": 69.59, "east": -5.55 } } ] }{ "count": 6891, "next": "