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=385
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3849,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/rasters/?format=api&page=384",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/rasters/31f4a278-213f-41fb-be33-d6c3d443688b/?format=api",
            "uuid": "31f4a278-213f-41fb-be33-d6c3d443688b",
            "last_modified": "2024-04-22T06:12:19.149955Z",
            "created": "2024-04-18T03:49:38.109193Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "N&S Branch Office"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 9,
            "name": "cpami_taipei_geoblock",
            "description": "cpami_taipei_geoblock",
            "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": [],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 121.44762598832574,
                "east": 121.6708591370256,
                "north": 25.214385418425806,
                "south": 24.954459024757636
            },
            "projection": "EPSG:3826",
            "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": "ns-branch-office:cpami_taipei_geoblock"
            },
            "options": {
                "styles": "branch4c:0:0.5"
            },
            "rescalable": true,
            "aggregation_type": "none",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/a16ea5ce-02ba-4c0b-8f51-483d46da2167/?format=api",
            "uuid": "a16ea5ce-02ba-4c0b-8f51-483d46da2167",
            "last_modified": "2024-04-23T01:49:21.970260Z",
            "created": "2024-04-18T03:57:23.627993Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "N&S Branch Office"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 9,
            "name": "cpami_ilan_geoblock",
            "description": null,
            "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": [],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 121.56412748907952,
                "east": 121.88830135147201,
                "north": 24.907666910083393,
                "south": 24.53692798687425
            },
            "projection": "EPSG:3826",
            "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": "ns-branch-office:cpami_ilan_geoblock"
            },
            "options": {
                "styles": "branch4c:0:0.5"
            },
            "rescalable": true,
            "aggregation_type": "none",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/b3d44696-fa87-4e7b-8bb1-e3e0c0183fd4/?format=api",
            "uuid": "b3d44696-fa87-4e7b-8bb1-e3e0c0183fd4",
            "last_modified": "2024-04-23T12:26:20.412907Z",
            "created": "2024-04-23T12:26:20.412919Z",
            "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": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "pet_pre_wtc_portfolio_mpb_kbo",
            "description": "Voor portfolio storymap van de MPC Klimaatbestendig ontwerpen. PET-kaart vóór bouw WTC Toren A in Amsterdam",
            "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": 4.871061177143002,
                "east": 4.878517835331531,
                "north": 52.34222937297979,
                "south": 52.338782072363216
            },
            "projection": "EPSG:28992",
            "origin_x": 119826.5,
            "origin_y": 483554.0,
            "upper_bound_x": 120332.0,
            "upper_bound_y": 483934.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans-consultancy:pet_pre_wtc_portfolio_mpb_kbo"
            },
            "options": {
                "styles": "pet_heatstress:38:52"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/09446372-0e1d-430c-b2c6-acc1ff55da5b/?format=api",
            "uuid": "09446372-0e1d-430c-b2c6-acc1ff55da5b",
            "last_modified": "2024-04-23T12:28:00.440313Z",
            "created": "2024-04-23T12:28:00.440325Z",
            "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": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "pet_post_wtc_portfolio_mpb_kbo",
            "description": "Voor portfolio storymap van de MPC Klimaatbestendig ontwerpen. PET-kaart na bouw WTC Toren A in Amsterdam",
            "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": 4.871061177143002,
                "east": 4.878517835331531,
                "north": 52.34222937297979,
                "south": 52.338782072363216
            },
            "projection": "EPSG:28992",
            "origin_x": 119826.5,
            "origin_y": 483554.0,
            "upper_bound_x": 120332.0,
            "upper_bound_y": 483934.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans-consultancy:pet_post_wtc_portfolio_mpb_kbo"
            },
            "options": {
                "styles": "pet_heatstress:38:52"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/68f9eecf-573a-43e8-87e8-07663d5fc442/?format=api",
            "uuid": "68f9eecf-573a-43e8-87e8-07663d5fc442",
            "last_modified": "2024-04-25T09:33:09.244576Z",
            "created": "2024-04-25T08:57:44.845544Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e29fe554-2610-4037-b4b1-4e6bd37a7881/?format=api",
                "uuid": "e29fe554-2610-4037-b4b1-4e6bd37a7881",
                "name": "Den Haag"
            },
            "access_modifier": "Public",
            "supplier": "jelmer.roosjen",
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "Den Haag - Aandachtsgebieden Droogte 2024",
            "description": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/441/?format=api",
                "id": 441,
                "code": "UNKNOWN",
                "parameter": "",
                "unit": "",
                "scale": "nominal",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2015-09-14T12:34:08.171954Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/denhaag_klimaatatlas/?format=api",
                    "slug": "denhaag_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/e29fe554-2610-4037-b4b1-4e6bd37a7881/?format=api",
                        "uuid": "e29fe554-2610-4037-b4b1-4e6bd37a7881",
                        "name": "Den Haag"
                    },
                    "access_modifier": "Public",
                    "supplier": "jelmer.roosjen",
                    "created": "2021-06-01T14:48:16.651399Z",
                    "last_modified": "2021-07-08T12:33:46.506483Z"
                }
            ],
            "first_value_timestamp": null,
            "last_value_timestamp": null,
            "spatial_bounds": null,
            "projection": null,
            "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": "den-haag:den-haag-aandachtsgebieden-droogte-2024"
            },
            "options": {},
            "rescalable": true,
            "aggregation_type": "none",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/16693fd8-2dc3-45a6-a9a8-b045b089e134/?format=api",
            "uuid": "16693fd8-2dc3-45a6-a9a8-b045b089e134",
            "last_modified": "2024-04-26T09:22:54.335882Z",
            "created": "2024-04-26T09:08:37.866377Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/b08433fa-47c1-401e-b9cb-d4156034c679/?format=api",
                "uuid": "b08433fa-47c1-401e-b9cb-d4156034c679",
                "name": "Nelen & Schuurmans Technology"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "test",
            "description": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/7/?format=api",
                "id": 7,
                "code": "WNS1400.1h",
                "parameter": "Neerslag",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "NT",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2021-02-15T15:03:11.838549Z"
            },
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.396076653196112,
                "east": 4.529069777115072,
                "north": 51.96187278439235,
                "south": 51.87963808870869
            },
            "projection": "EPSG:32640",
            "origin_x": -2924612.5,
            "origin_y": 7153777.5,
            "upper_bound_x": -2917192.5,
            "upper_bound_y": 7161192.5,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans-technology:test"
            },
            "options": {
                "styles": "3di-fhr"
            },
            "rescalable": true,
            "aggregation_type": "none",
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/40941cc2-fc69-451a-b49d-15946882f431/?format=api",
            "uuid": "40941cc2-fc69-451a-b49d-15946882f431",
            "last_modified": "2024-05-02T09:55:15.822814Z",
            "created": "2024-05-02T09:39:23.231745Z",
            "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": false,
            "weight": 0,
            "name": "y0236_ahn4-maastricht",
            "description": "tijdelijke laag voo rextract",
            "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.200205219024789,
                "east": 7.2727275700845455,
                "north": 53.54007283730894,
                "south": 50.72794948839276
            },
            "projection": "EPSG:28992",
            "origin_x": 10000.0,
            "origin_y": 306250.0,
            "upper_bound_x": 280000.0,
            "upper_bound_y": 618750.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "y0236_ahn4-maastricht"
            },
            "options": {
                "styles": "dem_nl"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/55a67a96-2bba-48da-a3ef-285684e430cf/?format=api",
            "uuid": "55a67a96-2bba-48da-a3ef-285684e430cf",
            "last_modified": "2024-05-02T21:03:30.426347Z",
            "created": "2024-05-02T20:56:20.947518Z",
            "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": "abe.feenstra",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 5,
            "name": "Dam Break Kenya Flood Extent Max water depth",
            "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-05-02T20:46:27Z",
            "last_value_timestamp": "2024-05-02T20:46:27Z",
            "spatial_bounds": {
                "west": 37.55478791008457,
                "east": 40.939100911476444,
                "north": 0.2493126659244502,
                "south": -2.967124799383803
            },
            "projection": "EPSG:3857",
            "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:39171:depth-max-dtri"
            },
            "options": {
                "styles": "3di_waterdepth:0.0:2.0"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/53867647-1eef-482b-b179-405b1a8ea643/?format=api",
            "uuid": "53867647-1eef-482b-b179-405b1a8ea643",
            "last_modified": "2024-05-03T11:49:25.433478Z",
            "created": "2024-05-03T10:16:31.961968Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/bb454ac7-4523-4aa5-a94f-4b06144dafe5/?format=api",
                "uuid": "bb454ac7-4523-4aa5-a94f-4b06144dafe5",
                "name": "HLTsamen"
            },
            "access_modifier": "Public",
            "supplier": "jelmer.roosjen",
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "Gevoelstemperatuur (PET) [2024]",
            "description": "De kaartlaag ‘Gevoelstemperatuur (PET)’ geeft aan waar hittestress kan optreden tijdens zomerse dagen. De kaart toon 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.\r\n\r\n**Opbouw**\r\n\r\nBij de totstandkoming van deze kaart spelen de volgende fysische factoren een rol:\r\n\r\n-    Schaduw;\r\n-    Windsnelheid;\r\n-    Luchtvochtigheid;\r\n-    Luchttemperatuur;\r\n-    Straatbreedte;\r\n-    Gebouwhoogte;\r\n-    Bomen en andere vegetatie.\r\n\r\nDe bovenstaande factoren zijn afgeleid uit de volgende bronnen:\r\n\r\n-    Weerstations (KNMI);\r\n-    Sky view factor Nederland (KNMI);\r\n-    Algemeen Hoogte Bestand Nederland (AHN4);\r\n-    Landelijk beeldvoorzieningbeeld Nederland (LVB).\r\n\r\n**Verantwoording**\r\n\r\nDeze hittestresskaart is de standaard voor Nederland. De methodiek, ontwikkeld door de Universiteit Wageningen is te vinden in het volgende rapport: \r\n[https://www.rivm.nl/bibliotheek/rapporten/2019-0008.pdf](https://www.rivm.nl/bibliotheek/rapporten/2019-0008.pdf \"https://www.rivm.nl/bibliotheek/rapporten/2019-0008.pdf\").\r\nDeze kaart is opgesteld in 2024.",
            "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/hltsamen_klimaatatlas/?format=api",
                    "slug": "hltsamen_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/bb454ac7-4523-4aa5-a94f-4b06144dafe5/?format=api",
                        "uuid": "bb454ac7-4523-4aa5-a94f-4b06144dafe5",
                        "name": "HLTsamen"
                    },
                    "access_modifier": "Public",
                    "supplier": "jelmer.roosjen",
                    "created": "2019-10-24T13:39:13.269476Z",
                    "last_modified": "2024-05-03T11:48:35.110680Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.453332579367915,
                "east": 4.614016538386595,
                "north": 52.318585329204396,
                "south": 52.179107598257346
            },
            "projection": "EPSG:28992",
            "origin_x": 91325.0,
            "origin_y": 466071.5,
            "upper_bound_x": 102118.0,
            "upper_bound_y": 481464.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans-consultancy:gevoelstemperatuur-pet-2024"
            },
            "options": {
                "styles": "pet_heatstress:38:52"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}