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=18
https://demo.lizard.net/api/v4/measuringstations/?format=api&page=19", "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=17", "results": [ { "url": "https://demo.lizard.net/api/v4/measuringstations/171/?format=api", "id": 171, "code": "257", "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.957902227956165, 52.729593284973085, 0.0 ] }, "last_modified": "2020-10-23T11:44:02.541714Z", "created": "2014-08-08T08:41:38.002292Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/ecc6cff1-e359-42e6-8b15-4680de172050/?format=api" ], "name": "HOOGWOUD", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/172/?format=api", "id": 172, "code": "298", "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": [ 6.67313369887811, 52.6605039464534, 0.0 ] }, "last_modified": "2020-10-23T11:42:41.814746Z", "created": "2014-08-08T08:41:38.018310Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/91c71840-2f2d-42fd-8748-8f69ac7f2728/?format=api" ], "name": "STEENWIJKSMOER", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/173/?format=api", "id": 173, "code": "317", "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.890215209964601, 52.7023423484661, 0.0 ] }, "last_modified": "2020-10-23T11:42:19.604046Z", "created": "2014-08-08T08:41:38.028542Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/63d49f64-9d2c-40ff-8107-7379aadf2696/?format=api" ], "name": "MARKNESSE", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/174/?format=api", "id": 174, "code": "323", "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": [ 6.532149560191989, 52.9225818673947, 0.0 ] }, "last_modified": "2020-10-23T11:41:57.703368Z", "created": "2014-08-08T08:41:38.043596Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/34bf2df0-fef8-4ef3-a961-c62c4d57a9a8/?format=api" ], "name": "LAAGHALEN", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/175/?format=api", "id": 175, "code": "326", "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": [ 6.188706870318534, 52.84449959625963, 0.0 ] }, "last_modified": "2020-10-23T11:44:01.506835Z", "created": "2014-08-08T08:41:38.057700Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/e98b363c-c1c3-429b-8d52-3529a27798c1/?format=api" ], "name": "FREDERIKSOORD", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/176/?format=api", "id": 176, "code": "327", "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": [ 6.410894655466258, 52.82482475019929, 0.0 ] }, "last_modified": "2020-10-23T11:41:58.414613Z", "created": "2014-08-08T08:41:38.071100Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/37c73eb2-f921-4385-92d6-e2519c9048e6/?format=api" ], "name": "DWINGELOO", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/177/?format=api", "id": 177, "code": "328", "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": [ 6.033394286130967, 52.37810133721924, 0.0 ] }, "last_modified": "2020-10-23T11:42:45.195916Z", "created": "2014-08-08T08:41:38.088247Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/9bc4d45a-8f44-4dcf-9b56-ca52477e8e58/?format=api" ], "name": "HEERDE", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/178/?format=api", "id": 178, "code": "329", "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": [ 6.078290620033247, 52.431774417614236, 0.0 ] }, "last_modified": "2020-10-23T11:41:46.942308Z", "created": "2014-08-08T08:41:38.098004Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/1715a4b1-4143-4c55-ba41-e7a15e44b6c8/?format=api" ], "name": "WAPENVELD", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/179/?format=api", "id": 179, "code": "330", "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": [ 6.13878124937985, 52.53027070393316, 0.0 ] }, "last_modified": "2020-10-23T11:42:10.086287Z", "created": "2014-08-08T08:41:38.113152Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/4b68b30e-b7ae-4274-956a-635a104aa2ed/?format=api" ], "name": "ZWOLLE", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/180/?format=api", "id": 180, "code": "331", "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": [ 7.032109989124748, 52.37742276233554, 0.0 ] }, "last_modified": "2020-10-23T11:44:05.572358Z", "created": "2014-08-08T08:41:38.126534Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/ef400768-8755-433d-ad1b-2eaa0fbf8c18/?format=api" ], "name": "DENEKAMP", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" } ] }{ "count": 15136, "next": "