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=123
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=124",
    "previous": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=122",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112761/?format=api",
            "id": 112761,
            "code": "PL_31214",
            "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.850813757608591,
                        52.72111316632951,
                        0.0
                    ],
                    [
                        4.85081864134724,
                        52.72110594479252,
                        0.0
                    ],
                    [
                        4.850925414981773,
                        52.721065984151565,
                        0.0
                    ],
                    [
                        4.852052202418689,
                        52.7207556723005,
                        0.0
                    ],
                    [
                        4.852737687625306,
                        52.72055746894395,
                        0.0
                    ],
                    [
                        4.854522058287382,
                        52.71937117111152,
                        0.0
                    ],
                    [
                        4.85478335418876,
                        52.71919089186407,
                        0.0
                    ],
                    [
                        4.854722884616027,
                        52.71915758516348,
                        0.0
                    ],
                    [
                        4.853884012301876,
                        52.718696490105195,
                        0.0
                    ],
                    [
                        4.853874259487818,
                        52.71866477615255,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.193699Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112762/?format=api",
            "id": 112762,
            "code": "PL_31215",
            "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.81585414006355,
                        52.64392751968227,
                        0.0
                    ],
                    [
                        4.81531999092944,
                        52.644302927434545,
                        0.0
                    ],
                    [
                        4.815279904631178,
                        52.64430189884106,
                        0.0
                    ],
                    [
                        4.815060760560081,
                        52.644181422585454,
                        0.0
                    ],
                    [
                        4.815029550710765,
                        52.64417498137372,
                        0.0
                    ],
                    [
                        4.814816771898042,
                        52.64417748039229,
                        0.0
                    ],
                    [
                        4.814785228186012,
                        52.64418761892137,
                        0.0
                    ],
                    [
                        4.813118181346906,
                        52.645322576878705,
                        0.0
                    ],
                    [
                        4.812554583018873,
                        52.6457119669342,
                        0.0
                    ],
                    [
                        4.812530660285144,
                        52.64571883439788,
                        0.0
                    ],
                    [
                        4.81178070741222,
                        52.64571678074363,
                        0.0
                    ],
                    [
                        4.811733732237426,
                        52.64572270069082,
                        0.0
                    ],
                    [
                        4.811699205326152,
                        52.645734846090676,
                        0.0
                    ],
                    [
                        4.811667257154621,
                        52.6457543015784,
                        0.0
                    ],
                    [
                        4.811652375940437,
                        52.64577028072199,
                        0.0
                    ],
                    [
                        4.811635224483366,
                        52.645806191503524,
                        0.0
                    ],
                    [
                        4.811619838690644,
                        52.64683316672184,
                        0.0
                    ],
                    [
                        4.811617819920382,
                        52.64683951989689,
                        0.0
                    ],
                    [
                        4.81160797331747,
                        52.64684899868357,
                        0.0
                    ],
                    [
                        4.811595978608162,
                        52.64685438687827,
                        0.0
                    ],
                    [
                        4.811574662686469,
                        52.64685733036895,
                        0.0
                    ],
                    [
                        4.811041695451378,
                        52.646854893235535,
                        0.0
                    ],
                    [
                        4.810966223409618,
                        52.64685122925724,
                        0.0
                    ],
                    [
                        4.81077882157838,
                        52.64684206181681,
                        0.0
                    ],
                    [
                        4.810735719066318,
                        52.646850031253365,
                        0.0
                    ],
                    [
                        4.810709477127125,
                        52.64686805821439,
                        0.0
                    ],
                    [
                        4.810681227929711,
                        52.64690395100378,
                        0.0
                    ],
                    [
                        4.810659967596101,
                        52.6469240691625,
                        0.0
                    ],
                    [
                        4.810563851739674,
                        52.647043411676215,
                        0.0
                    ],
                    [
                        4.810519611496313,
                        52.647113360318244,
                        0.0
                    ],
                    [
                        4.810461667065629,
                        52.64719057604796,
                        0.0
                    ],
                    [
                        4.810410732028251,
                        52.64724594188493,
                        0.0
                    ],
                    [
                        4.810328413921019,
                        52.64732823393997,
                        0.0
                    ],
                    [
                        4.810281539498147,
                        52.64736576182886,
                        0.0
                    ],
                    [
                        4.810205261030625,
                        52.64741338347407,
                        0.0
                    ],
                    [
                        4.810118494999481,
                        52.64745959711069,
                        0.0
                    ],
                    [
                        4.810013860664491,
                        52.647506092439066,
                        0.0
                    ],
                    [
                        4.809933003484112,
                        52.647532131367576,
                        0.0
                    ],
                    [
                        4.809720514238303,
                        52.64758897737904,
                        0.0
                    ],
                    [
                        4.809586702716803,
                        52.647606832201525,
                        0.0
                    ],
                    [
                        4.809453019489115,
                        52.647614909410976,
                        0.0
                    ],
                    [
                        4.809212112124101,
                        52.64762244742028,
                        0.0
                    ],
                    [
                        4.809038483477853,
                        52.647620794585485,
                        0.0
                    ],
                    [
                        4.808976235159975,
                        52.64762049194298,
                        0.0
                    ],
                    [
                        4.808870799813271,
                        52.6476165191803,
                        0.0
                    ],
                    [
                        4.808765541435009,
                        52.6476125741464,
                        0.0
                    ],
                    [
                        4.808655993860535,
                        52.64760557047559,
                        0.0
                    ],
                    [
                        4.808535812489081,
                        52.647594812230544,
                        0.0
                    ],
                    [
                        4.808497276303769,
                        52.647590301864845,
                        0.0
                    ],
                    [
                        4.808317190451429,
                        52.647560585439095,
                        0.0
                    ],
                    [
                        4.808303209862304,
                        52.647558513237044,
                        0.0
                    ],
                    [
                        4.808120606186872,
                        52.64753150738153,
                        0.0
                    ],
                    [
                        4.807974849099907,
                        52.64750828458587,
                        0.0
                    ],
                    [
                        4.807885201963439,
                        52.64749144625768,
                        0.0
                    ],
                    [
                        4.80786098599137,
                        52.6474867897493,
                        0.0
                    ],
                    [
                        4.807767817858597,
                        52.64746803787765,
                        0.0
                    ],
                    [
                        4.807739316284426,
                        52.647462299972425,
                        0.0
                    ],
                    [
                        4.807684218216782,
                        52.64745090532255,
                        0.0
                    ],
                    [
                        4.807660935259047,
                        52.64744609154997,
                        0.0
                    ],
                    [
                        4.807607317738804,
                        52.64743335599733,
                        0.0
                    ],
                    [
                        4.807553700131288,
                        52.64742062940713,
                        0.0
                    ],
                    [
                        4.807530728338334,
                        52.647414630813444,
                        0.0
                    ],
                    [
                        4.807496750329993,
                        52.64740287168462,
                        0.0
                    ],
                    [
                        4.807462577119807,
                        52.64738910744588,
                        0.0
                    ],
                    [
                        4.807427127133178,
                        52.64737468090612,
                        0.0
                    ],
                    [
                        4.807423267426299,
                        52.647372675915165,
                        0.0
                    ],
                    [
                        4.807406840865126,
                        52.64732972682318,
                        0.0
                    ],
                    [
                        4.807348467019108,
                        52.64731240245941,
                        0.0
                    ],
                    [
                        4.807342204918732,
                        52.647308812989685,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.210190Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112763/?format=api",
            "id": 112763,
            "code": "PL_31216",
            "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.808317190451429,
                        52.647560585439095,
                        0.0
                    ],
                    [
                        4.808310219904107,
                        52.64756927809175,
                        0.0
                    ],
                    [
                        4.808259867667413,
                        52.64760369665801,
                        0.0
                    ],
                    [
                        4.805582613051128,
                        52.64943390146683,
                        0.0
                    ],
                    [
                        4.805549657040654,
                        52.649460998498476,
                        0.0
                    ],
                    [
                        4.805367001300147,
                        52.64958605178825,
                        0.0
                    ],
                    [
                        4.80533651460896,
                        52.649597370313465,
                        0.0
                    ],
                    [
                        4.805334314878225,
                        52.64961844354561,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.234127Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112764/?format=api",
            "id": 112764,
            "code": "PL_31217",
            "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.822526148141171,
                        52.66806557711443,
                        0.0
                    ],
                    [
                        4.822538411766894,
                        52.66805916457071,
                        0.0
                    ],
                    [
                        4.822594729331577,
                        52.66802970235049,
                        0.0
                    ],
                    [
                        4.822624406368718,
                        52.66801416060432,
                        0.0
                    ],
                    [
                        4.822852533377998,
                        52.667894806123385,
                        0.0
                    ],
                    [
                        4.822997508468545,
                        52.66781894116629,
                        0.0
                    ],
                    [
                        4.823359549400877,
                        52.66762950079979,
                        0.0
                    ],
                    [
                        4.823477152375996,
                        52.667555347890165,
                        0.0
                    ],
                    [
                        4.823477972070076,
                        52.667554830519215,
                        0.0
                    ],
                    [
                        4.823496422803228,
                        52.667543171733314,
                        0.0
                    ],
                    [
                        4.823502831379363,
                        52.66753912193021,
                        0.0
                    ],
                    [
                        4.823510208885263,
                        52.66753559797305,
                        0.0
                    ],
                    [
                        4.82351613544803,
                        52.66753224688362,
                        0.0
                    ],
                    [
                        4.823525586315843,
                        52.667527276830086,
                        0.0
                    ],
                    [
                        4.823744137489856,
                        52.66738534446327,
                        0.0
                    ],
                    [
                        4.823772886861249,
                        52.66736483712586,
                        0.0
                    ],
                    [
                        4.823837427199126,
                        52.66731881398083,
                        0.0
                    ],
                    [
                        4.823899088123932,
                        52.667274835225676,
                        0.0
                    ],
                    [
                        4.823987394621228,
                        52.66721183994394,
                        0.0
                    ],
                    [
                        4.824046861934183,
                        52.667169441453694,
                        0.0
                    ],
                    [
                        4.824078460605568,
                        52.66714689845828,
                        0.0
                    ],
                    [
                        4.824160754057974,
                        52.6670939761501,
                        0.0
                    ],
                    [
                        4.824195081392966,
                        52.66707190438319,
                        0.0
                    ],
                    [
                        4.824240781600383,
                        52.66704251695613,
                        0.0
                    ],
                    [
                        4.824272575001074,
                        52.6670220688385,
                        0.0
                    ],
                    [
                        4.824311359038965,
                        52.66699712426189,
                        0.0
                    ],
                    [
                        4.824408005762262,
                        52.666934976974346,
                        0.0
                    ],
                    [
                        4.824449895473501,
                        52.66693070852245,
                        0.0
                    ],
                    [
                        4.824490008828519,
                        52.666926629370906,
                        0.0
                    ],
                    [
                        4.824866570499925,
                        52.66667336339391,
                        0.0
                    ],
                    [
                        4.824968665257369,
                        52.66660468976465,
                        0.0
                    ],
                    [
                        4.825150755897187,
                        52.6664822194302,
                        0.0
                    ],
                    [
                        4.825263317097882,
                        52.66640650412875,
                        0.0
                    ],
                    [
                        4.825431849060372,
                        52.66629803421988,
                        0.0
                    ],
                    [
                        4.825448900551323,
                        52.66628705154739,
                        0.0
                    ],
                    [
                        4.825617103533889,
                        52.666178804501364,
                        0.0
                    ],
                    [
                        4.825634557362921,
                        52.66616756307396,
                        0.0
                    ],
                    [
                        4.825904559862511,
                        52.665993785444265,
                        0.0
                    ],
                    [
                        4.825921506729089,
                        52.66598287410759,
                        0.0
                    ],
                    [
                        4.825971497507039,
                        52.66595070226496,
                        0.0
                    ],
                    [
                        4.826162383109535,
                        52.665827840488724,
                        0.0
                    ],
                    [
                        4.826226850840144,
                        52.66575237376709,
                        0.0
                    ],
                    [
                        4.826232329410336,
                        52.665745865936586,
                        0.0
                    ],
                    [
                        4.826238815301985,
                        52.665738032756224,
                        0.0
                    ],
                    [
                        4.826259765434718,
                        52.66571341685544,
                        0.0
                    ],
                    [
                        4.82627788586889,
                        52.665690450232944,
                        0.0
                    ],
                    [
                        4.826285563548976,
                        52.665680735365896,
                        0.0
                    ],
                    [
                        4.826303578708748,
                        52.665668337143266,
                        0.0
                    ],
                    [
                        4.826379441852234,
                        52.66561614688815,
                        0.0
                    ],
                    [
                        4.826420050394119,
                        52.66558819952596,
                        0.0
                    ],
                    [
                        4.826445119180177,
                        52.66557096349177,
                        0.0
                    ],
                    [
                        4.826487502204918,
                        52.665541802217376,
                        0.0
                    ],
                    [
                        4.826559741078347,
                        52.66549210218189,
                        0.0
                    ],
                    [
                        4.826592012841963,
                        52.665469903201846,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.250436Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112765/?format=api",
            "id": 112765,
            "code": "PL_31218",
            "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.840124178273988,
                        52.65695341964707,
                        0.0
                    ],
                    [
                        4.84012402925945,
                        52.65695351782055,
                        0.0
                    ],
                    [
                        4.840065093544897,
                        52.656991190567524,
                        0.0
                    ],
                    [
                        4.840031059710802,
                        52.657013519909164,
                        0.0
                    ],
                    [
                        4.840024518166369,
                        52.65701781264532,
                        0.0
                    ],
                    [
                        4.840009021164177,
                        52.65702797774069,
                        0.0
                    ],
                    [
                        4.840002675964641,
                        52.657030743560036,
                        0.0
                    ],
                    [
                        4.840000298319997,
                        52.657031784120676,
                        0.0
                    ],
                    [
                        4.839991580577691,
                        52.657032804500766,
                        0.0
                    ],
                    [
                        4.839985085519436,
                        52.65703217247947,
                        0.0
                    ],
                    [
                        4.839977919239291,
                        52.65702965905123,
                        0.0
                    ],
                    [
                        4.839931630628817,
                        52.657004686431016,
                        0.0
                    ],
                    [
                        4.839789030391687,
                        52.65692822345474,
                        0.0
                    ],
                    [
                        4.839487135759944,
                        52.65676659242403,
                        0.0
                    ],
                    [
                        4.839012064257863,
                        52.65650860200449,
                        0.0
                    ],
                    [
                        4.839006561239032,
                        52.65650664440001,
                        0.0
                    ],
                    [
                        4.838998908633717,
                        52.65650640242504,
                        0.0
                    ],
                    [
                        4.838992421046306,
                        52.65650754984359,
                        0.0
                    ],
                    [
                        4.838954975597304,
                        52.65652967442575,
                        0.0
                    ],
                    [
                        4.838879727104656,
                        52.656574146585456,
                        0.0
                    ],
                    [
                        4.838828464580186,
                        52.656604439680656,
                        0.0
                    ],
                    [
                        4.838822697416798,
                        52.65660588698805,
                        0.0
                    ],
                    [
                        4.838820197406297,
                        52.656606073179766,
                        0.0
                    ],
                    [
                        4.838815877750757,
                        52.65660640376397,
                        0.0
                    ],
                    [
                        4.838810432597509,
                        52.65660573158284,
                        0.0
                    ],
                    [
                        4.838728911145954,
                        52.65656893069289,
                        0.0
                    ],
                    [
                        4.838492739283651,
                        52.656462314050316,
                        0.0
                    ],
                    [
                        4.838109673683594,
                        52.65626967670776,
                        0.0
                    ],
                    [
                        4.83808505846387,
                        52.65625729557997,
                        0.0
                    ],
                    [
                        4.838077524003919,
                        52.656253513144804,
                        0.0
                    ],
                    [
                        4.83805920940218,
                        52.65624430660995,
                        0.0
                    ],
                    [
                        4.838050838667278,
                        52.656218726417514,
                        0.0
                    ],
                    [
                        4.838029541215529,
                        52.656153686773834,
                        0.0
                    ],
                    [
                        4.838027534123123,
                        52.656147539267515,
                        0.0
                    ],
                    [
                        4.837983720635386,
                        52.65608074201295,
                        0.0
                    ],
                    [
                        4.837955215115032,
                        52.65603314013513,
                        0.0
                    ],
                    [
                        4.837907874005285,
                        52.65594824436673,
                        0.0
                    ],
                    [
                        4.837905275852789,
                        52.6559444577551,
                        0.0
                    ],
                    [
                        4.837902074902678,
                        52.655941603025646,
                        0.0
                    ],
                    [
                        4.837898261539388,
                        52.65593926672391,
                        0.0
                    ],
                    [
                        4.837877883852413,
                        52.65593077859317,
                        0.0
                    ],
                    [
                        4.837789374936673,
                        52.65589389983944,
                        0.0
                    ],
                    [
                        4.837775407665801,
                        52.65588807454332,
                        0.0
                    ],
                    [
                        4.837764306979064,
                        52.65588347575581,
                        0.0
                    ],
                    [
                        4.837763836548584,
                        52.65588327586491,
                        0.0
                    ],
                    [
                        4.837341015035401,
                        52.65569725562928,
                        0.0
                    ],
                    [
                        4.837316511446842,
                        52.655686627354044,
                        0.0
                    ],
                    [
                        4.837285230523723,
                        52.65567432308661,
                        0.0
                    ],
                    [
                        4.837138306486563,
                        52.65560160251324,
                        0.0
                    ],
                    [
                        4.8370812584944,
                        52.65557336159713,
                        0.0
                    ],
                    [
                        4.837024034251042,
                        52.65554503895338,
                        0.0
                    ],
                    [
                        4.836902917701236,
                        52.65548509139964,
                        0.0
                    ],
                    [
                        4.836419806271699,
                        52.65524595328166,
                        0.0
                    ],
                    [
                        4.835931088273105,
                        52.65498526289503,
                        0.0
                    ],
                    [
                        4.835227536448592,
                        52.654604700254644,
                        0.0
                    ],
                    [
                        4.834943206671118,
                        52.654452090232866,
                        0.0
                    ],
                    [
                        4.834503283165321,
                        52.65421544543643,
                        0.0
                    ],
                    [
                        4.834228657775828,
                        52.654056578756645,
                        0.0
                    ],
                    [
                        4.833918952548609,
                        52.65385526356275,
                        0.0
                    ],
                    [
                        4.833605021947943,
                        52.653649380362125,
                        0.0
                    ],
                    [
                        4.833575106024806,
                        52.65362862451978,
                        0.0
                    ],
                    [
                        4.833511303989953,
                        52.653584362226276,
                        0.0
                    ],
                    [
                        4.833500799807379,
                        52.6535770696571,
                        0.0
                    ],
                    [
                        4.833473022015619,
                        52.65356726114265,
                        0.0
                    ],
                    [
                        4.833435225077765,
                        52.65356680656588,
                        0.0
                    ],
                    [
                        4.83328405491166,
                        52.65356828651639,
                        0.0
                    ],
                    [
                        4.833236060913562,
                        52.65356549265458,
                        0.0
                    ],
                    [
                        4.833218672450186,
                        52.653555669559196,
                        0.0
                    ],
                    [
                        4.833170616008588,
                        52.653528502141924,
                        0.0
                    ],
                    [
                        4.83312970569514,
                        52.65350537627871,
                        0.0
                    ],
                    [
                        4.833083586270661,
                        52.65347930529826,
                        0.0
                    ],
                    [
                        4.833058963833775,
                        52.65346538627002,
                        0.0
                    ],
                    [
                        4.832997243439499,
                        52.65342369474204,
                        0.0
                    ],
                    [
                        4.832989435475121,
                        52.6534194074222,
                        0.0
                    ],
                    [
                        4.832909697633414,
                        52.65337560977451,
                        0.0
                    ],
                    [
                        4.832870129667671,
                        52.65335387410216,
                        0.0
                    ],
                    [
                        4.832785302551185,
                        52.65328474474251,
                        0.0
                    ],
                    [
                        4.832739377036642,
                        52.653256221028606,
                        0.0
                    ],
                    [
                        4.832728301041456,
                        52.65325092986612,
                        0.0
                    ],
                    [
                        4.83271613799069,
                        52.653245121365295,
                        0.0
                    ],
                    [
                        4.832668822532995,
                        52.653217840362096,
                        0.0
                    ],
                    [
                        4.832207272954406,
                        52.652974228865496,
                        0.0
                    ],
                    [
                        4.832142874243827,
                        52.652938788453625,
                        0.0
                    ],
                    [
                        4.831788090964584,
                        52.65274863499154,
                        0.0
                    ],
                    [
                        4.83096559203191,
                        52.652308310540164,
                        0.0
                    ],
                    [
                        4.830422350299034,
                        52.65201606668897,
                        0.0
                    ],
                    [
                        4.829880368913606,
                        52.65172638756575,
                        0.0
                    ],
                    [
                        4.8298102844988,
                        52.65168745016956,
                        0.0
                    ],
                    [
                        4.828812215139362,
                        52.651154753086225,
                        0.0
                    ],
                    [
                        4.828700175088879,
                        52.6510952171122,
                        0.0
                    ],
                    [
                        4.828186392002684,
                        52.6508198533178,
                        0.0
                    ],
                    [
                        4.827961636844752,
                        52.65069837730738,
                        0.0
                    ],
                    [
                        4.827561506992149,
                        52.65048397500682,
                        0.0
                    ],
                    [
                        4.827503821812507,
                        52.65045338974982,
                        0.0
                    ],
                    [
                        4.82742840715829,
                        52.6504132754786,
                        0.0
                    ],
                    [
                        4.827240360342141,
                        52.65031286607309,
                        0.0
                    ],
                    [
                        4.826992373608198,
                        52.650180350387146,
                        0.0
                    ],
                    [
                        4.826942803786142,
                        52.6501530923922,
                        0.0
                    ],
                    [
                        4.826905250325578,
                        52.65013259543397,
                        0.0
                    ],
                    [
                        4.826886592041499,
                        52.65012174985995,
                        0.0
                    ],
                    [
                        4.826790928584593,
                        52.650071617915586,
                        0.0
                    ],
                    [
                        4.826729937252574,
                        52.65003965064399,
                        0.0
                    ],
                    [
                        4.826612777256327,
                        52.64997647568746,
                        0.0
                    ],
                    [
                        4.826604866177695,
                        52.64997225935218,
                        0.0
                    ],
                    [
                        4.826513838597861,
                        52.649923658881455,
                        0.0
                    ],
                    [
                        4.826494602054877,
                        52.649914140623416,
                        0.0
                    ],
                    [
                        4.826465257183268,
                        52.64989773544832,
                        0.0
                    ],
                    [
                        4.826435115570191,
                        52.64988123663723,
                        0.0
                    ],
                    [
                        4.826280864098987,
                        52.649800846730855,
                        0.0
                    ],
                    [
                        4.826171897696335,
                        52.649741844085746,
                        0.0
                    ],
                    [
                        4.826164876121432,
                        52.649738566585064,
                        0.0
                    ],
                    [
                        4.826156947495985,
                        52.649733415468354,
                        0.0
                    ],
                    [
                        4.826154442119512,
                        52.64973057268282,
                        0.0
                    ],
                    [
                        4.826153705980034,
                        52.649726884460044,
                        0.0
                    ],
                    [
                        4.826151847947134,
                        52.64970109143141,
                        0.0
                    ],
                    [
                        4.826142828559627,
                        52.64957638749332,
                        0.0
                    ],
                    [
                        4.826142024214409,
                        52.64956530248653,
                        0.0
                    ],
                    [
                        4.826139589193668,
                        52.64953145420722,
                        0.0
                    ],
                    [
                        4.826139235111365,
                        52.649520982453765,
                        0.0
                    ],
                    [
                        4.82613583724514,
                        52.649502380903016,
                        0.0
                    ],
                    [
                        4.826135781731385,
                        52.649497464644995,
                        0.0
                    ],
                    [
                        4.826133473270964,
                        52.649494245325606,
                        0.0
                    ],
                    [
                        4.826128420980868,
                        52.649487184516154,
                        0.0
                    ],
                    [
                        4.826112320532469,
                        52.649464676517,
                        0.0
                    ],
                    [
                        4.826079677754024,
                        52.64944735696483,
                        0.0
                    ],
                    [
                        4.826029187025221,
                        52.649420579543126,
                        0.0
                    ],
                    [
                        4.825998599070707,
                        52.6494043571148,
                        0.0
                    ],
                    [
                        4.825905837345478,
                        52.64935515482765,
                        0.0
                    ],
                    [
                        4.825731307787463,
                        52.64926258969041,
                        0.0
                    ],
                    [
                        4.825715460978993,
                        52.64925380628207,
                        0.0
                    ],
                    [
                        4.825712966513999,
                        52.64925242845129,
                        0.0
                    ],
                    [
                        4.825611943222162,
                        52.64919643754115,
                        0.0
                    ],
                    [
                        4.825606088724648,
                        52.64919319247921,
                        0.0
                    ],
                    [
                        4.825550683684882,
                        52.64916249120115,
                        0.0
                    ],
                    [
                        4.825544031989103,
                        52.64915918844806,
                        0.0
                    ],
                    [
                        4.825458249449974,
                        52.64911665131687,
                        0.0
                    ],
                    [
                        4.825433683600937,
                        52.649104465475,
                        0.0
                    ],
                    [
                        4.825420027806129,
                        52.64909768753374,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.271917Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112766/?format=api",
            "id": 112766,
            "code": "PL_31219",
            "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.827169799519152,
                        52.64469586667799,
                        0.0
                    ],
                    [
                        4.827155396170978,
                        52.64469102664109,
                        0.0
                    ],
                    [
                        4.827137683829797,
                        52.644686135069676,
                        0.0
                    ],
                    [
                        4.827115819426861,
                        52.64468010053972,
                        0.0
                    ],
                    [
                        4.827083586694109,
                        52.64466911914386,
                        0.0
                    ],
                    [
                        4.827022873057009,
                        52.64464840524603,
                        0.0
                    ],
                    [
                        4.826903451805977,
                        52.64460493772506,
                        0.0
                    ],
                    [
                        4.826891146514625,
                        52.64460474493925,
                        0.0
                    ],
                    [
                        4.826877216391616,
                        52.644604517534745,
                        0.0
                    ],
                    [
                        4.826854559971961,
                        52.644610791696806,
                        0.0
                    ],
                    [
                        4.826853054718093,
                        52.64461180914559,
                        0.0
                    ],
                    [
                        4.82679446864439,
                        52.64465143626947,
                        0.0
                    ],
                    [
                        4.826765123514343,
                        52.644671276536705,
                        0.0
                    ],
                    [
                        4.826575831992192,
                        52.64479930577819,
                        0.0
                    ],
                    [
                        4.826497483010586,
                        52.644852302419984,
                        0.0
                    ],
                    [
                        4.826464530824131,
                        52.64487458810014,
                        0.0
                    ],
                    [
                        4.826160154078856,
                        52.64508359691316,
                        0.0
                    ],
                    [
                        4.825831069291038,
                        52.645311181700315,
                        0.0
                    ],
                    [
                        4.825814792145722,
                        52.64532233886907,
                        0.0
                    ],
                    [
                        4.82538002868348,
                        52.645620548227704,
                        0.0
                    ],
                    [
                        4.825322789024134,
                        52.64565982149815,
                        0.0
                    ],
                    [
                        4.825258439297892,
                        52.64570395018331,
                        0.0
                    ],
                    [
                        4.825140797823247,
                        52.64578825141948,
                        0.0
                    ],
                    [
                        4.824641249832327,
                        52.64613142041406,
                        0.0
                    ],
                    [
                        4.824594830304394,
                        52.64616332108667,
                        0.0
                    ],
                    [
                        4.824189962421062,
                        52.646441437318884,
                        0.0
                    ],
                    [
                        4.823757628882322,
                        52.64674085652568,
                        0.0
                    ],
                    [
                        4.823696789617869,
                        52.64678291596521,
                        0.0
                    ],
                    [
                        4.823644954836974,
                        52.64681873598921,
                        0.0
                    ],
                    [
                        4.823065328821764,
                        52.64721935150639,
                        0.0
                    ],
                    [
                        4.823012822019913,
                        52.64725564438831,
                        0.0
                    ],
                    [
                        4.822917066216076,
                        52.647321830185575,
                        0.0
                    ],
                    [
                        4.822900980241355,
                        52.6473329429259,
                        0.0
                    ],
                    [
                        4.82290134048455,
                        52.647363608971006,
                        0.0
                    ],
                    [
                        4.822903100891293,
                        52.64751320931025,
                        0.0
                    ],
                    [
                        4.822903140784683,
                        52.647517011086144,
                        0.0
                    ],
                    [
                        4.822904943054891,
                        52.64767026042235,
                        0.0
                    ],
                    [
                        4.822877512468173,
                        52.64768684645806,
                        0.0
                    ],
                    [
                        4.822865107657365,
                        52.64769434583114,
                        0.0
                    ],
                    [
                        4.822857363955105,
                        52.64769902736584,
                        0.0
                    ],
                    [
                        4.82285679788067,
                        52.64769938416768,
                        0.0
                    ],
                    [
                        4.82285113736638,
                        52.647702934212774,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.292251Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112767/?format=api",
            "id": 112767,
            "code": "PL_31220",
            "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.819108585128248,
                        52.64647800779731,
                        0.0
                    ],
                    [
                        4.819112860653574,
                        52.646477596835396,
                        0.0
                    ],
                    [
                        4.8191167663812,
                        52.64647492831783,
                        0.0
                    ],
                    [
                        4.819129855038375,
                        52.64646598565882,
                        0.0
                    ],
                    [
                        4.81913443600164,
                        52.64646022876684,
                        0.0
                    ],
                    [
                        4.819135195556951,
                        52.6464563319471,
                        0.0
                    ],
                    [
                        4.819135015086643,
                        52.64645199925113,
                        0.0
                    ],
                    [
                        4.819132684710389,
                        52.64644824045404,
                        0.0
                    ],
                    [
                        4.819130123543935,
                        52.64644519054382,
                        0.0
                    ],
                    [
                        4.819125185356198,
                        52.64644199447081,
                        0.0
                    ],
                    [
                        4.819035502087717,
                        52.646394616862416,
                        0.0
                    ],
                    [
                        4.819033489511769,
                        52.64638570092451,
                        0.0
                    ],
                    [
                        4.819028011449409,
                        52.64636138233042,
                        0.0
                    ],
                    [
                        4.819027612259383,
                        52.64636025702228,
                        0.0
                    ],
                    [
                        4.819022493531807,
                        52.64634587100889,
                        0.0
                    ],
                    [
                        4.819013609063105,
                        52.64631988249272,
                        0.0
                    ],
                    [
                        4.819004526461184,
                        52.646293218988454,
                        0.0
                    ],
                    [
                        4.818995315538952,
                        52.64626619538186,
                        0.0
                    ],
                    [
                        4.8189921835696,
                        52.64625700447827,
                        0.0
                    ],
                    [
                        4.818976779823945,
                        52.64621181509515,
                        0.0
                    ],
                    [
                        4.818974559096456,
                        52.646205288758516,
                        0.0
                    ],
                    [
                        4.818979731695759,
                        52.646201772513834,
                        0.0
                    ],
                    [
                        4.818985783785964,
                        52.64619765832821,
                        0.0
                    ],
                    [
                        4.819002851969964,
                        52.64618604752189,
                        0.0
                    ],
                    [
                        4.819040416810704,
                        52.64616049662043,
                        0.0
                    ],
                    [
                        4.819188111384587,
                        52.64606006909992,
                        0.0
                    ],
                    [
                        4.819207758239655,
                        52.64604670908789,
                        0.0
                    ],
                    [
                        4.819222798837534,
                        52.6460364905703,
                        0.0
                    ],
                    [
                        4.819232635730363,
                        52.646027622241,
                        0.0
                    ],
                    [
                        4.819236364113308,
                        52.64602495287237,
                        0.0
                    ],
                    [
                        4.819244700594492,
                        52.646018998218786,
                        0.0
                    ],
                    [
                        4.81945126486406,
                        52.645871282217676,
                        0.0
                    ],
                    [
                        4.81946573586531,
                        52.64587198939527,
                        0.0
                    ],
                    [
                        4.819476154838289,
                        52.64587754829393,
                        0.0
                    ],
                    [
                        4.819492751883467,
                        52.64588639904125,
                        0.0
                    ],
                    [
                        4.819494727995133,
                        52.64589242091711,
                        0.0
                    ],
                    [
                        4.819491974567584,
                        52.64589854603604,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.308042Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112768/?format=api",
            "id": 112768,
            "code": "PL_31221",
            "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.817575411282325,
                        52.6510932689115,
                        0.0
                    ],
                    [
                        4.817507066327659,
                        52.65109665326524,
                        0.0
                    ],
                    [
                        4.817419587209289,
                        52.651100979440564,
                        0.0
                    ],
                    [
                        4.817398116624878,
                        52.65110204491247,
                        0.0
                    ],
                    [
                        4.817014389102739,
                        52.651365615789395,
                        0.0
                    ],
                    [
                        4.816633982014484,
                        52.651626900633325,
                        0.0
                    ],
                    [
                        4.816619152630477,
                        52.6516422874699,
                        0.0
                    ],
                    [
                        4.816616994875663,
                        52.65165255847208,
                        0.0
                    ],
                    [
                        4.816615561258585,
                        52.651659408825985,
                        0.0
                    ],
                    [
                        4.816625200450034,
                        52.65167275612252,
                        0.0
                    ],
                    [
                        4.816626361835309,
                        52.65167436141534,
                        0.0
                    ],
                    [
                        4.816642877836512,
                        52.65168502756766,
                        0.0
                    ],
                    [
                        4.816724251248139,
                        52.6517288530389,
                        0.0
                    ],
                    [
                        4.816807239073009,
                        52.65177354896698,
                        0.0
                    ],
                    [
                        4.816816480015073,
                        52.651795962419236,
                        0.0
                    ],
                    [
                        4.816818559172628,
                        52.65181682268787,
                        0.0
                    ],
                    [
                        4.816821057119591,
                        52.65184185502421,
                        0.0
                    ],
                    [
                        4.816824694290341,
                        52.65187818074316,
                        0.0
                    ],
                    [
                        4.816835784397764,
                        52.65198934264267,
                        0.0
                    ],
                    [
                        4.816824728896647,
                        52.652008854750804,
                        0.0
                    ],
                    [
                        4.816809655442059,
                        52.652019126724525,
                        0.0
                    ],
                    [
                        4.815719564959696,
                        52.65276174536583,
                        0.0
                    ],
                    [
                        4.815396963623043,
                        52.65298103719065,
                        0.0
                    ],
                    [
                        4.815387254472469,
                        52.65298785672897,
                        0.0
                    ],
                    [
                        4.815373975965845,
                        52.65300210050341,
                        0.0
                    ],
                    [
                        4.815371658974696,
                        52.653020045780075,
                        0.0
                    ],
                    [
                        4.815369128616565,
                        52.65303962570039,
                        0.0
                    ],
                    [
                        4.815368277786179,
                        52.65304482519579,
                        0.0
                    ],
                    [
                        4.81536779936442,
                        52.653048660428,
                        0.0
                    ],
                    [
                        4.815369702802307,
                        52.65305570655356,
                        0.0
                    ],
                    [
                        4.815377870600434,
                        52.653098111462135,
                        0.0
                    ],
                    [
                        4.815382494365376,
                        52.653122120516485,
                        0.0
                    ],
                    [
                        4.81539601822309,
                        52.65319245641459,
                        0.0
                    ],
                    [
                        4.815400074343274,
                        52.65321352392579,
                        0.0
                    ],
                    [
                        4.815407798416935,
                        52.65325368888564,
                        0.0
                    ],
                    [
                        4.815412021477962,
                        52.6532755570591,
                        0.0
                    ],
                    [
                        4.815425435037961,
                        52.653345290278494,
                        0.0
                    ],
                    [
                        4.815426162743699,
                        52.653347288934114,
                        0.0
                    ],
                    [
                        4.815429887133222,
                        52.65335749831756,
                        0.0
                    ],
                    [
                        4.815436491040999,
                        52.653364468179184,
                        0.0
                    ],
                    [
                        4.81573721140132,
                        52.65352830307473,
                        0.0
                    ],
                    [
                        4.815756258651563,
                        52.65353868492846,
                        0.0
                    ],
                    [
                        4.815777333281057,
                        52.653565918521096,
                        0.0
                    ],
                    [
                        4.815764833941985,
                        52.65359412319294,
                        0.0
                    ],
                    [
                        4.815763022087633,
                        52.65359822163538,
                        0.0
                    ],
                    [
                        4.815691939691888,
                        52.65364705801898,
                        0.0
                    ],
                    [
                        4.81562914796441,
                        52.65369019138586,
                        0.0
                    ],
                    [
                        4.815607362418819,
                        52.653705158213334,
                        0.0
                    ],
                    [
                        4.815602649683052,
                        52.65370845183897,
                        0.0
                    ],
                    [
                        4.815550108116074,
                        52.65374520858138,
                        0.0
                    ],
                    [
                        4.815473405990894,
                        52.65379886192111,
                        0.0
                    ],
                    [
                        4.81509580824013,
                        52.65405656940453,
                        0.0
                    ],
                    [
                        4.815064943011732,
                        52.65407763071068,
                        0.0
                    ],
                    [
                        4.815057793003964,
                        52.65408991775811,
                        0.0
                    ],
                    [
                        4.815064992232213,
                        52.6541011144836,
                        0.0
                    ],
                    [
                        4.816197352000641,
                        52.654734554195734,
                        0.0
                    ],
                    [
                        4.816201554134017,
                        52.65477173640445,
                        0.0
                    ],
                    [
                        4.816204071995204,
                        52.65479408166176,
                        0.0
                    ],
                    [
                        4.815873169646212,
                        52.65501319106532,
                        0.0
                    ],
                    [
                        4.815051191524906,
                        52.65555744947158,
                        0.0
                    ],
                    [
                        4.815001102975486,
                        52.655590613900536,
                        0.0
                    ],
                    [
                        4.815006485259163,
                        52.65560857822494,
                        0.0
                    ],
                    [
                        4.815021724805981,
                        52.65565951004586,
                        0.0
                    ],
                    [
                        4.815025492322296,
                        52.655672092261405,
                        0.0
                    ],
                    [
                        4.815031539966567,
                        52.65569230658246,
                        0.0
                    ],
                    [
                        4.815038395009842,
                        52.655715211956824,
                        0.0
                    ],
                    [
                        4.815045731938709,
                        52.65573970139415,
                        0.0
                    ],
                    [
                        4.815048876239081,
                        52.655750204569884,
                        0.0
                    ],
                    [
                        4.815052827936182,
                        52.65576339879912,
                        0.0
                    ],
                    [
                        4.815057090841655,
                        52.65577766400076,
                        0.0
                    ],
                    [
                        4.815006984508701,
                        52.65581217642411,
                        0.0
                    ],
                    [
                        4.814957653571994,
                        52.65584615332556,
                        0.0
                    ],
                    [
                        4.814953806104085,
                        52.65584880400995,
                        0.0
                    ],
                    [
                        4.81433417999675,
                        52.65626991773603,
                        0.0
                    ],
                    [
                        4.814293034900366,
                        52.6562982808453,
                        0.0
                    ],
                    [
                        4.814233785314628,
                        52.65633912081863,
                        0.0
                    ],
                    [
                        4.814126932784546,
                        52.65641278629639,
                        0.0
                    ],
                    [
                        4.813707423443197,
                        52.65670197619421,
                        0.0
                    ],
                    [
                        4.81337076805532,
                        52.65693404635737,
                        0.0
                    ],
                    [
                        4.813343371494802,
                        52.65695296702054,
                        0.0
                    ],
                    [
                        4.812913480549829,
                        52.657249779084545,
                        0.0
                    ],
                    [
                        4.81286893266025,
                        52.65728053383724,
                        0.0
                    ],
                    [
                        4.81285923410103,
                        52.65730794286487,
                        0.0
                    ],
                    [
                        4.812837688610977,
                        52.65736882588194,
                        0.0
                    ],
                    [
                        4.81283383624397,
                        52.65737975367383,
                        0.0
                    ],
                    [
                        4.812818276154019,
                        52.65742367980494,
                        0.0
                    ],
                    [
                        4.812802715211253,
                        52.65746766883987,
                        0.0
                    ],
                    [
                        4.812787184968135,
                        52.657511568148735,
                        0.0
                    ],
                    [
                        4.812756370002209,
                        52.657598666944466,
                        0.0
                    ],
                    [
                        4.812739305104635,
                        52.65764689964571,
                        0.0
                    ],
                    [
                        4.812723789865076,
                        52.65769077205571,
                        0.0
                    ],
                    [
                        4.812708244332672,
                        52.657734698240134,
                        0.0
                    ],
                    [
                        4.812703057555363,
                        52.65774934027728,
                        0.0
                    ],
                    [
                        4.812685608867822,
                        52.657798658565326,
                        0.0
                    ],
                    [
                        4.81217695189805,
                        52.65815250660849,
                        0.0
                    ],
                    [
                        4.812119751075961,
                        52.65819230392871,
                        0.0
                    ],
                    [
                        4.812086728209992,
                        52.658215277281094,
                        0.0
                    ],
                    [
                        4.811880182114086,
                        52.65826261151374,
                        0.0
                    ],
                    [
                        4.811799834636825,
                        52.658281024051064,
                        0.0
                    ],
                    [
                        4.811550623456101,
                        52.65833814506263,
                        0.0
                    ],
                    [
                        4.811538156288422,
                        52.658340996573955,
                        0.0
                    ],
                    [
                        4.811517472370155,
                        52.658353945862224,
                        0.0
                    ],
                    [
                        4.811465941162269,
                        52.65838622107254,
                        0.0
                    ],
                    [
                        4.811436398784081,
                        52.658407476564655,
                        0.0
                    ],
                    [
                        4.811429194797005,
                        52.658412465530105,
                        0.0
                    ],
                    [
                        4.811244664868043,
                        52.65854025067746,
                        0.0
                    ],
                    [
                        4.811225896084046,
                        52.658552535149425,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.326832Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112769/?format=api",
            "id": 112769,
            "code": "PL_31222",
            "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.820583537469641,
                        52.645446734429164,
                        0.0
                    ],
                    [
                        4.820545373740741,
                        52.645470719189646,
                        0.0
                    ],
                    [
                        4.820542869270002,
                        52.6454724417871,
                        0.0
                    ],
                    [
                        4.820331353828256,
                        52.6456184015485,
                        0.0
                    ],
                    [
                        4.820234793833315,
                        52.6456850397276,
                        0.0
                    ],
                    [
                        4.820211998112588,
                        52.645696272901944,
                        0.0
                    ],
                    [
                        4.820192310207763,
                        52.64570597509008,
                        0.0
                    ],
                    [
                        4.820187977008663,
                        52.645707428331725,
                        0.0
                    ],
                    [
                        4.82015779281704,
                        52.645717565777026,
                        0.0
                    ],
                    [
                        4.82010524531414,
                        52.64572945692587,
                        0.0
                    ],
                    [
                        4.820036285298662,
                        52.64573880728259,
                        0.0
                    ],
                    [
                        4.820007585164354,
                        52.645742705657916,
                        0.0
                    ],
                    [
                        4.820000006853581,
                        52.64574373000368,
                        0.0
                    ],
                    [
                        4.81999129784878,
                        52.64574650146157,
                        0.0
                    ],
                    [
                        4.819891642017083,
                        52.64581482317896,
                        0.0
                    ],
                    [
                        4.819832712836289,
                        52.6458552361243,
                        0.0
                    ],
                    [
                        4.819809308256318,
                        52.64587127447313,
                        0.0
                    ],
                    [
                        4.819782623894805,
                        52.64588957093197,
                        0.0
                    ],
                    [
                        4.819779794265599,
                        52.64589244232459,
                        0.0
                    ],
                    [
                        4.819768564955774,
                        52.64591075859798,
                        0.0
                    ],
                    [
                        4.819733019917099,
                        52.6459687811621,
                        0.0
                    ],
                    [
                        4.819723571546522,
                        52.64598419407386,
                        0.0
                    ],
                    [
                        4.819713459053644,
                        52.64600069126785,
                        0.0
                    ],
                    [
                        4.819706411058539,
                        52.646006418435334,
                        0.0
                    ],
                    [
                        4.819705903384044,
                        52.646006829424294,
                        0.0
                    ],
                    [
                        4.819701543246533,
                        52.646010367551966,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.348533Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112770/?format=api",
            "id": 112770,
            "code": "PL_31223",
            "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.822842756782411,
                        52.64769851767582,
                        0.0
                    ],
                    [
                        4.822573432623603,
                        52.647556706416076,
                        0.0
                    ],
                    [
                        4.822386325659884,
                        52.647459708785135,
                        0.0
                    ],
                    [
                        4.822282640691302,
                        52.647407971274006,
                        0.0
                    ],
                    [
                        4.822216336433828,
                        52.64737488895379,
                        0.0
                    ],
                    [
                        4.822119581907977,
                        52.64732659936009,
                        0.0
                    ],
                    [
                        4.821775370616477,
                        52.647147358190935,
                        0.0
                    ],
                    [
                        4.821715704285525,
                        52.64711521485433,
                        0.0
                    ],
                    [
                        4.821197174795367,
                        52.646840202144695,
                        0.0
                    ],
                    [
                        4.821129318800338,
                        52.64680497286795,
                        0.0
                    ],
                    [
                        4.82087458767867,
                        52.64667018325084,
                        0.0
                    ],
                    [
                        4.820800693255522,
                        52.64662772627575,
                        0.0
                    ],
                    [
                        4.820735869009793,
                        52.64657627132884,
                        0.0
                    ],
                    [
                        4.820708400602942,
                        52.64655447233229,
                        0.0
                    ],
                    [
                        4.820674966733357,
                        52.64653580840753,
                        0.0
                    ],
                    [
                        4.820564296535059,
                        52.64647607343094,
                        0.0
                    ],
                    [
                        4.820222177690562,
                        52.64629140039419,
                        0.0
                    ],
                    [
                        4.820080019091516,
                        52.64621466381651,
                        0.0
                    ],
                    [
                        4.820005242266292,
                        52.646174296148395,
                        0.0
                    ],
                    [
                        4.819969100959755,
                        52.646154801272516,
                        0.0
                    ],
                    [
                        4.819834392171922,
                        52.64608249467379,
                        0.0
                    ],
                    [
                        4.819720447446874,
                        52.64602135025774,
                        0.0
                    ],
                    [
                        4.819701881443556,
                        52.64601049498674,
                        0.0
                    ],
                    [
                        4.819701543246533,
                        52.646010367551966,
                        0.0
                    ],
                    [
                        4.819638448930968,
                        52.64597731706162,
                        0.0
                    ],
                    [
                        4.819541614646453,
                        52.64592535817212,
                        0.0
                    ],
                    [
                        4.819508157815142,
                        52.64590740379299,
                        0.0
                    ],
                    [
                        4.819491974567584,
                        52.64589854603604,
                        0.0
                    ],
                    [
                        4.81947355015785,
                        52.645888176713925,
                        0.0
                    ],
                    [
                        4.819450133008294,
                        52.645870827453635,
                        0.0
                    ],
                    [
                        4.819390374083421,
                        52.64584039904322,
                        0.0
                    ],
                    [
                        4.819169820096482,
                        52.64572810209894,
                        0.0
                    ],
                    [
                        4.819028712524893,
                        52.64566980202739,
                        0.0
                    ],
                    [
                        4.818981046408369,
                        52.645649218254064,
                        0.0
                    ],
                    [
                        4.818704090710991,
                        52.64550075601068,
                        0.0
                    ],
                    [
                        4.8182187548717,
                        52.64523717668917,
                        0.0
                    ],
                    [
                        4.817826926233807,
                        52.6450258813228,
                        0.0
                    ],
                    [
                        4.817655587589304,
                        52.64493484722231,
                        0.0
                    ],
                    [
                        4.817470798952773,
                        52.6448350847615,
                        0.0
                    ],
                    [
                        4.81661929262039,
                        52.64437412828052,
                        0.0
                    ],
                    [
                        4.816488488996349,
                        52.64427155863631,
                        0.0
                    ],
                    [
                        4.81640557903117,
                        52.64422653020198,
                        0.0
                    ],
                    [
                        4.816184741345031,
                        52.64410656016727,
                        0.0
                    ],
                    [
                        4.815980542360565,
                        52.64399562989284,
                        0.0
                    ],
                    [
                        4.815699374644819,
                        52.64384655611929,
                        0.0
                    ],
                    [
                        4.815495994699206,
                        52.64373872952302,
                        0.0
                    ],
                    [
                        4.815393483421461,
                        52.64368437626289,
                        0.0
                    ],
                    [
                        4.815336532308337,
                        52.643654345730695,
                        0.0
                    ],
                    [
                        4.815221915937076,
                        52.64360263925902,
                        0.0
                    ],
                    [
                        4.815113767399764,
                        52.64356599940398,
                        0.0
                    ],
                    [
                        4.814963108281805,
                        52.64348305047181,
                        0.0
                    ],
                    [
                        4.814829693523249,
                        52.6434113374833,
                        0.0
                    ],
                    [
                        4.814777944693449,
                        52.64338351561231,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.368226Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        }
    ]
}