Pressure Pipe List
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=14
https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=15", "previous": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=13", "results": [ { "url": "https://demo.lizard.net/api/v4/pressurepipes/6367/?format=api", "id": 6367, "code": "PL_130", "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": [ [ 5.03407414781061, 52.495698651306405, 0.0 ], [ 5.034068211218934, 52.49569599493715, 0.0 ], [ 5.034003619826046, 52.49567232309844, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:02.985614Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6368/?format=api", "id": 6368, "code": "PL_131", "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": [ [ 5.035242241668066, 52.49611176585298, 0.0 ], [ 5.035190569884765, 52.49609482949971, 0.0 ], [ 5.035165084443427, 52.49608876828169, 0.0 ], [ 5.03514639423722, 52.49608184645452, 0.0 ], [ 5.035131444279817, 52.49607862055685, 0.0 ], [ 5.035114759713075, 52.49607502102682, 0.0 ], [ 5.035091775676952, 52.496069200887746, 0.0 ], [ 5.03507612270012, 52.4960673479694, 0.0 ], [ 5.034811605399937, 52.4959850379723, 0.0 ], [ 5.034432520410095, 52.49583153913128, 0.0 ], [ 5.034348783236441, 52.49579767726316, 0.0 ], [ 5.034304954555251, 52.495783724294846, 0.0 ], [ 5.03425254947082, 52.495766878818245, 0.0 ], [ 5.034083192082858, 52.49570269918636, 0.0 ], [ 5.03407414781061, 52.495698651306405, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:02.991879Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6369/?format=api", "id": 6369, "code": "PL_132", "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": [ [ 5.035242241668066, 52.49611176585298, 0.0 ], [ 5.03523746867825, 52.496107946429476, 0.0 ], [ 5.035224950294721, 52.4961007822869, 0.0 ], [ 5.035209276887075, 52.4960959455083, 0.0 ], [ 5.035177459936845, 52.496087987143625, 0.0 ], [ 5.035158090140858, 52.496083193316274, 0.0 ], [ 5.035145084379715, 52.4960799102768, 0.0 ], [ 5.035127387009632, 52.49607590331042, 0.0 ], [ 5.035118882583954, 52.49607319983047, 0.0 ], [ 5.035100126667714, 52.49606898300886, 0.0 ], [ 5.034813758819701, 52.495977207353015, 0.0 ], [ 5.03454353389854, 52.49587030824569, 0.0 ], [ 5.034411385995983, 52.49581539783315, 0.0 ], [ 5.034383141134685, 52.49580640733596, 0.0 ], [ 5.034347293030036, 52.495792514062586, 0.0 ], [ 5.034321125512434, 52.49578707975219, 0.0 ], [ 5.034253633055955, 52.495763952148124, 0.0 ], [ 5.03407414781061, 52.495698651306405, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:02.998099Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6370/?format=api", "id": 6370, "code": "PL_133", "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": [ [ 5.035222317200959, 52.49627148746974, 0.0 ], [ 5.035223718409997, 52.49626472680933, 0.0 ], [ 5.035233358998561, 52.496220914862704, 0.0 ], [ 5.035247269122539, 52.49615131274947, 0.0 ], [ 5.035250451065167, 52.49612896153268, 0.0 ], [ 5.035250579037708, 52.496118437665075, 0.0 ], [ 5.035242241668066, 52.49611176585298, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:03.004116Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6371/?format=api", "id": 6371, "code": "PL_134", "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": [ [ 5.035222317200959, 52.49627148746974, 0.0 ], [ 5.035285864086702, 52.496217916016846, 0.0 ], [ 5.035296542080987, 52.49616401428977, 0.0 ], [ 5.035292878106365, 52.49614888661419, 0.0 ], [ 5.035282758362783, 52.496134521695694, 0.0 ], [ 5.03526786977362, 52.49612358480685, 0.0 ], [ 5.035248069470959, 52.496113675885965, 0.0 ], [ 5.035242241668066, 52.49611176585298, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:03.009888Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6372/?format=api", "id": 6372, "code": "PL_135", "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": [ [ 5.03661925959698, 52.49894289944092, 0.0 ], [ 5.036476852184904, 52.49892915660443, 0.0 ], [ 5.036297259307989, 52.49888910807736, 0.0 ], [ 5.03600277456015, 52.498835840355476, 0.0 ], [ 5.035991896481621, 52.498835259928605, 0.0 ], [ 5.035982819590497, 52.49883224924754, 0.0 ], [ 5.035971024651205, 52.49883215142436, 0.0 ], [ 5.03595896914553, 52.49883148662278, 0.0 ], [ 5.035877951244383, 52.49882148646884, 0.0 ], [ 5.035131487433396, 52.498735313808, 0.0 ], [ 5.035117764029654, 52.498733286875314, 0.0 ], [ 5.035102685181061, 52.49873318820932, 0.0 ], [ 5.034928568062149, 52.498715865002644, 0.0 ], [ 5.03491458760071, 52.49871468209847, 0.0 ], [ 5.034882793692839, 52.49871099274499, 0.0 ], [ 5.034868568841238, 52.498709063155914, 0.0 ], [ 5.0348602237214, 52.49870478733858, 0.0 ], [ 5.034645314394456, 52.498510344791235, 0.0 ], [ 5.034608837075404, 52.49840336726813, 0.0 ], [ 5.034772330280779, 52.49781926767505, 0.0 ], [ 5.034794503665159, 52.49773848289326, 0.0 ], [ 5.034818216938167, 52.49764185789535, 0.0 ], [ 5.034903502829116, 52.49730823825296, 0.0 ], [ 5.034908745763927, 52.49728784343518, 0.0 ], [ 5.035121679187315, 52.49662794647535, 0.0 ], [ 5.035209545533602, 52.496282255136336, 0.0 ], [ 5.035222317200959, 52.49627148746974, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:03.016359Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6373/?format=api", "id": 6373, "code": "PL_136", "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": [ [ 5.03661925959698, 52.49894289944092, 0.0 ], [ 5.036478157730747, 52.498926086773906, 0.0 ], [ 5.036298888264287, 52.4988861111043, 0.0 ], [ 5.036003741797644, 52.4988327245918, 0.0 ], [ 5.035993423089551, 52.49883217278276, 0.0 ], [ 5.03597130005971, 52.49882899766363, 0.0 ], [ 5.035959715569069, 52.49882836121847, 0.0 ], [ 5.035878947799313, 52.49881838876776, 0.0 ], [ 5.035145225177065, 52.498733691898764, 0.0 ], [ 5.035132572250629, 52.498732234349696, 0.0 ], [ 5.035118407644894, 52.4987301342088, 0.0 ], [ 5.035103137361232, 52.498730034974926, 0.0 ], [ 5.034883775589176, 52.49870789500849, 0.0 ], [ 5.034870918809514, 52.49870614922962, 0.0 ], [ 5.03486409894495, 52.49870265984475, 0.0 ], [ 5.034650169284955, 52.49850909199257, 0.0 ], [ 5.03461409474066, 52.498403310991534, 0.0 ], [ 5.034778194526846, 52.49781700229293, 0.0 ], [ 5.034802019165198, 52.497739664587684, 0.0 ], [ 5.03482537961828, 52.4976411152372, 0.0 ], [ 5.034910603022452, 52.49730054814464, 0.0 ], [ 5.034913474072879, 52.49728582632092, 0.0 ], [ 5.035145022916284, 52.496590493340655, 0.0 ], [ 5.035175357158807, 52.496481440343636, 0.0 ], [ 5.035188848287985, 52.49643303827672, 0.0 ], [ 5.035222317200959, 52.49627148746974, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:03.022372Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6374/?format=api", "id": 6374, "code": "PL_137", "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": [ [ 5.036898737270933, 52.4989728772266, 0.0 ], [ 5.036797433419551, 52.49896009463364, 0.0 ], [ 5.03661925959698, 52.49894289944092, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:03.028041Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6375/?format=api", "id": 6375, "code": "PL_138", "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": [ [ 5.036898737270933, 52.4989728772266, 0.0 ], [ 5.036902833370116, 52.49897668829046, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:03.033367Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6376/?format=api", "id": 6376, "code": "PL_139", "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": [ [ 5.036902833370116, 52.49897668829046, 0.0 ], [ 5.03661925959698, 52.49894289944092, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:03.038675Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null } ] }{ "count": 1370, "next": "