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=674
https://demo.lizard.net/api/v4/projections/?format=api&page=675", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=673", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8900/?format=api", "name": "RGWF96", "code": "EPSG:8900", "extent": { "south": -15.94, "west": -174.27, "north": -9.84, "east": 179.49 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8901/?format=api", "name": "RGWF96 (lon-lat)", "code": "EPSG:8901", "extent": { "south": -15.94, "west": -174.27, "north": -9.84, "east": 179.49 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8902/?format=api", "name": "RGWF96 (lon-lat)", "code": "EPSG:8902", "extent": { "south": -15.94, "west": -174.27, "north": -9.84, "east": 179.49 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8903/?format=api", "name": "RGWF96 / UTM zone 1S", "code": "EPSG:8903", "extent": { "south": -15.94, "west": -174.27, "north": -9.84, "east": 179.49 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8904/?format=api", "name": "TWVD 2001 height", "code": "EPSG:8904", "extent": { "south": 21.87, "west": 119.99, "north": 25.34, "east": 122.06 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8905/?format=api", "name": "CR-SIRGAS", "code": "EPSG:8905", "extent": { "south": 2.15, "west": -90.45, "north": 11.77, "east": -81.43 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8906/?format=api", "name": "CR-SIRGAS", "code": "EPSG:8906", "extent": { "south": 2.15, "west": -90.45, "north": 11.77, "east": -81.43 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8907/?format=api", "name": "CR-SIRGAS", "code": "EPSG:8907", "extent": { "south": 2.15, "west": -90.45, "north": 11.77, "east": -81.43 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8908/?format=api", "name": "CR-SIRGAS / CRTM05", "code": "EPSG:8908", "extent": { "south": 7.98, "west": -85.97, "north": 11.22, "east": -82.53 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8909/?format=api", "name": "CR-SIRGAS / UTM zone 16N", "code": "EPSG:8909", "extent": { "south": 2.15, "west": -90.45, "north": 11.11, "east": -82.92 } } ] }{ "count": 6891, "next": "