List assets of type FixedDrainageLevelArea

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/fixeddrainagelevelareas/17933/?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/fixeddrainagelevelareas/17933/?format=api",
    "id": 17933,
    "code": "04150-05",
    "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": [
            [
                [
                    [
                        4.664834537186521,
                        52.59936136057479,
                        0.0
                    ],
                    [
                        4.66487108718174,
                        52.59938634313556,
                        0.0
                    ],
                    [
                        4.664903681243691,
                        52.59935642439739,
                        0.0
                    ],
                    [
                        4.665253694866806,
                        52.59933454610873,
                        0.0
                    ],
                    [
                        4.666432131503152,
                        52.59892705624771,
                        0.0
                    ],
                    [
                        4.66647682757573,
                        52.59891156341332,
                        0.0
                    ],
                    [
                        4.666605103835313,
                        52.59886756604323,
                        0.0
                    ],
                    [
                        4.666649899787202,
                        52.59884234935215,
                        0.0
                    ],
                    [
                        4.666838356592074,
                        52.59885676645698,
                        0.0
                    ],
                    [
                        4.666944049493148,
                        52.59882269772784,
                        0.0
                    ],
                    [
                        4.66794294816158,
                        52.59879752616466,
                        0.0
                    ],
                    [
                        4.668729718010804,
                        52.59877937710623,
                        0.0
                    ],
                    [
                        4.668883406491799,
                        52.59879071374077,
                        0.0
                    ],
                    [
                        4.669036382354231,
                        52.59884576969846,
                        0.0
                    ],
                    [
                        4.669379513812859,
                        52.59898318474296,
                        0.0
                    ],
                    [
                        4.669478405867007,
                        52.59900043582007,
                        0.0
                    ],
                    [
                        4.669536898450579,
                        52.59897788915688,
                        0.0
                    ],
                    [
                        4.669553869393491,
                        52.59877602622289,
                        0.0
                    ],
                    [
                        4.669578354056195,
                        52.59811197630049,
                        0.0
                    ],
                    [
                        4.669547225892162,
                        52.59792440042986,
                        0.0
                    ],
                    [
                        4.669396052546555,
                        52.59754870252347,
                        0.0
                    ],
                    [
                        4.66930384453345,
                        52.59733160233106,
                        0.0
                    ],
                    [
                        4.669239051839272,
                        52.59711050653176,
                        0.0
                    ],
                    [
                        4.669217266541247,
                        52.59697920335125,
                        0.0
                    ],
                    [
                        4.66923605256408,
                        52.59687521546292,
                        0.0
                    ],
                    [
                        4.669326650607768,
                        52.59677165247609,
                        0.0
                    ],
                    [
                        4.669317174037564,
                        52.59672371019025,
                        0.0
                    ],
                    [
                        4.669248853931105,
                        52.59671912722209,
                        0.0
                    ],
                    [
                        4.669118804476906,
                        52.59672667268341,
                        0.0
                    ],
                    [
                        4.668024142236401,
                        52.59696574142679,
                        0.0
                    ],
                    [
                        4.665968735332054,
                        52.59740718412394,
                        0.0
                    ],
                    [
                        4.665625231543027,
                        52.59750296271435,
                        0.0
                    ],
                    [
                        4.665457594823088,
                        52.59750819082587,
                        0.0
                    ],
                    [
                        4.665327747081581,
                        52.59750324084232,
                        0.0
                    ],
                    [
                        4.665263361806294,
                        52.59746744816368,
                        0.0
                    ],
                    [
                        4.665209369897696,
                        52.59742339624106,
                        0.0
                    ],
                    [
                        4.665189743151911,
                        52.59736914567235,
                        0.0
                    ],
                    [
                        4.665084857324691,
                        52.59730187545407,
                        0.0
                    ],
                    [
                        4.664931604026075,
                        52.59726346637136,
                        0.0
                    ],
                    [
                        4.664018602333684,
                        52.59725488420558,
                        0.0
                    ],
                    [
                        4.663883614134947,
                        52.59942219061114,
                        0.0
                    ],
                    [
                        4.664709174999674,
                        52.59933727601064,
                        0.0
                    ],
                    [
                        4.664834537186521,
                        52.59936136057479,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.664893911578483,
                        52.59942834532684,
                        0.0
                    ],
                    [
                        4.66487108718174,
                        52.59938634313556,
                        0.0
                    ],
                    [
                        4.664829241390443,
                        52.59942778142869,
                        0.0
                    ],
                    [
                        4.664617731441695,
                        52.59943740612984,
                        0.0
                    ],
                    [
                        4.664350610047171,
                        52.59947009542626,
                        0.0
                    ],
                    [
                        4.664176236304781,
                        52.59949143118585,
                        0.0
                    ],
                    [
                        4.663953249027459,
                        52.59952672486486,
                        0.0
                    ],
                    [
                        4.663892738296204,
                        52.59961623082908,
                        0.0
                    ],
                    [
                        4.663860859735731,
                        52.59975983563746,
                        0.0
                    ],
                    [
                        4.663815107415902,
                        52.59984943140016,
                        0.0
                    ],
                    [
                        4.663808131875193,
                        52.59989490127282,
                        0.0
                    ],
                    [
                        4.66379857767491,
                        52.59995717991213,
                        0.0
                    ],
                    [
                        4.663801679749324,
                        52.60009636013902,
                        0.0
                    ],
                    [
                        4.663796259760468,
                        52.60009833403495,
                        0.0
                    ],
                    [
                        4.663796216566787,
                        52.60010096439225,
                        0.0
                    ],
                    [
                        4.663802730853961,
                        52.60013239534039,
                        0.0
                    ],
                    [
                        4.663805532973177,
                        52.60013316914098,
                        0.0
                    ],
                    [
                        4.6638372472306,
                        52.60029893759654,
                        0.0
                    ],
                    [
                        4.663906911242647,
                        52.60055100963513,
                        0.0
                    ],
                    [
                        4.663934954121494,
                        52.60064105460065,
                        0.0
                    ],
                    [
                        4.663976576045251,
                        52.60080308161928,
                        0.0
                    ],
                    [
                        4.664003291445166,
                        52.60097400531922,
                        0.0
                    ],
                    [
                        4.664001078467024,
                        52.60110880324186,
                        0.0
                    ],
                    [
                        4.664012887209603,
                        52.60128862362625,
                        0.0
                    ],
                    [
                        4.664010821772082,
                        52.60141443501168,
                        0.0
                    ],
                    [
                        4.664038422825099,
                        52.6015314395173,
                        0.0
                    ],
                    [
                        4.664094953011121,
                        52.60168456975849,
                        0.0
                    ],
                    [
                        4.664122259432144,
                        52.60181954729119,
                        0.0
                    ],
                    [
                        4.664149566018549,
                        52.60195452481362,
                        0.0
                    ],
                    [
                        4.664147943450848,
                        52.60205337660352,
                        0.0
                    ],
                    [
                        4.66411576889179,
                        52.60221495444756,
                        0.0
                    ],
                    [
                        4.664069424420492,
                        52.60234049635478,
                        0.0
                    ],
                    [
                        4.663992232224315,
                        52.60254673730901,
                        0.0
                    ],
                    [
                        4.663900574525988,
                        52.60273491531225,
                        0.0
                    ],
                    [
                        4.66380876846127,
                        52.60293207975882,
                        0.0
                    ],
                    [
                        4.66376286511917,
                        52.60303066195146,
                        0.0
                    ],
                    [
                        4.663746360109247,
                        52.60311354323378,
                        0.0
                    ],
                    [
                        4.663725144749504,
                        52.60323623258115,
                        0.0
                    ],
                    [
                        4.663713714372482,
                        52.6033269476306,
                        0.0
                    ],
                    [
                        4.663680946835252,
                        52.60352447139315,
                        0.0
                    ],
                    [
                        4.663648917077758,
                        52.60367706252727,
                        0.0
                    ],
                    [
                        4.663495491485421,
                        52.60407374070592,
                        0.0
                    ],
                    [
                        4.663479319978239,
                        52.60411641334991,
                        0.0
                    ],
                    [
                        4.663463230730326,
                        52.60419720214014,
                        0.0
                    ],
                    [
                        4.663432085693445,
                        52.60429587406747,
                        0.0
                    ],
                    [
                        4.663396805752877,
                        52.60464616853751,
                        0.0
                    ],
                    [
                        4.663347650687887,
                        52.60494245394386,
                        0.0
                    ],
                    [
                        4.663329640965003,
                        52.60514006743932,
                        0.0
                    ],
                    [
                        4.663267348797995,
                        52.60533741116551,
                        0.0
                    ],
                    [
                        4.663188522633259,
                        52.60564250312394,
                        0.0
                    ],
                    [
                        4.663140694582735,
                        52.60585790972181,
                        0.0
                    ],
                    [
                        4.663107571618168,
                        52.60610102422336,
                        0.0
                    ],
                    [
                        4.663033283226134,
                        52.60664625146971,
                        0.0
                    ],
                    [
                        4.662981929645522,
                        52.6070957046956,
                        0.0
                    ],
                    [
                        4.662914364733394,
                        52.60711966679104,
                        0.0
                    ],
                    [
                        4.662954039867149,
                        52.60718655026884,
                        0.0
                    ],
                    [
                        4.662744382189912,
                        52.6076350384736,
                        0.0
                    ],
                    [
                        4.662653350480671,
                        52.60782188004747,
                        0.0
                    ],
                    [
                        4.662478247277995,
                        52.6083080559165,
                        0.0
                    ],
                    [
                        4.662179746684688,
                        52.608809539238,
                        0.0
                    ],
                    [
                        4.662164021316001,
                        52.60883658528188,
                        0.0
                    ],
                    [
                        4.661962509458327,
                        52.60918301572564,
                        0.0
                    ],
                    [
                        4.661849393479348,
                        52.60937560862453,
                        0.0
                    ],
                    [
                        4.661754399821792,
                        52.60958920776385,
                        0.0
                    ],
                    [
                        4.661694724915427,
                        52.60979444844885,
                        0.0
                    ],
                    [
                        4.661685228581638,
                        52.60994430945041,
                        0.0
                    ],
                    [
                        4.661627175855084,
                        52.61005104001472,
                        0.0
                    ],
                    [
                        4.661457912175359,
                        52.6103384124397,
                        0.0
                    ],
                    [
                        4.661371475695982,
                        52.61051181788277,
                        0.0
                    ],
                    [
                        4.661338502543176,
                        52.61063753907313,
                        0.0
                    ],
                    [
                        4.661346027647037,
                        52.6108151762112,
                        0.0
                    ],
                    [
                        4.661316252799755,
                        52.61092240286229,
                        0.0
                    ],
                    [
                        4.661108004681561,
                        52.61127075885288,
                        0.0
                    ],
                    [
                        4.661105994011538,
                        52.61127540204537,
                        0.0
                    ],
                    [
                        4.660956080913769,
                        52.61153396146677,
                        0.0
                    ],
                    [
                        4.660931604740582,
                        52.61169492013975,
                        0.0
                    ],
                    [
                        4.660923815175691,
                        52.6118476404633,
                        0.0
                    ],
                    [
                        4.661059854068558,
                        52.61233208399179,
                        0.0
                    ],
                    [
                        4.661104679638615,
                        52.61261771693243,
                        0.0
                    ],
                    [
                        4.661125344284166,
                        52.61270404136994,
                        0.0
                    ],
                    [
                        4.661182801711101,
                        52.61278774155866,
                        0.0
                    ],
                    [
                        4.661218045929883,
                        52.61309129968296,
                        0.0
                    ],
                    [
                        4.661284423786608,
                        52.61305935047871,
                        0.0
                    ],
                    [
                        4.661356362549639,
                        52.61307430450527,
                        0.0
                    ],
                    [
                        4.663505358032646,
                        52.61310642689804,
                        0.0
                    ],
                    [
                        4.66353426471308,
                        52.61290265182176,
                        0.0
                    ],
                    [
                        4.664175666662574,
                        52.61292210375995,
                        0.0
                    ],
                    [
                        4.664453570262848,
                        52.61294453699614,
                        0.0
                    ],
                    [
                        4.664751062069869,
                        52.61298437142378,
                        0.0
                    ],
                    [
                        4.664735058088135,
                        52.61344058238645,
                        0.0
                    ],
                    [
                        4.666035100892246,
                        52.61346921189243,
                        0.0
                    ],
                    [
                        4.665995700060559,
                        52.61414132897428,
                        0.0
                    ],
                    [
                        4.665945900243068,
                        52.61417629331638,
                        0.0
                    ],
                    [
                        4.665997260837157,
                        52.61421912436039,
                        0.0
                    ],
                    [
                        4.665929005638582,
                        52.61517437585136,
                        0.0
                    ],
                    [
                        4.66593534610923,
                        52.61535249055466,
                        0.0
                    ],
                    [
                        4.665876503813536,
                        52.61536699860497,
                        0.0
                    ],
                    [
                        4.665875601613716,
                        52.61542027040011,
                        0.0
                    ],
                    [
                        4.665870122276809,
                        52.61545910762382,
                        0.0
                    ],
                    [
                        4.663670150826234,
                        52.61560624143188,
                        0.0
                    ],
                    [
                        4.663503148855138,
                        52.61569171937568,
                        0.0
                    ],
                    [
                        4.663509653201471,
                        52.61587005092333,
                        0.0
                    ],
                    [
                        4.663518990589044,
                        52.61612307597267,
                        0.0
                    ],
                    [
                        4.663561562858892,
                        52.61622895503386,
                        0.0
                    ],
                    [
                        4.663612334396968,
                        52.61635525841501,
                        0.0
                    ],
                    [
                        4.663608865705283,
                        52.61637584539151,
                        0.0
                    ],
                    [
                        4.663594398095843,
                        52.61646191945471,
                        0.0
                    ],
                    [
                        4.663560156357839,
                        52.61656790602375,
                        0.0
                    ],
                    [
                        4.663530767285434,
                        52.61661850586063,
                        0.0
                    ],
                    [
                        4.663476309364186,
                        52.61663113409585,
                        0.0
                    ],
                    [
                        4.663517543397341,
                        52.61664776019622,
                        0.0
                    ],
                    [
                        4.663505310751679,
                        52.6166822871781,
                        0.0
                    ],
                    [
                        4.663493063539781,
                        52.61700158859696,
                        0.0
                    ],
                    [
                        4.663497796844985,
                        52.61708644042659,
                        0.0
                    ],
                    [
                        4.663511967333307,
                        52.6172206096107,
                        0.0
                    ],
                    [
                        4.663527873820196,
                        52.61730037070129,
                        0.0
                    ],
                    [
                        4.663539407705219,
                        52.61733801721048,
                        0.0
                    ],
                    [
                        4.663595594428035,
                        52.61742510559183,
                        0.0
                    ],
                    [
                        4.663668427506384,
                        52.61747238227295,
                        0.0
                    ],
                    [
                        4.663818114570919,
                        52.61752624708816,
                        0.0
                    ],
                    [
                        4.663824918953658,
                        52.61752911952834,
                        0.0
                    ],
                    [
                        4.663889639379375,
                        52.61754622096233,
                        0.0
                    ],
                    [
                        4.663913362721097,
                        52.61756637126062,
                        0.0
                    ],
                    [
                        4.663921135101861,
                        52.61756964503096,
                        0.0
                    ],
                    [
                        4.663997353755266,
                        52.61761491095801,
                        0.0
                    ],
                    [
                        4.664049839587614,
                        52.61767836672013,
                        0.0
                    ],
                    [
                        4.664072201307691,
                        52.61774367033797,
                        0.0
                    ],
                    [
                        4.664057337871464,
                        52.61783319317713,
                        0.0
                    ],
                    [
                        4.664032181502127,
                        52.61793893853896,
                        0.0
                    ],
                    [
                        4.664043231369305,
                        52.61802227393603,
                        0.0
                    ],
                    [
                        4.664067362443244,
                        52.61807156379795,
                        0.0
                    ],
                    [
                        4.664007698077628,
                        52.61808911265518,
                        0.0
                    ],
                    [
                        4.664079341892135,
                        52.61809201109212,
                        0.0
                    ],
                    [
                        4.664110397198276,
                        52.61813239162999,
                        0.0
                    ],
                    [
                        4.664171720943762,
                        52.61822331263028,
                        0.0
                    ],
                    [
                        4.664517690723107,
                        52.61880153523641,
                        0.0
                    ],
                    [
                        4.665127843386064,
                        52.61971331996917,
                        0.0
                    ],
                    [
                        4.665289434885955,
                        52.61991532234378,
                        0.0
                    ],
                    [
                        4.66525063279365,
                        52.61994558086936,
                        0.0
                    ],
                    [
                        4.665303974132925,
                        52.61993552441363,
                        0.0
                    ],
                    [
                        4.665318057929964,
                        52.61995738638161,
                        0.0
                    ],
                    [
                        4.6656705319434,
                        52.61995845702148,
                        0.0
                    ],
                    [
                        4.668231445627697,
                        52.61993783662292,
                        0.0
                    ],
                    [
                        4.668408716730757,
                        52.61993562836138,
                        0.0
                    ],
                    [
                        4.671408674223523,
                        52.61989828880515,
                        0.0
                    ],
                    [
                        4.672300914860974,
                        52.61989027631773,
                        0.0
                    ],
                    [
                        4.674296654514481,
                        52.61987233494388,
                        0.0
                    ],
                    [
                        4.674300354830175,
                        52.61988366325734,
                        0.0
                    ],
                    [
                        4.674412248553653,
                        52.61987433135497,
                        0.0
                    ],
                    [
                        4.674720410126276,
                        52.61988790744079,
                        0.0
                    ],
                    [
                        4.674982249939956,
                        52.61987577090443,
                        0.0
                    ],
                    [
                        4.674983778714208,
                        52.6198296478617,
                        0.0
                    ],
                    [
                        4.674963554129241,
                        52.61979548249386,
                        0.0
                    ],
                    [
                        4.675150207769885,
                        52.61948881909034,
                        0.0
                    ],
                    [
                        4.675567013710594,
                        52.61880400556883,
                        0.0
                    ],
                    [
                        4.676015770028633,
                        52.61818721844175,
                        0.0
                    ],
                    [
                        4.675802894042588,
                        52.61824490173852,
                        0.0
                    ],
                    [
                        4.674866529987746,
                        52.61838652500082,
                        0.0
                    ],
                    [
                        4.674136188675719,
                        52.61852877489611,
                        0.0
                    ],
                    [
                        4.674094137169693,
                        52.61856682682772,
                        0.0
                    ],
                    [
                        4.674090671499601,
                        52.61973173208293,
                        0.0
                    ],
                    [
                        4.674036548044536,
                        52.61981665263445,
                        0.0
                    ],
                    [
                        4.672547810981087,
                        52.61982447251231,
                        0.0
                    ],
                    [
                        4.672381337951761,
                        52.61982561048666,
                        0.0
                    ],
                    [
                        4.67238172329998,
                        52.61976640395288,
                        0.0
                    ],
                    [
                        4.67245633369238,
                        52.61849337681043,
                        0.0
                    ],
                    [
                        4.672382141269622,
                        52.61848094147781,
                        0.0
                    ],
                    [
                        4.671272952253824,
                        52.61842786384626,
                        0.0
                    ],
                    [
                        4.671273253902034,
                        52.61837661960706,
                        0.0
                    ],
                    [
                        4.671124432845598,
                        52.61653366872149,
                        0.0
                    ],
                    [
                        4.673792902685198,
                        52.61655149503054,
                        0.0
                    ],
                    [
                        4.673797363639554,
                        52.61650673766911,
                        0.0
                    ],
                    [
                        4.673823772386985,
                        52.61645069806126,
                        0.0
                    ],
                    [
                        4.670610454209719,
                        52.61640782129706,
                        0.0
                    ],
                    [
                        4.670558988291906,
                        52.6164045990815,
                        0.0
                    ],
                    [
                        4.669785690764697,
                        52.61641308252624,
                        0.0
                    ],
                    [
                        4.669721635788552,
                        52.61638772890868,
                        0.0
                    ],
                    [
                        4.669313602712338,
                        52.61481584205241,
                        0.0
                    ],
                    [
                        4.668512545346251,
                        52.6147075559737,
                        0.0
                    ],
                    [
                        4.668495558437538,
                        52.61467178229169,
                        0.0
                    ],
                    [
                        4.668900479161062,
                        52.61355779811645,
                        0.0
                    ],
                    [
                        4.669182320611231,
                        52.61352383917102,
                        0.0
                    ],
                    [
                        4.669534567128848,
                        52.61348315973427,
                        0.0
                    ],
                    [
                        4.669823009375827,
                        52.61340286417453,
                        0.0
                    ],
                    [
                        4.670185752792157,
                        52.61379740680037,
                        0.0
                    ],
                    [
                        4.670769553359106,
                        52.61375627799808,
                        0.0
                    ],
                    [
                        4.671118541119788,
                        52.61373169760535,
                        0.0
                    ],
                    [
                        4.671113093564039,
                        52.6137125845484,
                        0.0
                    ],
                    [
                        4.671068647636618,
                        52.61355661915147,
                        0.0
                    ],
                    [
                        4.670783934314772,
                        52.61304840071026,
                        0.0
                    ],
                    [
                        4.670672802941647,
                        52.61298376747855,
                        0.0
                    ],
                    [
                        4.670638435400796,
                        52.61295170894886,
                        0.0
                    ],
                    [
                        4.670615136948909,
                        52.61293263203537,
                        0.0
                    ],
                    [
                        4.670813268250458,
                        52.61286529758785,
                        0.0
                    ],
                    [
                        4.671067552211071,
                        52.61280685717578,
                        0.0
                    ],
                    [
                        4.671328793129425,
                        52.61275274511342,
                        0.0
                    ],
                    [
                        4.671596936162796,
                        52.61270724801176,
                        0.0
                    ],
                    [
                        4.671550919004316,
                        52.61254707618688,
                        0.0
                    ],
                    [
                        4.671514412174578,
                        52.61247674568551,
                        0.0
                    ],
                    [
                        4.670821416245113,
                        52.61261765408887,
                        0.0
                    ],
                    [
                        4.670827365492598,
                        52.61263586246231,
                        0.0
                    ],
                    [
                        4.670745644494075,
                        52.61266390483363,
                        0.0
                    ],
                    [
                        4.670569727236114,
                        52.61271991418635,
                        0.0
                    ],
                    [
                        4.670046839943714,
                        52.61297166965589,
                        0.0
                    ],
                    [
                        4.669980265327365,
                        52.61297168133733,
                        0.0
                    ],
                    [
                        4.669948219814779,
                        52.61301827632878,
                        0.0
                    ],
                    [
                        4.669879042522797,
                        52.61306838596343,
                        0.0
                    ],
                    [
                        4.669706994256436,
                        52.61313868938018,
                        0.0
                    ],
                    [
                        4.669618671841046,
                        52.61316491162295,
                        0.0
                    ],
                    [
                        4.669452027726079,
                        52.61320254216904,
                        0.0
                    ],
                    [
                        4.669173174814757,
                        52.61323355396176,
                        0.0
                    ],
                    [
                        4.668953305410569,
                        52.61324114092255,
                        0.0
                    ],
                    [
                        4.668275352265394,
                        52.61229479417884,
                        0.0
                    ],
                    [
                        4.669180787066725,
                        52.61202959434072,
                        0.0
                    ],
                    [
                        4.66936431517611,
                        52.61196131128612,
                        0.0
                    ],
                    [
                        4.669123501049329,
                        52.61162574998304,
                        0.0
                    ],
                    [
                        4.672438907491483,
                        52.61069053697911,
                        0.0
                    ],
                    [
                        4.672227442800865,
                        52.61037768086869,
                        0.0
                    ],
                    [
                        4.672060977663046,
                        52.61013141316084,
                        0.0
                    ],
                    [
                        4.668592858603753,
                        52.60898175622528,
                        0.0
                    ],
                    [
                        4.668597496224013,
                        52.60882782102678,
                        0.0
                    ],
                    [
                        4.668507706593427,
                        52.60854818315615,
                        0.0
                    ],
                    [
                        4.668489873737308,
                        52.60712684260361,
                        0.0
                    ],
                    [
                        4.668488280873509,
                        52.60700009252335,
                        0.0
                    ],
                    [
                        4.668503678756164,
                        52.60657305000117,
                        0.0
                    ],
                    [
                        4.668399969453636,
                        52.60640399867221,
                        0.0
                    ],
                    [
                        4.668299962373975,
                        52.60622162333345,
                        0.0
                    ],
                    [
                        4.668287604411671,
                        52.6059323067044,
                        0.0
                    ],
                    [
                        4.668188190651721,
                        52.60575166041718,
                        0.0
                    ],
                    [
                        4.668164605938696,
                        52.60570881851919,
                        0.0
                    ],
                    [
                        4.668149183865721,
                        52.60555119383397,
                        0.0
                    ],
                    [
                        4.668081687311584,
                        52.60555139654858,
                        0.0
                    ],
                    [
                        4.668031341859299,
                        52.60555357240347,
                        0.0
                    ],
                    [
                        4.668057781115352,
                        52.60562048192171,
                        0.0
                    ],
                    [
                        4.668062972218144,
                        52.60567595668531,
                        0.0
                    ],
                    [
                        4.668216016245902,
                        52.60596698741961,
                        0.0
                    ],
                    [
                        4.668215186604953,
                        52.6062095346666,
                        0.0
                    ],
                    [
                        4.668333031260823,
                        52.60655171528514,
                        0.0
                    ],
                    [
                        4.668332792943169,
                        52.60675716604469,
                        0.0
                    ],
                    [
                        4.668329165988353,
                        52.60678853712815,
                        0.0
                    ],
                    [
                        4.668316399330988,
                        52.60680462825022,
                        0.0
                    ],
                    [
                        4.668269346025396,
                        52.60681575761209,
                        0.0
                    ],
                    [
                        4.665938793973028,
                        52.60697379848251,
                        0.0
                    ],
                    [
                        4.663210918165525,
                        52.60715932882423,
                        0.0
                    ],
                    [
                        4.663154817987293,
                        52.60715043101721,
                        0.0
                    ],
                    [
                        4.663108396234673,
                        52.60712304213341,
                        0.0
                    ],
                    [
                        4.663101909382423,
                        52.60709018057231,
                        0.0
                    ],
                    [
                        4.66311955216025,
                        52.60701467695685,
                        0.0
                    ],
                    [
                        4.663106508007668,
                        52.60695324040093,
                        0.0
                    ],
                    [
                        4.663227556884564,
                        52.60600518547286,
                        0.0
                    ],
                    [
                        4.663351928598498,
                        52.60599452908853,
                        0.0
                    ],
                    [
                        4.663361021741604,
                        52.60594874865367,
                        0.0
                    ],
                    [
                        4.663348679418442,
                        52.60590748414602,
                        0.0
                    ],
                    [
                        4.663238501144404,
                        52.60590966198748,
                        0.0
                    ],
                    [
                        4.663257409477286,
                        52.60575711692069,
                        0.0
                    ],
                    [
                        4.663336122795032,
                        52.60553073603842,
                        0.0
                    ],
                    [
                        4.66345178552149,
                        52.60519472693215,
                        0.0
                    ],
                    [
                        4.663470974084481,
                        52.60502506248533,
                        0.0
                    ],
                    [
                        4.663513535065322,
                        52.60500249364339,
                        0.0
                    ],
                    [
                        4.666127266835178,
                        52.60481435893983,
                        0.0
                    ],
                    [
                        4.66742460001534,
                        52.60472948283697,
                        0.0
                    ],
                    [
                        4.667526919081366,
                        52.60471300847691,
                        0.0
                    ],
                    [
                        4.667388125509625,
                        52.60470132901801,
                        0.0
                    ],
                    [
                        4.667491929304839,
                        52.60468161922478,
                        0.0
                    ],
                    [
                        4.667299654628076,
                        52.60450907353815,
                        0.0
                    ],
                    [
                        4.667181969349944,
                        52.60439546959929,
                        0.0
                    ],
                    [
                        4.667116412878958,
                        52.60433218741699,
                        0.0
                    ],
                    [
                        4.667128526167192,
                        52.60428832133974,
                        0.0
                    ],
                    [
                        4.667261482644898,
                        52.60405553497673,
                        0.0
                    ],
                    [
                        4.667267894889279,
                        52.60404164332867,
                        0.0
                    ],
                    [
                        4.667270481037869,
                        52.60403605084847,
                        0.0
                    ],
                    [
                        4.667340724434327,
                        52.60402931341741,
                        0.0
                    ],
                    [
                        4.667341930665992,
                        52.60402415295983,
                        0.0
                    ],
                    [
                        4.667343653213933,
                        52.60401720713399,
                        0.0
                    ],
                    [
                        4.667276066990265,
                        52.60402394268994,
                        0.0
                    ],
                    [
                        4.667300874274371,
                        52.60397019543875,
                        0.0
                    ],
                    [
                        4.667302423764941,
                        52.60387538757546,
                        0.0
                    ],
                    [
                        4.667276531626922,
                        52.60383203718757,
                        0.0
                    ],
                    [
                        4.667224775995414,
                        52.60374539947826,
                        0.0
                    ],
                    [
                        4.667108927262446,
                        52.60359634221319,
                        0.0
                    ],
                    [
                        4.66685272683622,
                        52.60326670370559,
                        0.0
                    ],
                    [
                        4.66644722052046,
                        52.60274387324141,
                        0.0
                    ],
                    [
                        4.666355760594269,
                        52.60276182356071,
                        0.0
                    ],
                    [
                        4.66635443331062,
                        52.60275813965421,
                        0.0
                    ],
                    [
                        4.666344267365106,
                        52.60272989343449,
                        0.0
                    ],
                    [
                        4.666332492190571,
                        52.60269715272862,
                        0.0
                    ],
                    [
                        4.666336604491673,
                        52.60253967312772,
                        0.0
                    ],
                    [
                        4.666437367950782,
                        52.60183582329336,
                        0.0
                    ],
                    [
                        4.666445083716962,
                        52.60178195454733,
                        0.0
                    ],
                    [
                        4.666460984037346,
                        52.60167082264974,
                        0.0
                    ],
                    [
                        4.666509512538166,
                        52.60149072143614,
                        0.0
                    ],
                    [
                        4.66673300168582,
                        52.60106421243832,
                        0.0
                    ],
                    [
                        4.666816316046883,
                        52.60084731177803,
                        0.0
                    ],
                    [
                        4.666845824069596,
                        52.60066940485643,
                        0.0
                    ],
                    [
                        4.666803348768153,
                        52.60047949471691,
                        0.0
                    ],
                    [
                        4.666765359008894,
                        52.60039621159794,
                        0.0
                    ],
                    [
                        4.666638323988393,
                        52.60011770290964,
                        0.0
                    ],
                    [
                        4.666545493590109,
                        52.59990937761413,
                        0.0
                    ],
                    [
                        4.666477124460748,
                        52.59975593403266,
                        0.0
                    ],
                    [
                        4.666440297776805,
                        52.59964223540475,
                        0.0
                    ],
                    [
                        4.666413995583569,
                        52.59956100027879,
                        0.0
                    ],
                    [
                        4.666397570472921,
                        52.59951029243993,
                        0.0
                    ],
                    [
                        4.666372391308858,
                        52.59941004671755,
                        0.0
                    ],
                    [
                        4.666339908920295,
                        52.59928075425152,
                        0.0
                    ],
                    [
                        4.666403499024256,
                        52.59925981284902,
                        0.0
                    ],
                    [
                        4.666406953422549,
                        52.59922820704542,
                        0.0
                    ],
                    [
                        4.666444829028257,
                        52.5992497999131,
                        0.0
                    ],
                    [
                        4.666491844438167,
                        52.59924322768235,
                        0.0
                    ],
                    [
                        4.666427442788129,
                        52.59917574589404,
                        0.0
                    ],
                    [
                        4.666377896707485,
                        52.59916198217254,
                        0.0
                    ],
                    [
                        4.666378014926827,
                        52.59915475699755,
                        0.0
                    ],
                    [
                        4.666379050079342,
                        52.59909149178348,
                        0.0
                    ],
                    [
                        4.666120298167883,
                        52.59917756721856,
                        0.0
                    ],
                    [
                        4.665499896713514,
                        52.59937951392151,
                        0.0
                    ],
                    [
                        4.6654063759066,
                        52.59940293331007,
                        0.0
                    ],
                    [
                        4.665160990242389,
                        52.5994261399092,
                        0.0
                    ],
                    [
                        4.664893911578483,
                        52.59942834532684,
                        0.0
                    ]
                ],
                [
                    [
                        4.667393970078336,
                        52.61818478460581,
                        0.0
                    ],
                    [
                        4.666466277284586,
                        52.61814777896642,
                        0.0
                    ],
                    [
                        4.664226934055273,
                        52.61804429613967,
                        0.0
                    ],
                    [
                        4.664187387840691,
                        52.61802550561639,
                        0.0
                    ],
                    [
                        4.664159846204909,
                        52.61798966712895,
                        0.0
                    ],
                    [
                        4.664167755800719,
                        52.61793693230393,
                        0.0
                    ],
                    [
                        4.664175275932521,
                        52.61790701409172,
                        0.0
                    ],
                    [
                        4.664199129690543,
                        52.61788147323288,
                        0.0
                    ],
                    [
                        4.664236247460942,
                        52.61774958437557,
                        0.0
                    ],
                    [
                        4.66412894978735,
                        52.6175871406784,
                        0.0
                    ],
                    [
                        4.663943240415931,
                        52.61747614890605,
                        0.0
                    ],
                    [
                        4.663756195867911,
                        52.61744647561429,
                        0.0
                    ],
                    [
                        4.663660865310629,
                        52.61739881038987,
                        0.0
                    ],
                    [
                        4.66360909465186,
                        52.61669796395059,
                        0.0
                    ],
                    [
                        4.665598273301214,
                        52.61647178359421,
                        0.0
                    ],
                    [
                        4.665683429799012,
                        52.61651406497737,
                        0.0
                    ],
                    [
                        4.665778903351427,
                        52.6164628951115,
                        0.0
                    ],
                    [
                        4.667471064178505,
                        52.61648028997666,
                        0.0
                    ],
                    [
                        4.669083744065154,
                        52.61650835187447,
                        0.0
                    ],
                    [
                        4.669147944766745,
                        52.61654739450906,
                        0.0
                    ],
                    [
                        4.669240779503537,
                        52.61650930056201,
                        0.0
                    ],
                    [
                        4.670954964647728,
                        52.61651727018374,
                        0.0
                    ],
                    [
                        4.671138283917228,
                        52.61831417109567,
                        0.0
                    ],
                    [
                        4.669307668208762,
                        52.61825367100705,
                        0.0
                    ],
                    [
                        4.667393970078336,
                        52.61818478460581,
                        0.0
                    ]
                ],
                [
                    [
                        4.665081000511399,
                        52.60918714036819,
                        0.0
                    ],
                    [
                        4.665165238694461,
                        52.6089729699811,
                        0.0
                    ],
                    [
                        4.665322705745159,
                        52.60895585290791,
                        0.0
                    ],
                    [
                        4.665316836215333,
                        52.60891403479415,
                        0.0
                    ],
                    [
                        4.665309045247894,
                        52.60887955670799,
                        0.0
                    ],
                    [
                        4.665181028895152,
                        52.60887972269293,
                        0.0
                    ],
                    [
                        4.665136811545882,
                        52.60887977758937,
                        0.0
                    ],
                    [
                        4.665127814003404,
                        52.60883335688091,
                        0.0
                    ],
                    [
                        4.66511725021122,
                        52.6082863639144,
                        0.0
                    ],
                    [
                        4.665127280591871,
                        52.6082697801766,
                        0.0
                    ],
                    [
                        4.665962188798509,
                        52.60821183942116,
                        0.0
                    ],
                    [
                        4.665983861806528,
                        52.60820008060998,
                        0.0
                    ],
                    [
                        4.665981305652462,
                        52.60764125492318,
                        0.0
                    ],
                    [
                        4.665986582517855,
                        52.60708009503583,
                        0.0
                    ],
                    [
                        4.665994683368078,
                        52.60706230418684,
                        0.0
                    ],
                    [
                        4.66603389756409,
                        52.60705303348283,
                        0.0
                    ],
                    [
                        4.668249427336264,
                        52.60690642792427,
                        0.0
                    ],
                    [
                        4.668293915675694,
                        52.60690954607291,
                        0.0
                    ],
                    [
                        4.668305271996235,
                        52.60693102278241,
                        0.0
                    ],
                    [
                        4.668315548875783,
                        52.60701953903706,
                        0.0
                    ],
                    [
                        4.668319630917393,
                        52.60777431733434,
                        0.0
                    ],
                    [
                        4.668301114485454,
                        52.60851527996122,
                        0.0
                    ],
                    [
                        4.6682897377778,
                        52.60856466883732,
                        0.0
                    ],
                    [
                        4.668305241557274,
                        52.60861879491065,
                        0.0
                    ],
                    [
                        4.66831468386361,
                        52.60865173694798,
                        0.0
                    ],
                    [
                        4.668306854754307,
                        52.60927518185564,
                        0.0
                    ],
                    [
                        4.668305628279645,
                        52.61006844764717,
                        0.0
                    ],
                    [
                        4.668306997348426,
                        52.61012838393228,
                        0.0
                    ],
                    [
                        4.66824582542876,
                        52.61014227689284,
                        0.0
                    ],
                    [
                        4.668135729802917,
                        52.61013876180397,
                        0.0
                    ],
                    [
                        4.667966856067466,
                        52.61014629592206,
                        0.0
                    ],
                    [
                        4.665834314759237,
                        52.61041444291892,
                        0.0
                    ],
                    [
                        4.665752341155337,
                        52.61041109631682,
                        0.0
                    ],
                    [
                        4.665712918022687,
                        52.61038517098845,
                        0.0
                    ],
                    [
                        4.66565541570085,
                        52.61031919585583,
                        0.0
                    ],
                    [
                        4.665600550074692,
                        52.61023467771165,
                        0.0
                    ],
                    [
                        4.665519450494131,
                        52.61017711523832,
                        0.0
                    ],
                    [
                        4.665457114095393,
                        52.61011966665896,
                        0.0
                    ],
                    [
                        4.665095225762964,
                        52.6093199168907,
                        0.0
                    ],
                    [
                        4.665073084818307,
                        52.60924131330077,
                        0.0
                    ],
                    [
                        4.665081000511399,
                        52.60918714036819,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2020-03-11T16:28:25.462237Z",
    "created": "2020-03-11T16:28:25.462285Z",
    "image_url": "",
    "timeseries": [],
    "name": "Sammerspolder",
    "type": "default",
    "water_level_summer": null,
    "water_level_winter": null,
    "water_level_fixed": -1.0
}