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/7155/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/7155/?format=api",
    "id": 7155,
    "code": "ZRG-P-0180",
    "organisation": {
        "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
        "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
        "name": "Hoogheemraadschap Hollands Noorderkwartier"
    },
    "geometry": {
        "type": "MultiPolygon",
        "coordinates": [
            [
                [
                    [
                        5.211779257016175,
                        52.70338622439389,
                        0.0
                    ],
                    [
                        5.212250215489401,
                        52.70334936079961,
                        0.0
                    ],
                    [
                        5.212259619151415,
                        52.70332850701985,
                        0.0
                    ],
                    [
                        5.21219170651076,
                        52.70308084500041,
                        0.0
                    ],
                    [
                        5.212200555366176,
                        52.70306927388123,
                        0.0
                    ],
                    [
                        5.212600903052214,
                        52.70303424630783,
                        0.0
                    ],
                    [
                        5.212665435352799,
                        52.70302721426843,
                        0.0
                    ],
                    [
                        5.212682477909929,
                        52.70300505955979,
                        0.0
                    ],
                    [
                        5.212665041990137,
                        52.70295489606983,
                        0.0
                    ],
                    [
                        5.212900570333541,
                        52.70293648529322,
                        0.0
                    ],
                    [
                        5.212742949375735,
                        52.70262261783101,
                        0.0
                    ],
                    [
                        5.212824113978919,
                        52.70189751130982,
                        0.0
                    ],
                    [
                        5.212828170333572,
                        52.70087506679371,
                        0.0
                    ],
                    [
                        5.212674859260839,
                        52.70005450447093,
                        0.0
                    ],
                    [
                        5.212442706910822,
                        52.69937649336977,
                        0.0
                    ],
                    [
                        5.212334479732304,
                        52.69898915042953,
                        0.0
                    ],
                    [
                        5.212274845214046,
                        52.69904865238583,
                        0.0
                    ],
                    [
                        5.212270490919125,
                        52.69915921378929,
                        0.0
                    ],
                    [
                        5.212139328871833,
                        52.69916972089361,
                        0.0
                    ],
                    [
                        5.2120853702803,
                        52.69895920669364,
                        0.0
                    ],
                    [
                        5.211670322457971,
                        52.6989990179688,
                        0.0
                    ],
                    [
                        5.211779216124069,
                        52.69868412144977,
                        0.0
                    ],
                    [
                        5.212133555363509,
                        52.69865373142706,
                        0.0
                    ],
                    [
                        5.212052376165069,
                        52.69839918801477,
                        0.0
                    ],
                    [
                        5.212175343853268,
                        52.69837448761186,
                        0.0
                    ],
                    [
                        5.212093332897236,
                        52.69812605409263,
                        0.0
                    ],
                    [
                        5.212042096724485,
                        52.69791875035126,
                        0.0
                    ],
                    [
                        5.212865070162486,
                        52.69771822672315,
                        0.0
                    ],
                    [
                        5.212854342058323,
                        52.69745164827614,
                        0.0
                    ],
                    [
                        5.213895038992526,
                        52.69736062079465,
                        0.0
                    ],
                    [
                        5.213680462110947,
                        52.6956765847785,
                        0.0
                    ],
                    [
                        5.211433379558026,
                        52.69555806651697,
                        0.0
                    ],
                    [
                        5.209317629742482,
                        52.69546145668298,
                        0.0
                    ],
                    [
                        5.209319777178738,
                        52.69545240736426,
                        0.0
                    ],
                    [
                        5.208724331069942,
                        52.69538146344026,
                        0.0
                    ],
                    [
                        5.208700457414388,
                        52.69537766213818,
                        0.0
                    ],
                    [
                        5.208628819568647,
                        52.6954796641604,
                        0.0
                    ],
                    [
                        5.208574226102171,
                        52.69546777347137,
                        0.0
                    ],
                    [
                        5.208610331919471,
                        52.69539169041388,
                        0.0
                    ],
                    [
                        5.208594689011957,
                        52.69536083282043,
                        0.0
                    ],
                    [
                        5.208421848856952,
                        52.69533430470901,
                        0.0
                    ],
                    [
                        5.208316205342733,
                        52.69531955130956,
                        0.0
                    ],
                    [
                        5.208234432357965,
                        52.69534569722864,
                        0.0
                    ],
                    [
                        5.208226201075288,
                        52.69536193321645,
                        0.0
                    ],
                    [
                        5.208026156378502,
                        52.69575694916976,
                        0.0
                    ],
                    [
                        5.207992165170472,
                        52.69584738734623,
                        0.0
                    ],
                    [
                        5.207775959736603,
                        52.69639902953297,
                        0.0
                    ],
                    [
                        5.207769100124692,
                        52.69639803962635,
                        0.0
                    ],
                    [
                        5.207643419744925,
                        52.69671060402582,
                        0.0
                    ],
                    [
                        5.207466160129173,
                        52.6966856855211,
                        0.0
                    ],
                    [
                        5.20758510328807,
                        52.69640039543455,
                        0.0
                    ],
                    [
                        5.207723566747463,
                        52.69609795163817,
                        0.0
                    ],
                    [
                        5.207831912599853,
                        52.69587136584732,
                        0.0
                    ],
                    [
                        5.207896587862157,
                        52.69572172314463,
                        0.0
                    ],
                    [
                        5.208051851348946,
                        52.69533202321631,
                        0.0
                    ],
                    [
                        5.208061625269166,
                        52.69530749462768,
                        0.0
                    ],
                    [
                        5.207860039646978,
                        52.69526048619184,
                        0.0
                    ],
                    [
                        5.207666707618617,
                        52.69524299752111,
                        0.0
                    ],
                    [
                        5.207671106234255,
                        52.69523443062712,
                        0.0
                    ],
                    [
                        5.207671716595818,
                        52.69523094372518,
                        0.0
                    ],
                    [
                        5.207670085462335,
                        52.69522758015628,
                        0.0
                    ],
                    [
                        5.207666457784371,
                        52.69522485254989,
                        0.0
                    ],
                    [
                        5.207661389515402,
                        52.69522317513818,
                        0.0
                    ],
                    [
                        5.207655650271417,
                        52.69522280430947,
                        0.0
                    ],
                    [
                        5.207650115510368,
                        52.69522379620953,
                        0.0
                    ],
                    [
                        5.207645624550689,
                        52.69522599932449,
                        0.0
                    ],
                    [
                        5.207642865108486,
                        52.69522907857815,
                        0.0
                    ],
                    [
                        5.207635697584487,
                        52.69524304064018,
                        0.0
                    ],
                    [
                        5.207540466196422,
                        52.69524431335267,
                        0.0
                    ],
                    [
                        5.20746614736911,
                        52.6952452976202,
                        0.0
                    ],
                    [
                        5.207297909782918,
                        52.69526547985766,
                        0.0
                    ],
                    [
                        5.207144067407899,
                        52.69528859538882,
                        0.0
                    ],
                    [
                        5.207019164759102,
                        52.69528840648175,
                        0.0
                    ],
                    [
                        5.206673508336732,
                        52.69522658320885,
                        0.0
                    ],
                    [
                        5.206457538516498,
                        52.69517079732495,
                        0.0
                    ],
                    [
                        5.206304179239165,
                        52.69508008412634,
                        0.0
                    ],
                    [
                        5.206055655670665,
                        52.69499509447485,
                        0.0
                    ],
                    [
                        5.205957840048422,
                        52.69497282883028,
                        0.0
                    ],
                    [
                        5.205687402941447,
                        52.6949112968735,
                        0.0
                    ],
                    [
                        5.205299518170453,
                        52.69483935784547,
                        0.0
                    ],
                    [
                        5.204742172820945,
                        52.69473346606009,
                        0.0
                    ],
                    [
                        5.204435755258152,
                        52.6946814651685,
                        0.0
                    ],
                    [
                        5.20440145537121,
                        52.69470583000026,
                        0.0
                    ],
                    [
                        5.204304890335473,
                        52.69477441374296,
                        0.0
                    ],
                    [
                        5.20420962088851,
                        52.69493677795436,
                        0.0
                    ],
                    [
                        5.204059713622639,
                        52.69490285553743,
                        0.0
                    ],
                    [
                        5.204210866258578,
                        52.69467313943196,
                        0.0
                    ],
                    [
                        5.20422384685091,
                        52.69465339712889,
                        0.0
                    ],
                    [
                        5.204220683437658,
                        52.694631589986,
                        0.0
                    ],
                    [
                        5.20418815203062,
                        52.69460776059293,
                        0.0
                    ],
                    [
                        5.203888348298294,
                        52.69453792940742,
                        0.0
                    ],
                    [
                        5.203425463337322,
                        52.69446190555144,
                        0.0
                    ],
                    [
                        5.203220146076057,
                        52.69441799295473,
                        0.0
                    ],
                    [
                        5.202053431688723,
                        52.69416647401601,
                        0.0
                    ],
                    [
                        5.20165909304851,
                        52.6940846004811,
                        0.0
                    ],
                    [
                        5.201597529128966,
                        52.69409894653737,
                        0.0
                    ],
                    [
                        5.201491291663352,
                        52.69429255703837,
                        0.0
                    ],
                    [
                        5.201396807998853,
                        52.69443827646695,
                        0.0
                    ],
                    [
                        5.201129036208156,
                        52.6948151744744,
                        0.0
                    ],
                    [
                        5.201097340716037,
                        52.69485979895654,
                        0.0
                    ],
                    [
                        5.201005539007903,
                        52.69497589235501,
                        0.0
                    ],
                    [
                        5.200794888382243,
                        52.6952827628789,
                        0.0
                    ],
                    [
                        5.200787069592123,
                        52.69529177351005,
                        0.0
                    ],
                    [
                        5.200455588876919,
                        52.69523081710004,
                        0.0
                    ],
                    [
                        5.200399904142039,
                        52.69530331626069,
                        0.0
                    ],
                    [
                        5.199330699818066,
                        52.69528565915722,
                        0.0
                    ],
                    [
                        5.199918802834008,
                        52.69586495607201,
                        0.0
                    ],
                    [
                        5.199765846296221,
                        52.69596823400965,
                        0.0
                    ],
                    [
                        5.199593577650055,
                        52.69611347901388,
                        0.0
                    ],
                    [
                        5.199305914187817,
                        52.69663566897484,
                        0.0
                    ],
                    [
                        5.199094727728701,
                        52.69701125852367,
                        0.0
                    ],
                    [
                        5.198988183605022,
                        52.69718934576895,
                        0.0
                    ],
                    [
                        5.198951333509659,
                        52.69722773357164,
                        0.0
                    ],
                    [
                        5.198820235104262,
                        52.69737758088568,
                        0.0
                    ],
                    [
                        5.198764753224316,
                        52.69736595390552,
                        0.0
                    ],
                    [
                        5.198497446274435,
                        52.69732192610967,
                        0.0
                    ],
                    [
                        5.19838976675295,
                        52.69732968190368,
                        0.0
                    ],
                    [
                        5.198357242780777,
                        52.69730783705437,
                        0.0
                    ],
                    [
                        5.198269024348027,
                        52.69733662153475,
                        0.0
                    ],
                    [
                        5.198257608584572,
                        52.6973642130443,
                        0.0
                    ],
                    [
                        5.197615767613804,
                        52.69709740121909,
                        0.0
                    ],
                    [
                        5.197797731684251,
                        52.69665066508075,
                        0.0
                    ],
                    [
                        5.196757584755351,
                        52.69643500515728,
                        0.0
                    ],
                    [
                        5.196183524812389,
                        52.69704280057383,
                        0.0
                    ],
                    [
                        5.195557910761313,
                        52.69690388394616,
                        0.0
                    ],
                    [
                        5.195473839888773,
                        52.69643770028408,
                        0.0
                    ],
                    [
                        5.193291558582469,
                        52.69606798656579,
                        0.0
                    ],
                    [
                        5.19310990809057,
                        52.69643387096423,
                        0.0
                    ],
                    [
                        5.193127587234322,
                        52.69710374908969,
                        0.0
                    ],
                    [
                        5.193091045403517,
                        52.69718172657236,
                        0.0
                    ],
                    [
                        5.193118545434355,
                        52.69731426379143,
                        0.0
                    ],
                    [
                        5.193115623113326,
                        52.69744408679833,
                        0.0
                    ],
                    [
                        5.192964587824472,
                        52.69749202033992,
                        0.0
                    ],
                    [
                        5.192719794061499,
                        52.6978726725735,
                        0.0
                    ],
                    [
                        5.197673133639659,
                        52.69846889919872,
                        0.0
                    ],
                    [
                        5.19764443061847,
                        52.69852516914001,
                        0.0
                    ],
                    [
                        5.197766799809945,
                        52.69857986950677,
                        0.0
                    ],
                    [
                        5.197924582222711,
                        52.69862811051972,
                        0.0
                    ],
                    [
                        5.197982544693044,
                        52.69855522885275,
                        0.0
                    ],
                    [
                        5.198077383283948,
                        52.69856894075438,
                        0.0
                    ],
                    [
                        5.19797778212852,
                        52.69867187147657,
                        0.0
                    ],
                    [
                        5.198004847246297,
                        52.69868364240659,
                        0.0
                    ],
                    [
                        5.198150244505203,
                        52.69879126696431,
                        0.0
                    ],
                    [
                        5.198180146479581,
                        52.69882106112342,
                        0.0
                    ],
                    [
                        5.198203323994314,
                        52.69886657170885,
                        0.0
                    ],
                    [
                        5.198243529475745,
                        52.69891874165574,
                        0.0
                    ],
                    [
                        5.198249369803707,
                        52.69892631790633,
                        0.0
                    ],
                    [
                        5.198273613884584,
                        52.69893022074162,
                        0.0
                    ],
                    [
                        5.198300759568149,
                        52.69884069119718,
                        0.0
                    ],
                    [
                        5.198498471318112,
                        52.69887836324728,
                        0.0
                    ],
                    [
                        5.198649788713706,
                        52.69850986967889,
                        0.0
                    ],
                    [
                        5.198666032057739,
                        52.69844766098927,
                        0.0
                    ],
                    [
                        5.198652025234341,
                        52.69841956368141,
                        0.0
                    ],
                    [
                        5.198703847929933,
                        52.69831200040649,
                        0.0
                    ],
                    [
                        5.19873237051344,
                        52.6983150561657,
                        0.0
                    ],
                    [
                        5.198707290862063,
                        52.69841637992826,
                        0.0
                    ],
                    [
                        5.198743190756017,
                        52.69842048085436,
                        0.0
                    ],
                    [
                        5.198727605435709,
                        52.69847760400494,
                        0.0
                    ],
                    [
                        5.198700505012904,
                        52.69858098256479,
                        0.0
                    ],
                    [
                        5.198636362066494,
                        52.69878790365536,
                        0.0
                    ],
                    [
                        5.198999779906718,
                        52.69885485587986,
                        0.0
                    ],
                    [
                        5.199053148085043,
                        52.6987524893461,
                        0.0
                    ],
                    [
                        5.199121253173714,
                        52.69861480051669,
                        0.0
                    ],
                    [
                        5.199182122053893,
                        52.6985086982174,
                        0.0
                    ],
                    [
                        5.199193648858702,
                        52.69848032674162,
                        0.0
                    ],
                    [
                        5.199526842056759,
                        52.69853011855172,
                        0.0
                    ],
                    [
                        5.199650907841178,
                        52.69835417040452,
                        0.0
                    ],
                    [
                        5.199672082624787,
                        52.69835623479511,
                        0.0
                    ],
                    [
                        5.199649512384829,
                        52.69842119264356,
                        0.0
                    ],
                    [
                        5.199678448408265,
                        52.69843139342733,
                        0.0
                    ],
                    [
                        5.199625748599909,
                        52.6985578282659,
                        0.0
                    ],
                    [
                        5.199582259534625,
                        52.69861613877738,
                        0.0
                    ],
                    [
                        5.199466023222088,
                        52.69882903541548,
                        0.0
                    ],
                    [
                        5.199441664950117,
                        52.69891072403814,
                        0.0
                    ],
                    [
                        5.19949421919974,
                        52.69897793915219,
                        0.0
                    ],
                    [
                        5.199643133735704,
                        52.69898693600729,
                        0.0
                    ],
                    [
                        5.199724968441998,
                        52.69894911310716,
                        0.0
                    ],
                    [
                        5.199787800675547,
                        52.69886456422781,
                        0.0
                    ],
                    [
                        5.199860743418406,
                        52.6986603614281,
                        0.0
                    ],
                    [
                        5.199860483046038,
                        52.69864509224688,
                        0.0
                    ],
                    [
                        5.199944273409866,
                        52.69847095870506,
                        0.0
                    ],
                    [
                        5.199938671231348,
                        52.69845604060044,
                        0.0
                    ],
                    [
                        5.199995913740073,
                        52.69830823288205,
                        0.0
                    ],
                    [
                        5.200018644673816,
                        52.6982887759839,
                        0.0
                    ],
                    [
                        5.200044893872787,
                        52.69832895281457,
                        0.0
                    ],
                    [
                        5.200033050043698,
                        52.69845275596056,
                        0.0
                    ],
                    [
                        5.200057552369442,
                        52.69845851912882,
                        0.0
                    ],
                    [
                        5.200013744601472,
                        52.69855361275562,
                        0.0
                    ],
                    [
                        5.199998645834269,
                        52.69855244768589,
                        0.0
                    ],
                    [
                        5.19996156959019,
                        52.69867511474297,
                        0.0
                    ],
                    [
                        5.200062435499606,
                        52.69868402653762,
                        0.0
                    ],
                    [
                        5.200023655196754,
                        52.69876569262255,
                        0.0
                    ],
                    [
                        5.199970439060268,
                        52.69885025674153,
                        0.0
                    ],
                    [
                        5.199950725447414,
                        52.6989669837723,
                        0.0
                    ],
                    [
                        5.199911482114871,
                        52.69915373309939,
                        0.0
                    ],
                    [
                        5.199906116956935,
                        52.6992879981758,
                        0.0
                    ],
                    [
                        5.199944089651961,
                        52.69939605365222,
                        0.0
                    ],
                    [
                        5.200112271874529,
                        52.69939339722311,
                        0.0
                    ],
                    [
                        5.200199386608398,
                        52.69924467476488,
                        0.0
                    ],
                    [
                        5.200281544033464,
                        52.69913096647316,
                        0.0
                    ],
                    [
                        5.200435564734787,
                        52.6990699083501,
                        0.0
                    ],
                    [
                        5.200532429611207,
                        52.69888909067461,
                        0.0
                    ],
                    [
                        5.2006113632087,
                        52.69881623610906,
                        0.0
                    ],
                    [
                        5.200629397641626,
                        52.6988210948339,
                        0.0
                    ],
                    [
                        5.200669216645436,
                        52.69882905670388,
                        0.0
                    ],
                    [
                        5.200782424245083,
                        52.69884442184981,
                        0.0
                    ],
                    [
                        5.200898391291417,
                        52.69884607357406,
                        0.0
                    ],
                    [
                        5.201012659266581,
                        52.69883395008106,
                        0.0
                    ],
                    [
                        5.201104441652991,
                        52.69881237125759,
                        0.0
                    ],
                    [
                        5.201056048099094,
                        52.69891033749772,
                        0.0
                    ],
                    [
                        5.201637404533754,
                        52.6989141654743,
                        0.0
                    ],
                    [
                        5.201743054442154,
                        52.69892892479321,
                        0.0
                    ],
                    [
                        5.201675432906085,
                        52.69901346723899,
                        0.0
                    ],
                    [
                        5.201536170371072,
                        52.69899573471469,
                        0.0
                    ],
                    [
                        5.201290245632104,
                        52.69920259835217,
                        0.0
                    ],
                    [
                        5.201549518573239,
                        52.69924678704805,
                        0.0
                    ],
                    [
                        5.201442622038476,
                        52.69952683239183,
                        0.0
                    ],
                    [
                        5.201735524737079,
                        52.69957399387471,
                        0.0
                    ],
                    [
                        5.201900573270025,
                        52.69917436000964,
                        0.0
                    ],
                    [
                        5.201976642053035,
                        52.69905108798365,
                        0.0
                    ],
                    [
                        5.202071425711867,
                        52.69897653611266,
                        0.0
                    ],
                    [
                        5.202273185560964,
                        52.69877024035713,
                        0.0
                    ],
                    [
                        5.202370421466278,
                        52.69872437828905,
                        0.0
                    ],
                    [
                        5.202396208393132,
                        52.69874841337426,
                        0.0
                    ],
                    [
                        5.202153683063687,
                        52.69900296865303,
                        0.0
                    ],
                    [
                        5.202017336103305,
                        52.69918151546813,
                        0.0
                    ],
                    [
                        5.202018349050436,
                        52.69919038712887,
                        0.0
                    ],
                    [
                        5.202021714531434,
                        52.69919916359,
                        0.0
                    ],
                    [
                        5.202024011734532,
                        52.69920517940975,
                        0.0
                    ],
                    [
                        5.202082199660776,
                        52.69922836624329,
                        0.0
                    ],
                    [
                        5.202200726108672,
                        52.69922425466893,
                        0.0
                    ],
                    [
                        5.202201613851406,
                        52.69922422009856,
                        0.0
                    ],
                    [
                        5.202202145767454,
                        52.69922437370418,
                        0.0
                    ],
                    [
                        5.202203002791159,
                        52.69922460869546,
                        0.0
                    ],
                    [
                        5.202312979741222,
                        52.69925541587024,
                        0.0
                    ],
                    [
                        5.202261735119902,
                        52.69929774555931,
                        0.0
                    ],
                    [
                        5.202245100440003,
                        52.69928885863226,
                        0.0
                    ],
                    [
                        5.202232616164516,
                        52.6992850377755,
                        0.0
                    ],
                    [
                        5.202211783133128,
                        52.6992824800937,
                        0.0
                    ],
                    [
                        5.202150401851342,
                        52.69928338228485,
                        0.0
                    ],
                    [
                        5.202137683985939,
                        52.69929639355344,
                        0.0
                    ],
                    [
                        5.202079111816227,
                        52.69932928450498,
                        0.0
                    ],
                    [
                        5.201905866034912,
                        52.69961727039023,
                        0.0
                    ],
                    [
                        5.201601066738204,
                        52.70019071810034,
                        0.0
                    ],
                    [
                        5.201565859244756,
                        52.70025695070203,
                        0.0
                    ],
                    [
                        5.201908584316681,
                        52.70034102674758,
                        0.0
                    ],
                    [
                        5.20192997219765,
                        52.70034894154206,
                        0.0
                    ],
                    [
                        5.202130516636829,
                        52.70043646234405,
                        0.0
                    ],
                    [
                        5.202194755681226,
                        52.7004247892934,
                        0.0
                    ],
                    [
                        5.202220196103739,
                        52.70036264836146,
                        0.0
                    ],
                    [
                        5.202274323787398,
                        52.70025773831141,
                        0.0
                    ],
                    [
                        5.202380799895589,
                        52.70006628462183,
                        0.0
                    ],
                    [
                        5.202389296539569,
                        52.70005099309221,
                        0.0
                    ],
                    [
                        5.202437909427836,
                        52.70006126866642,
                        0.0
                    ],
                    [
                        5.202723940069716,
                        52.70012196930837,
                        0.0
                    ],
                    [
                        5.202746315898819,
                        52.70009541168704,
                        0.0
                    ],
                    [
                        5.202746387746028,
                        52.70007829172614,
                        0.0
                    ],
                    [
                        5.202737065725684,
                        52.70006115722037,
                        0.0
                    ],
                    [
                        5.202765494781403,
                        52.70000222911882,
                        0.0
                    ],
                    [
                        5.202893791560513,
                        52.70002525449345,
                        0.0
                    ],
                    [
                        5.202852704947802,
                        52.70011459271986,
                        0.0
                    ],
                    [
                        5.202820145992479,
                        52.70014238377713,
                        0.0
                    ],
                    [
                        5.20281170675918,
                        52.70015460189715,
                        0.0
                    ],
                    [
                        5.202782303804875,
                        52.70017414784581,
                        0.0
                    ],
                    [
                        5.202772730504229,
                        52.70019573755953,
                        0.0
                    ],
                    [
                        5.202771098019809,
                        52.70020049809745,
                        0.0
                    ],
                    [
                        5.202770753541427,
                        52.7002015040982,
                        0.0
                    ],
                    [
                        5.202770156925368,
                        52.70020971721338,
                        0.0
                    ],
                    [
                        5.202777421906148,
                        52.70021998252943,
                        0.0
                    ],
                    [
                        5.202797634533623,
                        52.70023300890401,
                        0.0
                    ],
                    [
                        5.202817880161103,
                        52.70023817177723,
                        0.0
                    ],
                    [
                        5.202842065216198,
                        52.70024230724777,
                        0.0
                    ],
                    [
                        5.202865138853244,
                        52.70024336746886,
                        0.0
                    ],
                    [
                        5.202896648115339,
                        52.70024718175098,
                        0.0
                    ],
                    [
                        5.202954579138275,
                        52.70025445192575,
                        0.0
                    ],
                    [
                        5.202995632656161,
                        52.7002647694985,
                        0.0
                    ],
                    [
                        5.203013614909142,
                        52.70026992883763,
                        0.0
                    ],
                    [
                        5.203027669713208,
                        52.70027678961047,
                        0.0
                    ],
                    [
                        5.203034929048572,
                        52.70028842091648,
                        0.0
                    ],
                    [
                        5.203047206657604,
                        52.70031340554408,
                        0.0
                    ],
                    [
                        5.203060617217934,
                        52.70033633392235,
                        0.0
                    ],
                    [
                        5.203062489849416,
                        52.70035546096626,
                        0.0
                    ],
                    [
                        5.203024502197916,
                        52.70049254251795,
                        0.0
                    ],
                    [
                        5.203025597859111,
                        52.70049938324983,
                        0.0
                    ],
                    [
                        5.203035684239267,
                        52.70051067742316,
                        0.0
                    ],
                    [
                        5.203057572066246,
                        52.70052644734953,
                        0.0
                    ],
                    [
                        5.203078355699349,
                        52.70053741655426,
                        0.0
                    ],
                    [
                        5.203093525856048,
                        52.7005429130371,
                        0.0
                    ],
                    [
                        5.203116046078805,
                        52.70054192333624,
                        0.0
                    ],
                    [
                        5.203149266437028,
                        52.70053991667856,
                        0.0
                    ],
                    [
                        5.20317294800831,
                        52.70053361749573,
                        0.0
                    ],
                    [
                        5.203206857604193,
                        52.70046944941055,
                        0.0
                    ],
                    [
                        5.203274087547141,
                        52.70047831549191,
                        0.0
                    ],
                    [
                        5.203312846738416,
                        52.70048547500212,
                        0.0
                    ],
                    [
                        5.203572054721424,
                        52.70053334380311,
                        0.0
                    ],
                    [
                        5.203655034813568,
                        52.70053995127832,
                        0.0
                    ],
                    [
                        5.203881388238995,
                        52.70059450895143,
                        0.0
                    ],
                    [
                        5.203961650071895,
                        52.70061088978733,
                        0.0
                    ],
                    [
                        5.203943026404425,
                        52.70064951384266,
                        0.0
                    ],
                    [
                        5.203928555201835,
                        52.70067504136538,
                        0.0
                    ],
                    [
                        5.203946999524117,
                        52.70067943738582,
                        0.0
                    ],
                    [
                        5.20393040958962,
                        52.70071992485647,
                        0.0
                    ],
                    [
                        5.203963225619678,
                        52.70072621226338,
                        0.0
                    ],
                    [
                        5.203955620089036,
                        52.70082592832221,
                        0.0
                    ],
                    [
                        5.203921797975936,
                        52.70081964835146,
                        0.0
                    ],
                    [
                        5.203892121473242,
                        52.70090833944064,
                        0.0
                    ],
                    [
                        5.204031366682992,
                        52.70093191065812,
                        0.0
                    ],
                    [
                        5.204136937170521,
                        52.70096709496292,
                        0.0
                    ],
                    [
                        5.204280769391309,
                        52.70104028966918,
                        0.0
                    ],
                    [
                        5.204222461681337,
                        52.70119782153406,
                        0.0
                    ],
                    [
                        5.204251209866997,
                        52.70121830193323,
                        0.0
                    ],
                    [
                        5.204545690350061,
                        52.70129862058691,
                        0.0
                    ],
                    [
                        5.20461797906103,
                        52.70119408784055,
                        0.0
                    ],
                    [
                        5.204724020994577,
                        52.70110885672655,
                        0.0
                    ],
                    [
                        5.204740772199585,
                        52.70111134480504,
                        0.0
                    ],
                    [
                        5.204658872281088,
                        52.70122905568155,
                        0.0
                    ],
                    [
                        5.204652565289095,
                        52.70126582045272,
                        0.0
                    ],
                    [
                        5.204542046681436,
                        52.70144205507264,
                        0.0
                    ],
                    [
                        5.204529693877749,
                        52.70143844136258,
                        0.0
                    ],
                    [
                        5.204437457799686,
                        52.70158670969165,
                        0.0
                    ],
                    [
                        5.204693896053175,
                        52.70164434054687,
                        0.0
                    ],
                    [
                        5.204792404447764,
                        52.70151380381567,
                        0.0
                    ],
                    [
                        5.20482081535043,
                        52.70151941920715,
                        0.0
                    ],
                    [
                        5.20490489494293,
                        52.70142194109776,
                        0.0
                    ],
                    [
                        5.205017306443523,
                        52.70132403894801,
                        0.0
                    ],
                    [
                        5.205050965957854,
                        52.70129472120613,
                        0.0
                    ],
                    [
                        5.205061002950255,
                        52.70128597431912,
                        0.0
                    ],
                    [
                        5.205195813701272,
                        52.70141625694133,
                        0.0
                    ],
                    [
                        5.205190161986116,
                        52.70141992395435,
                        0.0
                    ],
                    [
                        5.205173877848248,
                        52.7014439390497,
                        0.0
                    ],
                    [
                        5.205050283912735,
                        52.70160564927318,
                        0.0
                    ],
                    [
                        5.205027862399501,
                        52.70163981017433,
                        0.0
                    ],
                    [
                        5.204872848848477,
                        52.70194313279201,
                        0.0
                    ],
                    [
                        5.204785657046042,
                        52.70210938291081,
                        0.0
                    ],
                    [
                        5.204780657795324,
                        52.70215899197474,
                        0.0
                    ],
                    [
                        5.204809367872484,
                        52.70218530467974,
                        0.0
                    ],
                    [
                        5.204996524036288,
                        52.70224397009004,
                        0.0
                    ],
                    [
                        5.205111784537132,
                        52.70225874109742,
                        0.0
                    ],
                    [
                        5.205164426719342,
                        52.70231135902772,
                        0.0
                    ],
                    [
                        5.205371055207544,
                        52.70230876289657,
                        0.0
                    ],
                    [
                        5.20532272569113,
                        52.70237582130914,
                        0.0
                    ],
                    [
                        5.205236335062648,
                        52.70235234136884,
                        0.0
                    ],
                    [
                        5.205157723165578,
                        52.70237606350755,
                        0.0
                    ],
                    [
                        5.204674612987901,
                        52.70225501638919,
                        0.0
                    ],
                    [
                        5.204633788846324,
                        52.70231715221074,
                        0.0
                    ],
                    [
                        5.20455036962903,
                        52.70245452400673,
                        0.0
                    ],
                    [
                        5.204429466276332,
                        52.70267595567493,
                        0.0
                    ],
                    [
                        5.204395059977119,
                        52.70271372876572,
                        0.0
                    ],
                    [
                        5.204370329034289,
                        52.70274087620051,
                        0.0
                    ],
                    [
                        5.204460990276028,
                        52.7027656304713,
                        0.0
                    ],
                    [
                        5.20450785172474,
                        52.70277811327933,
                        0.0
                    ],
                    [
                        5.205056181459637,
                        52.70292416352643,
                        0.0
                    ],
                    [
                        5.205119030600088,
                        52.70283085870078,
                        0.0
                    ],
                    [
                        5.205169637191244,
                        52.70275716253506,
                        0.0
                    ],
                    [
                        5.205565235314328,
                        52.70285540023487,
                        0.0
                    ],
                    [
                        5.205524579661237,
                        52.70293063052953,
                        0.0
                    ],
                    [
                        5.20545672857294,
                        52.70304948669403,
                        0.0
                    ],
                    [
                        5.205616784538033,
                        52.7030833328604,
                        0.0
                    ],
                    [
                        5.205766331021453,
                        52.70311135725768,
                        0.0
                    ],
                    [
                        5.205705441038473,
                        52.70329294377727,
                        0.0
                    ],
                    [
                        5.205866683393142,
                        52.7033048543716,
                        0.0
                    ],
                    [
                        5.205945840625477,
                        52.70329987928331,
                        0.0
                    ],
                    [
                        5.205936328379959,
                        52.70332839822979,
                        0.0
                    ],
                    [
                        5.20593441732745,
                        52.7033577106077,
                        0.0
                    ],
                    [
                        5.205952895620451,
                        52.70337212676196,
                        0.0
                    ],
                    [
                        5.206354909718134,
                        52.70338704498933,
                        0.0
                    ],
                    [
                        5.206924848013087,
                        52.70340820142086,
                        0.0
                    ],
                    [
                        5.207264527284329,
                        52.70342081142993,
                        0.0
                    ],
                    [
                        5.207337156165405,
                        52.70328665676516,
                        0.0
                    ],
                    [
                        5.2073381187545,
                        52.70328281182354,
                        0.0
                    ],
                    [
                        5.207429957864141,
                        52.70291901674268,
                        0.0
                    ],
                    [
                        5.207684127759579,
                        52.70295894966844,
                        0.0
                    ],
                    [
                        5.207683791281029,
                        52.70299858591017,
                        0.0
                    ],
                    [
                        5.207694568081807,
                        52.70306875034537,
                        0.0
                    ],
                    [
                        5.207727671843458,
                        52.70313629009445,
                        0.0
                    ],
                    [
                        5.207781830554014,
                        52.70319860870644,
                        0.0
                    ],
                    [
                        5.207854963581498,
                        52.70325331160078,
                        0.0
                    ],
                    [
                        5.207944259660962,
                        52.70329829697374,
                        0.0
                    ],
                    [
                        5.208046289028299,
                        52.70333183593242,
                        0.0
                    ],
                    [
                        5.20815712889743,
                        52.70335263833206,
                        0.0
                    ],
                    [
                        5.208272521557294,
                        52.70335990689341,
                        0.0
                    ],
                    [
                        5.208362186234442,
                        52.70335482466134,
                        0.0
                    ],
                    [
                        5.208408296415985,
                        52.70339420709904,
                        0.0
                    ],
                    [
                        5.208468482696751,
                        52.70343023606131,
                        0.0
                    ],
                    [
                        5.208543855022851,
                        52.70345373306341,
                        0.0
                    ],
                    [
                        5.211579288500484,
                        52.70340187248969,
                        0.0
                    ],
                    [
                        5.211779257016175,
                        52.70338622439389,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2021-11-29T09:37:55.552446Z",
    "created": "2021-11-29T09:24:38.891172Z",
    "image_url": "",
    "timeseries": [],
    "name": "Rg. Pastoor Gielenstraat",
    "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": 34.05401454,
    "lowest_invert_level": -3.96,
    "water_retention_capacity": null,
    "minimum_overflow_crest_level": -2.48000002,
    "downstream_pumped_drainage_area": "https://demo.lizard.net/api/v4/pumpeddrainageareas/7051/?format=api",
    "pump_station": "https://demo.lizard.net/api/v4/pumpstations/12162/?format=api",
    "area_type": "other",
    "inhabitants": null,
    "pump_overcapacity": 72.94598546
}