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=16
https://demo.lizard.net/api/v4/measuringstations/?format=api&page=17", "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=15", "results": [ { "url": "https://demo.lizard.net/api/v4/measuringstations/151/?format=api", "id": 151, "code": "224", "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.048454382151575, 52.505206711789526, 0.0 ] }, "last_modified": "2020-10-23T11:42:52.017108Z", "created": "2014-08-08T08:41:37.697450Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/a00089f2-448d-42c4-b523-126428fd247c/?format=api" ], "name": "EDAM", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/152/?format=api", "id": 152, "code": "225", "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": [ 4.59384366952531, 52.39518430098519, 0.0 ] }, "last_modified": "2020-10-23T11:41:32.427138Z", "created": "2014-08-08T08:41:37.714183Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/019e5386-fd7e-456f-823d-36cd2386e39f/?format=api" ], "name": "OVERVEEN", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/153/?format=api", "id": 153, "code": "226", "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": [ 4.592392796523789, 52.476064986219775, 0.0 ] }, "last_modified": "2020-10-23T11:42:14.660763Z", "created": "2014-08-08T08:41:37.728369Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/55eebfec-ed8a-4d35-a283-0c17b3ee7d0c/?format=api" ], "name": "WIJK AAN ZEE", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/154/?format=api", "id": 154, "code": "227", "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": [ 4.837790114746211, 52.8639024776316, 0.0 ] }, "last_modified": "2020-10-23T11:42:21.359644Z", "created": "2014-08-08T08:41:37.742535Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/69a8cc45-b21e-4f3b-8d2e-5608fbadf194/?format=api" ], "name": "AN PAULOW", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/155/?format=api", "id": 155, "code": "228", "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": [ 4.809281096052182, 52.773899667110136, 0.0 ] }, "last_modified": "2020-10-23T11:41:47.616371Z", "created": "2014-08-08T08:41:37.758648Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/1a4e971e-ddde-49e1-a67c-ebacee9df996/?format=api" ], "name": "SCHAGEN", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/156/?format=api", "id": 156, "code": "229", "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": [ 4.506772930737126, 52.34064078358769, 0.0 ] }, "last_modified": "2020-10-23T11:42:25.494590Z", "created": "2014-08-08T08:41:37.773067Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/74501e5a-ecdb-47fe-9c3b-cca9aa1d32b0/?format=api" ], "name": "ZANDVOORT", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/157/?format=api", "id": 157, "code": "230", "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": [ 4.81316120520813, 52.477339114514486, 0.0 ] }, "last_modified": "2020-10-23T11:42:52.659148Z", "created": "2014-08-08T08:41:37.783428Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/a195be0e-a4f3-45b9-a013-ad9802354413/?format=api" ], "name": "ZAANDIJK", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/158/?format=api", "id": 158, "code": "233", "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": [ 4.82856071462093, 52.42348702877432, 0.0 ] }, "last_modified": "2020-10-23T11:41:50.986621Z", "created": "2014-08-08T08:41:37.799570Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/21176153-5db2-4724-9c0d-b39c37f38572/?format=api" ], "name": "ZAANDAM HEMBRUG", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/159/?format=api", "id": 159, "code": "234", "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": [ 4.677377773661304, 52.68331563448669, 0.0 ] }, "last_modified": "2020-10-23T11:42:04.917409Z", "created": "2014-08-08T08:41:37.814925Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/40c38bfd-b17b-4b35-b515-fba39dcfe788/?format=api" ], "name": "BERGEN", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/160/?format=api", "id": 160, "code": "235", "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": [ 4.650064011908351, 52.548338466218354, 0.0 ] }, "last_modified": "2020-10-23T11:41:32.796099Z", "created": "2014-08-08T08:41:37.832274Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/02b45f47-e838-47c9-bdeb-d2ba4ceecc0c/?format=api" ], "name": "CASTRICUM", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" } ] }{ "count": 15136, "next": "