Fixed Drainage Level Area List
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/?format=api&page=494
https://demo.lizard.net/api/v4/fixeddrainagelevelareas/?format=api&page=495", "previous": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/?format=api&page=493", "results": [ { "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/17958/?format=api", "id": 17958, "code": "5460-9", "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.93880056720979, 52.42710001105466, 0.0 ], [ 4.938819620374789, 52.42712481696722, 0.0 ], [ 4.938939954874156, 52.42710789019568, 0.0 ], [ 4.939443982640973, 52.42700480261865, 0.0 ], [ 4.939722647641915, 52.42732974059125, 0.0 ], [ 4.939787223555228, 52.42731203619751, 0.0 ], [ 4.939814051665806, 52.42730369813777, 0.0 ], [ 4.939793696754402, 52.42727670349125, 0.0 ], [ 4.939481024920185, 52.42687614152773, 0.0 ], [ 4.938769223317619, 52.42705482872302, 0.0 ], [ 4.93880056720979, 52.42710001105466, 0.0 ] ] ] ] }, "last_modified": "2020-03-11T16:28:25.979257Z", "created": "2020-03-11T16:28:25.979298Z", "image_url": "", "timeseries": [], "name": "Van Beekstraat", "type": "default", "water_level_summer": null, "water_level_winter": null, "water_level_fixed": -1.9 }, { "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/17959/?format=api", "id": 17959, "code": "HDB:04460-02nieuw13", "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.800490910752237, 52.5354367377342, 0.0 ], [ 4.800501653207345, 52.53541227394948, 0.0 ], [ 4.800464339798944, 52.53542876035728, 0.0 ], [ 4.800415814736414, 52.53543426438596, 0.0 ], [ 4.800464967335926, 52.53543588152333, 0.0 ], [ 4.800467560203728, 52.53543596713737, 0.0 ], [ 4.800490910752237, 52.5354367377342, 0.0 ] ] ] ] }, "last_modified": "2020-03-11T16:28:25.994182Z", "created": "2020-03-11T16:28:25.994226Z", "image_url": "", "timeseries": [], "name": "Starnmeer", "type": "default", "water_level_summer": null, "water_level_winter": null, "water_level_fixed": -4.44 }, { "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/17960/?format=api", "id": 17960, "code": "GPG-EA-107", "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.662248368410554, 52.74418219893819, 0.0 ], [ 4.662309840648141, 52.74439187388337, 0.0 ], [ 4.66236223224807, 52.74444580983294, 0.0 ], [ 4.662655857772363, 52.74422396119394, 0.0 ], [ 4.662640891420191, 52.74416087051033, 0.0 ], [ 4.662645848301261, 52.74411808607547, 0.0 ], [ 4.662250548740792, 52.74414435850272, 0.0 ], [ 4.662248368410554, 52.74418219893819, 0.0 ] ] ] ] }, "last_modified": "2020-03-11T16:28:26.010288Z", "created": "2020-03-11T16:28:26.010333Z", "image_url": "", "timeseries": [], "name": "LEEG", "type": "default", "water_level_summer": null, "water_level_winter": null, "water_level_fixed": -1.4 }, { "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/17961/?format=api", "id": 17961, "code": "04230-12", "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.662190105063469, 52.56219087159899, 0.0 ], [ 4.662189426829487, 52.56219453975443, 0.0 ], [ 4.662189559324697, 52.56219455404458, 0.0 ], [ 4.662190105063469, 52.56219087159899, 0.0 ] ] ] ] }, "last_modified": "2020-03-11T16:28:26.027250Z", "created": "2020-03-11T16:28:26.027300Z", "image_url": "", "timeseries": [], "name": "Groot-Limmerpolder", "type": "default", "water_level_summer": null, "water_level_winter": null, "water_level_fixed": -10.0 }, { "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/17962/?format=api", "id": 17962, "code": "2803-02", "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.790508159524634, 52.86120368537234, 0.0 ], [ 4.789531168844868, 52.8615431857441, 0.0 ], [ 4.786906085755883, 52.86246081023732, 0.0 ], [ 4.786874146036062, 52.86253864536682, 0.0 ], [ 4.786931384261925, 52.86257896015863, 0.0 ], [ 4.789118789196658, 52.86181494531033, 0.0 ], [ 4.789176391924764, 52.86182001491721, 0.0 ], [ 4.78920148449216, 52.86178648536811, 0.0 ], [ 4.789412466734577, 52.86171386921823, 0.0 ], [ 4.790363698004351, 52.8613788691562, 0.0 ], [ 4.790617527572143, 52.86130961950293, 0.0 ], [ 4.790537956079304, 52.86126926670645, 0.0 ], [ 4.790508159524634, 52.86120368537234, 0.0 ] ] ], [ [ [ 4.796370294227341, 52.86551058325095, 0.0 ], [ 4.795393585998807, 52.86483732129793, 0.0 ], [ 4.794261341137213, 52.86522180566187, 0.0 ], [ 4.79430791807762, 52.86525405671856, 0.0 ], [ 4.794991547743811, 52.86599023642353, 0.0 ], [ 4.796167515567835, 52.86558113141465, 0.0 ], [ 4.796249725237656, 52.86555252940229, 0.0 ], [ 4.796370294227341, 52.86551058325095, 0.0 ] ] ], [ [ [ 4.7691538494293, 52.87351714829308, 0.0 ], [ 4.76920427587603, 52.87364724939521, 0.0 ], [ 4.769616644846336, 52.87358424805578, 0.0 ], [ 4.769766250388156, 52.87355939193377, 0.0 ], [ 4.767984476, 52.86912719581887, 0.0 ], [ 4.769192835043191, 52.86871264654606, 0.0 ], [ 4.769266238984886, 52.86870876690583, 0.0 ], [ 4.769319891973612, 52.86867121057269, 0.0 ], [ 4.770560598476131, 52.86824627352075, 0.0 ], [ 4.770604896344956, 52.86822432314903, 0.0 ], [ 4.770696520513711, 52.86820049636702, 0.0 ], [ 4.771900409179116, 52.86778019009373, 0.0 ], [ 4.771924497568178, 52.86771263525986, 0.0 ], [ 4.772016757044233, 52.8677458854258, 0.0 ], [ 4.773271299632458, 52.86731222953089, 0.0 ], [ 4.773322027191362, 52.86728909801948, 0.0 ], [ 4.773374287717404, 52.86727206736966, 0.0 ], [ 4.774593337808322, 52.86685449002425, 0.0 ], [ 4.774683442629786, 52.86684864381287, 0.0 ], [ 4.774743479217158, 52.8668043777654, 0.0 ], [ 4.777309027854251, 52.86591337951842, 0.0 ], [ 4.777330428508507, 52.86586855525703, 0.0 ], [ 4.777370177255087, 52.86587528273187, 0.0 ], [ 4.777393242494576, 52.86585376954141, 0.0 ], [ 4.777446736067599, 52.86585775437522, 0.0 ], [ 4.777602770847967, 52.86619913033589, 0.0 ], [ 4.778108035721349, 52.86605499280019, 0.0 ], [ 4.778133069232808, 52.86611280633493, 0.0 ], [ 4.778870416856153, 52.86588160911502, 0.0 ], [ 4.77880693506413, 52.86578651153398, 0.0 ], [ 4.778673568617889, 52.8654312334321, 0.0 ], [ 4.778737174377226, 52.8654128293982, 0.0 ], [ 4.778842991793044, 52.86539702199163, 0.0 ], [ 4.78136969123404, 52.86452630026756, 0.0 ], [ 4.781475636277039, 52.86452677512662, 0.0 ], [ 4.781559200809278, 52.86446203648352, 0.0 ], [ 4.782737791582695, 52.86401979883626, 0.0 ], [ 4.783244711653963, 52.86531433253455, 0.0 ], [ 4.783362916216939, 52.86558951093438, 0.0 ], [ 4.783643136539276, 52.86628082089203, 0.0 ], [ 4.783812229927285, 52.86673622410603, 0.0 ], [ 4.784246617847736, 52.86786209143743, 0.0 ], [ 4.7835317291606, 52.86799692704212, 0.0 ], [ 4.782889288110733, 52.86813211623407, 0.0 ], [ 4.78255828193091, 52.86819523400477, 0.0 ], [ 4.782879635087933, 52.86902569718156, 0.0 ], [ 4.781969337283787, 52.86933885475526, 0.0 ], [ 4.781847102323727, 52.86937385817811, 0.0 ], [ 4.781824482056727, 52.8694029412762, 0.0 ], [ 4.781719102786671, 52.86941973311468, 0.0 ], [ 4.780511843949143, 52.86983180824583, 0.0 ], [ 4.780280841228512, 52.86926107390492, 0.0 ], [ 4.780194107239469, 52.86927626970709, 0.0 ], [ 4.778958601868525, 52.86969927512303, 0.0 ], [ 4.779109964341273, 52.8700687352851, 0.0 ], [ 4.778875711815504, 52.87010292226977, 0.0 ], [ 4.778678532058031, 52.86954807494664, 0.0 ], [ 4.77604063906688, 52.86992577930263, 0.0 ], [ 4.776533325057359, 52.87122416721229, 0.0 ], [ 4.7765539397224, 52.87128366585934, 0.0 ], [ 4.776582456145094, 52.87132187047343, 0.0 ], [ 4.776693657170209, 52.87128323927902, 0.0 ], [ 4.777807129791456, 52.87090204255655, 0.0 ], [ 4.779014539277314, 52.87048845875505, 0.0 ], [ 4.779422364598733, 52.87094440101448, 0.0 ], [ 4.779580754528697, 52.87088166242227, 0.0 ], [ 4.779624675226845, 52.87086427205353, 0.0 ], [ 4.779882118394122, 52.87101363832203, 0.0 ], [ 4.781052877676782, 52.87061571800431, 0.0 ], [ 4.781076023382429, 52.87054669180019, 0.0 ], [ 4.781237405455784, 52.87057100249766, 0.0 ], [ 4.781903194072132, 52.87033470526389, 0.0 ], [ 4.781915854714414, 52.87027199730001, 0.0 ], [ 4.781461542566666, 52.86980621184951, 0.0 ], [ 4.781455921067606, 52.86977462198793, 0.0 ], [ 4.783210814027455, 52.86915574876757, 0.0 ], [ 4.783276710871496, 52.86909754277967, 0.0 ], [ 4.783277074778201, 52.86907228297317, 0.0 ], [ 4.783314252036907, 52.86909127128521, 0.0 ], [ 4.783427553578452, 52.86911582104662, 0.0 ], [ 4.783711827094343, 52.86936581323084, 0.0 ], [ 4.784048201086462, 52.86923387218719, 0.0 ], [ 4.783795691891179, 52.86894415836394, 0.0 ], [ 4.784224610691798, 52.86879738028762, 0.0 ], [ 4.784582507663002, 52.86867441635663, 0.0 ], [ 4.784685875657487, 52.86866972593087, 0.0 ], [ 4.784747480539794, 52.86861994497522, 0.0 ], [ 4.785924727376789, 52.86822182100555, 0.0 ], [ 4.785994972766586, 52.86819583481714, 0.0 ], [ 4.786013319662838, 52.86814788426936, 0.0 ], [ 4.786091308097535, 52.86816141565452, 0.0 ], [ 4.787344656748331, 52.86772851394182, 0.0 ], [ 4.787422904156743, 52.86771990250143, 0.0 ], [ 4.787499831341983, 52.86767005333892, 0.0 ], [ 4.788126101800092, 52.86832192224627, 0.0 ], [ 4.789396633973451, 52.86789537600131, 0.0 ], [ 4.788759085829427, 52.86722458508648, 0.0 ], [ 4.790069464166546, 52.86677438972338, 0.0 ], [ 4.790067954316048, 52.86673055396994, 0.0 ], [ 4.790135531493411, 52.86675168731034, 0.0 ], [ 4.790641791275524, 52.86657775580186, 0.0 ], [ 4.790609786569539, 52.86653332727477, 0.0 ], [ 4.790576485583824, 52.8665011860819, 0.0 ], [ 4.788687142528824, 52.86714597701849, 0.0 ], [ 4.787689647461853, 52.8674895832016, 0.0 ], [ 4.78732455882751, 52.86761527021505, 0.0 ], [ 4.784825880270277, 52.86847544792366, 0.0 ], [ 4.78459242576668, 52.8685033324687, 0.0 ], [ 4.784636800019781, 52.86842795129211, 0.0 ], [ 4.783059377464898, 52.86446404135588, 0.0 ], [ 4.783048972497398, 52.86443792718448, 0.0 ], [ 4.783001937083567, 52.86442553901834, 0.0 ], [ 4.783031705015773, 52.86439154915546, 0.0 ], [ 4.782853858896465, 52.86397651345904, 0.0 ], [ 4.782973412611139, 52.86393559115599, 0.0 ], [ 4.784911337735455, 52.86327211959938, 0.0 ], [ 4.786823791388191, 52.86262420629759, 0.0 ], [ 4.786811320786956, 52.86258834943175, 0.0 ], [ 4.786813440120497, 52.86257891504516, 0.0 ], [ 4.786831892343578, 52.86258360009137, 0.0 ], [ 4.786854697949566, 52.86260539080004, 0.0 ], [ 4.786874146036062, 52.86253864536682, 0.0 ], [ 4.78684501818937, 52.86250471773703, 0.0 ], [ 4.786831092529257, 52.86253696394775, 0.0 ], [ 4.786787434001949, 52.8624993325656, 0.0 ], [ 4.782794591634635, 52.86389084841437, 0.0 ], [ 4.782784368220917, 52.86392464963245, 0.0 ], [ 4.782743774003668, 52.86390825894234, 0.0 ], [ 4.78263940155772, 52.86394342553672, 0.0 ], [ 4.781448638989835, 52.86436289098336, 0.0 ], [ 4.781437839356742, 52.86439318433826, 0.0 ], [ 4.781397328532208, 52.86438042425215, 0.0 ], [ 4.781354361799267, 52.86439486348893, 0.0 ], [ 4.780081835230148, 52.86482229383302, 0.0 ], [ 4.780057779389268, 52.86486608059451, 0.0 ], [ 4.779998133785332, 52.8648507153928, 0.0 ], [ 4.778798382956673, 52.86526045699032, 0.0 ], [ 4.77869561534736, 52.86528655173354, 0.0 ], [ 4.77868734743037, 52.86529057157735, 0.0 ], [ 4.77862388023876, 52.86532143189215, 0.0 ], [ 4.77744525913644, 52.86572305380044, 0.0 ], [ 4.777391172242825, 52.86575734938126, 0.0 ], [ 4.777366121861994, 52.86581151917235, 0.0 ], [ 4.77730387833371, 52.8657854271782, 0.0 ], [ 4.777240349450262, 52.86579079110552, 0.0 ], [ 4.776017008272502, 52.86623988988798, 0.0 ], [ 4.776010107436213, 52.8662693040445, 0.0 ], [ 4.775976559896822, 52.86625451083804, 0.0 ], [ 4.774652625403313, 52.8667036735742, 0.0 ], [ 4.77463585804491, 52.8667408554614, 0.0 ], [ 4.774589174315357, 52.86672561700044, 0.0 ], [ 4.773303892373758, 52.8671750800386, 0.0 ], [ 4.773292050559145, 52.86720299479961, 0.0 ], [ 4.773250871794031, 52.8671933648893, 0.0 ], [ 4.771956990898293, 52.86763245246654, 0.0 ], [ 4.771949584518858, 52.86766486534743, 0.0 ], [ 4.771901069869203, 52.86765098238241, 0.0 ], [ 4.771778697344284, 52.86768918307055, 0.0 ], [ 4.77059935130314, 52.86808788502024, 0.0 ], [ 4.770575646208243, 52.86813653350102, 0.0 ], [ 4.770518600661914, 52.86811574004365, 0.0 ], [ 4.7692732189255, 52.86855436619742, 0.0 ], [ 4.769213525928828, 52.86858532194094, 0.0 ], [ 4.769200131179745, 52.86861887191746, 0.0 ], [ 4.769163659834663, 52.86859873253651, 0.0 ], [ 4.769093706919625, 52.86860432847651, 0.0 ], [ 4.767959878285401, 52.86901219989921, 0.0 ], [ 4.767044994398377, 52.8668245826128, 0.0 ], [ 4.76701374075175, 52.86679378444585, 0.0 ], [ 4.767018698251024, 52.86672070315846, 0.0 ], [ 4.766157126465786, 52.86457512471052, 0.0 ], [ 4.767383034184029, 52.86413012107175, 0.0 ], [ 4.767383091278929, 52.86408839595146, 0.0 ], [ 4.767339069825401, 52.86404810444185, 0.0 ], [ 4.766111895073268, 52.86446431652163, 0.0 ], [ 4.766087121383353, 52.86441448195142, 0.0 ], [ 4.766083936760488, 52.86440660198269, 0.0 ], [ 4.765183428077906, 52.86217999436005, 0.0 ], [ 4.765133290635206, 52.86217846589182, 0.0 ], [ 4.765172198732222, 52.86215103446489, 0.0 ], [ 4.764367564641479, 52.85994022309882, 0.0 ], [ 4.765548414751186, 52.85952245749445, 0.0 ], [ 4.765603327077636, 52.85945215262664, 0.0 ], [ 4.765694035817832, 52.85947386077538, 0.0 ], [ 4.766876311855641, 52.85906891358435, 0.0 ], [ 4.767783551099127, 52.86126958249275, 0.0 ], [ 4.768677829491004, 52.86353525760818, 0.0 ], [ 4.768745252167994, 52.86345289310196, 0.0 ], [ 4.769112421341536, 52.86333789582643, 0.0 ], [ 4.768975083189851, 52.86300179940605, 0.0 ], [ 4.768634180506707, 52.86304887584174, 0.0 ], [ 4.767946784786421, 52.86121162039838, 0.0 ], [ 4.767079205314491, 52.85899988045382, 0.0 ], [ 4.769615074001795, 52.85811805907743, 0.0 ], [ 4.769710486124871, 52.85809999519853, 0.0 ], [ 4.76977864306351, 52.85806267541104, 0.0 ], [ 4.77232177667973, 52.85717801241944, 0.0 ], [ 4.772372717737666, 52.85710511376711, 0.0 ], [ 4.772479457266164, 52.85713122199845, 0.0 ], [ 4.775080622440796, 52.85621466268397, 0.0 ], [ 4.775089189909255, 52.85616263740211, 0.0 ], [ 4.775135466261411, 52.85619557756022, 0.0 ], [ 4.775199696135531, 52.85617309862522, 0.0 ], [ 4.777756391837613, 52.85527845032699, 0.0 ], [ 4.777802591578007, 52.85526370536571, 0.0 ], [ 4.777814217299994, 52.85527854794234, 0.0 ], [ 4.777827396612654, 52.8552809877494, 0.0 ], [ 4.777835242148429, 52.85527518642701, 0.0 ], [ 4.777829261399221, 52.85525584335803, 0.0 ], [ 4.777904746001618, 52.85523627823249, 0.0 ], [ 4.780481918102179, 52.85435050123195, 0.0 ], [ 4.780508901617101, 52.85428357929572, 0.0 ], [ 4.780588845003185, 52.85431374086574, 0.0 ], [ 4.781408230135717, 52.85403196316368, 0.0 ], [ 4.781358108619647, 52.85397528088248, 0.0 ], [ 4.781355499646891, 52.85397499803332, 0.0 ], [ 4.781357159982645, 52.8539730293782, 0.0 ], [ 4.78135432169565, 52.85390893943197, 0.0 ], [ 4.78133289940876, 52.8538564109414, 0.0 ], [ 4.781246099081681, 52.85386148804319, 0.0 ], [ 4.78118124894293, 52.85389384351409, 0.0 ], [ 4.781208066586087, 52.85396090404917, 0.0 ], [ 4.779453698818413, 52.8545657316657, 0.0 ], [ 4.778031775938017, 52.85505590668349, 0.0 ], [ 4.777860779175495, 52.85511637716454, 0.0 ], [ 4.775433637353105, 52.85597459466101, 0.0 ], [ 4.775416483175871, 52.85601323960781, 0.0 ], [ 4.775374114423512, 52.85599282016258, 0.0 ], [ 4.775324651835278, 52.85600614552214, 0.0 ], [ 4.772966302865543, 52.85682507007264, 0.0 ], [ 4.772930542730093, 52.85687429514691, 0.0 ], [ 4.772873381452984, 52.85685742032882, 0.0 ], [ 4.771763129719264, 52.85724522916613, 0.0 ], [ 4.771737152622377, 52.8572543425528, 0.0 ], [ 4.770512963667613, 52.85768383474078, 0.0 ], [ 4.770491324296366, 52.85771905880877, 0.0 ], [ 4.770452569738008, 52.85770455160927, 0.0 ], [ 4.768271843084377, 52.8584243958268, 0.0 ], [ 4.768215945633984, 52.85843254445157, 0.0 ], [ 4.768213349307588, 52.85843869589443, 0.0 ], [ 4.76820848512047, 52.85844248104505, 0.0 ], [ 4.768126228372375, 52.85847299571615, 0.0 ], [ 4.766205072401037, 52.85913814317814, 0.0 ], [ 4.766168529026166, 52.8591655333385, 0.0 ], [ 4.766150300457977, 52.85920911407415, 0.0 ], [ 4.766099007736901, 52.85918672174007, 0.0 ], [ 4.766044756421767, 52.85918864111447, 0.0 ], [ 4.764315285961652, 52.8597744502592, 0.0 ], [ 4.763094390181846, 52.85670162005164, 0.0 ], [ 4.76305908326159, 52.85663304615581, 0.0 ], [ 4.763046740407396, 52.8565689239835, 0.0 ], [ 4.763025385044051, 52.85650171714206, 0.0 ], [ 4.762208099618496, 52.85446579311266, 0.0 ], [ 4.764065736426822, 52.85414215361468, 0.0 ], [ 4.764028727772019, 52.85405864405409, 0.0 ], [ 4.762705976801794, 52.85348277641686, 0.0 ], [ 4.762702284751708, 52.85347206284185, 0.0 ], [ 4.762636710264742, 52.85347729141796, 0.0 ], [ 4.76262706811289, 52.85346532449559, 0.0 ], [ 4.762631197246577, 52.8534506347726, 0.0 ], [ 4.76269431329452, 52.85344082805535, 0.0 ], [ 4.762690388810319, 52.85340377305122, 0.0 ], [ 4.762698628430705, 52.85340271979045, 0.0 ], [ 4.762701290765241, 52.8534023742539, 0.0 ], [ 4.763911190865233, 52.85324847541378, 0.0 ], [ 4.76483212958484, 52.85312663202927, 0.0 ], [ 4.764813269530191, 52.85307073482798, 0.0 ], [ 4.764822269062645, 52.85303297444712, 0.0 ], [ 4.761738921628015, 52.85343382881246, 0.0 ], [ 4.761330032652004, 52.85236491939715, 0.0 ], [ 4.761845590277196, 52.8522286152122, 0.0 ], [ 4.762232310913085, 52.85217995602498, 0.0 ], [ 4.762225755990138, 52.85214624826503, 0.0 ], [ 4.76218400388171, 52.85213011399632, 0.0 ], [ 4.762211688122344, 52.85210223826061, 0.0 ], [ 4.762205609889719, 52.85208815111454, 0.0 ], [ 4.762168576742044, 52.85196102798589, 0.0 ], [ 4.762083650430611, 52.85197530341084, 0.0 ], [ 4.762012522339032, 52.85198182359732, 0.0 ], [ 4.76176502491396, 52.85162764299895, 0.0 ], [ 4.761607608030108, 52.85165035410616, 0.0 ], [ 4.761597440637429, 52.85164194309963, 0.0 ], [ 4.761599650672437, 52.85162962483665, 0.0 ], [ 4.76172771007629, 52.85160127791859, 0.0 ], [ 4.761664945017896, 52.8515763431014, 0.0 ], [ 4.760609294405935, 52.85172099099683, 0.0 ], [ 4.760794246713173, 52.85225083361306, 0.0 ], [ 4.760983179313267, 52.8527829434308, 0.0 ], [ 4.761091919757013, 52.85309939899639, 0.0 ], [ 4.761285796207725, 52.85358740909984, 0.0 ], [ 4.7615305646112, 52.85410893670358, 0.0 ], [ 4.765260821696795, 52.86358250006779, 0.0 ], [ 4.765774673273826, 52.86485203722321, 0.0 ], [ 4.76666223923417, 52.86703809490401, 0.0 ], [ 4.767469562535933, 52.86911425143828, 0.0 ], [ 4.767506415896182, 52.86920901907225, 0.0 ], [ 4.768232511052915, 52.87107607554695, 0.0 ], [ 4.768953753441448, 52.87300494783402, 0.0 ], [ 4.7691538494293, 52.87351714829308, 0.0 ] ] ], [ [ [ 4.773467536460244, 52.87171987614472, 0.0 ], [ 4.773446176814597, 52.87166083144871, 0.0 ], [ 4.773445102121156, 52.87166121235111, 0.0 ], [ 4.773467536460244, 52.87171987614472, 0.0 ] ] ] ] }, "last_modified": "2020-03-11T16:28:26.053658Z", "created": "2020-03-11T16:28:26.053756Z", "image_url": "", "timeseries": [], "name": "Anna Paulownapolder hoog", "type": "default", "water_level_summer": null, "water_level_winter": null, "water_level_fixed": -0.85 }, { "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/17963/?format=api", "id": 17963, "code": "2804-07", "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.779566789295317, 52.85982097387338, 0.0 ], [ 4.776835127408825, 52.86075943898234, 0.0 ], [ 4.776868355384452, 52.86087234754854, 0.0 ], [ 4.77862388023876, 52.86532143189215, 0.0 ], [ 4.77868734743037, 52.86529057157735, 0.0 ], [ 4.77869561534736, 52.86528655173354, 0.0 ], [ 4.778798382956673, 52.86526045699032, 0.0 ], [ 4.777664799460392, 52.86247855529152, 0.0 ], [ 4.778885552432977, 52.86203911409252, 0.0 ], [ 4.778954820100619, 52.86205843814835, 0.0 ], [ 4.778977862940991, 52.862011653832, 0.0 ], [ 4.780203539266453, 52.86159215685137, 0.0 ], [ 4.780227843947094, 52.86152282201114, 0.0 ], [ 4.780185035459014, 52.86147150570719, 0.0 ], [ 4.777615213638712, 52.86235436598503, 0.0 ], [ 4.777058897689098, 52.86082066860832, 0.0 ], [ 4.779515265155188, 52.85996849841131, 0.0 ], [ 4.779591408570237, 52.86000568681931, 0.0 ], [ 4.779850167000739, 52.86065533416386, 0.0 ], [ 4.779947110211935, 52.86067571515299, 0.0 ], [ 4.780031339539609, 52.86067499342936, 0.0 ], [ 4.781931713322837, 52.86002903790253, 0.0 ], [ 4.782134527865378, 52.85996429248888, 0.0 ], [ 4.782103389175838, 52.85993228561071, 0.0 ], [ 4.782076959362292, 52.85990871418652, 0.0 ], [ 4.782645834206445, 52.85969907915435, 0.0 ], [ 4.782703072617199, 52.85968729093999, 0.0 ], [ 4.782642323707271, 52.85948695642266, 0.0 ], [ 4.783211841385871, 52.85928500561285, 0.0 ], [ 4.782966224653703, 52.85869881547192, 0.0 ], [ 4.782937471684003, 52.85866287570109, 0.0 ], [ 4.779669328785198, 52.85978682510993, 0.0 ], [ 4.779641066752429, 52.85979689914587, 0.0 ], [ 4.779610535066281, 52.85985382745702, 0.0 ], [ 4.779566789295317, 52.85982097387338, 0.0 ] ] ], [ [ [ 4.785200702255055, 52.85836519773213, 0.0 ], [ 4.785120545629502, 52.8583939552986, 0.0 ], [ 4.785858630368361, 52.86022232555938, 0.0 ], [ 4.785844206229144, 52.86029512628556, 0.0 ], [ 4.785889688037058, 52.8603306014311, 0.0 ], [ 4.786787434001949, 52.8624993325656, 0.0 ], [ 4.786831092529257, 52.86253696394775, 0.0 ], [ 4.78684501818937, 52.86250471773703, 0.0 ], [ 4.786874146036062, 52.86253864536682, 0.0 ], [ 4.786906085755883, 52.86246081023732, 0.0 ], [ 4.786061043164056, 52.86028253197745, 0.0 ], [ 4.787362759816817, 52.85981957929866, 0.0 ], [ 4.787331634031437, 52.85977013061453, 0.0 ], [ 4.787312039228627, 52.85973301576387, 0.0 ], [ 4.787310947962697, 52.85976493115156, 0.0 ], [ 4.78728651735149, 52.85974262908243, 0.0 ], [ 4.787217924858028, 52.85974984208049, 0.0 ], [ 4.78599548300928, 52.8601566301, 0.0 ], [ 4.785246333396596, 52.8583551381064, 0.0 ], [ 4.785200702255055, 52.85836519773213, 0.0 ] ] ], [ [ [ 4.786931384261925, 52.86257896015863, 0.0 ], [ 4.786874146036062, 52.86253864536682, 0.0 ], [ 4.786854697949566, 52.86260539080004, 0.0 ], [ 4.78687511583037, 52.86262480598428, 0.0 ], [ 4.786896072325136, 52.86262338365762, 0.0 ], [ 4.786916168875375, 52.86262186713453, 0.0 ], [ 4.786931384261925, 52.86257896015863, 0.0 ] ] ] ] }, "last_modified": "2020-03-11T16:28:26.071640Z", "created": "2020-03-11T16:28:26.071682Z", "image_url": "", "timeseries": [], "name": "Anna Paulownapolder laag", "type": "default", "water_level_summer": null, "water_level_winter": null, "water_level_fixed": -1.2 }, { "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/17964/?format=api", "id": 17964, "code": "04851-03", "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.790183588521408, 52.6367183067338, 0.0 ], [ 4.78911740313395, 52.63588151102864, 0.0 ], [ 4.788571342762534, 52.63537554878366, 0.0 ], [ 4.787542143984978, 52.63479830584405, 0.0 ], [ 4.787274954794502, 52.63488022490295, 0.0 ], [ 4.787182284956724, 52.63491310898547, 0.0 ], [ 4.787063166846237, 52.63482945657307, 0.0 ], [ 4.787023792187735, 52.63480291617784, 0.0 ], [ 4.786898089663329, 52.63469736436541, 0.0 ], [ 4.78697249260768, 52.6346564435547, 0.0 ], [ 4.787200278350009, 52.63453379381318, 0.0 ], [ 4.784447683094598, 52.63251071544087, 0.0 ], [ 4.783624168918839, 52.63192299461235, 0.0 ], [ 4.782819947240972, 52.63114311039343, 0.0 ], [ 4.782510975731043, 52.63063221293324, 0.0 ], [ 4.782278141071066, 52.63022963909935, 0.0 ], [ 4.781825100019636, 52.63022981359067, 0.0 ], [ 4.781827336661092, 52.63028412605882, 0.0 ], [ 4.781795316638907, 52.63043000612934, 0.0 ], [ 4.781572214615013, 52.63116273420304, 0.0 ], [ 4.781399056764001, 52.6317551554116, 0.0 ], [ 4.781301577774084, 52.63207960225913, 0.0 ], [ 4.781235578197562, 52.63229650606987, 0.0 ], [ 4.781191812677128, 52.63242407292049, 0.0 ], [ 4.781126580935507, 52.63258621218086, 0.0 ], [ 4.781057204254472, 52.63283048285012, 0.0 ], [ 4.781024138666675, 52.63305302765448, 0.0 ], [ 4.781012840913935, 52.63321909062893, 0.0 ], [ 4.781021756777123, 52.63344368285058, 0.0 ], [ 4.781039617863767, 52.63367196050575, 0.0 ], [ 4.78108165726751, 52.63388759050711, 0.0 ], [ 4.781150169992578, 52.6341416950822, 0.0 ], [ 4.7812546298171, 52.63439962264599, 0.0 ], [ 4.781330422993173, 52.63456065617013, 0.0 ], [ 4.781391927752931, 52.63467050629011, 0.0 ], [ 4.781503582804865, 52.6348426688899, 0.0 ], [ 4.781642516237479, 52.63499490175964, 0.0 ], [ 4.7818291154187, 52.63517110351987, 0.0 ], [ 4.78199814128528, 52.63531800693827, 0.0 ], [ 4.782149398402614, 52.6354465665672, 0.0 ], [ 4.782478072591232, 52.63568895335574, 0.0 ], [ 4.782464685501736, 52.63579670538617, 0.0 ], [ 4.782621520402964, 52.63579474387312, 0.0 ], [ 4.782723553293427, 52.63586998269272, 0.0 ], [ 4.782939553353198, 52.63602927430012, 0.0 ], [ 4.783985146012482, 52.63680496192387, 0.0 ], [ 4.784371479325612, 52.63707892944058, 0.0 ], [ 4.784505307464448, 52.63716723357611, 0.0 ], [ 4.784606646208487, 52.63721703329034, 0.0 ], [ 4.78471412216967, 52.63725774195408, 0.0 ], [ 4.784854498598049, 52.6373059148418, 0.0 ], [ 4.78505770218724, 52.63736718561657, 0.0 ], [ 4.785264019607424, 52.63742117415699, 0.0 ], [ 4.786151073996998, 52.63764690960738, 0.0 ], [ 4.786310643104907, 52.63768752064044, 0.0 ], [ 4.786519947624305, 52.63774151309422, 0.0 ], [ 4.787127027085053, 52.63789427001742, 0.0 ], [ 4.787381070110698, 52.63796857321841, 0.0 ], [ 4.787515553736323, 52.63800941556486, 0.0 ], [ 4.78761999598142, 52.63805193068798, 0.0 ], [ 4.787730226868263, 52.63811090359115, 0.0 ], [ 4.787834296610905, 52.63818080078838, 0.0 ], [ 4.788015796413481, 52.63829490093239, 0.0 ], [ 4.788143946400462, 52.63835943697417, 0.0 ], [ 4.788257450758246, 52.63839834836192, 0.0 ], [ 4.7883621183181, 52.63842442628433, 0.0 ], [ 4.788493953222991, 52.63843969444288, 0.0 ], [ 4.788601917559795, 52.63844389582078, 0.0 ], [ 4.788722015989394, 52.63843901814558, 0.0 ], [ 4.788842238420358, 52.63842501891833, 0.0 ], [ 4.788971620715068, 52.63840011020161, 0.0 ], [ 4.789065037961675, 52.63837137161079, 0.0 ], [ 4.78917052443667, 52.6383372204164, 0.0 ], [ 4.789424118793499, 52.63822531021589, 0.0 ], [ 4.789653518967465, 52.6381260577562, 0.0 ], [ 4.789840673338865, 52.63804485471, 0.0 ], [ 4.789973409522116, 52.63799257761665, 0.0 ], [ 4.790136310610035, 52.63792950538289, 0.0 ], [ 4.790256778790329, 52.63789725286659, 0.0 ], [ 4.790362040527602, 52.63787951918894, 0.0 ], [ 4.790804368896668, 52.63779046415788, 0.0 ], [ 4.790880400703305, 52.63778208292717, 0.0 ], [ 4.790642258300636, 52.63729622412621, 0.0 ], [ 4.790183588521408, 52.6367183067338, 0.0 ] ] ] ] }, "last_modified": "2020-03-11T16:28:26.088540Z", "created": "2020-03-11T16:28:26.088582Z", "image_url": "", "timeseries": [], "name": "Schermer Noord", "type": "default", "water_level_summer": null, "water_level_winter": null, "water_level_fixed": -3.75 }, { "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/17965/?format=api", "id": 17965, "code": "6200-13", "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.869897317254138, 52.64748291502341, 0.0 ], [ 4.869556027600257, 52.6472083458069, 0.0 ], [ 4.869110537575159, 52.64744988641699, 0.0 ], [ 4.868873581781616, 52.64729111106985, 0.0 ], [ 4.868453225022133, 52.64751354418694, 0.0 ], [ 4.867286745837908, 52.64828181463221, 0.0 ], [ 4.867193595931424, 52.64834802928485, 0.0 ], [ 4.866027312609944, 52.64917710439261, 0.0 ], [ 4.8656684231472, 52.64943827107777, 0.0 ], [ 4.865005711097915, 52.65012691688173, 0.0 ], [ 4.864354396878623, 52.65109441794925, 0.0 ], [ 4.863457653291033, 52.65256605728585, 0.0 ], [ 4.863236772397024, 52.6530980052967, 0.0 ], [ 4.863689018806641, 52.65305871868744, 0.0 ], [ 4.863840747710598, 52.65342735682978, 0.0 ], [ 4.863830059234179, 52.65349723890902, 0.0 ], [ 4.863455514529955, 52.65351645839913, 0.0 ], [ 4.863628878889315, 52.65398190288579, 0.0 ], [ 4.863248491666773, 52.65400243510297, 0.0 ], [ 4.863552533930861, 52.65469075263558, 0.0 ], [ 4.863489397534233, 52.65469716110435, 0.0 ], [ 4.863448173541785, 52.65474860183126, 0.0 ], [ 4.863136474022795, 52.65477007423689, 0.0 ], [ 4.86312240452907, 52.65480606873119, 0.0 ], [ 4.863106844810764, 52.65484557962392, 0.0 ], [ 4.86325549896535, 52.65486575465582, 0.0 ], [ 4.863112964721185, 52.65490498475494, 0.0 ], [ 4.863147409526626, 52.65495495234819, 0.0 ], [ 4.863175491329054, 52.65499568904584, 0.0 ], [ 4.863435599052161, 52.65499168507689, 0.0 ], [ 4.863560044102371, 52.65498970761598, 0.0 ], [ 4.86356926611237, 52.65522929195228, 0.0 ], [ 4.863477406756486, 52.65551680911472, 0.0 ], [ 4.863432829398835, 52.65568472660491, 0.0 ], [ 4.863520988565593, 52.65599603447983, 0.0 ], [ 4.863546011898435, 52.65608023747622, 0.0 ], [ 4.863629277998244, 52.65623906557376, 0.0 ], [ 4.864024439308593, 52.65661567658267, 0.0 ], [ 4.86429571795383, 52.65687868327724, 0.0 ], [ 4.864392341408297, 52.65701823814741, 0.0 ], [ 4.864396798271709, 52.65719410039416, 0.0 ], [ 4.864483185285286, 52.65732331090627, 0.0 ], [ 4.864496574012523, 52.65734333021088, 0.0 ], [ 4.86504902989918, 52.65792220160562, 0.0 ], [ 4.865734745289196, 52.6586278161943, 0.0 ], [ 4.866393846684547, 52.65932113253145, 0.0 ], [ 4.866590074285478, 52.65951533202583, 0.0 ], [ 4.867018492567433, 52.65974024930967, 0.0 ], [ 4.867894518243689, 52.65973646487157, 0.0 ], [ 4.867897805587086, 52.65979102221241, 0.0 ], [ 4.867928803779972, 52.65988832655672, 0.0 ], [ 4.8689493825463, 52.65985954292956, 0.0 ], [ 4.869699773428318, 52.65982724773348, 0.0 ], [ 4.869839568495253, 52.65987723120131, 0.0 ], [ 4.869743958243872, 52.65995356553856, 0.0 ], [ 4.869022904997252, 52.65998328369181, 0.0 ], [ 4.868475816456746, 52.6599828314568, 0.0 ], [ 4.8685022707993, 52.66023994321104, 0.0 ], [ 4.868396184999092, 52.66034576254477, 0.0 ], [ 4.868238898273054, 52.66034894091966, 0.0 ], [ 4.868069839637185, 52.66023998903019, 0.0 ], [ 4.868028229927896, 52.65998230774666, 0.0 ], [ 4.867644874889321, 52.6599883629062, 0.0 ], [ 4.867038193819272, 52.66003523968187, 0.0 ], [ 4.866988901226465, 52.66006149126695, 0.0 ], [ 4.867141748354507, 52.66025243545891, 0.0 ], [ 4.867180305214903, 52.66032788035164, 0.0 ], [ 4.867262119880578, 52.66054250051138, 0.0 ], [ 4.867254931718541, 52.66056666248566, 0.0 ], [ 4.867242699376345, 52.66056491044713, 0.0 ], [ 4.867237631214846, 52.66056727887406, 0.0 ], [ 4.867239114324113, 52.66057060161334, 0.0 ], [ 4.867258515206957, 52.66057610566381, 0.0 ], [ 4.867349236698801, 52.66070751676201, 0.0 ], [ 4.867362336878378, 52.66073088666389, 0.0 ], [ 4.867342475412893, 52.66074558371824, 0.0 ], [ 4.867488879199352, 52.66083170916366, 0.0 ], [ 4.867402345783303, 52.66094740901676, 0.0 ], [ 4.867415231979273, 52.66096763247581, 0.0 ], [ 4.867451005050594, 52.66096605426658, 0.0 ], [ 4.867543594829078, 52.66086441875526, 0.0 ], [ 4.868450008546977, 52.66141645591092, 0.0 ], [ 4.868529127620245, 52.66165354020205, 0.0 ], [ 4.868168885381244, 52.66168880721903, 0.0 ], [ 4.868391157642902, 52.66228042970752, 0.0 ], [ 4.86855180086671, 52.66227146904048, 0.0 ], [ 4.868927891540972, 52.66335506082831, 0.0 ], [ 4.868389738670805, 52.66342808115862, 0.0 ], [ 4.868424520433695, 52.66353450574666, 0.0 ], [ 4.868356137098152, 52.66358495787516, 0.0 ], [ 4.868235377930637, 52.66356440777748, 0.0 ], [ 4.86826199687991, 52.66370992679461, 0.0 ], [ 4.868648637548809, 52.66367994214157, 0.0 ], [ 4.868714804430813, 52.66379113181616, 0.0 ], [ 4.869385657101679, 52.66369663327428, 0.0 ], [ 4.869455783521143, 52.66365623576321, 0.0 ], [ 4.869567153583845, 52.66367207045303, 0.0 ], [ 4.869676818594047, 52.66396341624775, 0.0 ], [ 4.86981181316591, 52.6643446265985, 0.0 ], [ 4.86998728999927, 52.6648182387316, 0.0 ], [ 4.870099056184927, 52.66511993736268, 0.0 ], [ 4.87107111747234, 52.66498952247783, 0.0 ], [ 4.871576304126833, 52.66492173040665, 0.0 ], [ 4.871640026231955, 52.66509723768564, 0.0 ], [ 4.871134822875606, 52.665165029958, 0.0 ], [ 4.870018715308886, 52.66531477964733, 0.0 ], [ 4.869731398313255, 52.66535220184333, 0.0 ], [ 4.87005779474668, 52.66569852032963, 0.0 ], [ 4.870475217431721, 52.66626445635478, 0.0 ], [ 4.870506608211674, 52.66633676833774, 0.0 ], [ 4.870812722409079, 52.66704175371876, 0.0 ], [ 4.87148510303099, 52.66706407357835, 0.0 ], [ 4.871724075135626, 52.66772651687003, 0.0 ], [ 4.871739390279231, 52.66776560532924, 0.0 ], [ 4.871756547625764, 52.66781652882528, 0.0 ], [ 4.884605889230653, 52.66651300419714, 0.0 ], [ 4.885701447538295, 52.66640179253915, 0.0 ], [ 4.886763701364687, 52.666293953661, 0.0 ], [ 4.892465403908355, 52.66589181212018, 0.0 ], [ 4.892883570688109, 52.665721707715, 0.0 ], [ 4.892770940650212, 52.66563136849204, 0.0 ], [ 4.891194200323339, 52.66559174136948, 0.0 ], [ 4.891062196637533, 52.66532042699865, 0.0 ], [ 4.891704951636221, 52.66522862426699, 0.0 ], [ 4.891165027332495, 52.6648009329359, 0.0 ], [ 4.891059836152758, 52.66458240381571, 0.0 ], [ 4.889928466763763, 52.66372845981559, 0.0 ], [ 4.889542010124957, 52.66355016588128, 0.0 ], [ 4.88955056233014, 52.66343969597501, 0.0 ], [ 4.890088724224557, 52.66318749359617, 0.0 ], [ 4.890119524554798, 52.66312377776522, 0.0 ], [ 4.890195074172807, 52.66307781872212, 0.0 ], [ 4.890180361369191, 52.66296189523455, 0.0 ], [ 4.889984644050958, 52.66291857724131, 0.0 ], [ 4.889898913841815, 52.66296551812602, 0.0 ], [ 4.889795079820345, 52.66296118359926, 0.0 ], [ 4.889278365799039, 52.66257640403362, 0.0 ], [ 4.888953909333014, 52.66271031975964, 0.0 ], [ 4.88844410397271, 52.66267781590849, 0.0 ], [ 4.888285737322518, 52.66248896137927, 0.0 ], [ 4.888395849922642, 52.66246090698615, 0.0 ], [ 4.886872077953115, 52.66120056964273, 0.0 ], [ 4.886389371530917, 52.66129771140168, 0.0 ], [ 4.886152221349816, 52.6610389258681, 0.0 ], [ 4.886373182681846, 52.66095151285588, 0.0 ], [ 4.886444676029766, 52.66083862989341, 0.0 ], [ 4.884685688739855, 52.65953018069, 0.0 ], [ 4.884332227240633, 52.65926724217712, 0.0 ], [ 4.88341342668387, 52.65939861982467, 0.0 ], [ 4.883149155189757, 52.65877727991363, 0.0 ], [ 4.881516938862998, 52.65901097393419, 0.0 ], [ 4.880985763218288, 52.65770353010841, 0.0 ], [ 4.882064075414482, 52.65754042313909, 0.0 ], [ 4.88197476293649, 52.65739889176626, 0.0 ], [ 4.881173856874974, 52.65699106581776, 0.0 ], [ 4.880886383514794, 52.65673565909719, 0.0 ], [ 4.880493013517619, 52.65650655531983, 0.0 ], [ 4.880052219712285, 52.65619429666528, 0.0 ], [ 4.879786608592588, 52.65595235328785, 0.0 ], [ 4.879636093346896, 52.65564936548783, 0.0 ], [ 4.879037386850536, 52.655676233091, 0.0 ], [ 4.87883821615926, 52.65539711293476, 0.0 ], [ 4.878700704314598, 52.65511290867944, 0.0 ], [ 4.878576205273979, 52.65484481093632, 0.0 ], [ 4.878060575733022, 52.65439704889912, 0.0 ], [ 4.877410011799572, 52.65368824959658, 0.0 ], [ 4.877227254436392, 52.65339466466746, 0.0 ], [ 4.877235785580282, 52.65325918394391, 0.0 ], [ 4.877323528945588, 52.65321531635572, 0.0 ], [ 4.876547404869916, 52.65265611314791, 0.0 ], [ 4.875879799532433, 52.65270067918611, 0.0 ], [ 4.875718234034528, 52.65260400166829, 0.0 ], [ 4.87590978917615, 52.65222089391636, 0.0 ], [ 4.874778753688473, 52.6513995520085, 0.0 ], [ 4.87414175564413, 52.6508865508183, 0.0 ], [ 4.873059089440686, 52.65091267452916, 0.0 ], [ 4.872945866311637, 52.65074704591446, 0.0 ], [ 4.873008833524076, 52.65047383878687, 0.0 ], [ 4.873250115833639, 52.65037632845035, 0.0 ], [ 4.872653954712605, 52.64993741495528, 0.0 ], [ 4.872658400459604, 52.64977840630643, 0.0 ], [ 4.872650808441698, 52.6497339049677, 0.0 ], [ 4.872466775868851, 52.64968602487063, 0.0 ], [ 4.87167897700051, 52.64911477657736, 0.0 ], [ 4.870781846478137, 52.64916212931921, 0.0 ], [ 4.870221820067316, 52.64874504630998, 0.0 ], [ 4.870033922736122, 52.64861043740718, 0.0 ], [ 4.869682792394631, 52.64835888694518, 0.0 ], [ 4.869143363961181, 52.64797242674885, 0.0 ], [ 4.869897317254138, 52.64748291502341, 0.0 ] ], [ [ 4.869839568495253, 52.65987723120131, 0.0 ], [ 4.869901744816764, 52.65985121421145, 0.0 ], [ 4.86995163859717, 52.65981389187565, 0.0 ], [ 4.87161687054097, 52.65955812148955, 0.0 ], [ 4.871798339030298, 52.65991904971452, 0.0 ], [ 4.870930157219873, 52.66003249518226, 0.0 ], [ 4.870847262251321, 52.6597938861941, 0.0 ], [ 4.869990940735105, 52.65991683076716, 0.0 ], [ 4.869901338491345, 52.65988575902818, 0.0 ], [ 4.869839568495253, 52.65987723120131, 0.0 ] ] ], [ [ [ 4.87268206448588, 52.64971217441639, 0.0 ], [ 4.872650808441698, 52.6497339049677, 0.0 ], [ 4.872700327145805, 52.64974010464626, 0.0 ], [ 4.872888293962889, 52.64971188010567, 0.0 ], [ 4.872914449345183, 52.64969162829274, 0.0 ], [ 4.872865265023778, 52.64968337208845, 0.0 ], [ 4.87268206448588, 52.64971217441639, 0.0 ] ] ], [ [ [ 4.87005451895795, 52.646858280232, 0.0 ], [ 4.86975174738447, 52.64702773753026, 0.0 ], [ 4.870049157120155, 52.64731443680952, 0.0 ], [ 4.870199616788828, 52.64745946989413, 0.0 ], [ 4.870570925859764, 52.64731476331382, 0.0 ], [ 4.871304066608433, 52.64797535737925, 0.0 ], [ 4.871002009936021, 52.64812771834131, 0.0 ], [ 4.87132320179664, 52.64836601377854, 0.0 ], [ 4.873006018515019, 52.64961477054673, 0.0 ], [ 4.872925535626912, 52.64966982843279, 0.0 ], [ 4.872914449345183, 52.64969162829274, 0.0 ], [ 4.873228671264227, 52.64977959593332, 0.0 ], [ 4.87356277863048, 52.64970983401062, 0.0 ], [ 4.873705823364647, 52.64988161223938, 0.0 ], [ 4.873972090910371, 52.64982696923661, 0.0 ], [ 4.874636128698154, 52.65056824514628, 0.0 ], [ 4.874405538546682, 52.65068043548494, 0.0 ], [ 4.874864294275534, 52.65099657675158, 0.0 ], [ 4.875487357240881, 52.65092097191637, 0.0 ], [ 4.875839882003613, 52.65119954428808, 0.0 ], [ 4.875768569765206, 52.65129585861887, 0.0 ], [ 4.876526429278071, 52.65188392742777, 0.0 ], [ 4.876212081698585, 52.65203773161505, 0.0 ], [ 4.876835857611393, 52.65238193983312, 0.0 ], [ 4.877318960390597, 52.6526876788631, 0.0 ], [ 4.878365256202957, 52.65250173979214, 0.0 ], [ 4.878511327131555, 52.65265830973095, 0.0 ], [ 4.878456677516658, 52.65293951772918, 0.0 ], [ 4.877800196796732, 52.65305817831801, 0.0 ], [ 4.87868620975216, 52.65373839675539, 0.0 ], [ 4.879272221640769, 52.65348914360808, 0.0 ], [ 4.879565017717048, 52.65342666571293, 0.0 ], [ 4.879606645566673, 52.65349984601329, 0.0 ], [ 4.879658916908678, 52.65354970511923, 0.0 ], [ 4.880636248073187, 52.6533616992719, 0.0 ], [ 4.881452351645531, 52.65487212857174, 0.0 ], [ 4.881138312788342, 52.65493066524786, 0.0 ], [ 4.881836696333443, 52.65541901242916, 0.0 ], [ 4.881861600167611, 52.65548705207975, 0.0 ], [ 4.88190536848684, 52.65553779072254, 0.0 ], [ 4.881994788461634, 52.65560270725739, 0.0 ], [ 4.882218905999355, 52.65568412088059, 0.0 ], [ 4.884114350666196, 52.65697921968497, 0.0 ], [ 4.884230517682241, 52.65716647274861, 0.0 ], [ 4.884816645542188, 52.65704804571747, 0.0 ], [ 4.887197845983893, 52.6564708053028, 0.0 ], [ 4.887767075803313, 52.65636955702437, 0.0 ], [ 4.888132048103083, 52.65724853934477, 0.0 ], [ 4.88824479422213, 52.65749789317081, 0.0 ], [ 4.888330821083156, 52.65756865025118, 0.0 ], [ 4.888343443289318, 52.65757902940956, 0.0 ], [ 4.890549422872233, 52.65721199603178, 0.0 ], [ 4.890581284194151, 52.65729341771938, 0.0 ], [ 4.89061073518481, 52.65736710938279, 0.0 ], [ 4.888405869057346, 52.65772002978084, 0.0 ], [ 4.88820383498689, 52.65775238988997, 0.0 ], [ 4.888222944722166, 52.65779540161213, 0.0 ], [ 4.888648452541945, 52.65875339915371, 0.0 ], [ 4.888516981964092, 52.65879150172981, 0.0 ], [ 4.887929361019146, 52.6585924162212, 0.0 ], [ 4.887886813612366, 52.65864806572115, 0.0 ], [ 4.887801414193972, 52.65869895186636, 0.0 ], [ 4.887416290794609, 52.6588696986488, 0.0 ], [ 4.88657101583731, 52.65924716278704, 0.0 ], [ 4.887219757979998, 52.65982304585946, 0.0 ], [ 4.887624034647614, 52.66041575625888, 0.0 ], [ 4.887374243976007, 52.66056930359939, 0.0 ], [ 4.888377848141595, 52.66142477733683, 0.0 ], [ 4.88955630449508, 52.66233795228987, 0.0 ], [ 4.889890143543618, 52.66220131509807, 0.0 ], [ 4.890570009314932, 52.66267936763225, 0.0 ], [ 4.890167152437854, 52.66286985681757, 0.0 ], [ 4.890180361369191, 52.66296189523455, 0.0 ], [ 4.890406338206643, 52.66294617703113, 0.0 ], [ 4.890673841253908, 52.66283307648811, 0.0 ], [ 4.890904065777888, 52.66300016420556, 0.0 ], [ 4.8906264451805, 52.66312694636928, 0.0 ], [ 4.89107232217402, 52.66343247268523, 0.0 ], [ 4.891617428633388, 52.66323874463006, 0.0 ], [ 4.892210820557908, 52.66379357274423, 0.0 ], [ 4.892771572007509, 52.66455634092334, 0.0 ], [ 4.892550404128202, 52.66466032816605, 0.0 ], [ 4.893111198367796, 52.66508400174176, 0.0 ], [ 4.893285058478962, 52.66502399773831, 0.0 ], [ 4.893647741608465, 52.66523806629756, 0.0 ], [ 4.89415431864896, 52.66514354636626, 0.0 ], [ 4.894237030439673, 52.66530517195237, 0.0 ], [ 4.894283102155329, 52.66539520706855, 0.0 ], [ 4.894379569296598, 52.6653807869729, 0.0 ], [ 4.894455380937923, 52.66536943572537, 0.0 ], [ 4.895235196133879, 52.66528227068797, 0.0 ], [ 4.895349027444639, 52.66526954828158, 0.0 ], [ 4.896204514286631, 52.66517390931836, 0.0 ], [ 4.896256241980652, 52.66516813737987, 0.0 ], [ 4.896762310037206, 52.66512264695168, 0.0 ], [ 4.896964814334856, 52.66510891349783, 0.0 ], [ 4.897644324181329, 52.66500977984212, 0.0 ], [ 4.898237949781143, 52.66491977075118, 0.0 ], [ 4.899109395978641, 52.66474083000237, 0.0 ], [ 4.899403139185028, 52.66462114013641, 0.0 ], [ 4.899536260305874, 52.66456954266104, 0.0 ], [ 4.899805908175455, 52.6645137502807, 0.0 ], [ 4.900606724931375, 52.66437243482278, 0.0 ], [ 4.901341849255039, 52.66417869347189, 0.0 ], [ 4.901986009412476, 52.66410072609151, 0.0 ], [ 4.902577582672683, 52.66414135966789, 0.0 ], [ 4.902909920246755, 52.66411578765544, 0.0 ], [ 4.903684951604272, 52.66418586726616, 0.0 ], [ 4.904210214582672, 52.66420247023972, 0.0 ], [ 4.904655032415237, 52.66419783160011, 0.0 ], [ 4.904716189258657, 52.66414753612209, 0.0 ], [ 4.904716943011306, 52.66410039277829, 0.0 ], [ 4.904896823993276, 52.66409744646114, 0.0 ], [ 4.905253417464975, 52.6636374931806, 0.0 ], [ 4.905364914979107, 52.66359292837397, 0.0 ], [ 4.9058669121283, 52.66336987826782, 0.0 ], [ 4.906552438156035, 52.66328262607416, 0.0 ], [ 4.906742826453354, 52.6632619788621, 0.0 ], [ 4.907220193028933, 52.66312776905328, 0.0 ], [ 4.907551629283503, 52.66309849573874, 0.0 ], [ 4.908014753883378, 52.66281537173803, 0.0 ], [ 4.907982251325558, 52.66266196555899, 0.0 ], [ 4.908038610598726, 52.66258341152655, 0.0 ], [ 4.908782941001621, 52.6621925289664, 0.0 ], [ 4.909489378013392, 52.66188026165845, 0.0 ], [ 4.910158458855161, 52.66160159597076, 0.0 ], [ 4.910232151934803, 52.66158153564807, 0.0 ], [ 4.910292386703819, 52.661562185231, 0.0 ], [ 4.910254929010517, 52.66151340576858, 0.0 ], [ 4.910234314270868, 52.66139442355956, 0.0 ], [ 4.910130640445235, 52.6612896494287, 0.0 ], [ 4.909871407747186, 52.66108069255542, 0.0 ], [ 4.909741854587325, 52.66086973028254, 0.0 ], [ 4.909594865193536, 52.6607455493669, 0.0 ], [ 4.909508181201401, 52.66063496530406, 0.0 ], [ 4.909448871149997, 52.66053117753219, 0.0 ], [ 4.90926854034122, 52.66044360163281, 0.0 ], [ 4.908928775284529, 52.66036541417455, 0.0 ], [ 4.908818975937382, 52.66032832319365, 0.0 ], [ 4.908578481152484, 52.66024709183301, 0.0 ], [ 4.908261387480669, 52.66010551763791, 0.0 ], [ 4.907954396651528, 52.66004750060794, 0.0 ], [ 4.907724326783299, 52.65998644964405, 0.0 ], [ 4.90753864937555, 52.65988548569268, 0.0 ], [ 4.906967535293591, 52.65936209007748, 0.0 ], [ 4.906875027833862, 52.65927537728275, 0.0 ], [ 4.906914933236374, 52.65915904731246, 0.0 ], [ 4.906900545228524, 52.65914074535755, 0.0 ], [ 4.90688135514425, 52.65911825398528, 0.0 ], [ 4.906778930610672, 52.65907893510573, 0.0 ], [ 4.906581426427085, 52.6590031217513, 0.0 ], [ 4.905896899862881, 52.65880660958949, 0.0 ], [ 4.905510255912612, 52.6584977387609, 0.0 ], [ 4.904746023392383, 52.65805704939848, 0.0 ], [ 4.904341214117493, 52.65790175392418, 0.0 ], [ 4.90410037795204, 52.65782395408171, 0.0 ], [ 4.903842866010113, 52.65776277508477, 0.0 ], [ 4.903695866909348, 52.65764192987844, 0.0 ], [ 4.90347499082253, 52.65755290407926, 0.0 ], [ 4.903139243427632, 52.65740133635371, 0.0 ], [ 4.902771521725406, 52.65727740768862, 0.0 ], [ 4.90252563575276, 52.65715950145825, 0.0 ], [ 4.902133348194603, 52.65686729451072, 0.0 ], [ 4.901492442477918, 52.65670433978629, 0.0 ], [ 4.900922781177506, 52.65655837994596, 0.0 ], [ 4.900244281568514, 52.65631843375289, 0.0 ], [ 4.899839592991447, 52.65615644584905, 0.0 ], [ 4.899540456801378, 52.65588798736943, 0.0 ], [ 4.899321511780817, 52.65581694494288, 0.0 ], [ 4.898376735356401, 52.65574964382548, 0.0 ], [ 4.898367527741799, 52.65570446359933, 0.0 ], [ 4.898348819360983, 52.65570298471908, 0.0 ], [ 4.898323449515819, 52.65570116390732, 0.0 ], [ 4.89819200361574, 52.6557226780182, 0.0 ], [ 4.898069856994037, 52.65569736230737, 0.0 ], [ 4.897892794022699, 52.65563336461648, 0.0 ], [ 4.897822092191855, 52.65555232432469, 0.0 ], [ 4.897776001022192, 52.65533414267947, 0.0 ], [ 4.897504965366485, 52.6550747098357, 0.0 ], [ 4.897107119682275, 52.6547209551429, 0.0 ], [ 4.896646235165679, 52.65436989586797, 0.0 ], [ 4.896260901120672, 52.65424954995247, 0.0 ], [ 4.896119056515376, 52.65401143426146, 0.0 ], [ 4.896102728994182, 52.6537239670399, 0.0 ], [ 4.896215184313469, 52.65344653088202, 0.0 ], [ 4.89614682359051, 52.65327285972521, 0.0 ], [ 4.896094905021235, 52.65302562474276, 0.0 ], [ 4.895995106048809, 52.65286844089479, 0.0 ], [ 4.895630147449006, 52.65278939203785, 0.0 ], [ 4.895335745075085, 52.6528063379575, 0.0 ], [ 4.89514026656219, 52.65282452824404, 0.0 ], [ 4.894941748951535, 52.6527643287413, 0.0 ], [ 4.894772085176716, 52.65256885702206, 0.0 ], [ 4.894747326569735, 52.65233836004705, 0.0 ], [ 4.894722335304427, 52.65222634862791, 0.0 ], [ 4.894546612947007, 52.6521261331954, 0.0 ], [ 4.89442317242933, 52.65198785786011, 0.0 ], [ 4.894338643079938, 52.65186399725275, 0.0 ], [ 4.894238214137968, 52.65176382371369, 0.0 ], [ 4.89409582929218, 52.65157559082922, 0.0 ], [ 4.894116467633211, 52.65147591005979, 0.0 ], [ 4.894258798311727, 52.65132211880291, 0.0 ], [ 4.894378316124847, 52.65111121837666, 0.0 ], [ 4.894463639969316, 52.65081704503538, 0.0 ], [ 4.894577240842896, 52.6506117548198, 0.0 ], [ 4.894129475782814, 52.6501848071529, 0.0 ], [ 4.894097887247699, 52.65006309801002, 0.0 ], [ 4.894106229043834, 52.64971041384891, 0.0 ], [ 4.89421851529111, 52.64949310265069, 0.0 ], [ 4.894260436544908, 52.64927949900343, 0.0 ], [ 4.894291049286484, 52.64909658452961, 0.0 ], [ 4.894103950122267, 52.64873774278095, 0.0 ], [ 4.893719019803296, 52.6483914439073, 0.0 ], [ 4.893456590474065, 52.648286139672, 0.0 ], [ 4.893363254012177, 52.64818688444933, 0.0 ], [ 4.893437212762652, 52.64805625764693, 0.0 ], [ 4.893732023388752, 52.64781966310616, 0.0 ], [ 4.894207751873787, 52.64758025000919, 0.0 ], [ 4.894478757308248, 52.64727843398925, 0.0 ], [ 4.894752086983472, 52.64676862817943, 0.0 ], [ 4.894948042123634, 52.6465297968291, 0.0 ], [ 4.895330340748906, 52.64624652158725, 0.0 ], [ 4.895407049032106, 52.64603432845043, 0.0 ], [ 4.895431719513627, 52.64582192008857, 0.0 ], [ 4.895776229600663, 52.64559274261377, 0.0 ], [ 4.895680764153927, 52.64548835766507, 0.0 ], [ 4.89533999469863, 52.64538294936452, 0.0 ], [ 4.895050403541135, 52.64535461907082, 0.0 ], [ 4.894374161128789, 52.64533373650203, 0.0 ], [ 4.893966242895313, 52.64525065766544, 0.0 ], [ 4.89342599852122, 52.64503590538189, 0.0 ], [ 4.892809498346613, 52.64499265022462, 0.0 ], [ 4.892185313512735, 52.64497196259678, 0.0 ], [ 4.890462327883544, 52.64482913507609, 0.0 ], [ 4.890187134676687, 52.64475369739413, 0.0 ], [ 4.889986701134037, 52.64501329862913, 0.0 ], [ 4.889862146990864, 52.64531120560646, 0.0 ], [ 4.890362345240503, 52.6453275589717, 0.0 ], [ 4.890368806065322, 52.64538478027424, 0.0 ], [ 4.890395005667352, 52.64624687548075, 0.0 ], [ 4.88953533904215, 52.64625490162555, 0.0 ], [ 4.889543450701026, 52.646475687235, 0.0 ], [ 4.889454064539549, 52.64649725082568, 0.0 ], [ 4.889343724037384, 52.64649550380544, 0.0 ], [ 4.889332967141103, 52.6459588442797, 0.0 ], [ 4.889854322203538, 52.64476296480922, 0.0 ], [ 4.889893456832879, 52.64467319389831, 0.0 ], [ 4.889784284610559, 52.64469920452603, 0.0 ], [ 4.888521346328236, 52.64449069761914, 0.0 ], [ 4.888257170524169, 52.64459336438696, 0.0 ], [ 4.885831708364614, 52.64410106499478, 0.0 ], [ 4.885312303680061, 52.64414426829401, 0.0 ], [ 4.885007062980167, 52.64410838808723, 0.0 ], [ 4.884615849542262, 52.64413051546391, 0.0 ], [ 4.882406639818472, 52.64338179285554, 0.0 ], [ 4.882142161208825, 52.64320124099453, 0.0 ], [ 4.881734602310047, 52.64279090751216, 0.0 ], [ 4.881500286810558, 52.6427682971773, 0.0 ], [ 4.881118566609863, 52.64258506947256, 0.0 ], [ 4.880825036879459, 52.64245843087079, 0.0 ], [ 4.879809836311288, 52.64204118782425, 0.0 ], [ 4.879616027959088, 52.64189767132112, 0.0 ], [ 4.879265194889832, 52.6418096986983, 0.0 ], [ 4.878967780469637, 52.64171330768097, 0.0 ], [ 4.877836220114876, 52.64121987818096, 0.0 ], [ 4.877645742101, 52.64109582991871, 0.0 ], [ 4.877289873724038, 52.64107226793192, 0.0 ], [ 4.877160594824517, 52.64111745827075, 0.0 ], [ 4.876789806333617, 52.64110140698674, 0.0 ], [ 4.876782147496811, 52.64112229627196, 0.0 ], [ 4.876756821010992, 52.64119140683309, 0.0 ], [ 4.876682042831888, 52.64128496592397, 0.0 ], [ 4.87623404899375, 52.6416667225451, 0.0 ], [ 4.876193453758527, 52.64174269648899, 0.0 ], [ 4.876342785022436, 52.64186031523096, 0.0 ], [ 4.875934378934132, 52.64237293231515, 0.0 ], [ 4.874838140674312, 52.6431881325442, 0.0 ], [ 4.874040827369424, 52.64381883895421, 0.0 ], [ 4.871754362132637, 52.645446369321, 0.0 ], [ 4.870431548759002, 52.6465116931187, 0.0 ], [ 4.870148761346197, 52.6466871518255, 0.0 ], [ 4.870234669576745, 52.64675745448796, 0.0 ], [ 4.87005451895795, 52.646858280232, 0.0 ] ] ] ] }, "last_modified": "2020-03-11T16:28:26.118220Z", "created": "2020-03-11T16:28:26.118268Z", "image_url": "", "timeseries": [], "name": "Hensbroek", "type": "default", "water_level_summer": null, "water_level_winter": null, "water_level_fixed": -3.45 }, { "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/17966/?format=api", "id": 17966, "code": "04853-03", "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.782752000539809, 52.5582477642689, 0.0 ], [ 4.782714821697213, 52.55825016339756, 0.0 ], [ 4.783216561235423, 52.55920569740319, 0.0 ], [ 4.781950242163772, 52.5594687108586, 0.0 ], [ 4.781929259762992, 52.5594513570585, 0.0 ], [ 4.78186773003723, 52.55946149580016, 0.0 ], [ 4.781861588272866, 52.55944804627639, 0.0 ], [ 4.781839353191703, 52.55944675557984, 0.0 ], [ 4.781827938906178, 52.55945430074967, 0.0 ], [ 4.781834597431962, 52.55946662948213, 0.0 ], [ 4.781780386327505, 52.55947430698401, 0.0 ], [ 4.782085114843264, 52.56003418552231, 0.0 ], [ 4.78209044131759, 52.56004472794197, 0.0 ], [ 4.783254330154634, 52.56207140109368, 0.0 ], [ 4.784342681157112, 52.56394597963193, 0.0 ], [ 4.784439764157439, 52.56407472271155, 0.0 ], [ 4.784025636174114, 52.56414889626584, 0.0 ], [ 4.782466751636045, 52.56445259808821, 0.0 ], [ 4.782405185512595, 52.56446381542483, 0.0 ], [ 4.782350553744614, 52.56447376487188, 0.0 ], [ 4.780414017742203, 52.56489057266464, 0.0 ], [ 4.778133864276262, 52.56097979210271, 0.0 ], [ 4.780028083705899, 52.56057724809487, 0.0 ], [ 4.779924263225316, 52.56039308630508, 0.0 ], [ 4.778046690066608, 52.56081986323131, 0.0 ], [ 4.777227341117442, 52.55937462346619, 0.0 ], [ 4.777175557608026, 52.55942210764413, 0.0 ], [ 4.777018551238413, 52.55930577667667, 0.0 ], [ 4.776928033835587, 52.55933045834804, 0.0 ], [ 4.775885966482756, 52.55971725577776, 0.0 ], [ 4.776002356859344, 52.55990500895883, 0.0 ], [ 4.775832792070065, 52.55995326137514, 0.0 ], [ 4.775685784142521, 52.55975833119057, 0.0 ], [ 4.77479351575175, 52.55998327192471, 0.0 ], [ 4.774662474969674, 52.55977937246374, 0.0 ], [ 4.774515851078457, 52.55969522177035, 0.0 ], [ 4.774500752284984, 52.55982353820496, 0.0 ], [ 4.77464496192675, 52.56002315586026, 0.0 ], [ 4.773721116439894, 52.56025819829953, 0.0 ], [ 4.773749242671877, 52.56031306801523, 0.0 ], [ 4.773446230273791, 52.56037810814249, 0.0 ], [ 4.771999269363628, 52.5605935271224, 0.0 ], [ 4.772300643555524, 52.5611296778907, 0.0 ], [ 4.772508094027614, 52.56154551239347, 0.0 ], [ 4.772543220994815, 52.56154984639699, 0.0 ], [ 4.772517971813453, 52.56156689067235, 0.0 ], [ 4.772658667370695, 52.56189781667558, 0.0 ], [ 4.767745346753367, 52.56284790139646, 0.0 ], [ 4.767891077158155, 52.56310368853498, 0.0 ], [ 4.767859875055124, 52.56310966422592, 0.0 ], [ 4.767859044104085, 52.56312157721361, 0.0 ], [ 4.767871688453776, 52.56313064855107, 0.0 ], [ 4.767903395245066, 52.56312444181585, 0.0 ], [ 4.768558218261496, 52.56424005694815, 0.0 ], [ 4.77135065742797, 52.56362505560869, 0.0 ], [ 4.771642088832643, 52.56416017643869, 0.0 ], [ 4.771770760587396, 52.56416914766768, 0.0 ], [ 4.771707920792887, 52.56425349246202, 0.0 ], [ 4.776402426801985, 52.56328489872909, 0.0 ], [ 4.777234341416182, 52.56478139056431, 0.0 ], [ 4.777047384313282, 52.56483505569133, 0.0 ], [ 4.777093522023945, 52.56491576599802, 0.0 ], [ 4.777124598364954, 52.5649700568152, 0.0 ], [ 4.777294364486857, 52.56493413430707, 0.0 ], [ 4.778192420343344, 52.56653817804411, 0.0 ], [ 4.778236636664027, 52.56661625368557, 0.0 ], [ 4.778280892451104, 52.56660709774221, 0.0 ], [ 4.779127380583485, 52.5681447398309, 0.0 ], [ 4.774101538949011, 52.56919025492026, 0.0 ], [ 4.774040653176784, 52.56920388906266, 0.0 ], [ 4.774059643766808, 52.56922987981276, 0.0 ], [ 4.771693555917716, 52.56972942942555, 0.0 ], [ 4.771720243813024, 52.56977452272593, 0.0 ], [ 4.771747587078405, 52.56981493697771, 0.0 ], [ 4.771667142457165, 52.5698316321219, 0.0 ], [ 4.772111929781611, 52.57061659545288, 0.0 ], [ 4.772063340394002, 52.57062515146994, 0.0 ], [ 4.772063046850377, 52.57063244772083, 0.0 ], [ 4.772073005109997, 52.57063761312719, 0.0 ], [ 4.772119170718352, 52.57062939506311, 0.0 ], [ 4.772563845850803, 52.57138546142242, 0.0 ], [ 4.77261696274811, 52.57138549361945, 0.0 ], [ 4.772645825265013, 52.57143133490647, 0.0 ], [ 4.77267961727009, 52.57149391825541, 0.0 ], [ 4.774408352177364, 52.571118872139, 0.0 ], [ 4.774805473029177, 52.57190341721765, 0.0 ], [ 4.774767722811132, 52.57190892058708, 0.0 ], [ 4.774767587523447, 52.57191335067687, 0.0 ], [ 4.774771348918964, 52.57191654262286, 0.0 ], [ 4.77480942875697, 52.57191067246843, 0.0 ], [ 4.774837364870572, 52.5719607414958, 0.0 ], [ 4.773124392876979, 52.57234364049857, 0.0 ], [ 4.773518986669172, 52.57301426138072, 0.0 ], [ 4.777170868064252, 52.57224983057953, 0.0 ], [ 4.77720819960037, 52.5723172390376, 0.0 ], [ 4.777250088267068, 52.57239645335994, 0.0 ], [ 4.773604330614283, 52.57317057070892, 0.0 ], [ 4.774458202668225, 52.57470492073382, 0.0 ], [ 4.781853997671319, 52.57312897662954, 0.0 ], [ 4.781887886302996, 52.57318878965771, 0.0 ], [ 4.781893479126508, 52.57319830884344, 0.0 ], [ 4.782846412237076, 52.57485791010353, 0.0 ], [ 4.783756207120855, 52.57652719676296, 0.0 ], [ 4.784670327568746, 52.57812896634022, 0.0 ], [ 4.780992424727734, 52.57891560416633, 0.0 ], [ 4.780984593380758, 52.57891755939944, 0.0 ], [ 4.777253753966106, 52.57968721191867, 0.0 ], [ 4.777293162983958, 52.57975634746679, 0.0 ], [ 4.777555245407451, 52.58023633363649, 0.0 ], [ 4.778966909309633, 52.57993354133624, 0.0 ], [ 4.779406856716323, 52.58077061261161, 0.0 ], [ 4.779626865019289, 52.58073751412573, 0.0 ], [ 4.779721117527794, 52.5808934597754, 0.0 ], [ 4.785072009144793, 52.57975326940697, 0.0 ], [ 4.785150142077589, 52.57977931538444, 0.0 ], [ 4.785167277455484, 52.57978423743435, 0.0 ], [ 4.785188349837918, 52.5797860787896, 0.0 ], [ 4.785227559705348, 52.57977888088111, 0.0 ], [ 4.785237792606829, 52.57977716222268, 0.0 ], [ 4.785276475663511, 52.57976964707044, 0.0 ], [ 4.785269311249984, 52.5797357283673, 0.0 ], [ 4.785231469947204, 52.5796254233051, 0.0 ], [ 4.785422421948222, 52.57959423396174, 0.0 ], [ 4.785586297026339, 52.57956874897887, 0.0 ], [ 4.785687190723758, 52.57975833628178, 0.0 ], [ 4.785909425685281, 52.57971053411567, 0.0 ], [ 4.78566838887147, 52.579274396789, 0.0 ], [ 4.785700333764519, 52.57922761748739, 0.0 ], [ 4.785631036645347, 52.57920929183032, 0.0 ], [ 4.785191470269416, 52.57841459412618, 0.0 ], [ 4.784227873079828, 52.57669212873355, 0.0 ], [ 4.783136091476322, 52.57474186454994, 0.0 ], [ 4.782048452045747, 52.5728117149962, 0.0 ], [ 4.782140719140032, 52.5727860317343, 0.0 ], [ 4.782189839663279, 52.57278179723686, 0.0 ], [ 4.785573544137171, 52.57207215613058, 0.0 ], [ 4.786200184622182, 52.57310845578263, 0.0 ], [ 4.786305098515048, 52.57308768647194, 0.0 ], [ 4.786318189847244, 52.57308501154612, 0.0 ], [ 4.78646004783985, 52.57305506412887, 0.0 ], [ 4.786125456977645, 52.57250665961623, 0.0 ], [ 4.789344436220775, 52.57186161363078, 0.0 ], [ 4.789039901299449, 52.57131710730898, 0.0 ], [ 4.793180269107757, 52.57049696331872, 0.0 ], [ 4.792926335179578, 52.57091657242485, 0.0 ], [ 4.793040605938071, 52.57091779119668, 0.0 ], [ 4.793037418413007, 52.57098029151533, 0.0 ], [ 4.793093257700004, 52.57091836013994, 0.0 ], [ 4.793341186041887, 52.57091498048435, 0.0 ], [ 4.793770808138369, 52.56898613339774, 0.0 ], [ 4.793767569373102, 52.56895059904799, 0.0 ], [ 4.793759023423184, 52.56893897160208, 0.0 ], [ 4.793746913951996, 52.56892361455776, 0.0 ], [ 4.793724418796854, 52.56889962265949, 0.0 ], [ 4.793706109532036, 52.56888024423012, 0.0 ], [ 4.793673059577827, 52.56885361121102, 0.0 ], [ 4.793646692419731, 52.56883237705183, 0.0 ], [ 4.793613224246971, 52.56880613737069, 0.0 ], [ 4.79356209513005, 52.5687660587006, 0.0 ], [ 4.793495089539476, 52.56869025665275, 0.0 ], [ 4.793468057706334, 52.56862528648303, 0.0 ], [ 4.793477690073081, 52.56855730906756, 0.0 ], [ 4.79348502280741, 52.56852100071086, 0.0 ], [ 4.793490774906321, 52.56849253943255, 0.0 ], [ 4.793498431949048, 52.56847924940613, 0.0 ], [ 4.793514002314439, 52.56845225721276, 0.0 ], [ 4.79358308479511, 52.56838142236372, 0.0 ], [ 4.793692407040892, 52.56830489283364, 0.0 ], [ 4.793772604613656, 52.56824105168314, 0.0 ], [ 4.793780412416578, 52.568224221359, 0.0 ], [ 4.79378920777831, 52.5682052479817, 0.0 ], [ 4.793786101411943, 52.5681730306351, 0.0 ], [ 4.793783979289096, 52.56815097395909, 0.0 ], [ 4.793679016914568, 52.56785977923199, 0.0 ], [ 4.793783356889445, 52.56784210112776, 0.0 ], [ 4.793796879638128, 52.56783132989569, 0.0 ], [ 4.793780209990015, 52.56782276250983, 0.0 ], [ 4.793671408508007, 52.56784097553412, 0.0 ], [ 4.793646178341294, 52.56749861849595, 0.0 ], [ 4.793546437381258, 52.56712432528159, 0.0 ], [ 4.793537277691772, 52.56711668514885, 0.0 ], [ 4.793513692633082, 52.56709703764808, 0.0 ], [ 4.793449634145951, 52.56705668756561, 0.0 ], [ 4.793429762607381, 52.56704386207022, 0.0 ], [ 4.793359927264221, 52.5669987826497, 0.0 ], [ 4.79332878089126, 52.56696891458579, 0.0 ], [ 4.793289014239317, 52.56693078892784, 0.0 ], [ 4.793251751931576, 52.56685784962318, 0.0 ], [ 4.793250568780035, 52.56685261304224, 0.0 ], [ 4.793235441924384, 52.56678538357414, 0.0 ], [ 4.793231502894852, 52.56676793731479, 0.0 ], [ 4.793251452968976, 52.56667197980083, 0.0 ], [ 4.793308784617548, 52.56657108639717, 0.0 ], [ 4.79340209116158, 52.56643059461797, 0.0 ], [ 4.793401606317303, 52.56641950174708, 0.0 ], [ 4.793399247611283, 52.5663646488625, 0.0 ], [ 4.793356324871086, 52.56622687316301, 0.0 ], [ 4.793211655190557, 52.56574812803117, 0.0 ], [ 4.79318960475765, 52.56572301480668, 0.0 ], [ 4.793164587879302, 52.56571009162674, 0.0 ], [ 4.793145151431465, 52.56570005434686, 0.0 ], [ 4.792823564086977, 52.56554172310867, 0.0 ], [ 4.792783478433227, 52.56551754410874, 0.0 ], [ 4.792769930652653, 52.56549738047863, 0.0 ], [ 4.792752181844079, 52.56547266617081, 0.0 ], [ 4.792684713221621, 52.5653485360242, 0.0 ], [ 4.792664652653536, 52.56525900199539, 0.0 ], [ 4.792626852403924, 52.56514409759748, 0.0 ], [ 4.792615029729467, 52.56513382872303, 0.0 ], [ 4.79260056827727, 52.56512128181161, 0.0 ], [ 4.792196339529833, 52.56481075583901, 0.0 ], [ 4.792175565857815, 52.5647960292611, 0.0 ], [ 4.791948781417554, 52.56463516873361, 0.0 ], [ 4.791879633291384, 52.56455705415655, 0.0 ], [ 4.791712875902636, 52.56438316572608, 0.0 ], [ 4.791695546177993, 52.56436462769655, 0.0 ], [ 4.791660523428377, 52.56432715436209, 0.0 ], [ 4.791144937698737, 52.56427903764309, 0.0 ], [ 4.79096898637134, 52.56413968552447, 0.0 ], [ 4.79103119980869, 52.56392327561104, 0.0 ], [ 4.787590964751529, 52.56462693485691, 0.0 ], [ 4.787552941434122, 52.56456524207274, 0.0 ], [ 4.787539695846305, 52.56454365934779, 0.0 ], [ 4.787357934884997, 52.56457630042528, 0.0 ], [ 4.787110845478309, 52.56414340509588, 0.0 ], [ 4.788015671720806, 52.56395527466406, 0.0 ], [ 4.788219677627665, 52.56431082091471, 0.0 ], [ 4.788312141766078, 52.56429076897893, 0.0 ], [ 4.788301840860636, 52.5642749621141, 0.0 ], [ 4.788241467164895, 52.56418656310679, 0.0 ], [ 4.788170430511975, 52.56406669031609, 0.0 ], [ 4.787972014520013, 52.56373185218069, 0.0 ], [ 4.787814287200458, 52.5634656851017, 0.0 ], [ 4.787793071588927, 52.5634315427168, 0.0 ], [ 4.787839649337073, 52.56340850041129, 0.0 ], [ 4.787779245257146, 52.56340930100035, 0.0 ], [ 4.787745386640031, 52.56335483717819, 0.0 ], [ 4.784636596752841, 52.56403353465632, 0.0 ], [ 4.783796509390121, 52.5624800376177, 0.0 ], [ 4.783829209016904, 52.56247328345069, 0.0 ], [ 4.783834837395919, 52.5624639651386, 0.0 ], [ 4.783820983886927, 52.56245896965231, 0.0 ], [ 4.783788997636447, 52.56246640149759, 0.0 ], [ 4.782998663856212, 52.56108974454735, 0.0 ], [ 4.786668512131766, 52.56025306296838, 0.0 ], [ 4.786700901349706, 52.5602462075831, 0.0 ], [ 4.786626993214746, 52.56021777512736, 0.0 ], [ 4.786741597006562, 52.56018923543256, 0.0 ], [ 4.786744868731935, 52.56017855695285, 0.0 ], [ 4.786730481027186, 52.56017491620049, 0.0 ], [ 4.786601135048693, 52.56019985826085, 0.0 ], [ 4.786568230067786, 52.56015578832242, 0.0 ], [ 4.784791827987917, 52.56055201497795, 0.0 ], [ 4.784041613323565, 52.55917603520766, 0.0 ], [ 4.785924357206675, 52.55878453746197, 0.0 ], [ 4.786093291002227, 52.55874680972145, 0.0 ], [ 4.786070937483021, 52.55870553419687, 0.0 ], [ 4.786101488783967, 52.55867548213572, 0.0 ], [ 4.786049025511159, 52.55866432381478, 0.0 ], [ 4.785343840343162, 52.55731301644548, 0.0 ], [ 4.785024774515141, 52.55740316046093, 0.0 ], [ 4.783801919240432, 52.55773169857618, 0.0 ], [ 4.783579889851619, 52.55782090274901, 0.0 ], [ 4.783468435310134, 52.55789546201206, 0.0 ], [ 4.783415528651004, 52.55799437819718, 0.0 ], [ 4.783320759606764, 52.55809634391618, 0.0 ], [ 4.783217895314803, 52.55816162667163, 0.0 ], [ 4.782752000539809, 52.5582477642689, 0.0 ] ] ] ] }, "last_modified": "2020-03-11T16:28:26.143484Z", "created": "2020-03-11T16:28:26.143530Z", "image_url": "", "timeseries": [], "name": "Schermer Zuid", "type": "default", "water_level_summer": null, "water_level_winter": null, "water_level_fixed": -4.35 }, { "url": "https://demo.lizard.net/api/v4/fixeddrainagelevelareas/17967/?format=api", "id": 17967, "code": "03020-04", "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.778533269677014, 52.79913771648391, 0.0 ], [ 4.781655840643537, 52.79779842271439, 0.0 ], [ 4.781558084069209, 52.79772677693258, 0.0 ], [ 4.781531270810917, 52.79767683537847, 0.0 ], [ 4.781506461777517, 52.79765029686938, 0.0 ], [ 4.780149174845461, 52.79711793865768, 0.0 ], [ 4.780595105835729, 52.79613497574171, 0.0 ], [ 4.781163259960709, 52.79470499518192, 0.0 ], [ 4.781209752393063, 52.79402248807131, 0.0 ], [ 4.780753539079336, 52.7937910830173, 0.0 ], [ 4.779951816792677, 52.79389480847004, 0.0 ], [ 4.779406378405723, 52.79421992465259, 0.0 ], [ 4.779286573119307, 52.79484366941724, 0.0 ], [ 4.77885264550524, 52.79494097665169, 0.0 ], [ 4.776916050022067, 52.79572189793086, 0.0 ], [ 4.77678743234579, 52.79567829103583, 0.0 ], [ 4.776609232400488, 52.79560410826171, 0.0 ], [ 4.776416738759684, 52.79565870610357, 0.0 ], [ 4.775665301511774, 52.79603889967668, 0.0 ], [ 4.775395550686431, 52.79625227542581, 0.0 ], [ 4.774850952315376, 52.79641308565886, 0.0 ], [ 4.774663690849473, 52.79655431426665, 0.0 ], [ 4.774588666927612, 52.79648871983581, 0.0 ], [ 4.774482508063424, 52.79643051432506, 0.0 ], [ 4.774381429047886, 52.79638544671301, 0.0 ], [ 4.774283898718906, 52.79634532207862, 0.0 ], [ 4.774136621320495, 52.7963044652334, 0.0 ], [ 4.774024386897065, 52.79628528511554, 0.0 ], [ 4.773949644051847, 52.79626960494267, 0.0 ], [ 4.773916405087772, 52.7962588833307, 0.0 ], [ 4.773691452513384, 52.79625085984659, 0.0 ], [ 4.773545705922844, 52.79618757884998, 0.0 ], [ 4.77337523959939, 52.79613837867515, 0.0 ], [ 4.77279222636356, 52.79607994406129, 0.0 ], [ 4.771125488160658, 52.79588942919995, 0.0 ], [ 4.769886060634751, 52.79575960925579, 0.0 ], [ 4.768487928751815, 52.79552882072771, 0.0 ], [ 4.768092068987863, 52.79535686808705, 0.0 ], [ 4.767746642573027, 52.79508064951567, 0.0 ], [ 4.767311771718302, 52.79464233532779, 0.0 ], [ 4.766952507939284, 52.79424261623148, 0.0 ], [ 4.76675162695341, 52.7939678476247, 0.0 ], [ 4.766680884817474, 52.79377173556026, 0.0 ], [ 4.767041700070859, 52.79332006194478, 0.0 ], [ 4.767295526414578, 52.79300787388409, 0.0 ], [ 4.767546426913792, 52.79272200170676, 0.0 ], [ 4.767661341569572, 52.79255922597683, 0.0 ], [ 4.767753464417325, 52.79246178336309, 0.0 ], [ 4.768446783280698, 52.79175708986773, 0.0 ], [ 4.768572963451006, 52.79167482254944, 0.0 ], [ 4.768985298964879, 52.79146917538811, 0.0 ], [ 4.769120118316628, 52.79139123905343, 0.0 ], [ 4.769723192866405, 52.79111233733721, 0.0 ], [ 4.769971864507196, 52.7909122555019, 0.0 ], [ 4.770177779446705, 52.79073851714099, 0.0 ], [ 4.770438160842485, 52.79027396515034, 0.0 ], [ 4.770487710117393, 52.79016401499834, 0.0 ], [ 4.770588971228173, 52.79011585675305, 0.0 ], [ 4.770650241443403, 52.79000096145177, 0.0 ], [ 4.770541775666232, 52.78997858912258, 0.0 ], [ 4.77032346219829, 52.78994041543617, 0.0 ], [ 4.770214225786323, 52.78999593739399, 0.0 ], [ 4.77009334779843, 52.7901285786018, 0.0 ], [ 4.76994497004218, 52.79024226767248, 0.0 ], [ 4.769902258304936, 52.79029716322996, 0.0 ], [ 4.769814624237645, 52.79056378246312, 0.0 ], [ 4.769771314575218, 52.79066106614337, 0.0 ], [ 4.769651309566131, 52.79074522701729, 0.0 ], [ 4.769334243881374, 52.79092587448019, 0.0 ], [ 4.768897751253676, 52.7911483019334, 0.0 ], [ 4.768461374142793, 52.79136223575824, 0.0 ], [ 4.768103162066312, 52.7915616287481, 0.0 ], [ 4.767926337181223, 52.79170908415475, 0.0 ], [ 4.76774216931383, 52.79188194308558, 0.0 ], [ 4.767557325679451, 52.79210142231287, 0.0 ], [ 4.766928121648943, 52.79281340014844, 0.0 ], [ 4.766823725356915, 52.79295449057967, 0.0 ], [ 4.766802058055391, 52.79300212526536, 0.0 ], [ 4.7667613467193, 52.79306185606276, 0.0 ], [ 4.766708321082802, 52.79331794063736, 0.0 ], [ 4.766649845572103, 52.79341136071507, 0.0 ], [ 4.766477437545991, 52.79361346835551, 0.0 ], [ 4.766423429702953, 52.79370436828689, 0.0 ], [ 4.76642069769785, 52.79371825680683, 0.0 ], [ 4.766500920208552, 52.7937317594912, 0.0 ], [ 4.766513522404235, 52.79375160529527, 0.0 ], [ 4.766486746405918, 52.79376318480076, 0.0 ], [ 4.766329682199713, 52.79373613405973, 0.0 ], [ 4.766273740802807, 52.79389646569045, 0.0 ], [ 4.766433959454852, 52.79406606528529, 0.0 ], [ 4.766760573284397, 52.79449071648479, 0.0 ], [ 4.767147895907913, 52.79491920537539, 0.0 ], [ 4.767445395624376, 52.79521036442144, 0.0 ], [ 4.767749084421955, 52.79547093646971, 0.0 ], [ 4.767917975687215, 52.79557847952434, 0.0 ], [ 4.768168985265296, 52.79568952230952, 0.0 ], [ 4.768411757735452, 52.7957687261422, 0.0 ], [ 4.768685830367181, 52.79583001023405, 0.0 ], [ 4.769012281140141, 52.79588001715492, 0.0 ], [ 4.771057075482924, 52.79614161648313, 0.0 ], [ 4.771773822412229, 52.79623268950806, 0.0 ], [ 4.771941721389863, 52.796251350234, 0.0 ], [ 4.773437856651083, 52.79634643320738, 0.0 ], [ 4.773666747268837, 52.79636548638455, 0.0 ], [ 4.773708622502977, 52.79641167885702, 0.0 ], [ 4.77377428622062, 52.79652937664245, 0.0 ], [ 4.773834496024706, 52.79664693848259, 0.0 ], [ 4.773856410456562, 52.79676440211882, 0.0 ], [ 4.773833634348955, 52.79686621430106, 0.0 ], [ 4.773735782387298, 52.79699191376216, 0.0 ], [ 4.773592106665584, 52.79709706690247, 0.0 ], [ 4.773735173876593, 52.79722589342389, 0.0 ], [ 4.773835492256342, 52.79734230460924, 0.0 ], [ 4.774080466737447, 52.79754837609634, 0.0 ], [ 4.774394757561204, 52.79777576981647, 0.0 ], [ 4.774627592053159, 52.79792578040702, 0.0 ], [ 4.774790923933238, 52.79805105207399, 0.0 ], [ 4.775035501969588, 52.79826911699158, 0.0 ], [ 4.77520870509808, 52.79844575389927, 0.0 ], [ 4.776174737230534, 52.79914088424172, 0.0 ], [ 4.776765191028626, 52.79960060470436, 0.0 ], [ 4.777031496231491, 52.79978027679882, 0.0 ], [ 4.777211425851896, 52.79968896515546, 0.0 ], [ 4.777254048799012, 52.79972561606928, 0.0 ], [ 4.777277085092228, 52.79972603049409, 0.0 ], [ 4.777283145057774, 52.79971357871261, 0.0 ], [ 4.777241435593985, 52.7996752159876, 0.0 ], [ 4.778533269677014, 52.79913771648391, 0.0 ] ] ] ] }, "last_modified": "2020-03-11T16:28:26.161040Z", "created": "2020-03-11T16:28:26.161083Z", "image_url": "", "timeseries": [], "name": "Polder Schagen", "type": "default", "water_level_summer": null, "water_level_winter": null, "water_level_fixed": -1.7 } ] }{ "count": 5150, "next": "