Culvert List
List assets of type Culvert
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/culverts/?format=api&page=1435
https://demo.lizard.net/api/v4/culverts/?format=api&page=1436", "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1434", "results": [ { "url": "https://demo.lizard.net/api/v4/culverts/43365/?format=api", "id": 43365, "code": "21400987", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.382543695429033, 52.027029594882414, 0.0 ], [ 4.382617485207121, 52.02696272830325, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:51.396283Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.33, "bed_level_downstream": -5.33, "width": 0.6, "length": 9.0, "height": 0.6, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43366/?format=api", "id": 43366, "code": "POL21402450", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.382959796149131, 52.02664844604004, 0.0 ], [ 4.382878748041705, 52.02660883356397, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:51.410286Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.33, "bed_level_downstream": -5.33, "width": 0.6, "length": 7.1, "height": 0.6, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43367/?format=api", "id": 43367, "code": "21400980", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.388744081088189, 52.02760823190125, 0.0 ], [ 4.388621494400127, 52.02756214360498, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:51.424304Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.1, "bed_level_downstream": -5.1, "width": 0.3, "length": 9.27, "height": 0.3, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43368/?format=api", "id": 43368, "code": "21400011", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.388520701133112, 52.027984386911236, 0.0 ], [ 4.388634028986207, 52.02802813437641, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:51.438395Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.33, "bed_level_downstream": -5.33, "width": 0.6, "length": 9.18, "height": 0.6, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43369/?format=api", "id": 43369, "code": "21400012", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.388011203812634, 52.028584832937284, 0.0 ], [ 4.388098168796378, 52.02852220059884, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:51.451768Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.33, "bed_level_downstream": -5.33, "width": 0.6, "length": 9.18, "height": 0.6, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43370/?format=api", "id": 43370, "code": "B9916", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.199790260913352, 52.023551338249916, 0.0 ], [ 4.200020547181147, 52.02344386978525, 0.0 ], [ 4.201602849870464, 52.02327979459108, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:51.466560Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": null, "bed_level_downstream": null, "width": 0.5, "length": 129.95, "height": 0.5, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43371/?format=api", "id": 43371, "code": "20701223", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.350259100334062, 52.05470880054165, 0.0 ], [ 4.349933974064184, 52.05456886470937, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:51.479786Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": null, "bed_level_downstream": null, "width": null, "length": 26.52, "height": null, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43372/?format=api", "id": 43372, "code": "21400969", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.387097172995057, 52.025582359238534, 0.0 ], [ 4.386987419971507, 52.02553808330343, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:51.496039Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": null, "bed_level_downstream": null, "width": 0.6, "length": 9.0, "height": 0.6, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43373/?format=api", "id": 43373, "code": "21400970", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.388417381760354, 52.02565773718325, 0.0 ], [ 4.388503834755017, 52.02569100071206, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:51.512084Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": null, "bed_level_downstream": null, "width": 0.6, "length": 6.99, "height": 0.6, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43374/?format=api", "id": 43374, "code": "21400971", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.388518214094661, 52.02570048292824, 0.0 ], [ 4.38853119004653, 52.02578556023652, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:51.526336Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.33, "bed_level_downstream": -5.33, "width": 0.6, "length": 9.03, "height": 0.6, "material": null, "shape": null, "description": null } ] }{ "count": 14497, "next": "