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=1449
https://demo.lizard.net/api/v4/culverts/?format=api&page=1450", "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1448", "results": [ { "url": "https://demo.lizard.net/api/v4/culverts/43505/?format=api", "id": 43505, "code": "30740022", "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.206217204486514, 51.98615808527506, 0.0 ], [ 4.206479798923476, 51.98616317489438, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:53.534961Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -0.27, "bed_level_downstream": -0.27, "width": 0.5, "length": 18.05, "height": 0.5, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43506/?format=api", "id": 43506, "code": "30740023", "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.206562316730998, 51.98572299402424, 0.0 ], [ 4.20654443159384, 51.98587314196571, 0.0 ], [ 4.20654443159384, 51.98587314196571, 0.0 ], [ 4.20654443159384, 51.98587314196571, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:53.549579Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -0.47, "bed_level_downstream": -0.47, "width": 0.8, "length": 17.15, "height": 0.8, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43507/?format=api", "id": 43507, "code": "B9915", "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.20003115779853, 52.00258639188666, 0.0 ], [ 4.200079701249765, 52.00253758601386, 0.0 ], [ 4.200079701249765, 52.00253758601386, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:53.562098Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -0.15, "bed_level_downstream": -0.15, "width": 4.0, "length": 6.39, "height": 1.5, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43508/?format=api", "id": 43508, "code": "22107466", "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.411400110105262, 51.98516120689033, 0.0 ], [ 4.411606453502499, 51.984801229445324, 0.0 ], [ 4.411458296389602, 51.98475107517685, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:53.577045Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.07, "bed_level_downstream": -5.07, "width": 0.02, "length": 54.09, "height": 0.02, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43509/?format=api", "id": 43509, "code": "20220653", "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.453012355376079, 51.97419387454869, 0.0 ], [ 4.453413555567863, 51.97439704043395, 0.0 ], [ 4.453814039079433, 51.97459984867922, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:53.590029Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -6.21, "bed_level_downstream": -6.21, "width": 0.6, "length": 71.24, "height": 0.6, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43510/?format=api", "id": 43510, "code": "21400959", "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.392869370132126, 52.022538544689375, 0.0 ], [ 4.392941550606059, 52.022568115924926, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:53.608415Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.58, "bed_level_downstream": -5.58, "width": null, "length": 5.95, "height": 0.3, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43511/?format=api", "id": 43511, "code": "202709", "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.453080586786086, 51.973723363590864, 0.0 ], [ 4.452620500602648, 51.97406173381449, 0.0 ], [ 4.452620500602648, 51.97406173381449, 0.0 ], [ 4.452620500602648, 51.97406173381449, 0.0 ], [ 4.452650161785135, 51.97407888618764, 0.0 ], [ 4.452650161785135, 51.97407888618764, 0.0 ], [ 4.452650161785135, 51.97407888618764, 0.0 ], [ 4.452458415547961, 51.97421928082654, 0.0 ], [ 4.452458415547961, 51.97421928082654, 0.0 ], [ 4.452458415547961, 51.97421928082654, 0.0 ], [ 4.452548419917565, 51.97426645854504, 0.0 ], [ 4.452548419917565, 51.97426645854504, 0.0 ], [ 4.452548419917565, 51.97426645854504, 0.0 ], [ 4.45250686339347, 51.97430435730384, 0.0 ], [ 4.452458381948831, 51.974346299870646, 0.0 ], [ 4.452447358590427, 51.97438561531048, 0.0 ], [ 4.452433713000518, 51.97443428299132, 0.0 ], [ 4.452366448906802, 51.974492633454666, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:53.622538Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": null, "bed_level_downstream": null, "width": 0.13, "length": 109.62, "height": 0.13, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43512/?format=api", "id": 43512, "code": "20220655", "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.45250686339347, 51.97430435730384, 0.0 ], [ 4.452546209043292, 51.974322287767954, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:53.636500Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": null, "bed_level_downstream": null, "width": 0.13, "length": 3.36, "height": 0.13, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43513/?format=api", "id": 43513, "code": "21400960", "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.393205567233569, 52.02222709374903, 0.0 ], [ 4.393277388057781, 52.02225775836693, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:53.649554Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.49, "bed_level_downstream": -5.49, "width": null, "length": 6.0, "height": 0.3, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43514/?format=api", "id": 43514, "code": "21400961", "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.393395837353108, 52.022042571015426, 0.0 ], [ 4.393469171989181, 52.02207198089006, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:53.664255Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.46, "bed_level_downstream": -5.46, "width": null, "length": 6.0, "height": 0.4, "material": null, "shape": null, "description": null } ] }{ "count": 14497, "next": "