List assets of type PressurePipe

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/pressurepipes/?format=api&page=125
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1370,
    "next": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=126",
    "previous": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=124",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112781/?format=api",
            "id": 112781,
            "code": "PL_31234",
            "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": "LineString",
                "coordinates": [
                    [
                        4.724518157874454,
                        52.64426933221459,
                        0.0
                    ],
                    [
                        4.724563801984083,
                        52.6441111587582,
                        0.0
                    ],
                    [
                        4.724569226859011,
                        52.64409236063092,
                        0.0
                    ],
                    [
                        4.724764322250296,
                        52.6436671718079,
                        0.0
                    ],
                    [
                        4.724766597470003,
                        52.643664236653784,
                        0.0
                    ],
                    [
                        4.724792010896845,
                        52.64364262001125,
                        0.0
                    ],
                    [
                        4.724817571684046,
                        52.64362299037377,
                        0.0
                    ],
                    [
                        4.724884116403679,
                        52.64359661487939,
                        0.0
                    ],
                    [
                        4.72539244312659,
                        52.64340749468916,
                        0.0
                    ],
                    [
                        4.726429947800812,
                        52.64302909406412,
                        0.0
                    ],
                    [
                        4.727462598798319,
                        52.64263916275471,
                        0.0
                    ],
                    [
                        4.727630944048638,
                        52.64263011178098,
                        0.0
                    ],
                    [
                        4.72793294137973,
                        52.6425283339012,
                        0.0
                    ],
                    [
                        4.727994108573865,
                        52.642519443073404,
                        0.0
                    ],
                    [
                        4.728061372896832,
                        52.642520732654866,
                        0.0
                    ],
                    [
                        4.728094376660773,
                        52.642528806431415,
                        0.0
                    ],
                    [
                        4.728112070750604,
                        52.64253314650475,
                        0.0
                    ],
                    [
                        4.728114910575062,
                        52.642533926164276,
                        0.0
                    ],
                    [
                        4.728125602076683,
                        52.64253428200446,
                        0.0
                    ],
                    [
                        4.728137673360743,
                        52.64253228183566,
                        0.0
                    ],
                    [
                        4.72814090607739,
                        52.64253149089763,
                        0.0
                    ],
                    [
                        4.728427312663191,
                        52.64243574569337,
                        0.0
                    ],
                    [
                        4.728434565205186,
                        52.64242994413905,
                        0.0
                    ],
                    [
                        4.728495791744263,
                        52.64227298788939,
                        0.0
                    ],
                    [
                        4.728494322100906,
                        52.642266544853186,
                        0.0
                    ],
                    [
                        4.728359279886334,
                        52.64211873777458,
                        0.0
                    ],
                    [
                        4.728326151782439,
                        52.642082479258065,
                        0.0
                    ],
                    [
                        4.728402731593416,
                        52.64194507457321,
                        0.0
                    ],
                    [
                        4.728529565820119,
                        52.6417667235482,
                        0.0
                    ],
                    [
                        4.728822228288015,
                        52.641355189871575,
                        0.0
                    ],
                    [
                        4.729162068554863,
                        52.640861017823994,
                        0.0
                    ],
                    [
                        4.729183782662813,
                        52.640830644128144,
                        0.0
                    ],
                    [
                        4.729192829792982,
                        52.64081941514972,
                        0.0
                    ],
                    [
                        4.729201371148391,
                        52.64080841704117,
                        0.0
                    ],
                    [
                        4.729230651312062,
                        52.64079175486739,
                        0.0
                    ],
                    [
                        4.729264225749329,
                        52.64077838781987,
                        0.0
                    ],
                    [
                        4.729306717166935,
                        52.64076545655314,
                        0.0
                    ],
                    [
                        4.729352432665582,
                        52.64075131185038,
                        0.0
                    ],
                    [
                        4.729397435160086,
                        52.6407344580125,
                        0.0
                    ],
                    [
                        4.729437853520579,
                        52.64070997555521,
                        0.0
                    ],
                    [
                        4.729444595909178,
                        52.640689845382234,
                        0.0
                    ],
                    [
                        4.729442547240168,
                        52.64067864487821,
                        0.0
                    ],
                    [
                        4.729440834437526,
                        52.64067067266777,
                        0.0
                    ],
                    [
                        4.729436702947521,
                        52.64065846305311,
                        0.0
                    ],
                    [
                        4.729433705170772,
                        52.64065343156423,
                        0.0
                    ],
                    [
                        4.729395732371324,
                        52.64051235477107,
                        0.0
                    ],
                    [
                        4.729394178714227,
                        52.64050658532527,
                        0.0
                    ],
                    [
                        4.729391534708001,
                        52.64049864391131,
                        0.0
                    ],
                    [
                        4.729390250459304,
                        52.64049165368483,
                        0.0
                    ],
                    [
                        4.729388175050921,
                        52.64048718450905,
                        0.0
                    ],
                    [
                        4.72938145804266,
                        52.640461147128406,
                        0.0
                    ],
                    [
                        4.729390730263973,
                        52.640449676722895,
                        0.0
                    ],
                    [
                        4.729398381756181,
                        52.64044285276513,
                        0.0
                    ],
                    [
                        4.729411197949315,
                        52.64042952362083,
                        0.0
                    ],
                    [
                        4.729485558871084,
                        52.64035217695884,
                        0.0
                    ],
                    [
                        4.729497264371659,
                        52.640340010008735,
                        0.0
                    ],
                    [
                        4.729522653374085,
                        52.64033160353073,
                        0.0
                    ],
                    [
                        4.729677318711458,
                        52.640280359598,
                        0.0
                    ],
                    [
                        4.729719292213415,
                        52.64026645469364,
                        0.0
                    ],
                    [
                        4.729759543334981,
                        52.64025312442489,
                        0.0
                    ],
                    [
                        4.729807841068555,
                        52.64023519220291,
                        0.0
                    ],
                    [
                        4.729855620791222,
                        52.64021929721183,
                        0.0
                    ],
                    [
                        4.729898979174957,
                        52.640204653955486,
                        0.0
                    ],
                    [
                        4.729984986115323,
                        52.64017738561167,
                        0.0
                    ],
                    [
                        4.730061376001387,
                        52.64015204125991,
                        0.0
                    ],
                    [
                        4.730095979775403,
                        52.640140926488705,
                        0.0
                    ],
                    [
                        4.730190067443855,
                        52.64011070988682,
                        0.0
                    ],
                    [
                        4.730308040654456,
                        52.64007281521693,
                        0.0
                    ],
                    [
                        4.731572976412188,
                        52.64003493211585,
                        0.0
                    ],
                    [
                        4.731709827288396,
                        52.6400338532101,
                        0.0
                    ],
                    [
                        4.732316614790293,
                        52.640011115614236,
                        0.0
                    ],
                    [
                        4.733093759855604,
                        52.63999023788825,
                        0.0
                    ],
                    [
                        4.733374388872899,
                        52.63998120328854,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.555376Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112782/?format=api",
            "id": 112782,
            "code": "PL_31235",
            "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": "LineString",
                "coordinates": [
                    [
                        4.822029381153269,
                        52.70798370467425,
                        0.0
                    ],
                    [
                        4.82204179224313,
                        52.707969006831554,
                        0.0
                    ],
                    [
                        4.822070881345222,
                        52.70793458066641,
                        0.0
                    ],
                    [
                        4.822167979460805,
                        52.707831968897665,
                        0.0
                    ],
                    [
                        4.822277309887474,
                        52.70775496533446,
                        0.0
                    ],
                    [
                        4.822284545843851,
                        52.70775032639761,
                        0.0
                    ],
                    [
                        4.822365661850585,
                        52.70769841555813,
                        0.0
                    ],
                    [
                        4.822399796968884,
                        52.707676577176066,
                        0.0
                    ],
                    [
                        4.822532046554651,
                        52.70759609627772,
                        0.0
                    ],
                    [
                        4.822517021222683,
                        52.70758743336693,
                        0.0
                    ],
                    [
                        4.822464483929455,
                        52.70755714935584,
                        0.0
                    ],
                    [
                        4.822434800553794,
                        52.70754003195998,
                        0.0
                    ],
                    [
                        4.822478430242152,
                        52.70750704071194,
                        0.0
                    ],
                    [
                        4.822535567148368,
                        52.707463832312634,
                        0.0
                    ],
                    [
                        4.822548599792563,
                        52.70744910141625,
                        0.0
                    ],
                    [
                        4.822549230560701,
                        52.707448376455595,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.570835Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112783/?format=api",
            "id": 112783,
            "code": "PL_31236",
            "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": "LineString",
                "coordinates": [
                    [
                        4.851719874788177,
                        52.7073050361001,
                        0.0
                    ],
                    [
                        4.851719561776282,
                        52.70730279691668,
                        0.0
                    ],
                    [
                        4.851625407604931,
                        52.70727170055132,
                        0.0
                    ],
                    [
                        4.851571263715822,
                        52.70725628680419,
                        0.0
                    ],
                    [
                        4.851528172283331,
                        52.70723847828939,
                        0.0
                    ],
                    [
                        4.851335437838478,
                        52.70717529465259,
                        0.0
                    ],
                    [
                        4.851112598167463,
                        52.707102044439644,
                        0.0
                    ],
                    [
                        4.850932350903301,
                        52.70702448317364,
                        0.0
                    ],
                    [
                        4.850525836764707,
                        52.70690856057235,
                        0.0
                    ],
                    [
                        4.850244093336956,
                        52.70687065883618,
                        0.0
                    ],
                    [
                        4.850111675321023,
                        52.70683013199874,
                        0.0
                    ],
                    [
                        4.849826914842962,
                        52.706813955338426,
                        0.0
                    ],
                    [
                        4.849777007937767,
                        52.706810296986,
                        0.0
                    ],
                    [
                        4.849762460586623,
                        52.706809314630526,
                        0.0
                    ],
                    [
                        4.849738266595578,
                        52.706808297707006,
                        0.0
                    ],
                    [
                        4.849627849881291,
                        52.70681017171594,
                        0.0
                    ],
                    [
                        4.849276474001209,
                        52.70682449152346,
                        0.0
                    ],
                    [
                        4.84893239403554,
                        52.70683746826511,
                        0.0
                    ],
                    [
                        4.848632890274633,
                        52.70684717668995,
                        0.0
                    ],
                    [
                        4.848484680198879,
                        52.70685178146623,
                        0.0
                    ],
                    [
                        4.848427948497452,
                        52.70685205495281,
                        0.0
                    ],
                    [
                        4.848399743685961,
                        52.706852331714195,
                        0.0
                    ],
                    [
                        4.848372688697255,
                        52.70685175091633,
                        0.0
                    ],
                    [
                        4.848351186268763,
                        52.70685204901649,
                        0.0
                    ],
                    [
                        4.848312976393565,
                        52.70685135480183,
                        0.0
                    ],
                    [
                        4.848240549631544,
                        52.70685133247202,
                        0.0
                    ],
                    [
                        4.848079896599454,
                        52.706851063347735,
                        0.0
                    ],
                    [
                        4.847779865250723,
                        52.706865152919335,
                        0.0
                    ],
                    [
                        4.84761617350517,
                        52.70687496186074,
                        0.0
                    ],
                    [
                        4.847287068180321,
                        52.70688778603382,
                        0.0
                    ],
                    [
                        4.847211806406428,
                        52.70688728289305,
                        0.0
                    ],
                    [
                        4.84710547603713,
                        52.70688530866567,
                        0.0
                    ],
                    [
                        4.846972049805994,
                        52.706884873986155,
                        0.0
                    ],
                    [
                        4.846749407728108,
                        52.70689005547485,
                        0.0
                    ],
                    [
                        4.846440736735176,
                        52.70690157708569,
                        0.0
                    ],
                    [
                        4.846155225493971,
                        52.706915180311924,
                        0.0
                    ],
                    [
                        4.845914123278694,
                        52.70692229842301,
                        0.0
                    ],
                    [
                        4.845755462125231,
                        52.7069836684387,
                        0.0
                    ],
                    [
                        4.845444189021158,
                        52.70699255141205,
                        0.0
                    ],
                    [
                        4.844180517983109,
                        52.70701317975357,
                        0.0
                    ],
                    [
                        4.844040300939868,
                        52.707006680496846,
                        0.0
                    ],
                    [
                        4.844026319002745,
                        52.707006643660705,
                        0.0
                    ],
                    [
                        4.843984113644148,
                        52.70700478846931,
                        0.0
                    ],
                    [
                        4.8439721203979,
                        52.70700426641364,
                        0.0
                    ],
                    [
                        4.843959672831462,
                        52.707003391788305,
                        0.0
                    ],
                    [
                        4.843944905286419,
                        52.70700227291088,
                        0.0
                    ],
                    [
                        4.843686501087022,
                        52.706988223918245,
                        0.0
                    ],
                    [
                        4.843592179784756,
                        52.70698309300294,
                        0.0
                    ],
                    [
                        4.84351554271409,
                        52.70697893249991,
                        0.0
                    ],
                    [
                        4.843450705215239,
                        52.70697540101694,
                        0.0
                    ],
                    [
                        4.843400003276302,
                        52.70697264405038,
                        0.0
                    ],
                    [
                        4.843349020343753,
                        52.70696987679144,
                        0.0
                    ],
                    [
                        4.842774724204517,
                        52.7069386458815,
                        0.0
                    ],
                    [
                        4.841835698401177,
                        52.70688758796053,
                        0.0
                    ],
                    [
                        4.841469046194933,
                        52.70686764594641,
                        0.0
                    ],
                    [
                        4.841218524574079,
                        52.70685402315652,
                        0.0
                    ],
                    [
                        4.841166950555546,
                        52.70685121630252,
                        0.0
                    ],
                    [
                        4.841093271220321,
                        52.70684721159777,
                        0.0
                    ],
                    [
                        4.840945897907189,
                        52.70683919299708,
                        0.0
                    ],
                    [
                        4.840857476882167,
                        52.70683438356001,
                        0.0
                    ],
                    [
                        4.840732208846564,
                        52.7068275715535,
                        0.0
                    ],
                    [
                        4.840661472062893,
                        52.70682372388208,
                        0.0
                    ],
                    [
                        4.840575121209445,
                        52.706819022597145,
                        0.0
                    ],
                    [
                        4.840489346942999,
                        52.70681435984577,
                        0.0
                    ],
                    [
                        4.84043187339627,
                        52.70681122900544,
                        0.0
                    ],
                    [
                        4.840374399745943,
                        52.70680810712388,
                        0.0
                    ],
                    [
                        4.840297615564391,
                        52.70680392589655,
                        0.0
                    ],
                    [
                        4.840253405121333,
                        52.70680152094545,
                        0.0
                    ],
                    [
                        4.840154959213965,
                        52.706796170636736,
                        0.0
                    ],
                    [
                        4.84010101954553,
                        52.70679323561732,
                        0.0
                    ],
                    [
                        4.839911949821473,
                        52.70678294808462,
                        0.0
                    ],
                    [
                        4.83947574564758,
                        52.70675922012066,
                        0.0
                    ],
                    [
                        4.839204007327087,
                        52.70674443498934,
                        0.0
                    ],
                    [
                        4.83918996685934,
                        52.706744352379964,
                        0.0
                    ],
                    [
                        4.839150329136364,
                        52.70674664134022,
                        0.0
                    ],
                    [
                        4.839125380419013,
                        52.70674684102355,
                        0.0
                    ],
                    [
                        4.838662797132865,
                        52.70674786480327,
                        0.0
                    ],
                    [
                        4.838289283374704,
                        52.706757412844084,
                        0.0
                    ],
                    [
                        4.837913758847348,
                        52.70676446101916,
                        0.0
                    ],
                    [
                        4.837767566068558,
                        52.70676622184842,
                        0.0
                    ],
                    [
                        4.837671259360614,
                        52.706772041286115,
                        0.0
                    ],
                    [
                        4.837609680381023,
                        52.70677184687276,
                        0.0
                    ],
                    [
                        4.837231468247848,
                        52.70677490820656,
                        0.0
                    ],
                    [
                        4.837218450493359,
                        52.706778227198434,
                        0.0
                    ],
                    [
                        4.837170016000013,
                        52.70679058530016,
                        0.0
                    ],
                    [
                        4.837127489855449,
                        52.706802566266475,
                        0.0
                    ],
                    [
                        4.836989332387346,
                        52.70681722375393,
                        0.0
                    ],
                    [
                        4.836846297704708,
                        52.70681962714317,
                        0.0
                    ],
                    [
                        4.836495602310807,
                        52.70682769332731,
                        0.0
                    ],
                    [
                        4.836176846896734,
                        52.706832599090184,
                        0.0
                    ],
                    [
                        4.835805233246477,
                        52.70684036869556,
                        0.0
                    ],
                    [
                        4.835444840252995,
                        52.70684300361488,
                        0.0
                    ],
                    [
                        4.834778661826003,
                        52.70685806786493,
                        0.0
                    ],
                    [
                        4.834698407725559,
                        52.70685687758667,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.591489Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112784/?format=api",
            "id": 112784,
            "code": "PL_31237",
            "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": "LineString",
                "coordinates": [
                    [
                        4.754285207289814,
                        52.63554152013212,
                        0.0
                    ],
                    [
                        4.754282630190676,
                        52.63553993364004,
                        0.0
                    ],
                    [
                        4.754153097810351,
                        52.63546047953349,
                        0.0
                    ],
                    [
                        4.754087833974623,
                        52.6354204442087,
                        0.0
                    ],
                    [
                        4.7540831628548,
                        52.63541757935549,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.605935Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112785/?format=api",
            "id": 112785,
            "code": "PL_31238",
            "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": "LineString",
                "coordinates": [
                    [
                        4.833926933415442,
                        52.68525700985511,
                        0.0
                    ],
                    [
                        4.833924817574935,
                        52.68525004399349,
                        0.0
                    ],
                    [
                        4.833925546327183,
                        52.68524736922261,
                        0.0
                    ],
                    [
                        4.833935274860765,
                        52.68524522159908,
                        0.0
                    ],
                    [
                        4.833961187119725,
                        52.68524269986038,
                        0.0
                    ],
                    [
                        4.833966665806273,
                        52.68524215914332,
                        0.0
                    ],
                    [
                        4.833975964773787,
                        52.68524124075364,
                        0.0
                    ],
                    [
                        4.833997909093723,
                        52.68523907801863,
                        0.0
                    ],
                    [
                        4.834049230915639,
                        52.68523402318454,
                        0.0
                    ],
                    [
                        4.834062106085935,
                        52.6852333191281,
                        0.0
                    ],
                    [
                        4.834221773177893,
                        52.685224570807776,
                        0.0
                    ],
                    [
                        4.834327083220571,
                        52.68521880510038,
                        0.0
                    ],
                    [
                        4.834363755219508,
                        52.68521680059364,
                        0.0
                    ],
                    [
                        4.834417283395457,
                        52.6852138678222,
                        0.0
                    ],
                    [
                        4.837167774038763,
                        52.68512163442239,
                        0.0
                    ],
                    [
                        4.837989971730653,
                        52.68508743442537,
                        0.0
                    ],
                    [
                        4.838048338394691,
                        52.68508544802433,
                        0.0
                    ],
                    [
                        4.83808310692806,
                        52.68508426040186,
                        0.0
                    ],
                    [
                        4.838090200663355,
                        52.68508820252794,
                        0.0
                    ],
                    [
                        4.838091320949366,
                        52.6851003313073,
                        0.0
                    ],
                    [
                        4.838097945627934,
                        52.685103938745456,
                        0.0
                    ],
                    [
                        4.838163561889539,
                        52.68510170713946,
                        0.0
                    ],
                    [
                        4.838171698073666,
                        52.68510152000023,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.620274Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112786/?format=api",
            "id": 112786,
            "code": "PL_31239",
            "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": "LineString",
                "coordinates": [
                    [
                        4.85172418637226,
                        52.707292419702405,
                        0.0
                    ],
                    [
                        4.851745422741593,
                        52.70720716521226,
                        0.0
                    ],
                    [
                        4.851754808397952,
                        52.70710361370155,
                        0.0
                    ],
                    [
                        4.851752758263927,
                        52.7070581749407,
                        0.0
                    ],
                    [
                        4.851735934176301,
                        52.706912616890904,
                        0.0
                    ],
                    [
                        4.851728470480407,
                        52.706813635888366,
                        0.0
                    ],
                    [
                        4.851519679773659,
                        52.70681993110183,
                        0.0
                    ],
                    [
                        4.851249982067337,
                        52.7068327908949,
                        0.0
                    ],
                    [
                        4.850773908419972,
                        52.70684439674997,
                        0.0
                    ],
                    [
                        4.850120280885941,
                        52.70685722185107,
                        0.0
                    ],
                    [
                        4.849713735353943,
                        52.706863852749485,
                        0.0
                    ],
                    [
                        4.849281057935054,
                        52.7068778773547,
                        0.0
                    ],
                    [
                        4.848967510169469,
                        52.7068889790626,
                        0.0
                    ],
                    [
                        4.848500244315208,
                        52.706901352587124,
                        0.0
                    ],
                    [
                        4.848195092388297,
                        52.70690948857879,
                        0.0
                    ],
                    [
                        4.847703578894758,
                        52.706925173251264,
                        0.0
                    ],
                    [
                        4.847416691698935,
                        52.70693758697622,
                        0.0
                    ],
                    [
                        4.84660101800412,
                        52.7069092251053,
                        0.0
                    ],
                    [
                        4.84613189804066,
                        52.70692429500388,
                        0.0
                    ],
                    [
                        4.84588024909356,
                        52.70693237165899,
                        0.0
                    ],
                    [
                        4.845620716051744,
                        52.706973852744014,
                        0.0
                    ],
                    [
                        4.84530228926909,
                        52.7069881130072,
                        0.0
                    ],
                    [
                        4.844629430923944,
                        52.7070182373311,
                        0.0
                    ],
                    [
                        4.84372599312686,
                        52.70705868299812,
                        0.0
                    ],
                    [
                        4.843631911191408,
                        52.70706289075854,
                        0.0
                    ],
                    [
                        4.84362834733273,
                        52.7070220822393,
                        0.0
                    ],
                    [
                        4.843620906258214,
                        52.706937093622216,
                        0.0
                    ],
                    [
                        4.843565502405335,
                        52.706304151825336,
                        0.0
                    ],
                    [
                        4.843493716960351,
                        52.70548391665919,
                        0.0
                    ],
                    [
                        4.843407534222679,
                        52.70449909835457,
                        0.0
                    ],
                    [
                        4.843365002297554,
                        52.70400404045479,
                        0.0
                    ],
                    [
                        4.843363073868752,
                        52.70398891540479,
                        0.0
                    ],
                    [
                        4.843261237583435,
                        52.703991397859106,
                        0.0
                    ],
                    [
                        4.843245132559671,
                        52.7039920342433,
                        0.0
                    ],
                    [
                        4.842564485620487,
                        52.70401909152676,
                        0.0
                    ],
                    [
                        4.84220738094905,
                        52.70403048833562,
                        0.0
                    ],
                    [
                        4.84185061742824,
                        52.704048949468415,
                        0.0
                    ],
                    [
                        4.84174202728549,
                        52.70405318810672,
                        0.0
                    ],
                    [
                        4.841488743865967,
                        52.70406308130234,
                        0.0
                    ],
                    [
                        4.841368633314697,
                        52.704069288874344,
                        0.0
                    ],
                    [
                        4.841241100320509,
                        52.70407511178677,
                        0.0
                    ],
                    [
                        4.84112077140804,
                        52.70408221681371,
                        0.0
                    ],
                    [
                        4.841077464951667,
                        52.70408466932009,
                        0.0
                    ],
                    [
                        4.841054220490144,
                        52.70408595566967,
                        0.0
                    ],
                    [
                        4.841036159975332,
                        52.70408678948557,
                        0.0
                    ],
                    [
                        4.841008975741989,
                        52.70408841723219,
                        0.0
                    ],
                    [
                        4.839941399444566,
                        52.70413581861982,
                        0.0
                    ],
                    [
                        4.839909879606122,
                        52.70413748909227,
                        0.0
                    ],
                    [
                        4.839878550512202,
                        52.70413809995975,
                        0.0
                    ],
                    [
                        4.839834882585308,
                        52.70413986733535,
                        0.0
                    ],
                    [
                        4.839800131854362,
                        52.70414198126229,
                        0.0
                    ],
                    [
                        4.839762276541626,
                        52.70414390116007,
                        0.0
                    ],
                    [
                        4.839743981509454,
                        52.70414455396019,
                        0.0
                    ],
                    [
                        4.839648595289343,
                        52.70415653535535,
                        0.0
                    ],
                    [
                        4.839614559158301,
                        52.70416066561781,
                        0.0
                    ],
                    [
                        4.839568849473481,
                        52.70416599136816,
                        0.0
                    ],
                    [
                        4.839519847801982,
                        52.70417072678257,
                        0.0
                    ],
                    [
                        4.839461266644274,
                        52.70417602023082,
                        0.0
                    ],
                    [
                        4.839194003803429,
                        52.70418327391859,
                        0.0
                    ],
                    [
                        4.838868819147224,
                        52.70419158130533,
                        0.0
                    ],
                    [
                        4.838303508568434,
                        52.70420572778019,
                        0.0
                    ],
                    [
                        4.838013520202288,
                        52.70421176861477,
                        0.0
                    ],
                    [
                        4.837693511906924,
                        52.704217831932276,
                        0.0
                    ],
                    [
                        4.837398010024926,
                        52.70422581398267,
                        0.0
                    ],
                    [
                        4.837149228272499,
                        52.704228142643174,
                        0.0
                    ],
                    [
                        4.836866409150845,
                        52.704234672151834,
                        0.0
                    ],
                    [
                        4.836411648175644,
                        52.70424876349429,
                        0.0
                    ],
                    [
                        4.836150530881154,
                        52.70425667686726,
                        0.0
                    ],
                    [
                        4.836040544847161,
                        52.70426123636559,
                        0.0
                    ],
                    [
                        4.835756489324819,
                        52.704270759193236,
                        0.0
                    ],
                    [
                        4.835713797787377,
                        52.70427486621817,
                        0.0
                    ],
                    [
                        4.835706312416589,
                        52.70427831852064,
                        0.0
                    ],
                    [
                        4.835684221803219,
                        52.70429373683753,
                        0.0
                    ],
                    [
                        4.835668036710578,
                        52.70430544389277,
                        0.0
                    ],
                    [
                        4.835518290160489,
                        52.704411732020205,
                        0.0
                    ],
                    [
                        4.835433841588439,
                        52.7044091297875,
                        0.0
                    ],
                    [
                        4.835422370127747,
                        52.70440953495376,
                        0.0
                    ],
                    [
                        4.835411712479143,
                        52.70441111221006,
                        0.0
                    ],
                    [
                        4.835403074335694,
                        52.704414460292064,
                        0.0
                    ],
                    [
                        4.835398443351872,
                        52.70442035231497,
                        0.0
                    ],
                    [
                        4.835371347985896,
                        52.70448434943233,
                        0.0
                    ],
                    [
                        4.835273110283705,
                        52.7047395670424,
                        0.0
                    ],
                    [
                        4.835154470203135,
                        52.70503230980037,
                        0.0
                    ],
                    [
                        4.835026385218902,
                        52.70536182861878,
                        0.0
                    ],
                    [
                        4.834941083660847,
                        52.70557870418877,
                        0.0
                    ],
                    [
                        4.834859940179701,
                        52.705799005079506,
                        0.0
                    ],
                    [
                        4.834716411441989,
                        52.706169082369925,
                        0.0
                    ],
                    [
                        4.834641558014211,
                        52.70635261025541,
                        0.0
                    ],
                    [
                        4.834540207124706,
                        52.70660057813128,
                        0.0
                    ],
                    [
                        4.834457827436093,
                        52.70681415962892,
                        0.0
                    ],
                    [
                        4.834454398591658,
                        52.70683031143273,
                        0.0
                    ],
                    [
                        4.834455904612207,
                        52.7068329156867,
                        0.0
                    ],
                    [
                        4.834462242670643,
                        52.706837195996705,
                        0.0
                    ],
                    [
                        4.834469792401572,
                        52.706839253140956,
                        0.0
                    ],
                    [
                        4.834493513006681,
                        52.70684258963377,
                        0.0
                    ],
                    [
                        4.834524370705393,
                        52.70684550091767,
                        0.0
                    ],
                    [
                        4.834689348831952,
                        52.70685716806266,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.639949Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112787/?format=api",
            "id": 112787,
            "code": "PL_31240",
            "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": "LineString",
                "coordinates": [
                    [
                        4.826617514170664,
                        52.665458151337425,
                        0.0
                    ],
                    [
                        4.826568812924757,
                        52.665493609842905,
                        0.0
                    ],
                    [
                        4.826560546835317,
                        52.66549962823244,
                        0.0
                    ],
                    [
                        4.826558517666994,
                        52.66550110155072,
                        0.0
                    ],
                    [
                        4.826497563374531,
                        52.66554687346237,
                        0.0
                    ],
                    [
                        4.82645728044916,
                        52.66557711411167,
                        0.0
                    ],
                    [
                        4.826432161357549,
                        52.66559597658726,
                        0.0
                    ],
                    [
                        4.826393281316824,
                        52.66562516334299,
                        0.0
                    ],
                    [
                        4.826307416484288,
                        52.66568963683322,
                        0.0
                    ],
                    [
                        4.826279789912786,
                        52.66571037475748,
                        0.0
                    ],
                    [
                        4.826271267529386,
                        52.66571677836626,
                        0.0
                    ],
                    [
                        4.82625973831107,
                        52.6657781152919,
                        0.0
                    ],
                    [
                        4.825982513353454,
                        52.66596205109425,
                        0.0
                    ],
                    [
                        4.825938040807591,
                        52.665991561816135,
                        0.0
                    ],
                    [
                        4.825921164178451,
                        52.66600276107561,
                        0.0
                    ],
                    [
                        4.825652374027097,
                        52.66618115487815,
                        0.0
                    ],
                    [
                        4.825635497252359,
                        52.66619235409638,
                        0.0
                    ],
                    [
                        4.825473348321419,
                        52.66629997369239,
                        0.0
                    ],
                    [
                        4.825456367180486,
                        52.66631123530244,
                        0.0
                    ],
                    [
                        4.825286733131676,
                        52.66642381615891,
                        0.0
                    ],
                    [
                        4.825245702617715,
                        52.66644996370808,
                        0.0
                    ],
                    [
                        4.825178456072713,
                        52.66649281135296,
                        0.0
                    ],
                    [
                        4.824986701558259,
                        52.66661497543074,
                        0.0
                    ],
                    [
                        4.824880778494566,
                        52.66668246264881,
                        0.0
                    ],
                    [
                        4.824706564411199,
                        52.666793457262095,
                        0.0
                    ],
                    [
                        4.824597263477527,
                        52.666866077897694,
                        0.0
                    ],
                    [
                        4.824526458553733,
                        52.66691311433538,
                        0.0
                    ],
                    [
                        4.82452583714263,
                        52.66691315633201,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.656482Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112788/?format=api",
            "id": 112788,
            "code": "PL_31241",
            "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": "LineString",
                "coordinates": [
                    [
                        4.832016730880539,
                        52.66290124524681,
                        0.0
                    ],
                    [
                        4.832015658063342,
                        52.66290192326413,
                        0.0
                    ],
                    [
                        4.832013885117637,
                        52.66290302939759,
                        0.0
                    ],
                    [
                        4.832010130483912,
                        52.66290538448482,
                        0.0
                    ],
                    [
                        4.832002089363001,
                        52.662919438825455,
                        0.0
                    ],
                    [
                        4.831998401005907,
                        52.66292591034198,
                        0.0
                    ],
                    [
                        4.831995468804883,
                        52.66293102832615,
                        0.0
                    ],
                    [
                        4.831994123500921,
                        52.662933385670804,
                        0.0
                    ],
                    [
                        4.831991963083736,
                        52.662934741636036,
                        0.0
                    ],
                    [
                        4.831987836097287,
                        52.66293731966371,
                        0.0
                    ],
                    [
                        4.831983872943862,
                        52.66293979959715,
                        0.0
                    ],
                    [
                        4.831983127905702,
                        52.66294027243934,
                        0.0
                    ],
                    [
                        4.831979343592696,
                        52.66294263637424,
                        0.0
                    ],
                    [
                        4.831978062258504,
                        52.662943439238234,
                        0.0
                    ],
                    [
                        4.831932095620044,
                        52.66297594693877,
                        0.0
                    ],
                    [
                        4.831916497394721,
                        52.66298913019161,
                        0.0
                    ],
                    [
                        4.831844597946056,
                        52.66303851152488,
                        0.0
                    ],
                    [
                        4.831769119564265,
                        52.66309036554774,
                        0.0
                    ],
                    [
                        4.831621726274283,
                        52.66319160064873,
                        0.0
                    ],
                    [
                        4.831440769052528,
                        52.663316962073004,
                        0.0
                    ],
                    [
                        4.831417968564638,
                        52.663332753836805,
                        0.0
                    ],
                    [
                        4.831356038710034,
                        52.66337565677395,
                        0.0
                    ],
                    [
                        4.831296181762784,
                        52.66341710445847,
                        0.0
                    ],
                    [
                        4.831236712408452,
                        52.663458284309456,
                        0.0
                    ],
                    [
                        4.83116944480971,
                        52.66350479301552,
                        0.0
                    ],
                    [
                        4.831086146782387,
                        52.66356237981077,
                        0.0
                    ],
                    [
                        4.831009648445815,
                        52.66361526210611,
                        0.0
                    ],
                    [
                        4.830967671175402,
                        52.663644283092694,
                        0.0
                    ],
                    [
                        4.830930853456776,
                        52.66366973332727,
                        0.0
                    ],
                    [
                        4.83088391066439,
                        52.66370216415982,
                        0.0
                    ],
                    [
                        4.830836505392342,
                        52.663734925335746,
                        0.0
                    ],
                    [
                        4.830792812981761,
                        52.663765133531186,
                        0.0
                    ],
                    [
                        4.830687697812663,
                        52.66383777933872,
                        0.0
                    ],
                    [
                        4.830607265785567,
                        52.66389306051827,
                        0.0
                    ],
                    [
                        4.830578665706895,
                        52.663912716425585,
                        0.0
                    ],
                    [
                        4.830559086948414,
                        52.663926177450435,
                        0.0
                    ],
                    [
                        4.830539478388761,
                        52.66393965630689,
                        0.0
                    ],
                    [
                        4.830519452313338,
                        52.66395342079544,
                        0.0
                    ],
                    [
                        4.830500320925565,
                        52.66396656935349,
                        0.0
                    ],
                    [
                        4.830492790616803,
                        52.66397174666604,
                        0.0
                    ],
                    [
                        4.830480742119094,
                        52.663980030365195,
                        0.0
                    ],
                    [
                        4.830461148519789,
                        52.66399349130439,
                        0.0
                    ],
                    [
                        4.830453111215661,
                        52.66399901674093,
                        0.0
                    ],
                    [
                        4.83040378400676,
                        52.66403291910559,
                        0.0
                    ],
                    [
                        4.830392928413114,
                        52.66404038156054,
                        0.0
                    ],
                    [
                        4.830382803564257,
                        52.66404733516677,
                        0.0
                    ],
                    [
                        4.830363209904949,
                        52.66406079608955,
                        0.0
                    ],
                    [
                        4.8303433029903,
                        52.66407448022174,
                        0.0
                    ],
                    [
                        4.830324037217387,
                        52.66408772698108,
                        0.0
                    ],
                    [
                        4.830304458302948,
                        52.66410118796318,
                        0.0
                    ],
                    [
                        4.830297121806677,
                        52.664106231363235,
                        0.0
                    ],
                    [
                        4.83028486459563,
                        52.66411464887278,
                        0.0
                    ],
                    [
                        4.830265375139258,
                        52.664128047357146,
                        0.0
                    ],
                    [
                        4.830245735927087,
                        52.66414159791889,
                        0.0
                    ],
                    [
                        4.830239383379321,
                        52.66414598087232,
                        0.0
                    ],
                    [
                        4.830226142183769,
                        52.664155058818665,
                        0.0
                    ],
                    [
                        4.83020653376138,
                        52.664168510659294,
                        0.0
                    ],
                    [
                        4.830194097664931,
                        52.664177044154975,
                        0.0
                    ],
                    [
                        4.830172105434832,
                        52.664188471704,
                        0.0
                    ],
                    [
                        4.830148933338828,
                        52.66419968701921,
                        0.0
                    ],
                    [
                        4.83012576123101,
                        52.664210902329884,
                        0.0
                    ],
                    [
                        4.830111602134958,
                        52.664217756136296,
                        0.0
                    ],
                    [
                        4.83010258911137,
                        52.66422211763599,
                        0.0
                    ],
                    [
                        4.830079416979918,
                        52.66423333293752,
                        0.0
                    ],
                    [
                        4.83005624495051,
                        52.66424453924784,
                        0.0
                    ],
                    [
                        4.830033072795425,
                        52.664255754540285,
                        0.0
                    ],
                    [
                        4.830009900628526,
                        52.66426696982814,
                        0.0
                    ],
                    [
                        4.829986728449806,
                        52.66427818511143,
                        0.0
                    ],
                    [
                        4.829982549156282,
                        52.66428020562047,
                        0.0
                    ],
                    [
                        4.829963556373152,
                        52.6642893914035,
                        0.0
                    ],
                    [
                        4.829940384170806,
                        52.66430060667767,
                        0.0
                    ],
                    [
                        4.82991721195664,
                        52.66431182194729,
                        0.0
                    ],
                    [
                        4.829894039730658,
                        52.66432303721231,
                        0.0
                    ],
                    [
                        4.829887108867791,
                        52.664326392901245,
                        0.0
                    ],
                    [
                        4.82987086760676,
                        52.664334243486145,
                        0.0
                    ],
                    [
                        4.829847695357148,
                        52.66434545874209,
                        0.0
                    ],
                    [
                        4.829824523095719,
                        52.66435667399341,
                        0.0
                    ],
                    [
                        4.829801350822474,
                        52.66436788924019,
                        0.0
                    ],
                    [
                        4.82977779195378,
                        52.66437928241418,
                        0.0
                    ],
                    [
                        4.829751818963245,
                        52.66438754572598,
                        0.0
                    ],
                    [
                        4.829725400710791,
                        52.664395950740065,
                        0.0
                    ],
                    [
                        4.829698982448253,
                        52.664404355748246,
                        0.0
                    ],
                    [
                        4.829672564175626,
                        52.664412760750515,
                        0.0
                    ],
                    [
                        4.829646145892916,
                        52.66442116574687,
                        0.0
                    ],
                    [
                        4.829619727600116,
                        52.66442957073737,
                        0.0
                    ],
                    [
                        4.829612499631405,
                        52.66443187351994,
                        0.0
                    ],
                    [
                        4.829593309297235,
                        52.66443797572194,
                        0.0
                    ],
                    [
                        4.82956689109823,
                        52.66444637171399,
                        0.0
                    ],
                    [
                        4.829540472775179,
                        52.664454776686796,
                        0.0
                    ],
                    [
                        4.829514054442042,
                        52.66446318165364,
                        0.0
                    ],
                    [
                        4.829487987081517,
                        52.66447188483642,
                        0.0
                    ],
                    [
                        4.82948372555756,
                        52.66447339267434,
                        0.0
                    ],
                    [
                        4.829461714942344,
                        52.66448041629739,
                        0.0
                    ],
                    [
                        4.829433980765005,
                        52.66448767370772,
                        0.0
                    ],
                    [
                        4.829404696549127,
                        52.66449360273091,
                        0.0
                    ],
                    [
                        4.82937396485178,
                        52.66449827574398,
                        0.0
                    ],
                    [
                        4.82934302849396,
                        52.66450276804616,
                        0.0
                    ],
                    [
                        4.829317986260268,
                        52.66450639825341,
                        0.0
                    ],
                    [
                        4.829312092129844,
                        52.664507260340244,
                        0.0
                    ],
                    [
                        4.829281141092443,
                        52.66451174357038,
                        0.0
                    ],
                    [
                        4.829250204715742,
                        52.66451623584833,
                        0.0
                    ],
                    [
                        4.829219268446784,
                        52.6645207191316,
                        0.0
                    ],
                    [
                        4.829188332057504,
                        52.66452521139349,
                        0.0
                    ],
                    [
                        4.82915738088091,
                        52.66452970357791,
                        0.0
                    ],
                    [
                        4.829127131773556,
                        52.664534783213405,
                        0.0
                    ],
                    [
                        4.829096926432013,
                        52.66453990798235,
                        0.0
                    ],
                    [
                        4.829066706416494,
                        52.66454502368767,
                        0.0
                    ],
                    [
                        4.829036486393969,
                        52.66455013938527,
                        0.0
                    ],
                    [
                        4.829006281145467,
                        52.664555255144535,
                        0.0
                    ],
                    [
                        4.828976061108927,
                        52.66456037082673,
                        0.0
                    ],
                    [
                        4.828945840951291,
                        52.6645654954879,
                        0.0
                    ],
                    [
                        4.828915635681768,
                        52.66457061122407,
                        0.0
                    ],
                    [
                        4.828885415624206,
                        52.66457572688322,
                        0.0
                    ],
                    [
                        4.828855210340672,
                        52.664580842604,
                        0.0
                    ],
                    [
                        4.828824990269099,
                        52.664585958247756,
                        0.0
                    ],
                    [
                        4.828794770190518,
                        52.664591073883805,
                        0.0
                    ],
                    [
                        4.828764564771845,
                        52.66459619856817,
                        0.0
                    ],
                    [
                        4.828748062283981,
                        52.66459898800239,
                        0.0
                    ],
                    [
                        4.828734344679246,
                        52.66460131418883,
                        0.0
                    ],
                    [
                        4.828704036920634,
                        52.66460634850578,
                        0.0
                    ],
                    [
                        4.828673582942698,
                        52.6646112563083,
                        0.0
                    ],
                    [
                        4.828643114291093,
                        52.66461615504693,
                        0.0
                    ],
                    [
                        4.828612660299615,
                        52.66462106283378,
                        0.0
                    ],
                    [
                        4.828582206301366,
                        52.66462597061284,
                        0.0
                    ],
                    [
                        4.828551737515289,
                        52.66463087831465,
                        0.0
                    ],
                    [
                        4.82852128361767,
                        52.66463577709144,
                        0.0
                    ],
                    [
                        4.828490829599108,
                        52.664640684847036,
                        0.0
                    ],
                    [
                        4.828460360792716,
                        52.6646455925254,
                        0.0
                    ],
                    [
                        4.828429906760605,
                        52.664650500265374,
                        0.0
                    ],
                    [
                        4.828399540494466,
                        52.664655480307125,
                        0.0
                    ],
                    [
                        4.828369173993055,
                        52.66466047831434,
                        0.0
                    ],
                    [
                        4.828366611387255,
                        52.6646608976597,
                        0.0
                    ],
                    [
                        4.828338822380044,
                        52.66466546739664,
                        0.0
                    ],
                    [
                        4.828308470645952,
                        52.66467046545775,
                        0.0
                    ],
                    [
                        4.828278118904983,
                        52.66467546351113,
                        0.0
                    ],
                    [
                        4.828247752490307,
                        52.66468045250064,
                        0.0
                    ],
                    [
                        4.828217400735594,
                        52.6646854505385,
                        0.0
                    ],
                    [
                        4.828187107412817,
                        52.66469050276616,
                        0.0
                    ],
                    [
                        4.828159592210331,
                        52.664697949639496,
                        0.0
                    ],
                    [
                        4.828132076884281,
                        52.66470540549302,
                        0.0
                    ],
                    [
                        4.828109235683554,
                        52.66471262268047,
                        0.0
                    ],
                    [
                        4.828105628912883,
                        52.66471378304715,
                        0.0
                    ],
                    [
                        4.828079254036953,
                        52.66472222384906,
                        0.0
                    ],
                    [
                        4.82805287915091,
                        52.66473066464506,
                        0.0
                    ],
                    [
                        4.828026504254755,
                        52.66473910543527,
                        0.0
                    ],
                    [
                        4.828000129462771,
                        52.664747537232884,
                        0.0
                    ],
                    [
                        4.827973739765301,
                        52.664755977941766,
                        0.0
                    ],
                    [
                        4.827947364838812,
                        52.66476441871427,
                        0.0
                    ],
                    [
                        4.827920989902208,
                        52.664772859480884,
                        0.0
                    ],
                    [
                        4.827894614955492,
                        52.66478130024165,
                        0.0
                    ],
                    [
                        4.827825827571822,
                        52.66480739905875,
                        0.0
                    ],
                    [
                        4.827707714075727,
                        52.66486126085977,
                        0.0
                    ],
                    [
                        4.827615103974525,
                        52.66490662382768,
                        0.0
                    ],
                    [
                        4.827511407241988,
                        52.66496243156657,
                        0.0
                    ],
                    [
                        4.827421672969341,
                        52.66501293059619,
                        0.0
                    ],
                    [
                        4.827393098562616,
                        52.66503156132357,
                        0.0
                    ],
                    [
                        4.827331820729297,
                        52.665071517447544,
                        0.0
                    ],
                    [
                        4.827293676612039,
                        52.66509639412433,
                        0.0
                    ],
                    [
                        4.82707572271836,
                        52.66524081628698,
                        0.0
                    ],
                    [
                        4.826857767506803,
                        52.66538522905643,
                        0.0
                    ],
                    [
                        4.826814917939537,
                        52.665412752601725,
                        0.0
                    ],
                    [
                        4.826695058032828,
                        52.665489747109184,
                        0.0
                    ],
                    [
                        4.826560546835317,
                        52.66549962823244,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.681003Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112789/?format=api",
            "id": 112789,
            "code": "PL_31242",
            "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": "LineString",
                "coordinates": [
                    [
                        4.834689348831952,
                        52.70685716806266,
                        0.0
                    ],
                    [
                        4.834502519425158,
                        52.70685940130844,
                        0.0
                    ],
                    [
                        4.834294719878568,
                        52.706831394256035,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.696001Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112790/?format=api",
            "id": 112790,
            "code": "PL_31243",
            "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": "LineString",
                "coordinates": [
                    [
                        4.811270923840023,
                        52.65854514103391,
                        0.0
                    ],
                    [
                        4.811225896084046,
                        52.658552535149425,
                        0.0
                    ],
                    [
                        4.811225836379693,
                        52.65855257979623,
                        0.0
                    ],
                    [
                        4.811216152553935,
                        52.658559578857414,
                        0.0
                    ],
                    [
                        4.81105843494881,
                        52.65867361733344,
                        0.0
                    ],
                    [
                        4.811031725742188,
                        52.65869293622855,
                        0.0
                    ],
                    [
                        4.811032884976778,
                        52.65870937041974,
                        0.0
                    ],
                    [
                        4.81103400693903,
                        52.658725265199166,
                        0.0
                    ],
                    [
                        4.811044603960494,
                        52.65887307485059,
                        0.0
                    ],
                    [
                        4.811045637609606,
                        52.658888942239955,
                        0.0
                    ],
                    [
                        4.811046781549379,
                        52.658906544690204,
                        0.0
                    ],
                    [
                        4.811042645514318,
                        52.65892102997328,
                        0.0
                    ],
                    [
                        4.810664230384752,
                        52.659186124779254,
                        0.0
                    ],
                    [
                        4.810521518930369,
                        52.65928264735101,
                        0.0
                    ],
                    [
                        4.810303201290693,
                        52.65943024572928,
                        0.0
                    ],
                    [
                        4.810292527802062,
                        52.65945407291217,
                        0.0
                    ],
                    [
                        4.810299908748468,
                        52.659513361219354,
                        0.0
                    ],
                    [
                        4.810309935928851,
                        52.65959401590973,
                        0.0
                    ],
                    [
                        4.810313171491015,
                        52.659620031526686,
                        0.0
                    ],
                    [
                        4.810315622295178,
                        52.659626999493604,
                        0.0
                    ],
                    [
                        4.810321387796916,
                        52.65963366898494,
                        0.0
                    ],
                    [
                        4.810497880138159,
                        52.65973277271438,
                        0.0
                    ],
                    [
                        4.810590565793771,
                        52.659784754565145,
                        0.0
                    ],
                    [
                        4.810862618329028,
                        52.6599343076566,
                        0.0
                    ],
                    [
                        4.811407248962887,
                        52.66022981960811,
                        0.0
                    ],
                    [
                        4.811407475813491,
                        52.660232813437894,
                        0.0
                    ],
                    [
                        4.81140838639305,
                        52.66024454611863,
                        0.0
                    ],
                    [
                        4.811428481549757,
                        52.66051145484961,
                        0.0
                    ],
                    [
                        4.811429174183649,
                        52.660520643101954,
                        0.0
                    ],
                    [
                        4.811430148852699,
                        52.660528610462734,
                        0.0
                    ],
                    [
                        4.811430235485178,
                        52.66052989604908,
                        0.0
                    ],
                    [
                        4.811430473118111,
                        52.660533195495,
                        0.0
                    ],
                    [
                        4.811454946489916,
                        52.66054699244531,
                        0.0
                    ],
                    [
                        4.811675257355226,
                        52.66067187499887,
                        0.0
                    ],
                    [
                        4.812318028600605,
                        52.66101737683772,
                        0.0
                    ],
                    [
                        4.81261401664753,
                        52.66117659487957,
                        0.0
                    ],
                    [
                        4.812626197981975,
                        52.66118323233569,
                        0.0
                    ],
                    [
                        4.812646084504089,
                        52.66119405908515,
                        0.0
                    ],
                    [
                        4.812664327196736,
                        52.6612039971479,
                        0.0
                    ],
                    [
                        4.812748995207052,
                        52.66125011486045,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.710952Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        }
    ]
}