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/?page=2
https://demo.lizard.net/api/v4/pumpeddrainageareas/?page=3", "previous": "https://demo.lizard.net/api/v4/pumpeddrainageareas/", "results": [ { "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3550/", "id": 3550, "code": "230/1-1-1", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.238690917172836, 52.370545953970236, 0.0 ], [ 5.240091445298684, 52.37100693931185, 0.0 ], [ 5.240411628790933, 52.37103397106708, 0.0 ], [ 5.240647200992522, 52.371044503997275, 0.0 ], [ 5.240885716286386, 52.37105091479448, 0.0 ], [ 5.241600492693933, 52.37109893955627, 0.0 ], [ 5.241850577969073, 52.37117298965532, 0.0 ], [ 5.242041553444805, 52.37131252222206, 0.0 ], [ 5.242129450138498, 52.3714519283268, 0.0 ], [ 5.24253353102656, 52.3717187242417, 0.0 ], [ 5.242610213744683, 52.3717322405111, 0.0 ], [ 5.246351705080677, 52.37308229735215, 0.0 ], [ 5.248316900693551, 52.371001712134365, 0.0 ], [ 5.249305886025089, 52.370182647244505, 0.0 ], [ 5.250034489068801, 52.3696912835843, 0.0 ], [ 5.250783052078594, 52.369264496169535, 0.0 ], [ 5.251507044465778, 52.36886619795018, 0.0 ], [ 5.251894009300295, 52.36862436669879, 0.0 ], [ 5.252195851180256, 52.3683954467516, 0.0 ], [ 5.252460670644234, 52.36815821536181, 0.0 ], [ 5.252646104696786, 52.36797214045077, 0.0 ], [ 5.252816266902386, 52.36776678753678, 0.0 ], [ 5.251699312524969, 52.367455821481336, 0.0 ], [ 5.250700262487731, 52.367114962197675, 0.0 ], [ 5.249703492252073, 52.366810937200036, 0.0 ], [ 5.248754435821214, 52.36654530057384, 0.0 ], [ 5.247535853237942, 52.36611739162557, 0.0 ], [ 5.247375232656511, 52.36628498905223, 0.0 ], [ 5.247370076719345, 52.36629036892209, 0.0 ], [ 5.246328119101815, 52.366850865657874, 0.0 ], [ 5.24426550115687, 52.36728005343555, 0.0 ], [ 5.242794133469233, 52.367551941238, 0.0 ], [ 5.24126146438924, 52.36810762489217, 0.0 ], [ 5.240230728259795, 52.36901941288973, 0.0 ], [ 5.238690917172836, 52.370545953970236, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:21.950794Z", "image_url": "", "timeseries": [], "name": "230/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/3551/", "id": 3551, "code": "212/0-1-2", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.207956044641766, 52.33513267491428, 0.0 ], [ 5.206860872398101, 52.33532471593894, 0.0 ], [ 5.208964451618407, 52.33618382737591, 0.0 ], [ 5.209093377514745, 52.33614299904165, 0.0 ], [ 5.209623122864056, 52.33636775653736, 0.0 ], [ 5.209170067408881, 52.336703810865224, 0.0 ], [ 5.210075475520461, 52.33716182256782, 0.0 ], [ 5.21020693281004, 52.337152725778374, 0.0 ], [ 5.210711627686014, 52.3374277536145, 0.0 ], [ 5.210686680519396, 52.337668220803494, 0.0 ], [ 5.210521514810476, 52.337843581256564, 0.0 ], [ 5.210460477378676, 52.338214069395484, 0.0 ], [ 5.210331335176378, 52.33899792271685, 0.0 ], [ 5.209882787278249, 52.33907216341003, 0.0 ], [ 5.210142026337247, 52.33943646738328, 0.0 ], [ 5.210110226378283, 52.33971373627224, 0.0 ], [ 5.210024878607861, 52.339948622525185, 0.0 ], [ 5.209981295014196, 52.34029402775274, 0.0 ], [ 5.209890148130341, 52.34102008421241, 0.0 ], [ 5.210253964534957, 52.34153891798518, 0.0 ], [ 5.211256560060465, 52.342309735586696, 0.0 ], [ 5.211612056425127, 52.34241750370538, 0.0 ], [ 5.211891934562756, 52.34246666730041, 0.0 ], [ 5.212915326976462, 52.34258539427161, 0.0 ], [ 5.214167863245646, 52.34273069202835, 0.0 ], [ 5.214395881884389, 52.34278307236818, 0.0 ], [ 5.214724277399539, 52.34288740322646, 0.0 ], [ 5.214924741056721, 52.34298655000631, 0.0 ], [ 5.215317365354711, 52.343181037706145, 0.0 ], [ 5.215492279450697, 52.34298886621474, 0.0 ], [ 5.215509099229735, 52.342272409865785, 0.0 ], [ 5.215543819671651, 52.34191318396859, 0.0 ], [ 5.216047270344937, 52.34207350610965, 0.0 ], [ 5.216299126831879, 52.34222482616336, 0.0 ], [ 5.217627311841049, 52.34260978844724, 0.0 ], [ 5.218367196078327, 52.342039886586726, 0.0 ], [ 5.218905352689868, 52.341715256810886, 0.0 ], [ 5.219041406643081, 52.341134606139626, 0.0 ], [ 5.220519765363326, 52.34059786038267, 0.0 ], [ 5.220323762967709, 52.3404590668812, 0.0 ], [ 5.219125360596744, 52.34009763286953, 0.0 ], [ 5.218915360978214, 52.33999899189117, 0.0 ], [ 5.218610436837849, 52.34016803807246, 0.0 ], [ 5.218278710465148, 52.340041513715484, 0.0 ], [ 5.218026339139273, 52.340057707840515, 0.0 ], [ 5.217722609542457, 52.33987562662227, 0.0 ], [ 5.216986927302859, 52.33843109209608, 0.0 ], [ 5.216970811967983, 52.33840691054104, 0.0 ], [ 5.217009502197271, 52.33838755801966, 0.0 ], [ 5.21703104112272, 52.3383794406078, 0.0 ], [ 5.217439516346778, 52.33791944619746, 0.0 ], [ 5.217186144731405, 52.33737627127468, 0.0 ], [ 5.217274392705375, 52.337300922435105, 0.0 ], [ 5.217114000533362, 52.33722100088136, 0.0 ], [ 5.217026077706344, 52.337035852765084, 0.0 ], [ 5.216319983588833, 52.33715732851871, 0.0 ], [ 5.215162600592543, 52.33681614547801, 0.0 ], [ 5.215157694664944, 52.336814699232306, 0.0 ], [ 5.214446450007182, 52.33658494611968, 0.0 ], [ 5.212662392316386, 52.33691613099712, 0.0 ], [ 5.212533044156051, 52.33695997073997, 0.0 ], [ 5.211422160050097, 52.33658696632637, 0.0 ], [ 5.211325119203784, 52.33650128680129, 0.0 ], [ 5.210066495019605, 52.336057991356284, 0.0 ], [ 5.210011932841399, 52.33583270623763, 0.0 ], [ 5.209825644883875, 52.335457085165096, 0.0 ], [ 5.209949460396031, 52.33542051109677, 0.0 ], [ 5.20964394754871, 52.334836674048276, 0.0 ], [ 5.207956044641766, 52.33513267491428, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:21.959549Z", "image_url": "", "timeseries": [], "name": "212/0-1-2", "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/3552/", "id": 3552, "code": "221/0-2-4", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.203314242048092, 52.36632115292957, 0.0 ], [ 5.204118128915096, 52.3678047352475, 0.0 ], [ 5.20431104437486, 52.36824114710563, 0.0 ], [ 5.204338418142251, 52.36832188444509, 0.0 ], [ 5.204367515305833, 52.3685046830184, 0.0 ], [ 5.204357175934293, 52.36894374677315, 0.0 ], [ 5.206071969090992, 52.36977407917083, 0.0 ], [ 5.207189032745919, 52.36959041758995, 0.0 ], [ 5.207553580220209, 52.37023072536645, 0.0 ], [ 5.208121340598001, 52.37031531330152, 0.0 ], [ 5.208241989572344, 52.37002883654538, 0.0 ], [ 5.211020449536476, 52.36948085761756, 0.0 ], [ 5.211705712761535, 52.369580845043565, 0.0 ], [ 5.211865393408203, 52.369859850401525, 0.0 ], [ 5.212318353381992, 52.36967023229268, 0.0 ], [ 5.212929343299312, 52.36975937517818, 0.0 ], [ 5.214108861788976, 52.36967723548539, 0.0 ], [ 5.214084466947617, 52.36955081311729, 0.0 ], [ 5.213932906751811, 52.369486228327204, 0.0 ], [ 5.214551065488556, 52.36800409004406, 0.0 ], [ 5.215074874334002, 52.367666022155326, 0.0 ], [ 5.216163681896787, 52.365027224409474, 0.0 ], [ 5.215102231894296, 52.364866247242794, 0.0 ], [ 5.214822870979555, 52.365557822897564, 0.0 ], [ 5.213561429469198, 52.36535245661595, 0.0 ], [ 5.212758897129954, 52.36390989120509, 0.0 ], [ 5.211607116156387, 52.36408432385545, 0.0 ], [ 5.211119819977063, 52.36489976950578, 0.0 ], [ 5.210323111463335, 52.365014826754994, 0.0 ], [ 5.209884762902798, 52.364228053760506, 0.0 ], [ 5.209702441299412, 52.364135191519146, 0.0 ], [ 5.209522477179928, 52.364263444363985, 0.0 ], [ 5.2098555052359, 52.36506526847367, 0.0 ], [ 5.210179653176707, 52.36561341687615, 0.0 ], [ 5.209488863883204, 52.365787357584544, 0.0 ], [ 5.209448835671342, 52.365716793717404, 0.0 ], [ 5.209254210180442, 52.365425085755575, 0.0 ], [ 5.209035395548489, 52.365440195695264, 0.0 ], [ 5.208665777747721, 52.36537146831225, 0.0 ], [ 5.208525866442362, 52.365340699545214, 0.0 ], [ 5.208319414004572, 52.36532900069211, 0.0 ], [ 5.208163695284356, 52.36533715986291, 0.0 ], [ 5.207932550391758, 52.36537035649518, 0.0 ], [ 5.203314242048092, 52.36632115292957, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:21.967854Z", "image_url": "", "timeseries": [], "name": "221/0-2-4", "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/3553/", "id": 3553, "code": "227/0-1-1", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.210125024352985, 52.39453445146937, 0.0 ], [ 5.215574047069479, 52.39658768579192, 0.0 ], [ 5.21897015062172, 52.395862986565675, 0.0 ], [ 5.22086611425889, 52.39421359342648, 0.0 ], [ 5.222308761384511, 52.39169224704668, 0.0 ], [ 5.215662032709939, 52.38968598696769, 0.0 ], [ 5.215002199219257, 52.39022184735803, 0.0 ], [ 5.214455706222497, 52.39068054944126, 0.0 ], [ 5.213837082389538, 52.39123111777662, 0.0 ], [ 5.212599789576824, 52.392332243673195, 0.0 ], [ 5.210125024352985, 52.39453445146937, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:21.974872Z", "image_url": "", "timeseries": [], "name": "227/0-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/3554/", "id": 3554, "code": "267/0-1-1", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.313274279543433, 52.401461551596846, 0.0 ], [ 5.322053989568062, 52.40527440571713, 0.0 ], [ 5.326437299599548, 52.40149733881891, 0.0 ], [ 5.324830934221563, 52.40086417213756, 0.0 ], [ 5.322370630428684, 52.39989433870232, 0.0 ], [ 5.321688173272443, 52.399625302562484, 0.0 ], [ 5.318480040170702, 52.39836047019687, 0.0 ], [ 5.317350363638814, 52.39791504815104, 0.0 ], [ 5.313274279543433, 52.401461551596846, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:21.982101Z", "image_url": "", "timeseries": [], "name": "267/0-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/3555/", "id": 3555, "code": "221/0-4-4", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.198804266247794, 52.35662594114588, 0.0 ], [ 5.198257507996672, 52.35721526872114, 0.0 ], [ 5.198612873220283, 52.357893015647875, 0.0 ], [ 5.198853124122658, 52.35835118186725, 0.0 ], [ 5.199181638124861, 52.35830574117589, 0.0 ], [ 5.204704344095529, 52.36019682443411, 0.0 ], [ 5.205335925167119, 52.36133792864319, 0.0 ], [ 5.205083365354704, 52.36150415147198, 0.0 ], [ 5.205572771627858, 52.36176583309765, 0.0 ], [ 5.206046707235892, 52.36165760002944, 0.0 ], [ 5.209007547216601, 52.36121483205589, 0.0 ], [ 5.209524262232785, 52.36103317787701, 0.0 ], [ 5.210958546864086, 52.36137786502678, 0.0 ], [ 5.211351646799847, 52.361380094572205, 0.0 ], [ 5.211326434543019, 52.36133476801537, 0.0 ], [ 5.213669765097984, 52.35872339758728, 0.0 ], [ 5.21332131053725, 52.35809480568384, 0.0 ], [ 5.213228331480011, 52.35806475840274, 0.0 ], [ 5.211515318655066, 52.358421132175316, 0.0 ], [ 5.210562299289393, 52.356744855977404, 0.0 ], [ 5.20981246758239, 52.356899463708395, 0.0 ], [ 5.209589428577587, 52.35694136225005, 0.0 ], [ 5.209438157400372, 52.35697715316887, 0.0 ], [ 5.209147916025644, 52.357065042960706, 0.0 ], [ 5.208749681934383, 52.35724909409566, 0.0 ], [ 5.208573044369289, 52.35736311428618, 0.0 ], [ 5.208364775789598, 52.3575564290722, 0.0 ], [ 5.20800062843533, 52.35796009641759, 0.0 ], [ 5.20696088773932, 52.357613304756725, 0.0 ], [ 5.203389545129032, 52.356421631425974, 0.0 ], [ 5.203031220005283, 52.356290592637635, 0.0 ], [ 5.202826787446035, 52.35624128310395, 0.0 ], [ 5.20263357219426, 52.35620908513628, 0.0 ], [ 5.20242593959551, 52.35619878964353, 0.0 ], [ 5.202211094059176, 52.356200445033295, 0.0 ], [ 5.202067790967423, 52.356220164638565, 0.0 ], [ 5.201497350952628, 52.35633078992041, 0.0 ], [ 5.201007061165816, 52.356425864082986, 0.0 ], [ 5.200492908864693, 52.35653312624774, 0.0 ], [ 5.199970811229465, 52.356613944274024, 0.0 ], [ 5.199449751012263, 52.35667479484402, 0.0 ], [ 5.19892049663853, 52.356652967265624, 0.0 ], [ 5.198804266247794, 52.35662594114588, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:21.990088Z", "image_url": "", "timeseries": [], "name": "221/0-4-4", "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/3556/", "id": 3556, "code": "228/2-2-2", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.171485050925679, 52.358858576297365, 0.0 ], [ 5.170610001922502, 52.36053238524478, 0.0 ], [ 5.170238261976699, 52.361760841616125, 0.0 ], [ 5.170194122704864, 52.36343539948249, 0.0 ], [ 5.170553774742785, 52.36554403337745, 0.0 ], [ 5.176101979859677, 52.365804581063266, 0.0 ], [ 5.179801416470024, 52.366259663240136, 0.0 ], [ 5.179528534787047, 52.36567832291871, 0.0 ], [ 5.178462072334971, 52.363785690281624, 0.0 ], [ 5.178265010194223, 52.363315219166594, 0.0 ], [ 5.178381025443699, 52.362981826297585, 0.0 ], [ 5.179251589538063, 52.362261821812, 0.0 ], [ 5.171485050925679, 52.358858576297365, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:21.997764Z", "image_url": "", "timeseries": [], "name": "228/2-2-2", "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/3557/", "id": 3557, "code": "132/3-1-1", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.168670964348744, 52.391636044599856, 0.0 ], [ 5.167831297118309, 52.39135290915687, 0.0 ], [ 5.165850180686665, 52.39068487333387, 0.0 ], [ 5.165080296867486, 52.39041944832738, 0.0 ], [ 5.164734670834235, 52.39080357850748, 0.0 ], [ 5.164024266193871, 52.39159310092232, 0.0 ], [ 5.163369675638161, 52.39232056442168, 0.0 ], [ 5.163062502230522, 52.39266192468684, 0.0 ], [ 5.162379978231386, 52.393420386709316, 0.0 ], [ 5.162168808449922, 52.393655044415794, 0.0 ], [ 5.161901732690947, 52.39395196516498, 0.0 ], [ 5.161590361757435, 52.394307122767316, 0.0 ], [ 5.160432364688367, 52.395587947454175, 0.0 ], [ 5.160243344672778, 52.39578205949589, 0.0 ], [ 5.160955049892143, 52.396940354040204, 0.0 ], [ 5.161201540335479, 52.397260535135, 0.0 ], [ 5.162973367647544, 52.39785802623771, 0.0 ], [ 5.164059748384974, 52.39656214151601, 0.0 ], [ 5.165268966005129, 52.39519116298024, 0.0 ], [ 5.165311154983791, 52.39514432957186, 0.0 ], [ 5.168545713044851, 52.396233103143196, 0.0 ], [ 5.169071928523915, 52.39564979876783, 0.0 ], [ 5.170580511325159, 52.39397884236384, 0.0 ], [ 5.172494705276407, 52.394512575134705, 0.0 ], [ 5.173296406594655, 52.39396541014008, 0.0 ], [ 5.173761703124416, 52.39338977679537, 0.0 ], [ 5.173904405509663, 52.39320602642135, 0.0 ], [ 5.168912936371854, 52.391717635686966, 0.0 ], [ 5.168670964348744, 52.391636044599856, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:22.005276Z", "image_url": "", "timeseries": [], "name": "132/3-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/3558/", "id": 3558, "code": "228/1-2-2", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.179251589538063, 52.362261821812, 0.0 ], [ 5.178381025443699, 52.362981826297585, 0.0 ], [ 5.178265010194223, 52.363315219166594, 0.0 ], [ 5.178462072334971, 52.363785690281624, 0.0 ], [ 5.179528534787047, 52.36567832291871, 0.0 ], [ 5.179801416470024, 52.366259663240136, 0.0 ], [ 5.180004008172844, 52.36669124925157, 0.0 ], [ 5.180315752373937, 52.367435544889226, 0.0 ], [ 5.180781863102654, 52.368553165817374, 0.0 ], [ 5.181268919685896, 52.36975965441718, 0.0 ], [ 5.181065197601475, 52.369994945782025, 0.0 ], [ 5.181016083423635, 52.37013365569991, 0.0 ], [ 5.181041749758029, 52.37031388362631, 0.0 ], [ 5.18512198720594, 52.36985006348028, 0.0 ], [ 5.185223850586991, 52.369663957481905, 0.0 ], [ 5.188266139323505, 52.368080821069384, 0.0 ], [ 5.191004938493051, 52.367876844831414, 0.0 ], [ 5.190833123748872, 52.36779765398527, 0.0 ], [ 5.190800124599735, 52.36778221358536, 0.0 ], [ 5.183470361906286, 52.36435210042618, 0.0 ], [ 5.179251589538063, 52.362261821812, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:22.012719Z", "image_url": "", "timeseries": [], "name": "228/1-2-2", "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/3559/", "id": 3559, "code": "250/0-2-2", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/", "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb", "name": "Almere" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5.266203527737954, 52.396579141239584, 0.0 ], [ 5.265729017176867, 52.39698918384251, 0.0 ], [ 5.265023736722743, 52.39749870804967, 0.0 ], [ 5.262739907644292, 52.39931444419924, 0.0 ], [ 5.267172092243733, 52.401170002987726, 0.0 ], [ 5.267140850461364, 52.401321427437985, 0.0 ], [ 5.267250973900505, 52.40136725669731, 0.0 ], [ 5.267408348506605, 52.40143274978312, 0.0 ], [ 5.267741646445489, 52.40143633576057, 0.0 ], [ 5.270582224087677, 52.40265394480955, 0.0 ], [ 5.270576809192873, 52.40284891277709, 0.0 ], [ 5.270705546636678, 52.40291267944166, 0.0 ], [ 5.271108852140706, 52.402880696905065, 0.0 ], [ 5.273818497825976, 52.4040571650736, 0.0 ], [ 5.274320125667015, 52.4037288444188, 0.0 ], [ 5.275649832634501, 52.40258290034858, 0.0 ], [ 5.277371512495426, 52.401099437030624, 0.0 ], [ 5.276531146215286, 52.400750539670575, 0.0 ], [ 5.275942523567398, 52.40103958761929, 0.0 ], [ 5.275673793646398, 52.40100076050087, 0.0 ], [ 5.274612738934268, 52.40071139340037, 0.0 ], [ 5.273859088877389, 52.400397181860605, 0.0 ], [ 5.273042523863751, 52.400172106083375, 0.0 ], [ 5.272657476529571, 52.399890901756265, 0.0 ], [ 5.272684643805473, 52.399151692283525, 0.0 ], [ 5.272445789753429, 52.398971093929816, 0.0 ], [ 5.271606681341154, 52.39861396862406, 0.0 ], [ 5.271393759073837, 52.398549769715146, 0.0 ], [ 5.270257978178003, 52.398711023669094, 0.0 ], [ 5.269512704920024, 52.398403910673125, 0.0 ], [ 5.268913919497393, 52.39814392595373, 0.0 ], [ 5.268153223712819, 52.39780924220343, 0.0 ], [ 5.267566814496759, 52.397215430399235, 0.0 ], [ 5.266203527737954, 52.396579141239584, 0.0 ] ] ] ] }, "last_modified": "2019-06-25T07:27:04.514015Z", "created": "2014-12-04T08:23:22.020499Z", "image_url": "", "timeseries": [], "name": "250/0-2-2", "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": "