Pumped Drainage Area List
List assets of type PumpedDrainageArea
Query parameters:
organisation
Filter by organisation. Supports lookups on uuid
and name
.
code
Exact filter on the code
field. The (case-sensitive) startswith
lookup is also supported.
created:
Temporal filter on created
. Supports various lookup types
(exact
, lt
, lte
, gt
, gte
; created__exact by default).
Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.
last_modified:
Temporal filter on last_modified
. Supports various lookup types
(exact
, lt
, lte
, gt
, gte
; last_modified__exact by default).
Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.
geometry
The following lookups are available: isnull
, contained
, contains
,
contains_properly
, covered_by
, covers
, crosses
, disjoint
,
equals
, intersects
, overlaps
, and within
.
Query geometries can be supplied as WKT, EWKT or HEXEWKB.
boundary__id:
Filter on geometry of the region/boundary with the id boundary__id
.
For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/
boundary__code:
Filter on geometry of the region/boundary with the id boundary__code
.
For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/
boundary__type:
Spatial filter on geometry
, whereby geometry is specified by a
region/boundary object (see below) and filter operator is
ST_Intersects. Available types are COUNTRY, PROVINCE, WATER_BOARD,
MUNICIPALITY, CATCHMENT, POLDER, FIXED_DRAINAGE_LEVEL_AREA,
PUMPED_DRAINAGE_AREA, MAIN_PUMPED_DRAINAGE_AREA, DISTRICT,
NEIGHBOURHOOD, CADASTRE, PLANTATION, FIELD, CITY, and CUSTOM
boundary__name:
Filter on name of the region/boundary with the name
boundary__name
. Requires boundary__type
.
For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/
simplify: Simplify the query geometries (in WGS84) using this value as tolerance. A higher value may result in a better response time for detailed geometries. Defaults to 0.00001 degrees (approx. 1 meter). NB: Returned geometries are unaffected.
page_size
The number of results on a single page. Defaults to 10, maximum is 100.
Note that pagination is disabled for the root endpoint: the response
will be truncated to page_size
.
Custom route: search
Full-text search in 'code' and 'name' fields. Results are ranked.
Examples:
?code=ABC_2123
?code__startswith=ABC
?created__gte=2017-01-01T00:00:00Z
?last_modified__lt=2018-01-01T00:00:00Z
?organisation__name__startswith=Nelen
?organisation__uuid=61f5a464-c350-44c1-9bc7-d4b42d7f58cb
?organisation__name__icontains=Schuur
?geometry__intersects=POINT (5 52)
?boundary__id=198
?boundary__code=NL_GM0344
?boundary__type=PROVINCE&boundary__name=Utrecht
/search/abc/
GET /api/v4/pumpeddrainageareas/?format=api&page=17
https://demo.lizard.net/api/v4/pumpeddrainageareas/?format=api&page=18", "previous": "https://demo.lizard.net/api/v4/pumpeddrainageareas/?format=api&page=16", "results": [ { "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3700/?format=api", "id": 3700, "code": "115/5-1-1", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.156152879029247, 52.35605305347687, 0.0 ], [ 5.155935364394945, 52.35582191942936, 0.0 ], [ 5.155527141243633, 52.355542749560435, 0.0 ], [ 5.155167659144475, 52.35537695404864, 0.0 ], [ 5.154749384147408, 52.35523659475833, 0.0 ], [ 5.153966056479642, 52.35511373170043, 0.0 ], [ 5.15359935058422, 52.35509183169539, 0.0 ], [ 5.153060239618862, 52.35512442793495, 0.0 ], [ 5.152540799694765, 52.35521860614845, 0.0 ], [ 5.152025646625851, 52.35538479831028, 0.0 ], [ 5.151676843831734, 52.35555496328305, 0.0 ], [ 5.151107550627657, 52.35599797700473, 0.0 ], [ 5.150774572846604, 52.35654872575879, 0.0 ], [ 5.150753171198001, 52.35696723240595, 0.0 ], [ 5.150897655092315, 52.35746973215649, 0.0 ], [ 5.150990873388896, 52.35787358935422, 0.0 ], [ 5.152469718073137, 52.35814721153362, 0.0 ], [ 5.154537527359317, 52.35788973465522, 0.0 ], [ 5.155982405502998, 52.35705923008967, 0.0 ], [ 5.156602202751465, 52.356318345045224, 0.0 ], [ 5.156297674019116, 52.35613854446701, 0.0 ], [ 5.156152879029247, 52.35605305347687, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:23.152951Z", "image_url": "", "timeseries": [], "name": "115/5-1-1", "sewer_system": null, "upstream_load": null, "connected_impervious_surface": null, "connected_impervious_surface_mixed": null, "connected_impervious_surface_rainwater": null, "population_equivalent": null, "pollution_equivalent": null, "water_consumption": null, "extraneous_water": null, "sanitary_load": null, "lowest_invert_level": null, "water_retention_capacity": null, "minimum_overflow_crest_level": null, "downstream_pumped_drainage_area": null, "pump_station": null, "area_type": "base", "inhabitants": null, "pump_overcapacity": null }, { "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3701/?format=api", "id": 3701, "code": "261/2-1-1", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.278625671322826, 52.40454680017011, 0.0 ], [ 5.275952930432731, 52.406883475316626, 0.0 ], [ 5.279618983697211, 52.40845988624755, 0.0 ], [ 5.282295528323816, 52.40613854613542, 0.0 ], [ 5.278625671322826, 52.40454680017011, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:23.160917Z", "image_url": "", "timeseries": [], "name": "261/2-1-1", "sewer_system": null, "upstream_load": null, "connected_impervious_surface": null, "connected_impervious_surface_mixed": null, "connected_impervious_surface_rainwater": null, "population_equivalent": null, "pollution_equivalent": null, "water_consumption": null, "extraneous_water": null, "sanitary_load": null, "lowest_invert_level": null, "water_retention_capacity": null, "minimum_overflow_crest_level": null, "downstream_pumped_drainage_area": null, "pump_station": null, "area_type": "base", "inhabitants": null, "pump_overcapacity": null }, { "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3702/?format=api", "id": 3702, "code": "225/2-1-1", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.195949226006584, 52.37015547965757, 0.0 ], [ 5.193978479181127, 52.37236105315871, 0.0 ], [ 5.19864950903743, 52.373968465867115, 0.0 ], [ 5.200132778168721, 52.37171940296665, 0.0 ], [ 5.199432886803395, 52.371487894485995, 0.0 ], [ 5.199057451965374, 52.37136107268809, 0.0 ], [ 5.198231468843717, 52.37106901859113, 0.0 ], [ 5.197859887243536, 52.37093723348041, 0.0 ], [ 5.196606032247087, 52.37044372311657, 0.0 ], [ 5.195949226006584, 52.37015547965757, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:23.168183Z", "image_url": "", "timeseries": [], "name": "225/2-1-1", "sewer_system": null, "upstream_load": null, "connected_impervious_surface": null, "connected_impervious_surface_mixed": null, "connected_impervious_surface_rainwater": null, "population_equivalent": null, "pollution_equivalent": null, "water_consumption": null, "extraneous_water": null, "sanitary_load": null, "lowest_invert_level": null, "water_retention_capacity": null, "minimum_overflow_crest_level": null, "downstream_pumped_drainage_area": null, "pump_station": null, "area_type": "base", "inhabitants": null, "pump_overcapacity": null }, { "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3703/?format=api", "id": 3703, "code": "115/1-1-1", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.159650631700483, 52.3521643914189, 0.0 ], [ 5.159650631700483, 52.3521643914189, 0.0 ], [ 5.157876844704435, 52.35413652354939, 0.0 ], [ 5.156152879029247, 52.35605305347687, 0.0 ], [ 5.156297674019116, 52.35613854446701, 0.0 ], [ 5.156602202751465, 52.356318345045224, 0.0 ], [ 5.158887067473231, 52.35729753033841, 0.0 ], [ 5.15978945888237, 52.35713815893395, 0.0 ], [ 5.159642637110028, 52.356224740812834, 0.0 ], [ 5.158835070849573, 52.35485217078757, 0.0 ], [ 5.162078696438921, 52.35384864735398, 0.0 ], [ 5.159650631700483, 52.3521643914189, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:23.175702Z", "image_url": "", "timeseries": [], "name": "115/1-1-1", "sewer_system": null, "upstream_load": null, "connected_impervious_surface": null, "connected_impervious_surface_mixed": null, "connected_impervious_surface_rainwater": null, "population_equivalent": null, "pollution_equivalent": null, "water_consumption": null, "extraneous_water": null, "sanitary_load": null, "lowest_invert_level": null, "water_retention_capacity": null, "minimum_overflow_crest_level": null, "downstream_pumped_drainage_area": null, "pump_station": null, "area_type": "base", "inhabitants": null, "pump_overcapacity": null }, { "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3704/?format=api", "id": 3704, "code": "210/2-1-1", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.21030631821286, 52.35118527992898, 0.0 ], [ 5.210297886400131, 52.353302057646836, 0.0 ], [ 5.215781032250078, 52.353383113004064, 0.0 ], [ 5.215789484214471, 52.35119334245305, 0.0 ], [ 5.21030631821286, 52.35118527992898, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:23.183398Z", "image_url": "", "timeseries": [], "name": "210/2-1-1", "sewer_system": null, "upstream_load": null, "connected_impervious_surface": null, "connected_impervious_surface_mixed": null, "connected_impervious_surface_rainwater": null, "population_equivalent": null, "pollution_equivalent": null, "water_consumption": null, "extraneous_water": null, "sanitary_load": null, "lowest_invert_level": null, "water_retention_capacity": null, "minimum_overflow_crest_level": null, "downstream_pumped_drainage_area": null, "pump_station": null, "area_type": "base", "inhabitants": null, "pump_overcapacity": null }, { "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3705/?format=api", "id": 3705, "code": "115/8-1-1", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.154027213415488, 52.36144191407684, 0.0 ], [ 5.15705760656472, 52.362372688723596, 0.0 ], [ 5.161109445017622, 52.35849193253719, 0.0 ], [ 5.159917142822925, 52.358047866861824, 0.0 ], [ 5.159655795279728, 52.35808571877525, 0.0 ], [ 5.159427392690937, 52.357999225576606, 0.0 ], [ 5.15843551112708, 52.359133643970864, 0.0 ], [ 5.156915360583176, 52.35993361817487, 0.0 ], [ 5.155209710343766, 52.36043881434604, 0.0 ], [ 5.154027213415488, 52.36144191407684, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:23.190541Z", "image_url": "", "timeseries": [], "name": "115/8-1-1", "sewer_system": null, "upstream_load": null, "connected_impervious_surface": null, "connected_impervious_surface_mixed": null, "connected_impervious_surface_rainwater": null, "population_equivalent": null, "pollution_equivalent": null, "water_consumption": null, "extraneous_water": null, "sanitary_load": null, "lowest_invert_level": null, "water_retention_capacity": null, "minimum_overflow_crest_level": null, "downstream_pumped_drainage_area": null, "pump_station": null, "area_type": "base", "inhabitants": null, "pump_overcapacity": null }, { "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3706/?format=api", "id": 3706, "code": "265/5-1-1", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.303953637983696, 52.39459435255709, 0.0 ], [ 5.307974024858144, 52.39630692651617, 0.0 ], [ 5.30815496714405, 52.39645820833844, 0.0 ], [ 5.308154805962051, 52.39654874853284, 0.0 ], [ 5.308735874118494, 52.39656827762189, 0.0 ], [ 5.309029177019188, 52.393019144563034, 0.0 ], [ 5.307668808992364, 52.39256030790182, 0.0 ], [ 5.307149161022974, 52.39292986717311, 0.0 ], [ 5.306393643791213, 52.39344653337022, 0.0 ], [ 5.305312005765025, 52.394083357986815, 0.0 ], [ 5.304822959874214, 52.39428231784778, 0.0 ], [ 5.304240709045931, 52.39448811746036, 0.0 ], [ 5.303953637983696, 52.39459435255709, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:23.197814Z", "image_url": "", "timeseries": [], "name": "265/5-1-1", "sewer_system": null, "upstream_load": null, "connected_impervious_surface": null, "connected_impervious_surface_mixed": null, "connected_impervious_surface_rainwater": null, "population_equivalent": null, "pollution_equivalent": null, "water_consumption": null, "extraneous_water": null, "sanitary_load": null, "lowest_invert_level": null, "water_retention_capacity": null, "minimum_overflow_crest_level": null, "downstream_pumped_drainage_area": null, "pump_station": null, "area_type": "base", "inhabitants": null, "pump_overcapacity": null }, { "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3707/?format=api", "id": 3707, "code": "223/4-1-1", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.197813334542768, 52.37544827081787, 0.0 ], [ 5.197932834978961, 52.37772339261397, 0.0 ], [ 5.202325966270982, 52.37773032901992, 0.0 ], [ 5.202335443525266, 52.37545541323042, 0.0 ], [ 5.197813334542768, 52.37544827081787, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:23.204842Z", "image_url": "", "timeseries": [], "name": "223/4-1-1", "sewer_system": null, "upstream_load": null, "connected_impervious_surface": null, "connected_impervious_surface_mixed": null, "connected_impervious_surface_rainwater": null, "population_equivalent": null, "pollution_equivalent": null, "water_consumption": null, "extraneous_water": null, "sanitary_load": null, "lowest_invert_level": null, "water_retention_capacity": null, "minimum_overflow_crest_level": null, "downstream_pumped_drainage_area": null, "pump_station": null, "area_type": "base", "inhabitants": null, "pump_overcapacity": null }, { "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3708/?format=api", "id": 3708, "code": "232/5-1-1", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.247751861642826, 52.36104249360992, 0.0 ], [ 5.248627601743647, 52.36128380363359, 0.0 ], [ 5.249038305527939, 52.361372321237795, 0.0 ], [ 5.249633053788326, 52.36142508288717, 0.0 ], [ 5.250270717549596, 52.36148164796305, 0.0 ], [ 5.250740013993472, 52.361590085440774, 0.0 ], [ 5.251704471145821, 52.361923897724886, 0.0 ], [ 5.253613895431331, 52.35996895143308, 0.0 ], [ 5.252665718126792, 52.359613623516154, 0.0 ], [ 5.251670518096515, 52.359466422901406, 0.0 ], [ 5.251323535837753, 52.35935433661696, 0.0 ], [ 5.2510614760366, 52.35923804185894, 0.0 ], [ 5.250784132904424, 52.35907018504446, 0.0 ], [ 5.250422270150802, 52.35878194000822, 0.0 ], [ 5.250073277203195, 52.35867722653354, 0.0 ], [ 5.247751861642826, 52.36104249360992, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:23.212215Z", "image_url": "", "timeseries": [], "name": "232/5-1-1", "sewer_system": null, "upstream_load": null, "connected_impervious_surface": null, "connected_impervious_surface_mixed": null, "connected_impervious_surface_rainwater": null, "population_equivalent": null, "pollution_equivalent": null, "water_consumption": null, "extraneous_water": null, "sanitary_load": null, "lowest_invert_level": null, "water_retention_capacity": null, "minimum_overflow_crest_level": null, "downstream_pumped_drainage_area": null, "pump_station": null, "area_type": "base", "inhabitants": null, "pump_overcapacity": null }, { "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3709/?format=api", "id": 3709, "code": "267/7-1-1", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.329800929578478, 52.39997459103768, 0.0 ], [ 5.325077876359726, 52.39839331936024, 0.0 ], [ 5.324718183314927, 52.39881664661997, 0.0 ], [ 5.32513953001658, 52.39945430329845, 0.0 ], [ 5.324830934221563, 52.40086417213756, 0.0 ], [ 5.326437299599548, 52.40149733881891, 0.0 ], [ 5.327538236305725, 52.401919655923436, 0.0 ], [ 5.329800929578478, 52.39997459103768, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:23.219467Z", "image_url": "", "timeseries": [], "name": "267/7-1-1", "sewer_system": null, "upstream_load": null, "connected_impervious_surface": null, "connected_impervious_surface_mixed": null, "connected_impervious_surface_rainwater": null, "population_equivalent": null, "pollution_equivalent": null, "water_consumption": null, "extraneous_water": null, "sanitary_load": null, "lowest_invert_level": null, "water_retention_capacity": null, "minimum_overflow_crest_level": null, "downstream_pumped_drainage_area": null, "pump_station": null, "area_type": "base", "inhabitants": null, "pump_overcapacity": null } ] }{ "count": 990, "next": "