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=21
{ "count": 14497, "next": "https://demo.lizard.net/api/v4/culverts/?format=api&page=22", "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=20", "results": [ { "url": "https://demo.lizard.net/api/v4/culverts/29225/?format=api", "id": 29225, "code": "21700596", "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.42906753578485, 51.96559900657111, 0.0 ], [ 4.42910635891691, 51.96556564201815, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:01.710867Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": null, "bed_level_downstream": null, "width": null, "length": 4.57, "height": null, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29226/?format=api", "id": 29226, "code": "21700606", "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.435013537548236, 51.9662254827829, 0.0 ], [ 4.435057036786879, 51.9661882710135, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:01.722575Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -6.41, "bed_level_downstream": -6.41, "width": 0.7, "length": 5.11, "height": 0.7, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29227/?format=api", "id": 29227, "code": "21700617", "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.436026918452104, 51.96517897154448, 0.0 ], [ 4.436087559965402, 51.965203443852026, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:01.735200Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.97, "bed_level_downstream": -5.97, "width": 0.1, "length": 4.98, "height": 0.1, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29228/?format=api", "id": 29228, "code": "21700631", "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.437652174955611, 51.96494294933741, 0.0 ], [ 4.437652174955611, 51.96494294933741, 0.0 ], [ 4.437652174955611, 51.96494294933741, 0.0 ], [ 4.437676717577264, 51.96495594292069, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:01.750419Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": null, "bed_level_downstream": null, "width": null, "length": 2.92, "height": null, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29229/?format=api", "id": 29229, "code": "21700632", "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.440032835628164, 51.96546396227795, 0.0 ], [ 4.440092421834335, 51.965485466716665, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:01.762182Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.91, "bed_level_downstream": -5.91, "width": 0.1, "length": 4.74, "height": 0.1, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29230/?format=api", "id": 29230, "code": "21700636", "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.436332796486154, 51.96500910380976, 0.0 ], [ 4.436368270466211, 51.96497694127066, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:01.773697Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -6.28, "bed_level_downstream": -6.28, "width": 0.5, "length": 4.33, "height": 0.7, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29231/?format=api", "id": 29231, "code": "21700637", "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.437049333791334, 51.964355067627736, 0.0 ], [ 4.437094125880605, 51.96430610830096, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:01.787835Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -6.36, "bed_level_downstream": -6.36, "width": 0.5, "length": 6.26, "height": 0.75, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29232/?format=api", "id": 29232, "code": "21700638", "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.438545761829218, 51.96297314756106, 0.0 ], [ 4.438575451757821, 51.96293980513293, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:01.802173Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -6.54, "bed_level_downstream": -6.54, "width": 0.6, "length": 4.23, "height": 0.8, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29233/?format=api", "id": 29233, "code": "21700639", "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.43757923036659, 51.963575287164794, 0.0 ], [ 4.437771623026578, 51.96365237263306, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:01.813398Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -6.13, "bed_level_downstream": -6.13, "width": 0.12, "length": 15.76, "height": 0.12, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29234/?format=api", "id": 29234, "code": "21700642", "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.437911599628836, 51.96325974218252, 0.0 ], [ 4.438103226991763, 51.963335823190384, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:01.826109Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -6.08, "bed_level_downstream": -6.08, "width": 0.12, "length": 15.66, "height": 0.12, "material": null, "shape": null, "description": null } ] }