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=13
https://demo.lizard.net/api/v4/culverts/?format=api&page=14", "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=12", "results": [ { "url": "https://demo.lizard.net/api/v4/culverts/29145/?format=api", "id": 29145, "code": "21200823", "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.398071608449444, 52.017710330766725, 0.0 ], [ 4.398233981372364, 52.017770831705256, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:00.788412Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -3.11, "bed_level_downstream": -3.11, "width": 0.5, "length": 13.02, "height": 0.5, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29146/?format=api", "id": 29146, "code": "21200840", "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.403658094217172, 52.019736801061406, 0.0 ], [ 4.403888942626785, 52.01981259865128, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:00.799197Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": null, "bed_level_downstream": null, "width": 0.5, "length": 17.95, "height": 0.5, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29147/?format=api", "id": 29147, "code": "21200850", "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.402634241546334, 52.02011977206278, 0.0 ], [ 4.402697286413603, 52.020142186800854, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:00.810250Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -2.33, "bed_level_downstream": -2.26, "width": 0.13, "length": 4.99, "height": 0.13, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29148/?format=api", "id": 29148, "code": "21200867", "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.397472885918811, 52.02198764226589, 0.0 ], [ 4.397531824109423, 52.022012604995645, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:00.820741Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.38, "bed_level_downstream": -5.38, "width": 0.5, "length": 4.91, "height": 0.5, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29149/?format=api", "id": 29149, "code": "21200870", "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.395240039299982, 52.02203629139811, 0.0 ], [ 4.395311102367951, 52.02206766748084, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:00.831181Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.58, "bed_level_downstream": -5.58, "width": 0.5, "length": 6.0, "height": 0.5, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29150/?format=api", "id": 29150, "code": "21200873", "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.398488195570108, 52.02332559319656, 0.0 ], [ 4.398555747410926, 52.023353189513855, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:00.841604Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.54, "bed_level_downstream": -5.54, "width": 0.5, "length": 5.56, "height": 0.5, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29151/?format=api", "id": 29151, "code": "21200889", "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.404778616817947, 52.02398849643454, 0.0 ], [ 4.404841731111621, 52.023947567263235, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:00.852071Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.72, "bed_level_downstream": -5.72, "width": 0.5, "length": 6.28, "height": 0.5, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29152/?format=api", "id": 29152, "code": "21200901", "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.411229604987648, 52.02528938823078, 0.0 ], [ 4.411229604987648, 52.02528938823078, 0.0 ], [ 4.411308452804109, 52.02532328808653, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:00.862621Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -4.51, "bed_level_downstream": -4.51, "width": 0.15, "length": 7.0, "height": 0.15, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29153/?format=api", "id": 29153, "code": "21200905", "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.408708976241426, 52.023876996553504, 0.0 ], [ 4.408750964781789, 52.02382931224973, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:00.872843Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.38, "bed_level_downstream": -5.38, "width": 0.28, "length": 5.45, "height": 0.28, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/29154/?format=api", "id": 29154, "code": "21200914", "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.404899619949578, 52.02361596317903, 0.0 ], [ 4.404948787513804, 52.023634278884195, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:32:00.883466Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -5.62, "bed_level_downstream": -5.62, "width": 0.5, "length": 3.94, "height": 0.5, "material": null, "shape": null, "description": null } ] }{ "count": 14497, "next": "