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
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 990,
    "next": "https://demo.lizard.net/api/v4/pumpeddrainageareas/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3540/?format=api",
            "id": 3540,
            "code": "218/6-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.249623985787704,
                                52.327460707262595,
                                0.0
                            ],
                            [
                                5.241176521649622,
                                52.32922681362008,
                                0.0
                            ],
                            [
                                5.241317745602118,
                                52.3295226365301,
                                0.0
                            ],
                            [
                                5.241407265792524,
                                52.32956161837675,
                                0.0
                            ],
                            [
                                5.241481419504138,
                                52.32965872237161,
                                0.0
                            ],
                            [
                                5.243221052553874,
                                52.332761175908345,
                                0.0
                            ],
                            [
                                5.243016385471257,
                                52.3327993221292,
                                0.0
                            ],
                            [
                                5.24424032165449,
                                52.33498235893345,
                                0.0
                            ],
                            [
                                5.248700288408636,
                                52.33394063411793,
                                0.0
                            ],
                            [
                                5.252619201883937,
                                52.3329166151214,
                                0.0
                            ],
                            [
                                5.252050320799803,
                                52.330190092674435,
                                0.0
                            ],
                            [
                                5.251714087259841,
                                52.330052154587385,
                                0.0
                            ],
                            [
                                5.251875554389684,
                                52.32983238358584,
                                0.0
                            ],
                            [
                                5.251234358286127,
                                52.32878745281096,
                                0.0
                            ],
                            [
                                5.250972889010414,
                                52.3287326361014,
                                0.0
                            ],
                            [
                                5.251108398128435,
                                52.32859047280213,
                                0.0
                            ],
                            [
                                5.250660203598827,
                                52.327914453784764,
                                0.0
                            ],
                            [
                                5.249623985787704,
                                52.327460707262595,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:21.821327Z",
            "image_url": "",
            "timeseries": [],
            "name": "218/6-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/3541/?format=api",
            "id": 3541,
            "code": "275/0-2-2",
            "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.296665984323025,
                                52.338169810968324,
                                0.0
                            ],
                            [
                                5.301409632392589,
                                52.34010712145812,
                                0.0
                            ],
                            [
                                5.301370959332599,
                                52.340527988976845,
                                0.0
                            ],
                            [
                                5.306214911776396,
                                52.34165338929863,
                                0.0
                            ],
                            [
                                5.310126017405242,
                                52.33803090578058,
                                0.0
                            ],
                            [
                                5.308501533186521,
                                52.337229840612984,
                                0.0
                            ],
                            [
                                5.306788895919211,
                                52.33631641522759,
                                0.0
                            ],
                            [
                                5.305818456094515,
                                52.335767062468896,
                                0.0
                            ],
                            [
                                5.302510516132115,
                                52.33376687469708,
                                0.0
                            ],
                            [
                                5.302169505328016,
                                52.33396897818777,
                                0.0
                            ],
                            [
                                5.301787048099659,
                                52.33425325174735,
                                0.0
                            ],
                            [
                                5.299451667034761,
                                52.335547814313024,
                                0.0
                            ],
                            [
                                5.299265636983167,
                                52.335661495827914,
                                0.0
                            ],
                            [
                                5.296665984323025,
                                52.338169810968324,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:21.869861Z",
            "image_url": "",
            "timeseries": [],
            "name": "275/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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3542/?format=api",
            "id": 3542,
            "code": "220/0-5-7",
            "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.212750901617262,
                                52.38291608522795,
                                0.0
                            ],
                            [
                                5.211725504789325,
                                52.38544544281649,
                                0.0
                            ],
                            [
                                5.210818640528456,
                                52.3852844422878,
                                0.0
                            ],
                            [
                                5.210475705761827,
                                52.38539279518008,
                                0.0
                            ],
                            [
                                5.210462543878295,
                                52.385426223235065,
                                0.0
                            ],
                            [
                                5.210065239247591,
                                52.38643525797551,
                                0.0
                            ],
                            [
                                5.211197338565164,
                                52.38661170769191,
                                0.0
                            ],
                            [
                                5.210577989458034,
                                52.38809937789471,
                                0.0
                            ],
                            [
                                5.211782463856615,
                                52.388228568893574,
                                0.0
                            ],
                            [
                                5.214781983879088,
                                52.38873922662889,
                                0.0
                            ],
                            [
                                5.216458131131897,
                                52.38907779528438,
                                0.0
                            ],
                            [
                                5.217050268651787,
                                52.38892442352114,
                                0.0
                            ],
                            [
                                5.217464827659803,
                                52.388965264697596,
                                0.0
                            ],
                            [
                                5.217705721527925,
                                52.38896560946591,
                                0.0
                            ],
                            [
                                5.21829056867703,
                                52.38900953077575,
                                0.0
                            ],
                            [
                                5.21856582936327,
                                52.38901949451042,
                                0.0
                            ],
                            [
                                5.218729280150884,
                                52.38901972697521,
                                0.0
                            ],
                            [
                                5.218944491836297,
                                52.38898652712689,
                                0.0
                            ],
                            [
                                5.219943214122164,
                                52.388786880352285,
                                0.0
                            ],
                            [
                                5.220399589827715,
                                52.388677417080046,
                                0.0
                            ],
                            [
                                5.22080436260447,
                                52.38856309823126,
                                0.0
                            ],
                            [
                                5.221088533801346,
                                52.388491686348836,
                                0.0
                            ],
                            [
                                5.221906482109064,
                                52.388315703343835,
                                0.0
                            ],
                            [
                                5.223255097707403,
                                52.38804261149419,
                                0.0
                            ],
                            [
                                5.22375280641817,
                                52.38742715738994,
                                0.0
                            ],
                            [
                                5.223604035776401,
                                52.387355258420456,
                                0.0
                            ],
                            [
                                5.222980649808661,
                                52.38717152653354,
                                0.0
                            ],
                            [
                                5.222936490856295,
                                52.38712889130052,
                                0.0
                            ],
                            [
                                5.222912518343067,
                                52.38707733243366,
                                0.0
                            ],
                            [
                                5.22291266770343,
                                52.3870369965056,
                                0.0
                            ],
                            [
                                5.222919988521607,
                                52.38702553853695,
                                0.0
                            ],
                            [
                                5.222961290870916,
                                52.3869608943922,
                                0.0
                            ],
                            [
                                5.223209889083952,
                                52.38665428226492,
                                0.0
                            ],
                            [
                                5.223305965941854,
                                52.386535792951896,
                                0.0
                            ],
                            [
                                5.223398413590716,
                                52.38642176444428,
                                0.0
                            ],
                            [
                                5.223498425650298,
                                52.38639063135479,
                                0.0
                            ],
                            [
                                5.223491672771993,
                                52.386306734290855,
                                0.0
                            ],
                            [
                                5.223743740124538,
                                52.38599581947966,
                                0.0
                            ],
                            [
                                5.223218571046352,
                                52.38603847238161,
                                0.0
                            ],
                            [
                                5.220161923565791,
                                52.38517349389805,
                                0.0
                            ],
                            [
                                5.219462144102436,
                                52.383915188636145,
                                0.0
                            ],
                            [
                                5.219379546141146,
                                52.38360264616102,
                                0.0
                            ],
                            [
                                5.21921336962997,
                                52.38353703793746,
                                0.0
                            ],
                            [
                                5.212750901617262,
                                52.38291608522795,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:21.878240Z",
            "image_url": "",
            "timeseries": [],
            "name": "220/0-5-7",
            "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/3543/?format=api",
            "id": 3543,
            "code": "227/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.210125024352985,
                                52.39453445146937,
                                0.0
                            ],
                            [
                                5.212599789576824,
                                52.392332243673195,
                                0.0
                            ],
                            [
                                5.213837082389538,
                                52.39123111777662,
                                0.0
                            ],
                            [
                                5.214455706222497,
                                52.39068054944126,
                                0.0
                            ],
                            [
                                5.215002199219257,
                                52.39022184735803,
                                0.0
                            ],
                            [
                                5.215662032709939,
                                52.38968598696769,
                                0.0
                            ],
                            [
                                5.201177943695082,
                                52.38805368074181,
                                0.0
                            ],
                            [
                                5.199216765685722,
                                52.39021008204905,
                                0.0
                            ],
                            [
                                5.199837943031587,
                                52.39054124923284,
                                0.0
                            ],
                            [
                                5.200459129661171,
                                52.39087241313982,
                                0.0
                            ],
                            [
                                5.210125024352985,
                                52.39453445146937,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:21.886019Z",
            "image_url": "",
            "timeseries": [],
            "name": "227/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/3544/?format=api",
            "id": 3544,
            "code": "275/0-1-2",
            "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.296665984323025,
                                52.338169810968324,
                                0.0
                            ],
                            [
                                5.294440454106556,
                                52.34032440613673,
                                0.0
                            ],
                            [
                                5.293144865430839,
                                52.34164867322039,
                                0.0
                            ],
                            [
                                5.292107190379052,
                                52.3429967406731,
                                0.0
                            ],
                            [
                                5.298279806299476,
                                52.344763544570704,
                                0.0
                            ],
                            [
                                5.298997606096194,
                                52.34498402585216,
                                0.0
                            ],
                            [
                                5.301480706452216,
                                52.34603726378069,
                                0.0
                            ],
                            [
                                5.306214911776396,
                                52.34165338929863,
                                0.0
                            ],
                            [
                                5.301370959332599,
                                52.340527988976845,
                                0.0
                            ],
                            [
                                5.301409632392589,
                                52.34010712145812,
                                0.0
                            ],
                            [
                                5.296665984323025,
                                52.338169810968324,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:21.893594Z",
            "image_url": "",
            "timeseries": [],
            "name": "275/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/3545/?format=api",
            "id": 3545,
            "code": "230/0-2-2",
            "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.246351705080677,
                                52.37308229735215,
                                0.0
                            ],
                            [
                                5.246422955108317,
                                52.373401065294516,
                                0.0
                            ],
                            [
                                5.246588551201021,
                                52.37363768449523,
                                0.0
                            ],
                            [
                                5.24799711493236,
                                52.37374751734859,
                                0.0
                            ],
                            [
                                5.248313871859366,
                                52.37377577440099,
                                0.0
                            ],
                            [
                                5.248745724713283,
                                52.3737459766648,
                                0.0
                            ],
                            [
                                5.248782879978601,
                                52.373853241801946,
                                0.0
                            ],
                            [
                                5.249476929568952,
                                52.37410165378248,
                                0.0
                            ],
                            [
                                5.249706022566573,
                                52.374096801104855,
                                0.0
                            ],
                            [
                                5.249828496409529,
                                52.37422748282804,
                                0.0
                            ],
                            [
                                5.250339334496627,
                                52.374410313397135,
                                0.0
                            ],
                            [
                                5.250603853288384,
                                52.374423261318555,
                                0.0
                            ],
                            [
                                5.250772036312127,
                                52.37440956924974,
                                0.0
                            ],
                            [
                                5.252767859003157,
                                52.37515713518738,
                                0.0
                            ],
                            [
                                5.252805217562986,
                                52.375225105602546,
                                0.0
                            ],
                            [
                                5.25299261960896,
                                52.37522413937839,
                                0.0
                            ],
                            [
                                5.253955698171831,
                                52.37556469670936,
                                0.0
                            ],
                            [
                                5.254053903180354,
                                52.375528677053325,
                                0.0
                            ],
                            [
                                5.255175153825741,
                                52.374380061828134,
                                0.0
                            ],
                            [
                                5.255987266010309,
                                52.37396780511739,
                                0.0
                            ],
                            [
                                5.256274461426738,
                                52.37367138010598,
                                0.0
                            ],
                            [
                                5.256469808374645,
                                52.37346746104072,
                                0.0
                            ],
                            [
                                5.256416065661822,
                                52.37336692069788,
                                0.0
                            ],
                            [
                                5.256136529325262,
                                52.373248623053755,
                                0.0
                            ],
                            [
                                5.259618150252224,
                                52.369730551150106,
                                0.0
                            ],
                            [
                                5.258204497187163,
                                52.369304115134945,
                                0.0
                            ],
                            [
                                5.255026862360881,
                                52.368388679905166,
                                0.0
                            ],
                            [
                                5.252816266902386,
                                52.36776678753678,
                                0.0
                            ],
                            [
                                5.252646104696786,
                                52.36797214045077,
                                0.0
                            ],
                            [
                                5.252460670644234,
                                52.36815821536181,
                                0.0
                            ],
                            [
                                5.252195851180256,
                                52.3683954467516,
                                0.0
                            ],
                            [
                                5.251894009300295,
                                52.36862436669879,
                                0.0
                            ],
                            [
                                5.251507044465778,
                                52.36886619795018,
                                0.0
                            ],
                            [
                                5.250783052078594,
                                52.369264496169535,
                                0.0
                            ],
                            [
                                5.250034489068801,
                                52.3696912835843,
                                0.0
                            ],
                            [
                                5.249305886025089,
                                52.370182647244505,
                                0.0
                            ],
                            [
                                5.248316900693551,
                                52.371001712134365,
                                0.0
                            ],
                            [
                                5.246351705080677,
                                52.37308229735215,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:21.902445Z",
            "image_url": "",
            "timeseries": [],
            "name": "230/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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3546/?format=api",
            "id": 3546,
            "code": "228/1-1-2",
            "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.181041749758029,
                                52.37031388362631,
                                0.0
                            ],
                            [
                                5.181232771351111,
                                52.370499593995746,
                                0.0
                            ],
                            [
                                5.181425351142922,
                                52.37058868565056,
                                0.0
                            ],
                            [
                                5.181813008013482,
                                52.37068940379867,
                                0.0
                            ],
                            [
                                5.184112396669531,
                                52.37404616542277,
                                0.0
                            ],
                            [
                                5.184329200908803,
                                52.37436243744907,
                                0.0
                            ],
                            [
                                5.184717936783293,
                                52.37426457119033,
                                0.0
                            ],
                            [
                                5.186245487841902,
                                52.373944095543195,
                                0.0
                            ],
                            [
                                5.189057652212723,
                                52.37347369031567,
                                0.0
                            ],
                            [
                                5.189498152798317,
                                52.3734006876232,
                                0.0
                            ],
                            [
                                5.190571211727048,
                                52.3730979112449,
                                0.0
                            ],
                            [
                                5.190856746119298,
                                52.37301403634166,
                                0.0
                            ],
                            [
                                5.191157927214194,
                                52.37288159077013,
                                0.0
                            ],
                            [
                                5.191356419370795,
                                52.37272753482897,
                                0.0
                            ],
                            [
                                5.19221288249419,
                                52.3717841680565,
                                0.0
                            ],
                            [
                                5.193978479181127,
                                52.37236105315871,
                                0.0
                            ],
                            [
                                5.195949226006584,
                                52.37015547965757,
                                0.0
                            ],
                            [
                                5.191004938493051,
                                52.367876844831414,
                                0.0
                            ],
                            [
                                5.188266139323505,
                                52.368080821069384,
                                0.0
                            ],
                            [
                                5.185223850586991,
                                52.369663957481905,
                                0.0
                            ],
                            [
                                5.18512198720594,
                                52.36985006348028,
                                0.0
                            ],
                            [
                                5.181041749758029,
                                52.37031388362631,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:21.910089Z",
            "image_url": "",
            "timeseries": [],
            "name": "228/1-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/3547/?format=api",
            "id": 3547,
            "code": "228/2-1-2",
            "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.170553774742785,
                                52.36554403337745,
                                0.0
                            ],
                            [
                                5.173881137228191,
                                52.3726819536511,
                                0.0
                            ],
                            [
                                5.175204281661664,
                                52.372474542116656,
                                0.0
                            ],
                            [
                                5.175619586314228,
                                52.37237247768828,
                                0.0
                            ],
                            [
                                5.176438615719777,
                                52.37311795227872,
                                0.0
                            ],
                            [
                                5.176901625032071,
                                52.3729544528658,
                                0.0
                            ],
                            [
                                5.176705075427127,
                                52.372314969714964,
                                0.0
                            ],
                            [
                                5.17690447786388,
                                52.37205863409969,
                                0.0
                            ],
                            [
                                5.17640456974381,
                                52.37196103047629,
                                0.0
                            ],
                            [
                                5.176242457788815,
                                52.371641561468984,
                                0.0
                            ],
                            [
                                5.176582583981711,
                                52.371549193811575,
                                0.0
                            ],
                            [
                                5.176890508138266,
                                52.37146389807047,
                                0.0
                            ],
                            [
                                5.177784782149212,
                                52.37184476107245,
                                0.0
                            ],
                            [
                                5.179245602291802,
                                52.371606574994026,
                                0.0
                            ],
                            [
                                5.179320293350605,
                                52.371481465893744,
                                0.0
                            ],
                            [
                                5.179107715435511,
                                52.37120653460375,
                                0.0
                            ],
                            [
                                5.178962566081851,
                                52.371188145819175,
                                0.0
                            ],
                            [
                                5.179010522001547,
                                52.37108985938771,
                                0.0
                            ],
                            [
                                5.179863061035108,
                                52.370572295817254,
                                0.0
                            ],
                            [
                                5.181041749758029,
                                52.37031388362631,
                                0.0
                            ],
                            [
                                5.181016083423635,
                                52.37013365569991,
                                0.0
                            ],
                            [
                                5.181065197601475,
                                52.369994945782025,
                                0.0
                            ],
                            [
                                5.181268919685896,
                                52.36975965441718,
                                0.0
                            ],
                            [
                                5.180781863102654,
                                52.368553165817374,
                                0.0
                            ],
                            [
                                5.180315752373937,
                                52.367435544889226,
                                0.0
                            ],
                            [
                                5.180004008172844,
                                52.36669124925157,
                                0.0
                            ],
                            [
                                5.179801416470024,
                                52.366259663240136,
                                0.0
                            ],
                            [
                                5.176101979859677,
                                52.365804581063266,
                                0.0
                            ],
                            [
                                5.170553774742785,
                                52.36554403337745,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:21.917761Z",
            "image_url": "",
            "timeseries": [],
            "name": "228/2-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/3548/?format=api",
            "id": 3548,
            "code": "214/0-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.252619201883937,
                                52.3329166151214,
                                0.0
                            ],
                            [
                                5.248700288408636,
                                52.33394063411793,
                                0.0
                            ],
                            [
                                5.24424032165449,
                                52.33498235893345,
                                0.0
                            ],
                            [
                                5.246696994690482,
                                52.33937074512675,
                                0.0
                            ],
                            [
                                5.247871666729897,
                                52.34097777336573,
                                0.0
                            ],
                            [
                                5.250129934554445,
                                52.340184930920735,
                                0.0
                            ],
                            [
                                5.252601801196204,
                                52.3394619963111,
                                0.0
                            ],
                            [
                                5.254431432749107,
                                52.3390110935332,
                                0.0
                            ],
                            [
                                5.252890084600002,
                                52.336272773285906,
                                0.0
                            ],
                            [
                                5.25422016662469,
                                52.33599149600147,
                                0.0
                            ],
                            [
                                5.252619201883937,
                                52.3329166151214,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:21.925098Z",
            "image_url": "",
            "timeseries": [],
            "name": "214/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/3549/?format=api",
            "id": 3549,
            "code": "254/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.278041477795581,
                                52.38654748045232,
                                0.0
                            ],
                            [
                                5.279955807775721,
                                52.38736181023132,
                                0.0
                            ],
                            [
                                5.282948544541961,
                                52.388659013612696,
                                0.0
                            ],
                            [
                                5.283706424681779,
                                52.388756763692214,
                                0.0
                            ],
                            [
                                5.283916205032067,
                                52.38907841408476,
                                0.0
                            ],
                            [
                                5.284215308811235,
                                52.38920826532235,
                                0.0
                            ],
                            [
                                5.285428277171446,
                                52.389734841028535,
                                0.0
                            ],
                            [
                                5.287418109531126,
                                52.39058997944075,
                                0.0
                            ],
                            [
                                5.288528522441122,
                                52.390990080893864,
                                0.0
                            ],
                            [
                                5.290238196983704,
                                52.3895272750177,
                                0.0
                            ],
                            [
                                5.290596516954954,
                                52.38941384168671,
                                0.0
                            ],
                            [
                                5.290610093345676,
                                52.38920906255657,
                                0.0
                            ],
                            [
                                5.291141349308241,
                                52.38875448434495,
                                0.0
                            ],
                            [
                                5.29129796481524,
                                52.38859840272015,
                                0.0
                            ],
                            [
                                5.292432292337188,
                                52.387467902812766,
                                0.0
                            ],
                            [
                                5.28123242438931,
                                52.38366825878795,
                                0.0
                            ],
                            [
                                5.280986440274162,
                                52.38356052063984,
                                0.0
                            ],
                            [
                                5.280901065518525,
                                52.383656359257465,
                                0.0
                            ],
                            [
                                5.28060305092594,
                                52.38408377321034,
                                0.0
                            ],
                            [
                                5.279677143244719,
                                52.38495953765232,
                                0.0
                            ],
                            [
                                5.279496066658936,
                                52.38518936463096,
                                0.0
                            ],
                            [
                                5.278667651561131,
                                52.38597599016404,
                                0.0
                            ],
                            [
                                5.278041477795581,
                                52.38654748045232,
                                0.0
                            ]
                        ]
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:27:04.514015Z",
            "created": "2014-12-04T08:23:21.942670Z",
            "image_url": "",
            "timeseries": [],
            "name": "254/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
        }
    ]
}