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=22
https://demo.lizard.net/api/v4/rasters/?format=api&page=23", "previous": "https://demo.lizard.net/api/v4/rasters/?format=api&page=21", "results": [ { "url": "https://demo.lizard.net/api/v4/rasters/acbc97b4-1ba0-46c4-b9bb-57538d997f0d/?format=api", "uuid": "acbc97b4-1ba0-46c4-b9bb-57538d997f0d", "last_modified": "2020-03-05T13:12:45.917754Z", "created": "2020-03-04T16:17:10.767870Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/70b0c750-d234-43b9-bb75-3454b05c2b0d/?format=api", "uuid": "70b0c750-d234-43b9-bb75-3454b05c2b0d", "name": "Geoblocks demo" }, "access_modifier": "Public", "supplier": "remo.vantilburg", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 5, "name": "Hoogte", "description": "Hoogte", "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": [], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 3.2275183283246203, "east": 7.275203841667624, "north": 53.596200529414354, "south": 50.72844979473609 }, "projection": "EPSG:28992", "origin_x": 12000.0, "origin_y": 306250.0, "upper_bound_x": 280000.0, "upper_bound_y": 625000.0, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "geoblocks-masterclass:dem:nl" }, "options": { "styles": "dem-nl" }, "rescalable": false, "aggregation_type": "curve", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/a52ef31f-6c62-421f-800f-f940e8926807/?format=api", "uuid": "a52ef31f-6c62-421f-800f-f940e8926807", "last_modified": "2023-08-22T10:08:35.948069Z", "created": "2020-03-12T10:29:11.979809Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/790bd838-2410-46dd-93db-1576a1727fde/?format=api", "uuid": "790bd838-2410-46dd-93db-1576a1727fde", "name": "G4AW SpiceUp" }, "access_modifier": "Public", "supplier": null, "shared_with": [ { "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api", "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb", "name": "Nelen & Schuurmans Consultancy" } ], "writable": false, "is_geoblock": true, "weight": 10, "name": "Soil Moisture (sample)", "description": "Soil moisture (http://docs.vandersat.com/VanderSat_Data_Products.html#volumetric-soil-moisture-l-band-sm) (VanderSat - SpiceUp)", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/983/?format=api", "id": 983, "code": "soilmoisture", "parameter": "Soil moisture", "unit": "m3/m3", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2018-08-21T12:41:08.263771Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": true, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/SpiceUp/?format=api", "slug": "SpiceUp", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/790bd838-2410-46dd-93db-1576a1727fde/?format=api", "uuid": "790bd838-2410-46dd-93db-1576a1727fde", "name": "G4AW SpiceUp" }, "access_modifier": "Public", "supplier": "project.support", "created": "2019-09-19T14:00:00.495199Z", "last_modified": "2020-02-06T14:32:10.839219Z" } ], "first_value_timestamp": "2015-04-01T00:00:00Z", "last_value_timestamp": "2023-08-21T00:00:00Z", "spatial_bounds": { "west": 105.13436823701781, "east": 106.85333333336222, "north": -1.4960000000075055, "south": -3.704149227285069 }, "projection": "EPSG:4326", "origin_x": 105.13436823701781, "origin_y": -3.704149227285069, "upper_bound_x": 106.85333333336222, "upper_bound_y": -1.4960000000075055, "pixelsize_x": 0.0008888888888889974, "pixelsize_y": -0.0008888888888889974, "interval": "1 00:00:00", "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "nelen-schuurmans:soil-moisture-sample" }, "options": { "styles": "RdYlBu:0.005:0.450" }, "rescalable": false, "aggregation_type": "curve", "dtype": "f8", "fill_value": "1.7976931348623157e+308" }, { "url": "https://demo.lizard.net/api/v4/rasters/342d8089-5981-4de5-8e6d-6ba5809c2bd4/?format=api", "uuid": "342d8089-5981-4de5-8e6d-6ba5809c2bd4", "last_modified": "2024-12-02T13:02:25.876499Z", "created": "2020-03-12T11:17:02.750449Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/790bd838-2410-46dd-93db-1576a1727fde/?format=api", "uuid": "790bd838-2410-46dd-93db-1576a1727fde", "name": "G4AW SpiceUp" }, "access_modifier": "Public", "supplier": null, "shared_with": [ { "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api", "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb", "name": "Nelen & Schuurmans Consultancy" } ], "writable": false, "is_geoblock": true, "weight": 23, "name": "Pepper suitability (sample)", "description": "Combined pepper suitability map. Based on individual suitability classifications for precipitation, dry period duration, slope, pH, soil iron content and soil phosphorous content. Weights for individual suitability parameters are currently equal for each parameter.", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/791/?format=api", "id": 791, "code": "class_ord", "parameter": "Class", "unit": "", "scale": "ordinal", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-03-24T15:03:32.659397Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/SpiceUp/?format=api", "slug": "SpiceUp", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/790bd838-2410-46dd-93db-1576a1727fde/?format=api", "uuid": "790bd838-2410-46dd-93db-1576a1727fde", "name": "G4AW SpiceUp" }, "access_modifier": "Public", "supplier": "project.support", "created": "2019-09-19T14:00:00.495199Z", "last_modified": "2020-02-06T14:32:10.839219Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 105.13436823701781, "east": 107.27236823701782, "north": -1.5024964581999998, "south": -3.3149964581999996 }, "projection": "EPSG:4326", "origin_x": null, "origin_y": null, "upper_bound_x": null, "upper_bound_y": null, "pixelsize_x": null, "pixelsize_y": null, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "g4aw-spiceup:pepper-suitability-sample" }, "options": { "styles": "DiscSuitability" }, "rescalable": false, "aggregation_type": "counts", "dtype": "u1", "fill_value": "255" }, { "url": "https://demo.lizard.net/api/v4/rasters/bd55f700-763d-4733-a9ff-6a233a7503d8/?format=api", "uuid": "bd55f700-763d-4733-a9ff-6a233a7503d8", "last_modified": "2021-09-26T12:56:38.437549Z", "created": "2020-03-12T11:27:19.742663Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/790bd838-2410-46dd-93db-1576a1727fde/?format=api", "uuid": "790bd838-2410-46dd-93db-1576a1727fde", "name": "G4AW SpiceUp" }, "access_modifier": "Public", "supplier": "project.support", "shared_with": [ { "url": "https://demo.lizard.net/api/v4/organisations/476de09d-c93b-42ca-a28e-355c31a45a7a/?format=api", "uuid": "476de09d-c93b-42ca-a28e-355c31a45a7a", "name": "G4AW SmartSeeds" }, { "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api", "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb", "name": "Nelen & Schuurmans Consultancy" } ], "writable": false, "is_geoblock": true, "weight": 12, "name": "Expected start of rainy season (sample)", "description": "DOY of expected start date of the rainy season (average of early and late start predictions) clipped for land area in Indonesia (N&S / IPB Climate)", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/1036/?format=api", "id": 1036, "code": "index", "parameter": "Index", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2019-04-03T13:10:41.085507Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": true, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/SpiceUp/?format=api", "slug": "SpiceUp", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/790bd838-2410-46dd-93db-1576a1727fde/?format=api", "uuid": "790bd838-2410-46dd-93db-1576a1727fde", "name": "G4AW SpiceUp" }, "access_modifier": "Public", "supplier": "project.support", "created": "2019-09-19T14:00:00.495199Z", "last_modified": "2020-02-06T14:32:10.839219Z" } ], "first_value_timestamp": "2020-03-12T10:58:34.174000Z", "last_value_timestamp": "2020-03-12T10:58:34.174000Z", "spatial_bounds": { "west": 105.13436823701781, "east": 107.27236823701782, "north": -1.301149227285069, "south": -3.704149227285069 }, "projection": "EPSG:4326", "origin_x": null, "origin_y": null, "upper_bound_x": null, "upper_bound_y": null, "pixelsize_x": null, "pixelsize_y": null, "interval": "1 00:00:00", "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "nelen-schuurmans:expected-start-date-doy-of-rainy-seaso-duvozjyx" }, "options": { "styles": "RdYlGn:0:365" }, "rescalable": false, "aggregation_type": "curve", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/208be0e0-60cd-462a-bd8c-58961970fc66/?format=api", "uuid": "208be0e0-60cd-462a-bd8c-58961970fc66", "last_modified": "2020-03-12T12:19:13.418132Z", "created": "2020-03-12T11:41:57.467403Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/790bd838-2410-46dd-93db-1576a1727fde/?format=api", "uuid": "790bd838-2410-46dd-93db-1576a1727fde", "name": "G4AW SpiceUp" }, "access_modifier": "Public", "supplier": "project.support", "shared_with": [ { "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api", "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb", "name": "Nelen & Schuurmans Consultancy" }, { "url": "https://demo.lizard.net/api/v4/organisations/2c419b2e-2eec-4bea-9421-917494cc0e8f/?format=api", "uuid": "2c419b2e-2eec-4bea-9421-917494cc0e8f", "name": "VanderSat" } ], "writable": false, "is_geoblock": true, "weight": 4, "name": "Pepper land use (sample)", "description": "Pepper land use classification of Bangka in 2018", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/501/?format=api", "id": 501, "code": "CLASS", "parameter": "Class", "unit": "", "scale": "nominal", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2016-04-26T07:47:14.214853Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/SpiceUp/?format=api", "slug": "SpiceUp", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/790bd838-2410-46dd-93db-1576a1727fde/?format=api", "uuid": "790bd838-2410-46dd-93db-1576a1727fde", "name": "G4AW SpiceUp" }, "access_modifier": "Public", "supplier": "project.support", "created": "2019-09-19T14:00:00.495199Z", "last_modified": "2020-02-06T14:32:10.839219Z" } ], "first_value_timestamp": null, "last_value_timestamp": null, "spatial_bounds": { "west": 105.13436823701781, "east": 106.91011379999999, "north": -1.4944912, "south": -3.1179911999999996 }, "projection": "EPSG:4326", "origin_x": 105.134368237018, "origin_y": -3.1179912, "upper_bound_x": 106.9101138, "upper_bound_y": -1.4944912, "pixelsize_x": 0.00025, "pixelsize_y": -0.00025, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "g4aw-spiceup:pepper-land-use-sample" }, "options": { "styles": "lc-ind-bangka" }, "rescalable": false, "aggregation_type": "counts", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/4cc81583-6386-478d-990e-e0bd361a545e/?format=api", "uuid": "4cc81583-6386-478d-990e-e0bd361a545e", "last_modified": "2020-08-27T04:13:25.356781Z", "created": "2020-03-12T11:46:08.923375Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/790bd838-2410-46dd-93db-1576a1727fde/?format=api", "uuid": "790bd838-2410-46dd-93db-1576a1727fde", "name": "G4AW SpiceUp" }, "access_modifier": "Public", "supplier": "project.support", "shared_with": [ { "url": "https://demo.lizard.net/api/v4/organisations/207c0192-e805-4c1b-9dc2-b43cc2859c2e/?format=api", "uuid": "207c0192-e805-4c1b-9dc2-b43cc2859c2e", "name": "IPB soil" }, { "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api", "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb", "name": "Nelen & Schuurmans Consultancy" } ], "writable": false, "is_geoblock": true, "weight": 3, "name": "Soil nitrogen (sample)", "description": "Amount of nitrogen in the soil in mg/g (IPB Soil - SpiceUp", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/1116/?format=api", "id": 1116, "code": "mg_g", "parameter": "Concentration", "unit": "mg/g", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2019-10-24T06:43:57.070485Z", "last_modified": "2019-10-24T06:43:57.070440Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/SpiceUp/?format=api", "slug": "SpiceUp", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/790bd838-2410-46dd-93db-1576a1727fde/?format=api", "uuid": "790bd838-2410-46dd-93db-1576a1727fde", "name": "G4AW SpiceUp" }, "access_modifier": "Public", "supplier": "project.support", "created": "2019-09-19T14:00:00.495199Z", "last_modified": "2020-02-06T14:32:10.839219Z" } ], "first_value_timestamp": null, "last_value_timestamp": null, "spatial_bounds": { "west": 105.13436823701781, "east": 107.27236823701782, "north": -1.301149227285069, "south": -3.704149227285069 }, "projection": "EPSG:4326", "origin_x": 105.134368237018, "origin_y": -3.70414922728507, "upper_bound_x": 107.272368237018, "upper_bound_y": -1.30114922728507, "pixelsize_x": 0.0025, "pixelsize_y": -0.0025, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "g4aw-spiceup:soil-nitrogen-sample" }, "options": { "styles": "BluGreRed:0.000562:0.002548" }, "rescalable": false, "aggregation_type": "curve", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/f89d3ce7-3bfe-451e-bb75-6112531109af/?format=api", "uuid": "f89d3ce7-3bfe-451e-bb75-6112531109af", "last_modified": "2022-05-29T02:49:30.630526Z", "created": "2020-03-12T11:55:43.315745Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/790bd838-2410-46dd-93db-1576a1727fde/?format=api", "uuid": "790bd838-2410-46dd-93db-1576a1727fde", "name": "G4AW SpiceUp" }, "access_modifier": "Public", "supplier": "project.support", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 8, "name": "Rainfall amount (sample)", "description": "Rainfall amount 10-day daily forecast - 9km grid for Indonesia (IPB Weather - SmartSeeds)", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/542/?format=api", "id": 542, "code": "PRCP", "parameter": "Precipitation", "unit": "mm", "scale": "ratio", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2016-11-18T14:53:30.662432Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": true, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/SpiceUp/?format=api", "slug": "SpiceUp", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/790bd838-2410-46dd-93db-1576a1727fde/?format=api", "uuid": "790bd838-2410-46dd-93db-1576a1727fde", "name": "G4AW SpiceUp" }, "access_modifier": "Public", "supplier": "project.support", "created": "2019-09-19T14:00:00.495199Z", "last_modified": "2020-02-06T14:32:10.839219Z" } ], "first_value_timestamp": "2020-03-12T10:58:34.174000Z", "last_value_timestamp": "2020-03-12T10:58:34.174000Z", "spatial_bounds": { "west": 105.13436823701781, "east": 107.27236823701782, "north": -1.301149227285069, "south": -3.704149227285069 }, "projection": "EPSG:3857", "origin_x": null, "origin_y": null, "upper_bound_x": null, "upper_bound_y": null, "pixelsize_x": null, "pixelsize_y": null, "interval": "1 00:00:00", "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "g4aw-spiceup:rainfall-amount-sample" }, "options": {}, "rescalable": false, "aggregation_type": "none", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/915e5746-03b3-4823-b29a-9b5b4625e676/?format=api", "uuid": "915e5746-03b3-4823-b29a-9b5b4625e676", "last_modified": "2022-05-29T02:52:52.885376Z", "created": "2020-03-12T12:04:36.714712Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/790bd838-2410-46dd-93db-1576a1727fde/?format=api", "uuid": "790bd838-2410-46dd-93db-1576a1727fde", "name": "G4AW SpiceUp" }, "access_modifier": "Public", "supplier": "project.support", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 7, "name": "Relative humidity (sample)", "description": "Relative humidity 10-day daily forecast - grid for Indonesia (IPB Weather - SpiceUp)", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/960/?format=api", "id": 960, "code": "relhum", "parameter": "Relative Humidity", "unit": "%", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2018-05-14T13:28:23.305380Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": true, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/SpiceUp/?format=api", "slug": "SpiceUp", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/790bd838-2410-46dd-93db-1576a1727fde/?format=api", "uuid": "790bd838-2410-46dd-93db-1576a1727fde", "name": "G4AW SpiceUp" }, "access_modifier": "Public", "supplier": "project.support", "created": "2019-09-19T14:00:00.495199Z", "last_modified": "2020-02-06T14:32:10.839219Z" } ], "first_value_timestamp": "2020-03-12T10:58:34.174000Z", "last_value_timestamp": "2020-03-12T10:58:34.174000Z", "spatial_bounds": { "west": 105.13436823701781, "east": 107.27236823701782, "north": -1.301149227285069, "south": -3.704149227285069 }, "projection": "EPSG:3857", "origin_x": null, "origin_y": null, "upper_bound_x": null, "upper_bound_y": null, "pixelsize_x": null, "pixelsize_y": null, "interval": "1 00:00:00", "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "g4aw-spiceup:relative-humidity-sample" }, "options": {}, "rescalable": false, "aggregation_type": "none", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/568edda7-bf56-4828-9977-2da7f66f8fa9/?format=api", "uuid": "568edda7-bf56-4828-9977-2da7f66f8fa9", "last_modified": "2020-05-25T17:30:30.522753Z", "created": "2020-03-13T15:42:01.223469Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/5d0509a3-699e-41b7-8074-22d66494e093/?format=api", "uuid": "5d0509a3-699e-41b7-8074-22d66494e093", "name": "AS50+" }, "access_modifier": "Public", "supplier": "maud.vandelden", "shared_with": [], "writable": false, "is_geoblock": false, "weight": 0, "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 waarbij er geen wind is. De rode gebieden zijn zeer gevoelig voor hittestress, de groene gebieden nauwelijks.\r\n\r\nOpbouw\r\n\r\nBij de totstandkoming van deze kaart spelen de volgende fysische factoren een rol:\r\n\r\nSchaduw;\r\nWindsnelheid;\r\nLuchtvochtigheid;\r\nLuchttemperatuur;\r\nStraatbreedte;\r\nGebouwhoogte;\r\nBomen en andere vegetatie;\r\nDe bovenstaande factoren zijn afgeleid uit de volgende bronnen:\r\n\r\nWeerstations (KNMI);\r\nSky view factor Nederland (KNMI);\r\nAlgemeen Hoogte Bestand Nederland (AHN2 & AHN3);\r\nLandelijk beeldvoorzieningbeeld Nederland (LVB);\r\nVerantwoording\r\n\r\nDeze hittestresskaart is gebaseerd op de standaard voor Nederland, alleen dan voor een situatie zonder wind. De methodiek, ontwikkeld door de Universiteit Wageningen is te vinden in het volgende rapport: http://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": [ { "url": "https://demo.lizard.net/api/v4/layercollections/as50_klimaatatlas/?format=api", "slug": "as50_klimaatatlas", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/5d0509a3-699e-41b7-8074-22d66494e093/?format=api", "uuid": "5d0509a3-699e-41b7-8074-22d66494e093", "name": "AS50+" }, "access_modifier": "Public", "supplier": "remo.vantilburg", "created": "2020-05-06T14:57:38.997174Z", "last_modified": "2020-05-07T14:39:30.517746Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 5.3534512713874225, "east": 5.760564529406858, "north": 51.83079407899148, "south": 51.52076265406611 }, "projection": "EPSG:28992", "origin_x": 152673.5, "origin_y": 392484.0, "upper_bound_x": 180736.5, "upper_bound_y": 426911.0, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "1838_as50_hittestress" }, "options": { "styles": "pet_heatstress:36:54" }, "rescalable": true, "aggregation_type": "curve", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/5f496ae4-210e-4dd3-9bb7-bc53993acffe/?format=api", "uuid": "5f496ae4-210e-4dd3-9bb7-bc53993acffe", "last_modified": "2024-08-27T10:17:39.265595Z", "created": "2020-03-13T15:42:54.205709Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/5d0509a3-699e-41b7-8074-22d66494e093/?format=api", "uuid": "5d0509a3-699e-41b7-8074-22d66494e093", "name": "AS50+" }, "access_modifier": "Public", "supplier": "maud.vandelden", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 7, "name": "Hoogtekaart", "description": "De gegevens zijn afkomstig van de AHN3 (Actueel Hoogtebestand Nederland, versie 3). Met laserapparatuur is het aardoppervlak afgetast om de hoogte te bepalen. Gemiddeld zijn acht hoogtemetingen per vierkante meter uitgevoerd. Deze zijn vertaald naar een maaiveldhoogte per 0,25 vierkante meter. Uit deze ruwe gegevens zijn bomen, auto’s en huizen gefilterd en geïnterpoleerd om een goed overzicht van het maaiveld te krijgen. Meer informatie kunt u vinden op www.ahn.nl.", "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/as50_klimaatatlas/?format=api", "slug": "as50_klimaatatlas", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/5d0509a3-699e-41b7-8074-22d66494e093/?format=api", "uuid": "5d0509a3-699e-41b7-8074-22d66494e093", "name": "AS50+" }, "access_modifier": "Public", "supplier": "remo.vantilburg", "created": "2020-05-06T14:57:38.997174Z", "last_modified": "2020-05-07T14:39:30.517746Z" } ], "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": "1838_as50_hoogtekaart" }, "options": { "styles": "dem-nl" }, "rescalable": true, "aggregation_type": "curve", "dtype": "f4", "fill_value": "3.4028234663852886e+38" } ] }{ "count": 2103, "next": "