Raster List
API endpoint for rasterlayer objects.
Rasterlayers visualise raster data. The actual data is contained in
rastersources. To connect a rasterlayer to a rastersource, configure the
rasterlayer's source
field as follows:
{
"graph": {
"rastersource": [
"lizard_nxt.blocks.LizardRasterSource",
"<uuid of a rastersource object>"
]
},
"name": "rastersource"
}
Note that the organisations of the rastersource and rasterlayer should be
equal. The raster_sources
field cannot be used to configure the source:
it is merely a (read-only) hyperlink to the /rastersources endpoint.
GeoBlocks
Instead of directly visualising a raster source, raster layers can also
perform on-the-fly operations on multiple raster sources. This can be done
by extending the above example for the source
field. See
https://docs.lizard.net. Note that the rasterlayers's organisation must
have geoblocks-permissions to be able to use this feature.
Deletion
If a rasterlayer is deleted, its raster sources (see /rastersources endpoint) will remain available. These need to be cleaned up seperately, or else they will keep using space.
If a rastersource was deleted while there was a rasterlayer referencing it,
the rasterlayer will become broken. In this case, the deleted rastersources
will be listed in the source.deleted_sources
field.
Query parameters:
name
Text filter on the name
field. All text field filter methods,
like startswith
, endswith
, icontains
are supported.
uuid
Filter on uuid
field. UUIDs must be separated by commas and must be
specified in their canonical textual representation (in their
8-4-4-4-12 form, that is). Filtering is case insensitive and may be
done across relationships.
organisation
Filter on Organisations
.
observation_type
Filter on ObservationType
.
layer_collections
Filter on LayerCollection
.
first_value_timestamp
Temporal filter on first_value_timestamp
.
last_value_timestamp
Temporal filter on last_value_timestamp
.
raster_sources__uuid
Show rasters that make use of a raster_source
with given uuid.
access_modifier
Filter on access_modifier
, options are 'Public', 'Private', 'Common', or 'Hidden'.
ordering
Show the results in a specific order.
You can order them by name
, last_modified
, supplier
,
temporal
, access_modifier
, first_value_timestamp
,
last_value_timestamp
, observation_type
, observation_type__code
,
observation_type__parameter
, observation_type__unit
, and
organisation__name
. Add a -
in front to reverse the order.
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.
Examples
?name__icontains=Elevation
?organisation__name=DDSC
?organisation__uuid=61f5a464c35044c19bc7d4b42d7f58cb
?organisation__name__startswith=Nelen
?organisation__name__icontains=Schuur
?observation_type__code=HOOGTEmNAP
?observation_type__parameter=Hoogte
?uuid=10415ccb-ec31-4d43-bdb3-db597061527b,
4a544b7a-772b-45fb-9aa4-a69447f34f52
?first_value_timestamp=2016-06-21T06:05:00Z
?first_value_timestamp__lt=2016-06-21T06:05:00Z
?layer_collections__slug=10855cc
?raster_sources__uuid=10415ccb-ec31-4d43-bdb3-db597061527b
?access_modifier=Private
?access_modifier=100
?ordering=name
?ordering=-last_modified
?created__gte=2017-01-01T00:00:00Z
?last_modified__lt=2018-01-01T00:00:00Z
GET /api/v4/rasters/?format=api&page=19
https://demo.lizard.net/api/v4/rasters/?format=api&page=20", "previous": "https://demo.lizard.net/api/v4/rasters/?format=api&page=18", "results": [ { "url": "https://demo.lizard.net/api/v4/rasters/2ea223f9-c51e-46f0-bfbb-3c6c12a7399a/?format=api", "uuid": "2ea223f9-c51e-46f0-bfbb-3c6c12a7399a", "last_modified": "2020-02-19T16:00:00.467399Z", "created": "2020-02-19T16:00:00.314431Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api", "uuid": "0258eefa-4043-409f-879c-601740340654", "name": "Waterpanel Noord" }, "access_modifier": "Public", "supplier": "chris.kerklaan", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 4, "name": "Verandering GLG (droog jaar, KNMI klimaatscenario WH2050", "description": "", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/521/?format=api", "id": 521, "code": "Waterdepth", "parameter": "Waterdepth", "unit": "m", "scale": "interval", "description": "interval", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2016-07-14T10:07:22.899825Z", "last_modified": "2022-02-02T14:47:44.543819Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/wpn_klimaatatlas/?format=api", "slug": "wpn_klimaatatlas", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api", "uuid": "0258eefa-4043-409f-879c-601740340654", "name": "Waterpanel Noord" }, "access_modifier": "Public", "supplier": "chris.kerklaan", "created": "2020-02-19T14:04:29.578191Z", "last_modified": "2020-02-19T15:56:26.731593Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 5.501128748848746, "east": 6.2861667021056595, "north": 51.809070428730635, "south": 50.98330029998714 }, "projection": "EPSG:3857", "origin_x": 612382.851110081, "origin_y": 6618340.27060282, "upper_bound_x": 699772.876320034, "upper_bound_y": 6765676.28988904, "pixelsize_x": 80.5438020368233, "pixelsize_y": -79.6410915060658, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "waterpanel-noord-wpn:verandering-glg-droog-jaar-knmi-klimaatscen" }, "options": { "styles": "Blues:0:0.3" }, "rescalable": false, "aggregation_type": "curve", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/4b2d1cd2-e1d2-4efa-ae7a-0079fd9b2415/?format=api", "uuid": "4b2d1cd2-e1d2-4efa-ae7a-0079fd9b2415", "last_modified": "2020-02-19T16:00:16.517730Z", "created": "2020-02-19T16:00:16.346030Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api", "uuid": "0258eefa-4043-409f-879c-601740340654", "name": "Waterpanel Noord" }, "access_modifier": "Public", "supplier": "chris.kerklaan", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 4, "name": "Verandering GLG (KNMI klimaatscenario WH2050)", "description": "", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/521/?format=api", "id": 521, "code": "Waterdepth", "parameter": "Waterdepth", "unit": "m", "scale": "interval", "description": "interval", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2016-07-14T10:07:22.899825Z", "last_modified": "2022-02-02T14:47:44.543819Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/wpn_klimaatatlas/?format=api", "slug": "wpn_klimaatatlas", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api", "uuid": "0258eefa-4043-409f-879c-601740340654", "name": "Waterpanel Noord" }, "access_modifier": "Public", "supplier": "chris.kerklaan", "created": "2020-02-19T14:04:29.578191Z", "last_modified": "2020-02-19T15:56:26.731593Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 5.501128748848746, "east": 6.2861667021056595, "north": 51.809070428730635, "south": 50.98330029998714 }, "projection": "EPSG:3857", "origin_x": 612382.851110081, "origin_y": 6618340.27060282, "upper_bound_x": 699772.876320034, "upper_bound_y": 6765676.28988904, "pixelsize_x": 80.5438020368233, "pixelsize_y": -79.6410915060658, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "waterpanel-noord-wpn:verandering-glg-knmi-klimaatscenario-wh2050" }, "options": { "styles": "Blues:0:0.3" }, "rescalable": false, "aggregation_type": "curve", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/f2c7ea31-0ed4-46ca-bec0-d9bbb8cc56bb/?format=api", "uuid": "f2c7ea31-0ed4-46ca-bec0-d9bbb8cc56bb", "last_modified": "2020-02-21T09:44:12.751478Z", "created": "2020-02-19T16:00:32.250897Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api", "uuid": "0258eefa-4043-409f-879c-601740340654", "name": "Waterpanel Noord" }, "access_modifier": "Public", "supplier": "chris.kerklaan", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 4, "name": "Waterdiepte (T100 bui)", "description": "", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/521/?format=api", "id": 521, "code": "Waterdepth", "parameter": "Waterdepth", "unit": "m", "scale": "interval", "description": "interval", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2016-07-14T10:07:22.899825Z", "last_modified": "2022-02-02T14:47:44.543819Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/wpn_klimaatatlas/?format=api", "slug": "wpn_klimaatatlas", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api", "uuid": "0258eefa-4043-409f-879c-601740340654", "name": "Waterpanel Noord" }, "access_modifier": "Public", "supplier": "chris.kerklaan", "created": "2020-02-19T14:04:29.578191Z", "last_modified": "2020-02-19T15:56:26.731593Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 5.640117583899814, "east": 6.227593080169043, "north": 51.77761560316315, "south": 51.02968973099068 }, "projection": "EPSG:28992", "origin_x": 172742.0, "origin_y": 338114.5, "upper_bound_x": 213000.0, "upper_bound_y": 421025.5, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "waterpanel-noord-wpn:waterdiepte-t100-bui" }, "options": { "styles": "Blues:0:0.3" }, "rescalable": false, "aggregation_type": "curve", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/2de0c149-a06c-4dd5-90f6-3fa1bd1fe57b/?format=api", "uuid": "2de0c149-a06c-4dd5-90f6-3fa1bd1fe57b", "last_modified": "2020-02-21T09:44:15.103562Z", "created": "2020-02-19T16:00:48.736258Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api", "uuid": "0258eefa-4043-409f-879c-601740340654", "name": "Waterpanel Noord" }, "access_modifier": "Public", "supplier": "chris.kerklaan", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 4, "name": "Water op straat, stedelijk gebied (T1000)", "description": "", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/521/?format=api", "id": 521, "code": "Waterdepth", "parameter": "Waterdepth", "unit": "m", "scale": "interval", "description": "interval", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2016-07-14T10:07:22.899825Z", "last_modified": "2022-02-02T14:47:44.543819Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/wpn_klimaatatlas/?format=api", "slug": "wpn_klimaatatlas", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api", "uuid": "0258eefa-4043-409f-879c-601740340654", "name": "Waterpanel Noord" }, "access_modifier": "Public", "supplier": "chris.kerklaan", "created": "2020-02-19T14:04:29.578191Z", "last_modified": "2020-02-19T15:56:26.731593Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 5.565300194802019, "east": 6.234124689483367, "north": 51.779555429355305, "south": 51.026291425436334 }, "projection": "EPSG:28992", "origin_x": 167494.5, "origin_y": 337741.5, "upper_bound_x": 213448.5, "upper_bound_y": 421225.5, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "waterpanel-noord-wpn:water-op-straat-stedelijk-gebied-t1000" }, "options": { "styles": "Blues:0:0.3" }, "rescalable": false, "aggregation_type": "curve", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/0a74ff03-7227-4c03-a7e2-197a32edb315/?format=api", "uuid": "0a74ff03-7227-4c03-a7e2-197a32edb315", "last_modified": "2024-08-27T10:17:38.601635Z", "created": "2020-02-20T09:16:35.977379Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api", "uuid": "0258eefa-4043-409f-879c-601740340654", "name": "Waterpanel Noord" }, "access_modifier": "Public", "supplier": "chris.kerklaan", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 7, "name": "Hoogte Maaiveld", "description": "", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/308/?format=api", "id": 308, "code": "HOOGTE (mNAP)", "parameter": "Hoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "", "created": "2015-09-11T07:13:11.538482Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/wpn_klimaatatlas/?format=api", "slug": "wpn_klimaatatlas", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api", "uuid": "0258eefa-4043-409f-879c-601740340654", "name": "Waterpanel Noord" }, "access_modifier": "Public", "supplier": "chris.kerklaan", "created": "2020-02-19T14:04:29.578191Z", "last_modified": "2020-02-19T15:56:26.731593Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 3.2553720700505795, "east": 7.241735776043489, "north": 53.510380458865484, "south": 50.734191434465515 }, "projection": "EPSG:28992", "origin_x": 13566.399999999994, "origin_y": 306846.0, "upper_bound_x": 278028.4, "upper_bound_y": 615392.5, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "waterpanel-noord-wpn:hoogte" }, "options": { "styles": "dem-nl" }, "rescalable": false, "aggregation_type": "none", "dtype": "f4", "fill_value": "3.4028234663852886e+38" }, { "url": "https://demo.lizard.net/api/v4/rasters/a2ceb4c4-558c-4acd-9b3b-dfe3b6b98e80/?format=api", "uuid": "a2ceb4c4-558c-4acd-9b3b-dfe3b6b98e80", "last_modified": "2024-06-05T09:30:43.882594Z", "created": "2020-02-20T09:24:18.175432Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api", "uuid": "0258eefa-4043-409f-879c-601740340654", "name": "Waterpanel Noord" }, "access_modifier": "Public", "supplier": "chris.kerklaan", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 21, "name": "Hittestress", "description": "", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/466/?format=api", "id": 466, "code": "Hittestress", "parameter": "Hittestress", "unit": "", "scale": "ordinal", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2015-11-19T10:41:29.395081Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/wpn_klimaatatlas/?format=api", "slug": "wpn_klimaatatlas", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api", "uuid": "0258eefa-4043-409f-879c-601740340654", "name": "Waterpanel Noord" }, "access_modifier": "Public", "supplier": "chris.kerklaan", "created": "2020-02-19T14:04:29.578191Z", "last_modified": "2020-02-19T15:56:26.731593Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 3.253713155100211, "east": 7.243161224559517, "north": 53.51966937141186, "south": 50.73417297437435 }, "projection": "EPSG:28992", "origin_x": 13564.399999999994, "origin_y": 306844.0, "upper_bound_x": 278026.4, "upper_bound_y": 616443.0, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "waterpanel-noord-wpn:hittestress" }, "options": { "styles": "heat-klimaat" }, "rescalable": false, "aggregation_type": "curve", "dtype": "f8", "fill_value": "1.7976931348623157e+308" }, { "url": "https://demo.lizard.net/api/v4/rasters/cf7d938f-23cb-4b3d-bbca-d212ce5cde27/?format=api", "uuid": "cf7d938f-23cb-4b3d-bbca-d212ce5cde27", "last_modified": "2020-02-20T09:27:33.212982Z", "created": "2020-02-20T09:27:33.141469Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api", "uuid": "0258eefa-4043-409f-879c-601740340654", "name": "Waterpanel Noord" }, "access_modifier": "Public", "supplier": "chris.kerklaan", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 5, "name": "Water op straat, stedelijk gebied (T100)", "description": "", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/521/?format=api", "id": 521, "code": "Waterdepth", "parameter": "Waterdepth", "unit": "m", "scale": "interval", "description": "interval", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2016-07-14T10:07:22.899825Z", "last_modified": "2022-02-02T14:47:44.543819Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/wpn_klimaatatlas/?format=api", "slug": "wpn_klimaatatlas", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api", "uuid": "0258eefa-4043-409f-879c-601740340654", "name": "Waterpanel Noord" }, "access_modifier": "Public", "supplier": "chris.kerklaan", "created": "2020-02-19T14:04:29.578191Z", "last_modified": "2020-02-19T15:56:26.731593Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 5.640117583899814, "east": 6.227593080169043, "north": 51.77761560316315, "south": 51.02968973099068 }, "projection": "EPSG:28992", "origin_x": 172742.0, "origin_y": 338114.5, "upper_bound_x": 213000.0, "upper_bound_y": 421025.5, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "waterpanel-noord-wpn:water-stedelijk-t100" }, "options": { "styles": "Blues:0:0.3" }, "rescalable": false, "aggregation_type": "curve", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/ab6d8bad-0f77-44fc-b8c0-e4920a007de4/?format=api", "uuid": "ab6d8bad-0f77-44fc-b8c0-e4920a007de4", "last_modified": "2020-02-21T10:49:47.610114Z", "created": "2020-02-20T14:46:18.190583Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api", "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a", "name": "Twents Waternetwerk" }, "access_modifier": "Public", "supplier": "remo.vantilburg", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 4, "name": "Bodem", "description": "Verantwoording Bron: Bodemfysische Eenheden Kaart (BOFEK2012).", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/502/?format=api", "id": 502, "code": "KLASSE", "parameter": "Klasse", "unit": "", "scale": "nominal", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2016-04-26T07:49:44.396529Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": false, "layer_collections": [], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 3.2542240703689065, "east": 7.242902081338674, "north": 53.53904356122224, "south": 50.73441464614964 }, "projection": "EPSG:28992", "origin_x": 13579.0, "origin_y": 306870.5, "upper_bound_x": 278026.0, "upper_bound_y": 618584.0, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "twents-waternetwerk:bodem-z2dibf31" }, "options": { "styles": "soil" }, "rescalable": false, "aggregation_type": "curve", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/0e9e9be8-be89-4df3-aa90-882de2953d36/?format=api", "uuid": "0e9e9be8-be89-4df3-aa90-882de2953d36", "last_modified": "2020-02-20T14:46:34.401090Z", "created": "2020-02-20T14:46:34.208269Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api", "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a", "name": "Twents Waternetwerk" }, "access_modifier": "Public", "supplier": "remo.vantilburg", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 4, "name": "Gemiddeld hoogste grondwaterstand Almelo", "description": "Grondwaterstand in natte winterperiode ten opzichte van NAPDeze kaart geeft vlakdekkend de grondwaterstand ten opzichte van NAP weer, in een representatief natte wintersituatie. De gegevens zijn afkomstig uit het stedelijke grondwatermodel dat door Wareco Ingenieurs is opgesteld in opdracht van de gemeente Almelo. Het grondwatermodel is gekalibreerd op basis van de meetgegevens van het gemeentelijke grondwatermeetnet en toegespitst op de stedelijke omgeving.VerantwoordingBron: Wareco (2016)", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/298/?format=api", "id": 298, "code": "STIJGHTE (mNAP)", "parameter": "Stijghoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "", "created": "2015-09-11T07:11:50.753022Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": false, "layer_collections": [], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 6.421474953824799, "east": 6.839988633535304, "north": 52.43865972288494, "south": 52.264165228542026 }, "projection": "EPSG:28992", "origin_x": 225598.0, "origin_y": 476113.0, "upper_bound_x": 253793.0, "upper_bound_y": 495048.0, "pixelsize_x": 5.0, "pixelsize_y": -5.0, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "twents-waternetwerk:gemiddeld-hoogste-grondwaterstand-almelo" }, "options": { "styles": "Blues:7.9:11.56" }, "rescalable": false, "aggregation_type": "curve", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/f83b51e7-ccf5-49a3-a87f-66ef171a9888/?format=api", "uuid": "f83b51e7-ccf5-49a3-a87f-66ef171a9888", "last_modified": "2020-06-22T09:42:19.348366Z", "created": "2020-02-20T14:46:50.119438Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api", "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a", "name": "Twents Waternetwerk" }, "access_modifier": "Public", "supplier": "remo.vantilburg", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 4, "name": "Gevoelstemperatuur (PET)", "description": "De kaartlaag ‘Hittestresskaart’ geeft aan waar hittestress kan optreden tijdens zomerse dagen. De kaart toont de Physical Equivalent Temperature (PET/Gevoelstemperatuur) op een warme dag die 1 keer per 1000 zomerdagen voorkomt in het huidige klimaat (onder een zomerdag valt de periode van 1 april t/m 30 september). De rode gebieden zijn zeer gevoelig voor hittestress, de groene gebieden nauwelijks.OpbouwBij de totstandkoming van deze kaart spelen de volgende fysische factoren een rol:Schaduw;Windsnelheid;Luchtvochtigheid;Luchttemperatuur;Straatbreedte;Gebouwhoogte;Bomen en andere vegetatie;De bovenstaande factoren zijn afgeleid uit de volgende bronnen:Weerstations (KNMI);Sky view factor Nederland (KNMI);Algemeen Hoogte Bestand Nederland (AHN2 & AHN3);Landelijk beeldvoorzieningbeeld Nederland (LVB);VerantwoordingDeze hittestresskaart is de standaard voor Nederland. De methodiek, ontwikkeld door de Universiteit Wageningen is te vinden in het volgende rapport: <a href=\"https://www.rivm.nl/bibliotheek/rapporten/2019-0008.pdf\" title=\"https://www.rivm.nl/bibliotheek/rapporten/2019-0008.pdf\">https://www.rivm.nl/bibliotheek/rapporten/2019-0008.pdf.", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/549/?format=api", "id": 549, "code": "TAVG", "parameter": "Temperature", "unit": "°C", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2016-11-24T12:15:28.253800Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": false, "layer_collections": [], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 6.322740704989677, "east": 7.077527760815947, "north": 52.49816131950378, "south": 52.11384600392903 }, "projection": "EPSG:28992", "origin_x": 219069.0, "origin_y": 459728.0, "upper_bound_x": 269800.0, "upper_bound_y": 501580.0, "pixelsize_x": 1.0, "pixelsize_y": -1.0, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "twents-waternetwerk:gevoelstemperatuur-pet" }, "options": { "styles": "pet_heatstress:34:46" }, "rescalable": false, "aggregation_type": "curve", "dtype": null, "fill_value": null } ] }{ "count": 2103, "next": "