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=1415
https://demo.lizard.net/api/v4/culverts/?format=api&page=1416", "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1414", "results": [ { "url": "https://demo.lizard.net/api/v4/culverts/43165/?format=api", "id": 43165, "code": "221D2222", "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.380458535344747, 51.98805638518628, 0.0 ], [ 4.380661547774217, 51.987766364725125, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:48.067027Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -3.53, "bed_level_downstream": -3.0, "width": 1.0, "length": 35.15, "height": 1.0, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43166/?format=api", "id": 43166, "code": "21106097", "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.376550138194736, 51.95876063482987, 0.0 ], [ 4.376592275196066, 51.95867138751394, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:48.083812Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -3.82, "bed_level_downstream": -3.82, "width": 0.6, "length": 10.34, "height": 0.6, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43167/?format=api", "id": 43167, "code": "21106098", "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.375935682842539, 51.9595536218793, 0.0 ], [ 4.375987614035512, 51.95956770442078, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:48.099674Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -3.69, "bed_level_downstream": -3.69, "width": 0.6, "length": 3.9, "height": 0.6, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43168/?format=api", "id": 43168, "code": "21106099", "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.375974432760358, 51.95990738592406, 0.0 ], [ 4.376012753626303, 51.95982164759413, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:48.115705Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -3.75, "bed_level_downstream": -3.75, "width": 0.6, "length": 9.9, "height": 0.6, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43169/?format=api", "id": 43169, "code": "214403", "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.398048968965155, 52.023730116288625, 0.0 ], [ 4.398223212721414, 52.02355746011585, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:48.132289Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -2.86, "bed_level_downstream": -5.23, "width": 0.11, "length": 22.63, "height": 0.11, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43170/?format=api", "id": 43170, "code": "21010222", "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.425594649411805, 52.03306512904251, 0.0 ], [ 4.425486887092284, 52.03301920678106, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:48.151219Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.87, "bed_level_downstream": -5.87, "width": 0.4, "length": 8.99, "height": 0.4, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43171/?format=api", "id": 43171, "code": "21010223", "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.424834201023912, 52.032742803183744, 0.0 ], [ 4.424720368167384, 52.03269461039542, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:48.166866Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.97, "bed_level_downstream": -5.97, "width": 0.4, "length": 9.47, "height": 0.4, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43172/?format=api", "id": 43172, "code": "21010224", "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.426606196341322, 52.03170771288082, 0.0 ], [ 4.426481815543947, 52.03165533690358, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:48.183555Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.87, "bed_level_downstream": -5.87, "width": 0.4, "length": 10.34, "height": 0.4, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43173/?format=api", "id": 43173, "code": "21010225", "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.42593559348913, 52.03142403210068, 0.0 ], [ 4.425820737535236, 52.03137540054647, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:48.199458Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.87, "bed_level_downstream": -5.87, "width": 0.4, "length": 9.56, "height": 0.4, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43174/?format=api", "id": 43174, "code": "21010226", "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.427325505363062, 52.03111506064132, 0.0 ], [ 4.427206413448069, 52.03106481390469, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:48.215568Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.87, "bed_level_downstream": -5.87, "width": 0.4, "length": 9.9, "height": 0.4, "material": null, "shape": null, "description": null } ] }{ "count": 14497, "next": "