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/17909/?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/17909/?format=api",
    "id": 17909,
    "code": "5841-3",
    "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.924104352462575,
                        52.4736726966466,
                        0.0
                    ],
                    [
                        4.925537513312327,
                        52.47349214392813,
                        0.0
                    ],
                    [
                        4.92592352618483,
                        52.47344350463788,
                        0.0
                    ],
                    [
                        4.925920274844136,
                        52.47331073763182,
                        0.0
                    ],
                    [
                        4.925840522129883,
                        52.4731608843997,
                        0.0
                    ],
                    [
                        4.920617394928496,
                        52.47357327112805,
                        0.0
                    ],
                    [
                        4.91995059450471,
                        52.472580519659,
                        0.0
                    ],
                    [
                        4.919553280591263,
                        52.47198738705475,
                        0.0
                    ],
                    [
                        4.921097210359807,
                        52.47187127986653,
                        0.0
                    ],
                    [
                        4.921608834645728,
                        52.47186380771458,
                        0.0
                    ],
                    [
                        4.923520808383774,
                        52.47174877178072,
                        0.0
                    ],
                    [
                        4.923378281404366,
                        52.47145450279763,
                        0.0
                    ],
                    [
                        4.919609910975739,
                        52.47171196352519,
                        0.0
                    ],
                    [
                        4.919522765302069,
                        52.47093716638584,
                        0.0
                    ],
                    [
                        4.91875386489378,
                        52.47031686959222,
                        0.0
                    ],
                    [
                        4.917183120907834,
                        52.47039594616921,
                        0.0
                    ],
                    [
                        4.916374635008536,
                        52.47057985014523,
                        0.0
                    ],
                    [
                        4.916299956795942,
                        52.4706314205667,
                        0.0
                    ],
                    [
                        4.916650187966536,
                        52.47097333848634,
                        0.0
                    ],
                    [
                        4.917093064430593,
                        52.47140569542373,
                        0.0
                    ],
                    [
                        4.918591204603412,
                        52.4729263788604,
                        0.0
                    ],
                    [
                        4.92014224087302,
                        52.47460462203668,
                        0.0
                    ],
                    [
                        4.919682386407385,
                        52.474776987979,
                        0.0
                    ],
                    [
                        4.919447156292493,
                        52.47480778636494,
                        0.0
                    ],
                    [
                        4.919276625153704,
                        52.47482073873537,
                        0.0
                    ],
                    [
                        4.919294574485334,
                        52.47494799167123,
                        0.0
                    ],
                    [
                        4.919318030366747,
                        52.47506255799855,
                        0.0
                    ],
                    [
                        4.918684346743322,
                        52.47518453332081,
                        0.0
                    ],
                    [
                        4.918579824408472,
                        52.4751976555545,
                        0.0
                    ],
                    [
                        4.918745752281931,
                        52.47580004213172,
                        0.0
                    ],
                    [
                        4.918762066052141,
                        52.47585927127221,
                        0.0
                    ],
                    [
                        4.91974509628331,
                        52.47574100069338,
                        0.0
                    ],
                    [
                        4.91974956309199,
                        52.47573476299936,
                        0.0
                    ],
                    [
                        4.919756197664669,
                        52.47574066697211,
                        0.0
                    ],
                    [
                        4.919926454741074,
                        52.47574561592246,
                        0.0
                    ],
                    [
                        4.920025799133019,
                        52.47607503059871,
                        0.0
                    ],
                    [
                        4.919821147989971,
                        52.47610443129397,
                        0.0
                    ],
                    [
                        4.919771070750789,
                        52.47615354834672,
                        0.0
                    ],
                    [
                        4.919847945452192,
                        52.47646565454217,
                        0.0
                    ],
                    [
                        4.917563772178037,
                        52.47669517812377,
                        0.0
                    ],
                    [
                        4.916351611874228,
                        52.47680254514557,
                        0.0
                    ],
                    [
                        4.916224618568867,
                        52.47688111294055,
                        0.0
                    ],
                    [
                        4.915839171529432,
                        52.47722218515817,
                        0.0
                    ],
                    [
                        4.915599198466617,
                        52.47730840994996,
                        0.0
                    ],
                    [
                        4.914966897536688,
                        52.47744577553125,
                        0.0
                    ],
                    [
                        4.914854412000196,
                        52.47744314365212,
                        0.0
                    ],
                    [
                        4.913253400593716,
                        52.47788836068779,
                        0.0
                    ],
                    [
                        4.911440678560781,
                        52.47802137118683,
                        0.0
                    ],
                    [
                        4.909101331539254,
                        52.47816762795688,
                        0.0
                    ],
                    [
                        4.906706607136932,
                        52.47832485764559,
                        0.0
                    ],
                    [
                        4.906082513360977,
                        52.4778041263295,
                        0.0
                    ],
                    [
                        4.905864025023927,
                        52.47743851798973,
                        0.0
                    ],
                    [
                        4.905814236698277,
                        52.47728105258814,
                        0.0
                    ],
                    [
                        4.905726972015736,
                        52.4769250358768,
                        0.0
                    ],
                    [
                        4.90558506707415,
                        52.47649379647301,
                        0.0
                    ],
                    [
                        4.905120223738596,
                        52.47472561113661,
                        0.0
                    ],
                    [
                        4.905097843759544,
                        52.47465750269672,
                        0.0
                    ],
                    [
                        4.905022342130027,
                        52.47466125811688,
                        0.0
                    ],
                    [
                        4.905002573221244,
                        52.4746628134698,
                        0.0
                    ],
                    [
                        4.904967425176972,
                        52.47466558251449,
                        0.0
                    ],
                    [
                        4.904981773023959,
                        52.47472520107569,
                        0.0
                    ],
                    [
                        4.904748804139002,
                        52.47476365485436,
                        0.0
                    ],
                    [
                        4.904748141897929,
                        52.47477039279229,
                        0.0
                    ],
                    [
                        4.904752645649094,
                        52.47477579463094,
                        0.0
                    ],
                    [
                        4.904991771354907,
                        52.47476392396657,
                        0.0
                    ],
                    [
                        4.905438766397809,
                        52.47646494558046,
                        0.0
                    ],
                    [
                        4.905549297413451,
                        52.47686701913416,
                        0.0
                    ],
                    [
                        4.905625168634185,
                        52.47717701864232,
                        0.0
                    ],
                    [
                        4.905655449532799,
                        52.47730779293106,
                        0.0
                    ],
                    [
                        4.905722882759059,
                        52.47746282251712,
                        0.0
                    ],
                    [
                        4.905894037979827,
                        52.47775626712831,
                        0.0
                    ],
                    [
                        4.906041977469743,
                        52.47799881093999,
                        0.0
                    ],
                    [
                        4.906238784112865,
                        52.47832148755756,
                        0.0
                    ],
                    [
                        4.906394672455579,
                        52.47856164548365,
                        0.0
                    ],
                    [
                        4.906488219729187,
                        52.47870477313537,
                        0.0
                    ],
                    [
                        4.906550588767369,
                        52.47879938566315,
                        0.0
                    ],
                    [
                        4.906477761198606,
                        52.47893699471422,
                        0.0
                    ],
                    [
                        4.906641665443126,
                        52.47916993184968,
                        0.0
                    ],
                    [
                        4.906409264810407,
                        52.47931926101062,
                        0.0
                    ],
                    [
                        4.906618374327325,
                        52.47943984891747,
                        0.0
                    ],
                    [
                        4.906689153660031,
                        52.47953951944179,
                        0.0
                    ],
                    [
                        4.906789375894864,
                        52.47979881030979,
                        0.0
                    ],
                    [
                        4.906852193977652,
                        52.47985228869099,
                        0.0
                    ],
                    [
                        4.907817905689731,
                        52.48069090944873,
                        0.0
                    ],
                    [
                        4.907900029161313,
                        52.48079285395643,
                        0.0
                    ],
                    [
                        4.90794573800996,
                        52.48096240800182,
                        0.0
                    ],
                    [
                        4.908250418241447,
                        52.48283386409168,
                        0.0
                    ],
                    [
                        4.908269366975197,
                        52.48291378547342,
                        0.0
                    ],
                    [
                        4.908412580657852,
                        52.48298650622459,
                        0.0
                    ],
                    [
                        4.910044117068684,
                        52.4839684927841,
                        0.0
                    ],
                    [
                        4.910482067891507,
                        52.48414694769158,
                        0.0
                    ],
                    [
                        4.91145585423965,
                        52.48451979357895,
                        0.0
                    ],
                    [
                        4.912331418329472,
                        52.48487763356001,
                        0.0
                    ],
                    [
                        4.91232299188303,
                        52.48493572189093,
                        0.0
                    ],
                    [
                        4.912405089056389,
                        52.48490884540905,
                        0.0
                    ],
                    [
                        4.913248224235507,
                        52.48521837582921,
                        0.0
                    ],
                    [
                        4.913641288365899,
                        52.48535655542005,
                        0.0
                    ],
                    [
                        4.914862587436811,
                        52.48574474090839,
                        0.0
                    ],
                    [
                        4.91540616573181,
                        52.48593384373147,
                        0.0
                    ],
                    [
                        4.915682841854228,
                        52.48608108026305,
                        0.0
                    ],
                    [
                        4.915965080153228,
                        52.48624532457281,
                        0.0
                    ],
                    [
                        4.916601373747808,
                        52.48660465350159,
                        0.0
                    ],
                    [
                        4.91678365288359,
                        52.48674135704541,
                        0.0
                    ],
                    [
                        4.917031649575575,
                        52.48698365403635,
                        0.0
                    ],
                    [
                        4.917665579919633,
                        52.4875672951969,
                        0.0
                    ],
                    [
                        4.918839611525494,
                        52.48815980709988,
                        0.0
                    ],
                    [
                        4.918994475004741,
                        52.48825901102328,
                        0.0
                    ],
                    [
                        4.919284876618029,
                        52.48860033273311,
                        0.0
                    ],
                    [
                        4.919396132173977,
                        52.48870241984166,
                        0.0
                    ],
                    [
                        4.919611058445351,
                        52.48891393356573,
                        0.0
                    ],
                    [
                        4.920249029300739,
                        52.48965054318207,
                        0.0
                    ],
                    [
                        4.920676994521254,
                        52.49016773927172,
                        0.0
                    ],
                    [
                        4.920782279143838,
                        52.49029497544559,
                        0.0
                    ],
                    [
                        4.920871582473384,
                        52.49037680691897,
                        0.0
                    ],
                    [
                        4.921097388323582,
                        52.49054099663517,
                        0.0
                    ],
                    [
                        4.9228394188945,
                        52.49161485625619,
                        0.0
                    ],
                    [
                        4.923110422737598,
                        52.4917891950498,
                        0.0
                    ],
                    [
                        4.923793766989502,
                        52.49281401053292,
                        0.0
                    ],
                    [
                        4.923897415646136,
                        52.49296953895396,
                        0.0
                    ],
                    [
                        4.923956981201733,
                        52.49307438561641,
                        0.0
                    ],
                    [
                        4.924027103691728,
                        52.4932959307156,
                        0.0
                    ],
                    [
                        4.924127598674217,
                        52.49508779338456,
                        0.0
                    ],
                    [
                        4.924150024130509,
                        52.49596910108735,
                        0.0
                    ],
                    [
                        4.924177325914162,
                        52.49682076904227,
                        0.0
                    ],
                    [
                        4.92480104219482,
                        52.49782602156288,
                        0.0
                    ],
                    [
                        4.925273514531506,
                        52.4982849637723,
                        0.0
                    ],
                    [
                        4.925530192764761,
                        52.49858084107172,
                        0.0
                    ],
                    [
                        4.925834250689716,
                        52.49896542841068,
                        0.0
                    ],
                    [
                        4.925946848271186,
                        52.49916862304722,
                        0.0
                    ],
                    [
                        4.926408010636976,
                        52.50012155653698,
                        0.0
                    ],
                    [
                        4.926460658854174,
                        52.5002839844011,
                        0.0
                    ],
                    [
                        4.926464890388144,
                        52.50162960110946,
                        0.0
                    ],
                    [
                        4.926477585381734,
                        52.5021493942446,
                        0.0
                    ],
                    [
                        4.926549545539032,
                        52.5027764578432,
                        0.0
                    ],
                    [
                        4.926568448126118,
                        52.50294390434411,
                        0.0
                    ],
                    [
                        4.926568461073193,
                        52.50294407515575,
                        0.0
                    ],
                    [
                        4.926576510128905,
                        52.50302951405405,
                        0.0
                    ],
                    [
                        4.926533275266086,
                        52.503079819676,
                        0.0
                    ],
                    [
                        4.926588355599871,
                        52.50312657946078,
                        0.0
                    ],
                    [
                        4.926617902517302,
                        52.50338202733719,
                        0.0
                    ],
                    [
                        4.926655535082529,
                        52.50371380993565,
                        0.0
                    ],
                    [
                        4.926708122006161,
                        52.50417938361949,
                        0.0
                    ],
                    [
                        4.926688224258094,
                        52.50432211679396,
                        0.0
                    ],
                    [
                        4.926619380481219,
                        52.50442709249344,
                        0.0
                    ],
                    [
                        4.92638342631805,
                        52.50492923922675,
                        0.0
                    ],
                    [
                        4.925974448143857,
                        52.50541329539126,
                        0.0
                    ],
                    [
                        4.925510390700084,
                        52.50560696746791,
                        0.0
                    ],
                    [
                        4.924664155197001,
                        52.50582548182356,
                        0.0
                    ],
                    [
                        4.924410505291807,
                        52.50592605086828,
                        0.0
                    ],
                    [
                        4.923577738206121,
                        52.50661447316261,
                        0.0
                    ],
                    [
                        4.922374585403971,
                        52.50736542982802,
                        0.0
                    ],
                    [
                        4.922220026544323,
                        52.5074401389975,
                        0.0
                    ],
                    [
                        4.921477890228817,
                        52.5076851919694,
                        0.0
                    ],
                    [
                        4.920958143331352,
                        52.50788986197494,
                        0.0
                    ],
                    [
                        4.920698156300305,
                        52.5080167313741,
                        0.0
                    ],
                    [
                        4.92047467368066,
                        52.50817367194127,
                        0.0
                    ],
                    [
                        4.920206800780788,
                        52.50844709429187,
                        0.0
                    ],
                    [
                        4.920894986063087,
                        52.5086264934888,
                        0.0
                    ],
                    [
                        4.922076010872802,
                        52.50880782142038,
                        0.0
                    ],
                    [
                        4.922488086388858,
                        52.50886956178613,
                        0.0
                    ],
                    [
                        4.923182158518672,
                        52.50907898872567,
                        0.0
                    ],
                    [
                        4.923981197513427,
                        52.50926635278572,
                        0.0
                    ],
                    [
                        4.924804989243503,
                        52.50940869998335,
                        0.0
                    ],
                    [
                        4.924817986952378,
                        52.50941094356143,
                        0.0
                    ],
                    [
                        4.924866858927559,
                        52.50933087623544,
                        0.0
                    ],
                    [
                        4.92484690166623,
                        52.50929553180733,
                        0.0
                    ],
                    [
                        4.924788954354701,
                        52.50928007232647,
                        0.0
                    ],
                    [
                        4.924861407928723,
                        52.50917192129693,
                        0.0
                    ],
                    [
                        4.92482785230208,
                        52.50913825845696,
                        0.0
                    ],
                    [
                        4.924558271436213,
                        52.50909012262038,
                        0.0
                    ],
                    [
                        4.924726132218996,
                        52.50881427864481,
                        0.0
                    ],
                    [
                        4.925232788205773,
                        52.50821701518568,
                        0.0
                    ],
                    [
                        4.925408091149343,
                        52.50822473467063,
                        0.0
                    ],
                    [
                        4.925909831575644,
                        52.50765940846387,
                        0.0
                    ],
                    [
                        4.925898434079942,
                        52.50760128737149,
                        0.0
                    ],
                    [
                        4.925958096469338,
                        52.50760466489145,
                        0.0
                    ],
                    [
                        4.927024742011736,
                        52.50637037379701,
                        0.0
                    ],
                    [
                        4.927617286473208,
                        52.50665041785481,
                        0.0
                    ],
                    [
                        4.928303911601432,
                        52.5069872908165,
                        0.0
                    ],
                    [
                        4.928711408595782,
                        52.50718426173707,
                        0.0
                    ],
                    [
                        4.929072403155887,
                        52.50737897562036,
                        0.0
                    ],
                    [
                        4.929282339338682,
                        52.50751812046455,
                        0.0
                    ],
                    [
                        4.929612103354636,
                        52.50766115127175,
                        0.0
                    ],
                    [
                        4.929999747489395,
                        52.50786048572868,
                        0.0
                    ],
                    [
                        4.930619588652152,
                        52.50817390919224,
                        0.0
                    ],
                    [
                        4.931185487791436,
                        52.50845131618372,
                        0.0
                    ],
                    [
                        4.932540816544964,
                        52.509206454501,
                        0.0
                    ],
                    [
                        4.933002228818833,
                        52.50941544448378,
                        0.0
                    ],
                    [
                        4.93372471771657,
                        52.50980532286868,
                        0.0
                    ],
                    [
                        4.934285941926189,
                        52.51020932078985,
                        0.0
                    ],
                    [
                        4.936406944485541,
                        52.51043027282634,
                        0.0
                    ],
                    [
                        4.941964681590067,
                        52.51098905270836,
                        0.0
                    ],
                    [
                        4.942503666543253,
                        52.51103286512676,
                        0.0
                    ],
                    [
                        4.94260434075791,
                        52.51104097151254,
                        0.0
                    ],
                    [
                        4.942720507644187,
                        52.5110318800015,
                        0.0
                    ],
                    [
                        4.942884555513491,
                        52.51099276993644,
                        0.0
                    ],
                    [
                        4.942902934544024,
                        52.51089361767239,
                        0.0
                    ],
                    [
                        4.942836183209996,
                        52.51067623176154,
                        0.0
                    ],
                    [
                        4.942666130305157,
                        52.51040462425804,
                        0.0
                    ],
                    [
                        4.942547622601118,
                        52.51025130430659,
                        0.0
                    ],
                    [
                        4.94206718522058,
                        52.50949986257639,
                        0.0
                    ],
                    [
                        4.941756127508635,
                        52.50904330280918,
                        0.0
                    ],
                    [
                        4.941660345658242,
                        52.50885726312357,
                        0.0
                    ],
                    [
                        4.94167331796332,
                        52.50871018774306,
                        0.0
                    ],
                    [
                        4.941737706245996,
                        52.50859134613057,
                        0.0
                    ],
                    [
                        4.941882614363865,
                        52.50844827100841,
                        0.0
                    ],
                    [
                        4.942621732610187,
                        52.50790757294656,
                        0.0
                    ],
                    [
                        4.942889493365783,
                        52.50766043305763,
                        0.0
                    ],
                    [
                        4.942999964885283,
                        52.50751372252112,
                        0.0
                    ],
                    [
                        4.943087535872004,
                        52.50737393636501,
                        0.0
                    ],
                    [
                        4.943366649569715,
                        52.50668519585808,
                        0.0
                    ],
                    [
                        4.943493086536815,
                        52.50642961696628,
                        0.0
                    ],
                    [
                        4.943806161054284,
                        52.50555505244488,
                        0.0
                    ],
                    [
                        4.944314168656731,
                        52.50412776883346,
                        0.0
                    ],
                    [
                        4.94444904047073,
                        52.50383752881475,
                        0.0
                    ],
                    [
                        4.944676439987387,
                        52.50348463185038,
                        0.0
                    ],
                    [
                        4.94491476341727,
                        52.50314354868429,
                        0.0
                    ],
                    [
                        4.944961833177065,
                        52.50307586902024,
                        0.0
                    ],
                    [
                        4.945192763917555,
                        52.50236914900038,
                        0.0
                    ],
                    [
                        4.945194348723748,
                        52.50229905293301,
                        0.0
                    ],
                    [
                        4.945228521157748,
                        52.50223968342159,
                        0.0
                    ],
                    [
                        4.945227893241706,
                        52.50172820627936,
                        0.0
                    ],
                    [
                        4.945195674662812,
                        52.50150393967221,
                        0.0
                    ],
                    [
                        4.945491835817485,
                        52.50059075081913,
                        0.0
                    ],
                    [
                        4.945609358575726,
                        52.49975050347248,
                        0.0
                    ],
                    [
                        4.945828336576445,
                        52.49936781530929,
                        0.0
                    ],
                    [
                        4.945970415036449,
                        52.49900229438026,
                        0.0
                    ],
                    [
                        4.945968594255569,
                        52.49888671813738,
                        0.0
                    ],
                    [
                        4.945879971550931,
                        52.49881295217565,
                        0.0
                    ],
                    [
                        4.946101597106777,
                        52.49838561470736,
                        0.0
                    ],
                    [
                        4.946295138390278,
                        52.49801263632401,
                        0.0
                    ],
                    [
                        4.946687497615773,
                        52.49717951995114,
                        0.0
                    ],
                    [
                        4.94690756594034,
                        52.49652404682658,
                        0.0
                    ],
                    [
                        4.944205914981909,
                        52.49619794678006,
                        0.0
                    ],
                    [
                        4.940235097795116,
                        52.49571608433267,
                        0.0
                    ],
                    [
                        4.939777029504203,
                        52.49591190187812,
                        0.0
                    ],
                    [
                        4.939677797378963,
                        52.49583027210065,
                        0.0
                    ],
                    [
                        4.939404608293049,
                        52.4958176924495,
                        0.0
                    ],
                    [
                        4.9366086953093,
                        52.49652720828456,
                        0.0
                    ],
                    [
                        4.936315535728428,
                        52.49652609455428,
                        0.0
                    ],
                    [
                        4.935909344595541,
                        52.49638925315785,
                        0.0
                    ],
                    [
                        4.9355395769012,
                        52.49618709342875,
                        0.0
                    ],
                    [
                        4.935261877693241,
                        52.49607256938785,
                        0.0
                    ],
                    [
                        4.934923725313766,
                        52.49582634582784,
                        0.0
                    ],
                    [
                        4.934895504814209,
                        52.49574067771479,
                        0.0
                    ],
                    [
                        4.935527974391729,
                        52.49548959615387,
                        0.0
                    ],
                    [
                        4.935257552628994,
                        52.49480925879276,
                        0.0
                    ],
                    [
                        4.936117962581688,
                        52.494529347614,
                        0.0
                    ],
                    [
                        4.935962237716788,
                        52.49430525545478,
                        0.0
                    ],
                    [
                        4.935741889281253,
                        52.4943347138796,
                        0.0
                    ],
                    [
                        4.935766405634492,
                        52.49423672709101,
                        0.0
                    ],
                    [
                        4.935654234477314,
                        52.49418606035466,
                        0.0
                    ],
                    [
                        4.935675516378817,
                        52.49413660250795,
                        0.0
                    ],
                    [
                        4.935820822641066,
                        52.49410176283881,
                        0.0
                    ],
                    [
                        4.935755112838709,
                        52.49400595821232,
                        0.0
                    ],
                    [
                        4.935209301191814,
                        52.49323236097178,
                        0.0
                    ],
                    [
                        4.935163595332399,
                        52.49318064377316,
                        0.0
                    ],
                    [
                        4.935121910472794,
                        52.49316048784856,
                        0.0
                    ],
                    [
                        4.935042332229756,
                        52.49304174788873,
                        0.0
                    ],
                    [
                        4.935045794823396,
                        52.49300553264975,
                        0.0
                    ],
                    [
                        4.935000775353965,
                        52.4929875119742,
                        0.0
                    ],
                    [
                        4.935054143143457,
                        52.49293360190453,
                        0.0
                    ],
                    [
                        4.934584437296127,
                        52.49225337466944,
                        0.0
                    ],
                    [
                        4.934524577043735,
                        52.49225402704921,
                        0.0
                    ],
                    [
                        4.934490928703834,
                        52.49220694817321,
                        0.0
                    ],
                    [
                        4.934432501770991,
                        52.49218123677371,
                        0.0
                    ],
                    [
                        4.934458991682503,
                        52.49215811427596,
                        0.0
                    ],
                    [
                        4.934444199825362,
                        52.49212448068222,
                        0.0
                    ],
                    [
                        4.934497458377924,
                        52.49210995347909,
                        0.0
                    ],
                    [
                        4.934120599738122,
                        52.49160248493794,
                        0.0
                    ],
                    [
                        4.933405637525362,
                        52.49057977432119,
                        0.0
                    ],
                    [
                        4.933419083593433,
                        52.49047617335527,
                        0.0
                    ],
                    [
                        4.933286339714755,
                        52.49041561130142,
                        0.0
                    ],
                    [
                        4.933293192653459,
                        52.49039203644601,
                        0.0
                    ],
                    [
                        4.933658881465705,
                        52.49029578628747,
                        0.0
                    ],
                    [
                        4.933329698033565,
                        52.48981215222461,
                        0.0
                    ],
                    [
                        4.93327377474156,
                        52.48982402639384,
                        0.0
                    ],
                    [
                        4.933263736012502,
                        52.48980370327664,
                        0.0
                    ],
                    [
                        4.933266246945109,
                        52.48977425197911,
                        0.0
                    ],
                    [
                        4.933220416755704,
                        52.48975384582408,
                        0.0
                    ],
                    [
                        4.933213509438007,
                        52.4897382800663,
                        0.0
                    ],
                    [
                        4.933272228821364,
                        52.4897150564704,
                        0.0
                    ],
                    [
                        4.933089352574166,
                        52.48946552066047,
                        0.0
                    ],
                    [
                        4.932886594029079,
                        52.4891995871723,
                        0.0
                    ],
                    [
                        4.932784643594461,
                        52.4892203801481,
                        0.0
                    ],
                    [
                        4.932791391608474,
                        52.48917694261578,
                        0.0
                    ],
                    [
                        4.932729896604093,
                        52.48914940312674,
                        0.0
                    ],
                    [
                        4.932822375469304,
                        52.48910756122701,
                        0.0
                    ],
                    [
                        4.932666156268821,
                        52.48886628743573,
                        0.0
                    ],
                    [
                        4.932496703055957,
                        52.48861068161237,
                        0.0
                    ],
                    [
                        4.932311306806143,
                        52.48860690612099,
                        0.0
                    ],
                    [
                        4.932346404675105,
                        52.48848400228402,
                        0.0
                    ],
                    [
                        4.932078937917974,
                        52.48833778391842,
                        0.0
                    ],
                    [
                        4.931506204982437,
                        52.48844922276903,
                        0.0
                    ],
                    [
                        4.930838978541921,
                        52.4885619940144,
                        0.0
                    ],
                    [
                        4.9306950228771,
                        52.48826925756165,
                        0.0
                    ],
                    [
                        4.930557383309194,
                        52.48797384898278,
                        0.0
                    ],
                    [
                        4.929972238803428,
                        52.48807685633318,
                        0.0
                    ],
                    [
                        4.929800626344909,
                        52.48811710572039,
                        0.0
                    ],
                    [
                        4.929284983793909,
                        52.48738444410964,
                        0.0
                    ],
                    [
                        4.929178951329816,
                        52.48741295644191,
                        0.0
                    ],
                    [
                        4.929110739574303,
                        52.48742454752797,
                        0.0
                    ],
                    [
                        4.929058023728401,
                        52.48736861264335,
                        0.0
                    ],
                    [
                        4.927243587730742,
                        52.48773276488255,
                        0.0
                    ],
                    [
                        4.927133039567675,
                        52.48775501158793,
                        0.0
                    ],
                    [
                        4.926880015316438,
                        52.48775228645327,
                        0.0
                    ],
                    [
                        4.926664246808791,
                        52.48776439094735,
                        0.0
                    ],
                    [
                        4.925711623105574,
                        52.48790780474894,
                        0.0
                    ],
                    [
                        4.925060645034478,
                        52.48804579860536,
                        0.0
                    ],
                    [
                        4.924672262387637,
                        52.48807505804066,
                        0.0
                    ],
                    [
                        4.924038115309078,
                        52.48818412732071,
                        0.0
                    ],
                    [
                        4.923456197213402,
                        52.48828940696509,
                        0.0
                    ],
                    [
                        4.922697340171782,
                        52.48840700492293,
                        0.0
                    ],
                    [
                        4.922539315195654,
                        52.48799984671551,
                        0.0
                    ],
                    [
                        4.922343712407311,
                        52.48781892647848,
                        0.0
                    ],
                    [
                        4.922142784332655,
                        52.4873676507943,
                        0.0
                    ],
                    [
                        4.922037881016014,
                        52.48729960874158,
                        0.0
                    ],
                    [
                        4.921883342627215,
                        52.48729507512891,
                        0.0
                    ],
                    [
                        4.919908456886075,
                        52.48763460609327,
                        0.0
                    ],
                    [
                        4.919742930835883,
                        52.4876192773907,
                        0.0
                    ],
                    [
                        4.919628983831592,
                        52.48754077209271,
                        0.0
                    ],
                    [
                        4.919066057523598,
                        52.48662541532379,
                        0.0
                    ],
                    [
                        4.918987315995568,
                        52.4865704606901,
                        0.0
                    ],
                    [
                        4.918852583778492,
                        52.48655323907442,
                        0.0
                    ],
                    [
                        4.917990453948566,
                        52.48667348183019,
                        0.0
                    ],
                    [
                        4.917809080019287,
                        52.48666889067569,
                        0.0
                    ],
                    [
                        4.917671886133587,
                        52.48659375165421,
                        0.0
                    ],
                    [
                        4.916815992379084,
                        52.4853485427153,
                        0.0
                    ],
                    [
                        4.91638244369809,
                        52.4842320692799,
                        0.0
                    ],
                    [
                        4.916371742967184,
                        52.48413928495948,
                        0.0
                    ],
                    [
                        4.916486392011551,
                        52.48398041884274,
                        0.0
                    ],
                    [
                        4.916479364191137,
                        52.4839090572905,
                        0.0
                    ],
                    [
                        4.916301199854912,
                        52.48344940421538,
                        0.0
                    ],
                    [
                        4.916143183072676,
                        52.48329182833855,
                        0.0
                    ],
                    [
                        4.916010403989873,
                        52.48295839548926,
                        0.0
                    ],
                    [
                        4.915864094256049,
                        52.48298161306734,
                        0.0
                    ],
                    [
                        4.914925536987763,
                        52.48313888174213,
                        0.0
                    ],
                    [
                        4.914669490801648,
                        52.48315008499824,
                        0.0
                    ],
                    [
                        4.914479017914775,
                        52.48316902663655,
                        0.0
                    ],
                    [
                        4.914411738418332,
                        52.48321482834901,
                        0.0
                    ],
                    [
                        4.913186970478533,
                        52.48335754180794,
                        0.0
                    ],
                    [
                        4.913075473064243,
                        52.48337393874601,
                        0.0
                    ],
                    [
                        4.913024328573034,
                        52.48327402711845,
                        0.0
                    ],
                    [
                        4.912969246318499,
                        52.48323108039578,
                        0.0
                    ],
                    [
                        4.91264136556807,
                        52.48313066404423,
                        0.0
                    ],
                    [
                        4.912555655574724,
                        52.48305284895801,
                        0.0
                    ],
                    [
                        4.909823152653618,
                        52.48111048034962,
                        0.0
                    ],
                    [
                        4.907072315193364,
                        52.47921126583417,
                        0.0
                    ],
                    [
                        4.906798405313788,
                        52.47896773690889,
                        0.0
                    ],
                    [
                        4.906815104212638,
                        52.47894272941939,
                        0.0
                    ],
                    [
                        4.906861773021903,
                        52.47893121670266,
                        0.0
                    ],
                    [
                        4.906933023611582,
                        52.47892649020618,
                        0.0
                    ],
                    [
                        4.907034320213194,
                        52.47892690033182,
                        0.0
                    ],
                    [
                        4.907310862007109,
                        52.47892801954259,
                        0.0
                    ],
                    [
                        4.907510786603904,
                        52.47892381324443,
                        0.0
                    ],
                    [
                        4.90770800626379,
                        52.47891792399926,
                        0.0
                    ],
                    [
                        4.907978923184791,
                        52.47889477063973,
                        0.0
                    ],
                    [
                        4.908186488325883,
                        52.47888365572388,
                        0.0
                    ],
                    [
                        4.908346981324547,
                        52.47888191311052,
                        0.0
                    ],
                    [
                        4.908484074970261,
                        52.47887291280322,
                        0.0
                    ],
                    [
                        4.908726914297421,
                        52.47885715795771,
                        0.0
                    ],
                    [
                        4.908883388476924,
                        52.478864961105,
                        0.0
                    ],
                    [
                        4.909016371108433,
                        52.47887266933888,
                        0.0
                    ],
                    [
                        4.909807749504238,
                        52.47880416396088,
                        0.0
                    ],
                    [
                        4.909956444769892,
                        52.47880715303307,
                        0.0
                    ],
                    [
                        4.910029631032099,
                        52.47880441870284,
                        0.0
                    ],
                    [
                        4.910297404097519,
                        52.47876550130599,
                        0.0
                    ],
                    [
                        4.910588753014586,
                        52.47873656429194,
                        0.0
                    ],
                    [
                        4.910943990990132,
                        52.47870294898212,
                        0.0
                    ],
                    [
                        4.911131918249517,
                        52.47869732230773,
                        0.0
                    ],
                    [
                        4.91122069822429,
                        52.4786913064826,
                        0.0
                    ],
                    [
                        4.911340594376895,
                        52.47870454082909,
                        0.0
                    ],
                    [
                        4.911475965665363,
                        52.47873375398218,
                        0.0
                    ],
                    [
                        4.911621669974659,
                        52.47877258009697,
                        0.0
                    ],
                    [
                        4.911876820859587,
                        52.47882457997247,
                        0.0
                    ],
                    [
                        4.911939093125524,
                        52.47885669917642,
                        0.0
                    ],
                    [
                        4.912006820323978,
                        52.47891541623015,
                        0.0
                    ],
                    [
                        4.912043051572216,
                        52.47892444102813,
                        0.0
                    ],
                    [
                        4.912077636207799,
                        52.478919582524,
                        0.0
                    ],
                    [
                        4.912115907194212,
                        52.47890864525258,
                        0.0
                    ],
                    [
                        4.912126688092366,
                        52.47883546729796,
                        0.0
                    ],
                    [
                        4.912163476337442,
                        52.47879401152016,
                        0.0
                    ],
                    [
                        4.912193935730515,
                        52.47874975324841,
                        0.0
                    ],
                    [
                        4.912259674750242,
                        52.47871950395116,
                        0.0
                    ],
                    [
                        4.912336234219286,
                        52.47869595767446,
                        0.0
                    ],
                    [
                        4.912945789365257,
                        52.4786163047453,
                        0.0
                    ],
                    [
                        4.913054155972124,
                        52.4785928851824,
                        0.0
                    ],
                    [
                        4.913264206430854,
                        52.4785748599346,
                        0.0
                    ],
                    [
                        4.91340713905602,
                        52.47854825279017,
                        0.0
                    ],
                    [
                        4.913650215347164,
                        52.47850041244104,
                        0.0
                    ],
                    [
                        4.913847000500886,
                        52.47844960073618,
                        0.0
                    ],
                    [
                        4.914071609938197,
                        52.4784299784634,
                        0.0
                    ],
                    [
                        4.914242328200618,
                        52.47843676184766,
                        0.0
                    ],
                    [
                        4.914684725615117,
                        52.47844074502472,
                        0.0
                    ],
                    [
                        4.914912398337996,
                        52.47839061182699,
                        0.0
                    ],
                    [
                        4.915124461628656,
                        52.47835484998516,
                        0.0
                    ],
                    [
                        4.915401698609697,
                        52.47834152817073,
                        0.0
                    ],
                    [
                        4.915450960921471,
                        52.47832119667509,
                        0.0
                    ],
                    [
                        4.915503289204326,
                        52.47827147925268,
                        0.0
                    ],
                    [
                        4.915561205424264,
                        52.47803595855281,
                        0.0
                    ],
                    [
                        4.915887825676293,
                        52.47783465176482,
                        0.0
                    ],
                    [
                        4.917456410369635,
                        52.47774701810106,
                        0.0
                    ],
                    [
                        4.919975493396072,
                        52.47760853970701,
                        0.0
                    ],
                    [
                        4.92162476424467,
                        52.47745547017263,
                        0.0
                    ],
                    [
                        4.921757578218848,
                        52.47793907821601,
                        0.0
                    ],
                    [
                        4.921987626556081,
                        52.4781685956086,
                        0.0
                    ],
                    [
                        4.921808866172355,
                        52.47860425505622,
                        0.0
                    ],
                    [
                        4.92212696529791,
                        52.47880355113156,
                        0.0
                    ],
                    [
                        4.92215286067903,
                        52.47910832861108,
                        0.0
                    ],
                    [
                        4.923001326766542,
                        52.47909387499266,
                        0.0
                    ],
                    [
                        4.923457298094043,
                        52.47962885043106,
                        0.0
                    ],
                    [
                        4.922817191737477,
                        52.47999703501409,
                        0.0
                    ],
                    [
                        4.922807968646521,
                        52.48008332373112,
                        0.0
                    ],
                    [
                        4.923001167748778,
                        52.48069344064643,
                        0.0
                    ],
                    [
                        4.923021460201691,
                        52.48074176489087,
                        0.0
                    ],
                    [
                        4.924241209572077,
                        52.48061704025468,
                        0.0
                    ],
                    [
                        4.924806490308783,
                        52.48138904136367,
                        0.0
                    ],
                    [
                        4.92463151880386,
                        52.48146816801059,
                        0.0
                    ],
                    [
                        4.923916157230442,
                        52.48156109283265,
                        0.0
                    ],
                    [
                        4.92414650545719,
                        52.48207266115571,
                        0.0
                    ],
                    [
                        4.924743717902746,
                        52.48227187984981,
                        0.0
                    ],
                    [
                        4.924923050756043,
                        52.48228839685974,
                        0.0
                    ],
                    [
                        4.925061912552681,
                        52.48223625333213,
                        0.0
                    ],
                    [
                        4.925356106798915,
                        52.48219969668034,
                        0.0
                    ],
                    [
                        4.925408344474517,
                        52.48225104782581,
                        0.0
                    ],
                    [
                        4.925632403071906,
                        52.48284957847493,
                        0.0
                    ],
                    [
                        4.923454848127597,
                        52.48318312173144,
                        0.0
                    ],
                    [
                        4.92343527540049,
                        52.48322742539467,
                        0.0
                    ],
                    [
                        4.923397110311828,
                        52.4831916947322,
                        0.0
                    ],
                    [
                        4.921634871341711,
                        52.48344365764532,
                        0.0
                    ],
                    [
                        4.919612744786478,
                        52.48371578069337,
                        0.0
                    ],
                    [
                        4.919652486903978,
                        52.4838429664314,
                        0.0
                    ],
                    [
                        4.919705453589232,
                        52.48399060585789,
                        0.0
                    ],
                    [
                        4.921320167919502,
                        52.48378532145977,
                        0.0
                    ],
                    [
                        4.921600784951955,
                        52.48386926088049,
                        0.0
                    ],
                    [
                        4.921840404548097,
                        52.48375035311712,
                        0.0
                    ],
                    [
                        4.923348281472769,
                        52.48352694357747,
                        0.0
                    ],
                    [
                        4.92374141146413,
                        52.48355226111536,
                        0.0
                    ],
                    [
                        4.92401899961018,
                        52.48345346748717,
                        0.0
                    ],
                    [
                        4.924822500075064,
                        52.48334484294707,
                        0.0
                    ],
                    [
                        4.926226394529215,
                        52.48318146825011,
                        0.0
                    ],
                    [
                        4.926432578432095,
                        52.48356144213372,
                        0.0
                    ],
                    [
                        4.925535151564641,
                        52.48370435878946,
                        0.0
                    ],
                    [
                        4.925568871107322,
                        52.48378538632565,
                        0.0
                    ],
                    [
                        4.925576267230209,
                        52.48380313841866,
                        0.0
                    ],
                    [
                        4.92558274403451,
                        52.48381870297608,
                        0.0
                    ],
                    [
                        4.925420547317104,
                        52.484218715512,
                        0.0
                    ],
                    [
                        4.925512731795639,
                        52.48447822828723,
                        0.0
                    ],
                    [
                        4.925910846899306,
                        52.48518506942228,
                        0.0
                    ],
                    [
                        4.924532639176007,
                        52.48543395765994,
                        0.0
                    ],
                    [
                        4.923470137568927,
                        52.48566087682294,
                        0.0
                    ],
                    [
                        4.92151548995685,
                        52.48589715756047,
                        0.0
                    ],
                    [
                        4.921556143666598,
                        52.48603214728823,
                        0.0
                    ],
                    [
                        4.921598327618297,
                        52.48614627408168,
                        0.0
                    ],
                    [
                        4.921268685402207,
                        52.48619931805184,
                        0.0
                    ],
                    [
                        4.921390871602397,
                        52.48657727193985,
                        0.0
                    ],
                    [
                        4.922816068945279,
                        52.48640390117037,
                        0.0
                    ],
                    [
                        4.923260788529235,
                        52.48637662973331,
                        0.0
                    ],
                    [
                        4.926507276029662,
                        52.48584710394065,
                        0.0
                    ],
                    [
                        4.927761539999309,
                        52.48560828205915,
                        0.0
                    ],
                    [
                        4.928355993522882,
                        52.4865475630138,
                        0.0
                    ],
                    [
                        4.928856702092658,
                        52.48709940616082,
                        0.0
                    ],
                    [
                        4.928935840716013,
                        52.48707897781182,
                        0.0
                    ],
                    [
                        4.929198794233454,
                        52.48701251540374,
                        0.0
                    ],
                    [
                        4.92927696482864,
                        52.48699312563674,
                        0.0
                    ],
                    [
                        4.929091813761199,
                        52.48672342472818,
                        0.0
                    ],
                    [
                        4.929758361762612,
                        52.48658860545877,
                        0.0
                    ],
                    [
                        4.9297254935631,
                        52.48652821770918,
                        0.0
                    ],
                    [
                        4.929697985145385,
                        52.48647770987754,
                        0.0
                    ],
                    [
                        4.929744621314833,
                        52.48636283211285,
                        0.0
                    ],
                    [
                        4.92978723978421,
                        52.48620937359112,
                        0.0
                    ],
                    [
                        4.932328561810435,
                        52.48575242624491,
                        0.0
                    ],
                    [
                        4.934982106726396,
                        52.4851551535351,
                        0.0
                    ],
                    [
                        4.940170452261153,
                        52.48428735150964,
                        0.0
                    ],
                    [
                        4.940168544640468,
                        52.48413240931145,
                        0.0
                    ],
                    [
                        4.939971469743872,
                        52.48399263028013,
                        0.0
                    ],
                    [
                        4.939656496320509,
                        52.48405758114255,
                        0.0
                    ],
                    [
                        4.93458722794233,
                        52.48490177359847,
                        0.0
                    ],
                    [
                        4.932181746382561,
                        52.48516102672549,
                        0.0
                    ],
                    [
                        4.932128297552438,
                        52.48517046525058,
                        0.0
                    ],
                    [
                        4.929220350346741,
                        52.48566362393385,
                        0.0
                    ],
                    [
                        4.929055029581981,
                        52.48567293468296,
                        0.0
                    ],
                    [
                        4.928954389781197,
                        52.48549261671705,
                        0.0
                    ],
                    [
                        4.929128007826979,
                        52.48543265778278,
                        0.0
                    ],
                    [
                        4.928986556034141,
                        52.4850822200878,
                        0.0
                    ],
                    [
                        4.928693184504495,
                        52.48469579340533,
                        0.0
                    ],
                    [
                        4.929419819142889,
                        52.48457016880993,
                        0.0
                    ],
                    [
                        4.928955945565825,
                        52.48390231582171,
                        0.0
                    ],
                    [
                        4.929924987976472,
                        52.48370922965146,
                        0.0
                    ],
                    [
                        4.930074571116154,
                        52.48393274955178,
                        0.0
                    ],
                    [
                        4.930686144280351,
                        52.48376842305007,
                        0.0
                    ],
                    [
                        4.930876558001001,
                        52.48356792610562,
                        0.0
                    ],
                    [
                        4.931302910979256,
                        52.48353685108426,
                        0.0
                    ],
                    [
                        4.931811514475497,
                        52.48339536461115,
                        0.0
                    ],
                    [
                        4.932677961718031,
                        52.48328481647884,
                        0.0
                    ],
                    [
                        4.933135639279398,
                        52.48332377746801,
                        0.0
                    ],
                    [
                        4.933456200586064,
                        52.48324121387616,
                        0.0
                    ],
                    [
                        4.936436472670123,
                        52.48279404462415,
                        0.0
                    ],
                    [
                        4.938733662336933,
                        52.48244024216,
                        0.0
                    ],
                    [
                        4.938900810096587,
                        52.48227982742107,
                        0.0
                    ],
                    [
                        4.938701565570697,
                        52.48209972916149,
                        0.0
                    ],
                    [
                        4.936047527941149,
                        52.48238595455294,
                        0.0
                    ],
                    [
                        4.933494756822701,
                        52.48281499545918,
                        0.0
                    ],
                    [
                        4.929912167284525,
                        52.48337033434319,
                        0.0
                    ],
                    [
                        4.929798322409215,
                        52.48319162877352,
                        0.0
                    ],
                    [
                        4.929656692792896,
                        52.48303636310941,
                        0.0
                    ],
                    [
                        4.929580725229622,
                        52.48304982988729,
                        0.0
                    ],
                    [
                        4.927852808493226,
                        52.48328809590652,
                        0.0
                    ],
                    [
                        4.927255647416802,
                        52.48248977874373,
                        0.0
                    ],
                    [
                        4.929177415224024,
                        52.48220971442834,
                        0.0
                    ],
                    [
                        4.929164850030195,
                        52.48216789209824,
                        0.0
                    ],
                    [
                        4.929115399445403,
                        52.48201193910246,
                        0.0
                    ],
                    [
                        4.931912494246859,
                        52.48164916159556,
                        0.0
                    ],
                    [
                        4.931892068311311,
                        52.48159280358994,
                        0.0
                    ],
                    [
                        4.931966716111899,
                        52.48149274488321,
                        0.0
                    ],
                    [
                        4.931835413832562,
                        52.4814365185063,
                        0.0
                    ],
                    [
                        4.931607240553531,
                        52.48080699495878,
                        0.0
                    ],
                    [
                        4.938576788622203,
                        52.47994564189408,
                        0.0
                    ],
                    [
                        4.938673843432757,
                        52.47976803885609,
                        0.0
                    ],
                    [
                        4.938663657157962,
                        52.47971145111023,
                        0.0
                    ],
                    [
                        4.93320839063291,
                        52.48040060869901,
                        0.0
                    ],
                    [
                        4.930164241084689,
                        52.48078670419652,
                        0.0
                    ],
                    [
                        4.928911417919229,
                        52.48098336965973,
                        0.0
                    ],
                    [
                        4.928594281767749,
                        52.48005805976483,
                        0.0
                    ],
                    [
                        4.926207772455287,
                        52.48035769941195,
                        0.0
                    ],
                    [
                        4.926074118041826,
                        52.4799817905506,
                        0.0
                    ],
                    [
                        4.925575877554885,
                        52.47939066876129,
                        0.0
                    ],
                    [
                        4.925564854111357,
                        52.47937217454496,
                        0.0
                    ],
                    [
                        4.925077902720643,
                        52.479433145805,
                        0.0
                    ],
                    [
                        4.924884515800772,
                        52.4787458558616,
                        0.0
                    ],
                    [
                        4.924855577939789,
                        52.47864299807837,
                        0.0
                    ],
                    [
                        4.923918557460258,
                        52.47872168521837,
                        0.0
                    ],
                    [
                        4.92356115559924,
                        52.47834353306391,
                        0.0
                    ],
                    [
                        4.923750229348428,
                        52.47829421167145,
                        0.0
                    ],
                    [
                        4.92371808611694,
                        52.47821517589551,
                        0.0
                    ],
                    [
                        4.923428906136003,
                        52.47823777250296,
                        0.0
                    ],
                    [
                        4.923154748741998,
                        52.4778667750227,
                        0.0
                    ],
                    [
                        4.923514029135475,
                        52.47777030634691,
                        0.0
                    ],
                    [
                        4.92352861165323,
                        52.47767105156105,
                        0.0
                    ],
                    [
                        4.923949141791175,
                        52.47761481533965,
                        0.0
                    ],
                    [
                        4.923876968234516,
                        52.47743828869068,
                        0.0
                    ],
                    [
                        4.923635483616101,
                        52.47710986781565,
                        0.0
                    ],
                    [
                        4.923314232495466,
                        52.47691549750552,
                        0.0
                    ],
                    [
                        4.923223045381014,
                        52.47676004362999,
                        0.0
                    ],
                    [
                        4.923182911486739,
                        52.4765702235166,
                        0.0
                    ],
                    [
                        4.923108210734803,
                        52.47629975814266,
                        0.0
                    ],
                    [
                        4.922701023997252,
                        52.4758938885917,
                        0.0
                    ],
                    [
                        4.922616322075382,
                        52.4758598716978,
                        0.0
                    ],
                    [
                        4.92218497580728,
                        52.47589213604864,
                        0.0
                    ],
                    [
                        4.921712245312575,
                        52.47589452375126,
                        0.0
                    ],
                    [
                        4.921065246330906,
                        52.47528243258598,
                        0.0
                    ],
                    [
                        4.920189103977299,
                        52.47398856956603,
                        0.0
                    ],
                    [
                        4.924104352462575,
                        52.4736726966466,
                        0.0
                    ]
                ],
                [
                    [
                        4.925898434079942,
                        52.50760128737149,
                        0.0
                    ],
                    [
                        4.925724997661009,
                        52.5075391929096,
                        0.0
                    ],
                    [
                        4.925606725291195,
                        52.50745287595849,
                        0.0
                    ],
                    [
                        4.925764273831057,
                        52.50751021737604,
                        0.0
                    ],
                    [
                        4.925898434079942,
                        52.50760128737149,
                        0.0
                    ]
                ],
                [
                    [
                        4.925606725291195,
                        52.50745287595849,
                        0.0
                    ],
                    [
                        4.925517319793531,
                        52.50747535622474,
                        0.0
                    ],
                    [
                        4.924407141439504,
                        52.50873042256941,
                        0.0
                    ],
                    [
                        4.92382873411055,
                        52.50854826399699,
                        0.0
                    ],
                    [
                        4.923108932223053,
                        52.50829561847759,
                        0.0
                    ],
                    [
                        4.922899615523693,
                        52.5082363723761,
                        0.0
                    ],
                    [
                        4.922823604840199,
                        52.50822719536311,
                        0.0
                    ],
                    [
                        4.92282952465759,
                        52.50816427055096,
                        0.0
                    ],
                    [
                        4.923293445190933,
                        52.50762962521734,
                        0.0
                    ],
                    [
                        4.9236723280989,
                        52.50717596419543,
                        0.0
                    ],
                    [
                        4.924169223457348,
                        52.50661576707729,
                        0.0
                    ],
                    [
                        4.924166184375716,
                        52.50646023663982,
                        0.0
                    ],
                    [
                        4.92444011018156,
                        52.50620306024181,
                        0.0
                    ],
                    [
                        4.924630993581717,
                        52.50606112895605,
                        0.0
                    ],
                    [
                        4.925562577070454,
                        52.50577020259615,
                        0.0
                    ],
                    [
                        4.926056593345524,
                        52.50597877158335,
                        0.0
                    ],
                    [
                        4.926215655013062,
                        52.50604592360496,
                        0.0
                    ],
                    [
                        4.926633641164189,
                        52.5062197639083,
                        0.0
                    ],
                    [
                        4.925601681185952,
                        52.50738021091918,
                        0.0
                    ],
                    [
                        4.925606725291195,
                        52.50745287595849,
                        0.0
                    ]
                ],
                [
                    [
                        4.929894722024097,
                        52.5044841676155,
                        0.0
                    ],
                    [
                        4.926667668753095,
                        52.50546197657695,
                        0.0
                    ],
                    [
                        4.926576689990501,
                        52.50531934334389,
                        0.0
                    ],
                    [
                        4.926573257479061,
                        52.50526290689383,
                        0.0
                    ],
                    [
                        4.926590235329464,
                        52.50517711581799,
                        0.0
                    ],
                    [
                        4.926655804739705,
                        52.50505716335892,
                        0.0
                    ],
                    [
                        4.926721081685087,
                        52.5049666525699,
                        0.0
                    ],
                    [
                        4.926798201135503,
                        52.50489581625606,
                        0.0
                    ],
                    [
                        4.926991021733447,
                        52.50490882311098,
                        0.0
                    ],
                    [
                        4.927180091749018,
                        52.50489729738433,
                        0.0
                    ],
                    [
                        4.927478098892508,
                        52.50484693633692,
                        0.0
                    ],
                    [
                        4.927683761524319,
                        52.5047864026874,
                        0.0
                    ],
                    [
                        4.927724438131419,
                        52.50473995135589,
                        0.0
                    ],
                    [
                        4.927721131765535,
                        52.50467124757267,
                        0.0
                    ],
                    [
                        4.927782829674766,
                        52.50453656706126,
                        0.0
                    ],
                    [
                        4.927808024727255,
                        52.50443363262624,
                        0.0
                    ],
                    [
                        4.927844898935906,
                        52.5043675469538,
                        0.0
                    ],
                    [
                        4.927938021614716,
                        52.50430412357234,
                        0.0
                    ],
                    [
                        4.928079198248429,
                        52.50425806105384,
                        0.0
                    ],
                    [
                        4.927976028171863,
                        52.5041276405548,
                        0.0
                    ],
                    [
                        4.929249358151533,
                        52.50385638671593,
                        0.0
                    ],
                    [
                        4.929313659184526,
                        52.50384088887223,
                        0.0
                    ],
                    [
                        4.929345580300414,
                        52.50386309418209,
                        0.0
                    ],
                    [
                        4.930022946455448,
                        52.50444709423246,
                        0.0
                    ],
                    [
                        4.929894722024097,
                        52.5044841676155,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2020-03-11T16:28:24.988482Z",
    "created": "2020-03-11T16:28:24.988524Z",
    "image_url": "",
    "timeseries": [],
    "name": "Purmerland-Oost",
    "type": "default",
    "water_level_summer": null,
    "water_level_winter": null,
    "water_level_fixed": -1.87
}