Measuring Station List
List assets of type MeasuringStation
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/measuringstations/?format=api&page=38
{ "count": 15140, "next": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=39", "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=37", "results": [ { "url": "https://demo.lizard.net/api/v4/measuringstations/371/?format=api", "id": 371, "code": "906", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 5.329584494343798, 51.507998533506594, 0.0 ] }, "last_modified": "2020-10-23T11:43:35.006182Z", "created": "2014-08-08T08:41:40.538371Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/cd00e77f-df73-4f40-8181-1f281e0559d1/?format=api" ], "name": "OIRSCHOT", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/372/?format=api", "id": 372, "code": "907", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 5.329493480689432, 51.579907383528905, 0.0 ] }, "last_modified": "2020-10-23T11:42:38.673959Z", "created": "2014-08-08T08:41:40.548328Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/8a94750b-09f7-4bf9-853d-078140bc678c/?format=api" ], "name": "BOXTEL", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/373/?format=api", "id": 373, "code": "908", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 5.775648625740812, 51.45343363013093, 0.0 ] }, "last_modified": "2020-10-23T11:42:26.392475Z", "created": "2014-08-08T08:41:40.558514Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/762c814d-6e4e-41a8-8b2f-b33dbf8e1d0f/?format=api" ], "name": "DEURNE", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/374/?format=api", "id": 374, "code": "909", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 5.792034864302906, 51.67809509942104, 0.0 ] }, "last_modified": "2020-10-23T11:41:47.416281Z", "created": "2014-08-08T08:41:40.568855Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/1a14fb6d-25ff-41de-97df-401f22a5cc28/?format=api" ], "name": "MILL", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/375/?format=api", "id": 375, "code": "910", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 5.213424231009908, 51.75057472416517, 0.0 ] }, "last_modified": "2020-10-23T11:41:49.968586Z", "created": "2014-08-08T08:41:40.580426Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/1fbbe91f-62c5-492b-8684-42c7580e148e/?format=api" ], "name": "AMMERZODEN", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/376/?format=api", "id": 376, "code": "911", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 5.488330700251478, 51.64279762289962, 0.0 ] }, "last_modified": "2020-10-23T11:42:40.358619Z", "created": "2014-08-08T08:41:40.587768Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/8d45cd0c-3927-4138-a971-db0421900eb3/?format=api" ], "name": "DINTHER", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/377/?format=api", "id": 377, "code": "912", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 5.530675137169663, 51.32815036476025, 0.0 ] }, "last_modified": "2020-10-23T11:42:15.309165Z", "created": "2014-08-08T08:41:40.600769Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/570b2df6-1261-4d52-ac74-ac7202ea5e86/?format=api" ], "name": "LEENDE", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/378/?format=api", "id": 378, "code": "913", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 5.891138451857023, 51.488947059829506, 0.0 ] }, "last_modified": "2020-10-23T11:42:27.345081Z", "created": "2014-08-08T08:41:40.614526Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/77192c53-95eb-4ea2-88b1-f7f6a3255210/?format=api" ], "name": "IJSSELSTEYN", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/379/?format=api", "id": 379, "code": "914", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 5.546561902931954, 51.76857163020083, 0.0 ] }, "last_modified": "2020-10-23T11:41:45.501532Z", "created": "2014-08-08T08:41:40.622248Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/140040b3-7006-4eff-bdff-1b80be4676e7/?format=api" ], "name": "OSS", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/380/?format=api", "id": 380, "code": "915", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 5.2580225573502, 51.346144955004526, 0.0 ] }, "last_modified": "2020-10-23T11:41:30.042715Z", "created": "2014-08-08T08:41:40.630007Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/0033c4be-24ea-46fc-a9ab-00bea0a5790b/?format=api" ], "name": "EERSEL", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" } ] }