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=24
https://demo.lizard.net/api/v4/culverts/?format=api&page=25", "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=23", "results": [ { "url": "https://demo.lizard.net/api/v4/culverts/29255/?format=api", "id": 29255, "code": "31204066", "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.227209209579473, 51.98007233245843, 0.0 ], [ 4.227282446152393, 51.98006608812718, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:02.066500Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -1.3, "bed_level_downstream": -1.3, "width": 0.5, "length": 5.08, "height": 0.5, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29256/?format=api", "id": 29256, "code": "31204067", "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.223171027544655, 51.97943148679941, 0.0 ], [ 4.223297260975078, 51.97948708315404, 0.0 ], [ 4.223038168434456, 51.97972152285177, 0.0 ], [ 4.222776986069596, 51.979957855956506, 0.0 ], [ 4.222694485541405, 51.97992112835915, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:02.072839Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -2.07, "bed_level_downstream": -2.07, "width": 1.0, "length": 81.05, "height": 1.0, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29257/?format=api", "id": 29257, "code": "31204068", "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.222586849159197, 51.97987585503952, 0.0 ], [ 4.222694485541405, 51.97992112835915, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:02.079125Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -1.82, "bed_level_downstream": -1.82, "width": 0.8, "length": 8.95, "height": 0.8, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29258/?format=api", "id": 29258, "code": "31204069", "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.221856647073041, 51.98068301641449, 0.0 ], [ 4.222028354302243, 51.98052525272652, 0.0 ], [ 4.222265452105065, 51.980310229340105, 0.0 ], [ 4.22252083963224, 51.98007861312711, 0.0 ], [ 4.222694485541405, 51.97992112835915, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:02.085079Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -2.18, "bed_level_downstream": -2.18, "width": 1.0, "length": 102.47, "height": 1.0, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29259/?format=api", "id": 29259, "code": "41412526", "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.288737395421956, 52.03482304418946, 0.0 ], [ 4.28876753163458, 52.03478159924295, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:02.091001Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -1.15, "bed_level_downstream": 1.16, "width": 0.3, "length": 5.05, "height": 0.3, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29260/?format=api", "id": 29260, "code": "B9668", "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.198958172574003, 51.987433021945286, 0.0 ], [ 4.199031340347257, 51.98744043071928, 0.0 ], [ 4.19953773662181, 51.98748399860604, 0.0 ], [ 4.200438951082684, 51.98756392583232, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:02.097021Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -0.82, "bed_level_downstream": -0.82, "width": 0.6, "length": 102.76, "height": 0.6, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29261/?format=api", "id": 29261, "code": "10800004", "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.263676586950164, 51.994843491401255, 0.0 ], [ 4.263992474222588, 51.99476735682545, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:02.159008Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -2.14, "bed_level_downstream": -2.26, "width": 0.2, "length": 22.72, "height": 0.2, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29262/?format=api", "id": 29262, "code": "10800005", "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.26348127942121, 51.99451282729981, 0.0 ], [ 4.263440713045704, 51.99443490160407, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:02.172013Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -2.56, "bed_level_downstream": -2.71, "width": 0.8, "length": 9.11, "height": 0.8, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29263/?format=api", "id": 29263, "code": "B9709", "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.22308187381819, 52.01058988370797, 0.0 ], [ 4.223182849980027, 52.010671782838195, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:02.183855Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -0.93, "bed_level_downstream": -0.93, "width": 0.7, "length": 11.45, "height": 0.7, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29264/?format=api", "id": 29264, "code": "B9710", "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.223097052530341, 52.010582024693, 0.0 ], [ 4.223198028702364, 52.01066392381036, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:02.195592Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -0.93, "bed_level_downstream": -0.93, "width": 0.7, "length": 11.45, "height": 0.7, "material": null, "shape": null, "description": null } ] }{ "count": 14497, "next": "