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=207
https://demo.lizard.net/api/v4/rasters/?format=api&page=208", "previous": "https://demo.lizard.net/api/v4/rasters/?format=api&page=206", "results": [ { "url": "https://demo.lizard.net/api/v4/rasters/c61f570c-2e04-4457-9423-10b8e5171db4/?format=api", "uuid": "c61f570c-2e04-4457-9423-10b8e5171db4", "last_modified": "2024-08-19T09:01:40.410104Z", "created": "2024-08-19T09:00:58.634935Z", "organisation": { "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" }, "access_modifier": "Public", "supplier": "stijn.overmeen", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 10, "name": "BODIS_Testcase_v4_Rotterdam_Bloemhof_future #2 - bui09 Flood hazard rating", "description": "", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/8712/?format=api", "id": 8712, "code": "3di_floodhazardrating", "parameter": "Flood hazard rating", "unit": "-", "scale": "interval", "description": "Flood hazard rating (used in 3Di postprocessing)", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2022-05-10T14:55:40.798827Z", "last_modified": "2022-05-10T15:00:34.136515Z" }, "temporal": false, "layer_collections": [], "first_value_timestamp": "2024-01-01T02:00:00.695312Z", "last_value_timestamp": "2024-01-01T02:00:00.695312Z", "spatial_bounds": { "west": 4.49344880290635, "east": 4.509765834762842, "north": 51.89840413549082, "south": 51.889591611381135 }, "projection": "EPSG:28992", "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": "scenarios:40342:flood-hazard-rating" }, "options": { "styles": "3di_floodhazardrating:0:2" }, "rescalable": false, "aggregation_type": "curve", "dtype": "f4", "fill_value": "3.4028234663852886e+38" }, { "url": "https://demo.lizard.net/api/v4/rasters/f61f760f-7e8c-49b4-be21-3b9ed81153b2/?format=api", "uuid": "f61f760f-7e8c-49b4-be21-3b9ed81153b2", "last_modified": "2024-08-19T09:00:58.896850Z", "created": "2024-08-19T09:00:58.896864Z", "organisation": { "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" }, "access_modifier": "Public", "supplier": "stijn.overmeen", "shared_with": [], "writable": false, "is_geoblock": false, "weight": 0, "name": "BODIS_Testcase_v4_Rotterdam_Bloemhof_future #2 - bui09 Rain", "description": "", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/8714/?format=api", "id": 8714, "code": "3di_precipitation", "parameter": "Precipitation", "unit": "mm/h", "scale": "interval", "description": "Precipitation (used in 3Di postprocessing)", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2022-05-10T14:57:45.709343Z", "last_modified": "2022-05-10T14:57:45.709330Z" }, "temporal": true, "layer_collections": [], "first_value_timestamp": "2024-01-01T01:00:00Z", "last_value_timestamp": "2024-01-01T02:00:00.695312Z", "spatial_bounds": { "west": 4.493448267044883, "east": 4.509889296173231, "north": 51.898432019987055, "south": 51.889591611381135 }, "projection": "EPSG:28992", "origin_x": 93486.0, "origin_y": 433830.0, "upper_bound_x": 94606.0, "upper_bound_y": 434800.0, "pixelsize_x": 10.0, "pixelsize_y": -10.0, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "scenarios:40342:rain-quad" }, "options": { "styles": "3di_precipitation" }, "rescalable": false, "aggregation_type": "average", "dtype": "f4", "fill_value": "-9999.0" }, { "url": "https://demo.lizard.net/api/v4/rasters/3275a450-bcf0-41ff-ab17-728a1885dae9/?format=api", "uuid": "3275a450-bcf0-41ff-ab17-728a1885dae9", "last_modified": "2024-08-19T09:01:35.279284Z", "created": "2024-08-19T09:00:59.179551Z", "organisation": { "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" }, "access_modifier": "Public", "supplier": "stijn.overmeen", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 5, "name": "BODIS_Testcase_v4_Rotterdam_Bloemhof_future #2 - bui09 Rate of rise", "description": "", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/8715/?format=api", "id": 8715, "code": "3di_rateofrise", "parameter": "Rate of rise", "unit": "m/h", "scale": "interval", "description": "Rate of rise (used in 3Di postprocessing)", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2022-05-10T14:58:26.853580Z", "last_modified": "2022-05-10T14:58:26.853570Z" }, "temporal": false, "layer_collections": [], "first_value_timestamp": "2024-01-01T02:00:00.695312Z", "last_value_timestamp": "2024-01-01T02:00:00.695312Z", "spatial_bounds": { "west": 4.49344880290635, "east": 4.509765834762842, "north": 51.89840413549082, "south": 51.889591611381135 }, "projection": "EPSG:28992", "origin_x": 93486.0, "origin_y": 433830.0, "upper_bound_x": 94597.5, "upper_bound_y": 434797.0, "pixelsize_x": 10.0, "pixelsize_y": -10.0, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "scenarios:40342:rise-velocity-quad-clip" }, "options": { "styles": "3di_rateofrise:0:1" }, "rescalable": false, "aggregation_type": "curve", "dtype": "f4", "fill_value": "3.4028234663852886e+38" }, { "url": "https://demo.lizard.net/api/v4/rasters/95f9e7ad-6a36-452b-82b1-13253b3fd420/?format=api", "uuid": "95f9e7ad-6a36-452b-82b1-13253b3fd420", "last_modified": "2024-08-19T09:01:40.199511Z", "created": "2024-08-19T09:00:59.440803Z", "organisation": { "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" }, "access_modifier": "Public", "supplier": "stijn.overmeen", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 4, "name": "BODIS_Testcase_v4_Rotterdam_Bloemhof_future #2 - bui09 Water level (timeseries)", "description": "", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/8717/?format=api", "id": 8717, "code": "3di_waterlevel", "parameter": "Water level", "unit": "m", "scale": "interval", "description": "Water level compared to local height datum (used in 3Di postprocessing)", "domain_values": null, "reference_frame": "MSL", "compartment": null, "created": "2022-05-10T14:59:51.981781Z", "last_modified": "2022-05-10T14:59:51.981768Z" }, "temporal": true, "layer_collections": [], "first_value_timestamp": "2024-01-01T01:00:00Z", "last_value_timestamp": "2024-01-01T02:00:00.695312Z", "spatial_bounds": { "west": 4.49344880290635, "east": 4.509765834762842, "north": 51.89840413549082, "south": 51.889591611381135 }, "projection": "EPSG:28992", "origin_x": 93486.0, "origin_y": 433830.0, "upper_bound_x": 94597.5, "upper_bound_y": 434797.0, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "scenarios:40342:s1-dtri-clip" }, "options": { "styles": "3di_waterlevel:-10:20" }, "rescalable": false, "aggregation_type": "average", "dtype": "f4", "fill_value": "-9999.0" }, { "url": "https://demo.lizard.net/api/v4/rasters/42882cc7-faa8-4b76-8bee-7aa48f0dab7f/?format=api", "uuid": "42882cc7-faa8-4b76-8bee-7aa48f0dab7f", "last_modified": "2024-08-19T09:01:35.255001Z", "created": "2024-08-19T09:00:59.712179Z", "organisation": { "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" }, "access_modifier": "Public", "supplier": "stijn.overmeen", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 4, "name": "BODIS_Testcase_v4_Rotterdam_Bloemhof_future #2 - bui09 Max water level", "description": "", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/8717/?format=api", "id": 8717, "code": "3di_waterlevel", "parameter": "Water level", "unit": "m", "scale": "interval", "description": "Water level compared to local height datum (used in 3Di postprocessing)", "domain_values": null, "reference_frame": "MSL", "compartment": null, "created": "2022-05-10T14:59:51.981781Z", "last_modified": "2022-05-10T14:59:51.981768Z" }, "temporal": false, "layer_collections": [], "first_value_timestamp": "2024-01-01T02:00:00.695312Z", "last_value_timestamp": "2024-01-01T02:00:00.695312Z", "spatial_bounds": { "west": 4.49344880290635, "east": 4.509765834762842, "north": 51.89840413549082, "south": 51.889591611381135 }, "projection": "EPSG:28992", "origin_x": 93486.0, "origin_y": 433830.0, "upper_bound_x": 94597.5, "upper_bound_y": 434797.0, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "scenarios:40342:s1-max-dtri-clip" }, "options": { "styles": "3di_waterlevel:-10:20" }, "rescalable": false, "aggregation_type": "curve", "dtype": "f4", "fill_value": "-9999.0" }, { "url": "https://demo.lizard.net/api/v4/rasters/bba7c891-10ae-4f72-9227-b385cc790608/?format=api", "uuid": "bba7c891-10ae-4f72-9227-b385cc790608", "last_modified": "2024-08-19T09:01:40.199802Z", "created": "2024-08-19T09:00:59.953480Z", "organisation": { "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" }, "access_modifier": "Public", "supplier": "stijn.overmeen", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 4, "name": "BODIS_Testcase_v4_Rotterdam_Bloemhof_future #2 - bui09 Max flow velocity", "description": "", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/8713/?format=api", "id": 8713, "code": "3di_flowvelocity", "parameter": "Flow velocity", "unit": "m/s", "scale": "interval", "description": "Flow velocity (used in 3Di postprocessing)", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2022-05-10T14:56:59.748712Z", "last_modified": "2022-05-10T14:56:59.748700Z" }, "temporal": false, "layer_collections": [], "first_value_timestamp": "2024-01-01T02:00:00.695312Z", "last_value_timestamp": "2024-01-01T02:00:00.695312Z", "spatial_bounds": { "west": 4.49344880290635, "east": 4.509765834762842, "north": 51.89840413549082, "south": 51.889591611381135 }, "projection": "EPSG:28992", "origin_x": 93486.0, "origin_y": 433830.0, "upper_bound_x": 94597.5, "upper_bound_y": 434797.0, "pixelsize_x": 10.0, "pixelsize_y": -10.0, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "scenarios:40342:ucr-max-quad-clip" }, "options": { "styles": "3di_flowvelocity:0:3" }, "rescalable": false, "aggregation_type": "curve", "dtype": "f4", "fill_value": "-9999.0" }, { "url": "https://demo.lizard.net/api/v4/rasters/a4c5ab43-510d-4e11-a0a4-3459057ea31b/?format=api", "uuid": "a4c5ab43-510d-4e11-a0a4-3459057ea31b", "last_modified": "2024-10-15T13:40:27.810312Z", "created": "2024-08-20T12:11:00.853008Z", "organisation": { "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" }, "access_modifier": "Public", "supplier": "menno.blom@nelen-schuurmans.nl", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 142, "name": "Test_pet_CAS_AHN4", "description": "Hittestresskaart obv onderstaande rasters:\n - Skyview (AHN2): 129c6a74-832c-4c70-9753-f762f2cbbaab\n - Schaduw_fractie (AHN2): 691c153b-2f76-4444-8cb4-30f496683c38\n - Fveg (2016): 44ac5773-42c5-4409-87e8-9e874a54e79a\n - Landgebruik 2016 (Functioneel): f88c9bb2-d0d9-4962-906f-074c9b40f23d\n - Fys_voorkomen 2016: 3bf0d3d6-ba2a-402f-afc5-a3df79a1a1e7\n - Bomen (AHN2): ca3ad2ac-d56b-463d-a4b1-95f81482d397\n - Landgrens: b935d17b-2a1f-4bed-a4d5-d925c8e6692d\n - NL_buffer_1: de741b38-47ac-4ac2-984f-0e92c7b695d4\n - Parkeergarages: c8b91e27-9641-4ee9-ace1-912c6f8047d2", "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": 3.2536608106962195, "east": 7.243219679725316, "north": 53.51785596149211, "south": 50.734189998110566 }, "projection": "EPSG:28992", "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": "z0096_pet_cas_test_AHN4" }, "options": { "styles": "pet_heatstress:38:52" }, "rescalable": false, "aggregation_type": "curve", "dtype": "f8", "fill_value": "1.7976931348623157e+308" }, { "url": "https://demo.lizard.net/api/v4/rasters/6a31a838-89ff-468b-8752-9c6b59c52593/?format=api", "uuid": "6a31a838-89ff-468b-8752-9c6b59c52593", "last_modified": "2024-08-27T09:36:44.381510Z", "created": "2024-08-21T13:03:19.362308Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/91cf9190-e0c9-452a-a291-6526bda6ad3b/?format=api", "uuid": "91cf9190-e0c9-452a-a291-6526bda6ad3b", "name": "BODIS" }, "access_modifier": "Public", "supplier": "stijn.overmeen", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 5, "name": "Bloembuurt max waterdepth Current situation", "description": "", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/8716/?format=api", "id": 8716, "code": "3di_waterdepth", "parameter": "Water depth", "unit": "m", "scale": "interval", "description": "Water depth (used in 3Di postprocessing)", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2022-05-10T14:59:01.690519Z", "last_modified": "2022-05-10T14:59:01.690509Z" }, "temporal": false, "layer_collections": [], "first_value_timestamp": "2024-01-01T02:00:00.784912Z", "last_value_timestamp": "2024-01-01T02:00:00.784912Z", "spatial_bounds": { "west": 4.49344880290635, "east": 4.509765834762842, "north": 51.89840413549082, "south": 51.889591611381135 }, "projection": "EPSG:28992", "origin_x": 93486.0, "origin_y": 433830.0, "upper_bound_x": 94597.5, "upper_bound_y": 434797.0, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "bodis:bloembuurt-max-waterdepth-current-situation" }, "options": { "styles": "3di_waterdepth:0.0:0.3" }, "rescalable": false, "aggregation_type": "curve", "dtype": "f4", "fill_value": "3.4028234663852886e+38" }, { "url": "https://demo.lizard.net/api/v4/rasters/f2ed1b87-77c0-4000-a051-8dee04f78847/?format=api", "uuid": "f2ed1b87-77c0-4000-a051-8dee04f78847", "last_modified": "2024-08-27T09:38:00.287927Z", "created": "2024-08-21T13:08:43.351605Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/91cf9190-e0c9-452a-a291-6526bda6ad3b/?format=api", "uuid": "91cf9190-e0c9-452a-a291-6526bda6ad3b", "name": "BODIS" }, "access_modifier": "Public", "supplier": "stijn.overmeen", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 5, "name": "Bloembuurt max waterdepth Future situation", "description": "", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/8716/?format=api", "id": 8716, "code": "3di_waterdepth", "parameter": "Water depth", "unit": "m", "scale": "interval", "description": "Water depth (used in 3Di postprocessing)", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2022-05-10T14:59:01.690519Z", "last_modified": "2022-05-10T14:59:01.690509Z" }, "temporal": false, "layer_collections": [], "first_value_timestamp": "2024-01-01T02:00:00.695312Z", "last_value_timestamp": "2024-01-01T02:00:00.695312Z", "spatial_bounds": { "west": 4.49344880290635, "east": 4.509765834762842, "north": 51.89840413549082, "south": 51.889591611381135 }, "projection": "EPSG:28992", "origin_x": 93486.0, "origin_y": 433830.0, "upper_bound_x": 94597.5, "upper_bound_y": 434797.0, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "bodis:bloembuurt-max-waterdepth-future-situation" }, "options": { "styles": "3di_waterdepth:0.0:0.3" }, "rescalable": false, "aggregation_type": "curve", "dtype": "f4", "fill_value": "3.4028234663852886e+38" }, { "url": "https://demo.lizard.net/api/v4/rasters/db8a8fd3-0db8-4dc3-a2fa-60031657a4f8/?format=api", "uuid": "db8a8fd3-0db8-4dc3-a2fa-60031657a4f8", "last_modified": "2024-12-05T08:27:33.629396Z", "created": "2024-08-29T06:21:15.388070Z", "organisation": { "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" }, "access_modifier": "Public", "supplier": "menno.blom@nelen-schuurmans.nl", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 147, "name": "PET_CAS_2016_AHN2_geoblocks", "description": "Hittestresskaart obv onderstaande rasters:\n - Skyview (AHN2): 129c6a74-832c-4c70-9753-f762f2cbbaab\n - Schaduw_fractie (AHN2): 691c153b-2f76-4444-8cb4-30f496683c38\n - Fveg (2016): 44ac5773-42c5-4409-87e8-9e874a54e79a\n - Landgebruik 2016 (Functioneel): f88c9bb2-d0d9-4962-906f-074c9b40f23d\n - Fys_voorkomen 2016: 3bf0d3d6-ba2a-402f-afc5-a3df79a1a1e7\n - Bomen (AHN2): beb3e6bc-7761-48ed-9744-d7551415232b\n - Landgrens: b935d17b-2a1f-4bed-a4d5-d925c8e6692d\n - NL_buffer_1: de741b38-47ac-4ac2-984f-0e92c7b695d4\n - Parkeergarages: c8b91e27-9641-4ee9-ace1-912c6f8047d2", "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": 3.2536608106962195, "east": 7.243219679725316, "north": 53.51785596149211, "south": 50.734189998110566 }, "projection": "EPSG:28992", "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": "PET_CAS_2016_AHN2_geoblocks" }, "options": { "styles": "pet_heatstress:38:52" }, "rescalable": false, "aggregation_type": "curve", "dtype": "f8", "fill_value": "1.7976931348623157e+308" } ] }{ "count": 2103, "next": "