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=675
https://demo.lizard.net/api/v4/projections/?format=api&page=676", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=674", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8910/?format=api", "name": "CR-SIRGAS / UTM zone 17N", "code": "EPSG:8910", "extent": { "south": 9.6, "west": -83.6, "north": 11.77, "east": -81.43 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8911/?format=api", "name": "DACR52 height", "code": "EPSG:8911", "extent": { "south": 7.98, "west": -85.97, "north": 11.22, "east": -82.53 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8912/?format=api", "name": "CR-SIRGAS / CRTM05 + DACR52 height", "code": "EPSG:8912", "extent": { "south": 7.98, "west": -85.97, "north": 11.22, "east": -82.53 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8915/?format=api", "name": "SIRGAS-CON DGF00P01", "code": "EPSG:8915", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8916/?format=api", "name": "SIRGAS-CON DGF00P01", "code": "EPSG:8916", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8917/?format=api", "name": "SIRGAS-CON DGF01P01", "code": "EPSG:8917", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8918/?format=api", "name": "SIRGAS-CON DGF01P01", "code": "EPSG:8918", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8919/?format=api", "name": "SIRGAS-CON DGF01P02", "code": "EPSG:8919", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8920/?format=api", "name": "SIRGAS-CON DGF01P02", "code": "EPSG:8920", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8921/?format=api", "name": "SIRGAS-CON DGF02P01", "code": "EPSG:8921", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } } ] }{ "count": 6891, "next": "