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

{
    "count": 2103,
    "next": "https://demo.lizard.net/api/v4/rasters/?format=api&page=15",
    "previous": "https://demo.lizard.net/api/v4/rasters/?format=api&page=13",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/rasters/73effce2-b919-4f63-b692-23df67379263/?format=api",
            "uuid": "73effce2-b919-4f63-b692-23df67379263",
            "last_modified": "2020-12-16T09:34:42.494247Z",
            "created": "2019-10-11T13:24:08.139205Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f1a084a2-073b-4a3c-a097-e31d16faee48/?format=api",
                "uuid": "f1a084a2-073b-4a3c-a097-e31d16faee48",
                "name": "STOWA"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "Landgebruik WSS (<2018)",
            "description": "Oud- Landgebruikskaart - Functioneel, gebruikt in de STOWA Waterschadeschatter vóór 2018",
            "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.228651991443977,
                "east": 7.259124254647464,
                "north": 53.57398455395138,
                "south": 50.72844979473609
            },
            "projection": "EPSG:28992",
            "origin_x": 12000.0,
            "origin_y": 306250.0,
            "upper_bound_x": 279000.0,
            "upper_bound_y": 622500.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "stowa:cover-fun"
            },
            "options": {
                "styles": "lc-fun"
            },
            "rescalable": false,
            "aggregation_type": "counts",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/7a93a6de-680d-41ca-8e7a-4b356baa18c7/?format=api",
            "uuid": "7a93a6de-680d-41ca-8e7a-4b356baa18c7",
            "last_modified": "2020-06-08T13:19:53.352490Z",
            "created": "2019-10-11T13:29:52.029334Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f1a084a2-073b-4a3c-a097-e31d16faee48/?format=api",
                "uuid": "f1a084a2-073b-4a3c-a097-e31d16faee48",
                "name": "STOWA"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "Landgebruik WSS (2018)",
            "description": "Landgebruik functioneel WSS 2018",
            "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.197334098049267,
                "east": 7.275203841667624,
                "north": 53.596200529414354,
                "south": 50.72794948839276
            },
            "projection": "EPSG:28992",
            "origin_x": 10000.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": "stowa:cover-fun-2018"
            },
            "options": {
                "styles": "lc-fun_klimaatatlas"
            },
            "rescalable": false,
            "aggregation_type": "counts",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/14d7beb5-e2a7-49c4-a5a0-f66d7f1caba6/?format=api",
            "uuid": "14d7beb5-e2a7-49c4-a5a0-f66d7f1caba6",
            "last_modified": "2019-11-19T15:00:07.380799Z",
            "created": "2019-10-15T13:45:03.785346Z",
            "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": "chris.kerklaan",
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "1816_oss_pet_hittestress",
            "description": "De laag pet_hittestress komt van oss. Voor meer informatie over \r\n        deze laag, ga naar de klimaatatlas www.oss.klimaatatlas.net.",
            "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/oss_klimaatatlas/?format=api",
                    "slug": "oss_klimaatatlas",
                    "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": "chris.kerklaan",
                    "created": "2019-10-18T12:49:16.788643Z",
                    "last_modified": "2019-11-19T12:42:46.211780Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 5.3534512713874225,
                "east": 5.711632866211276,
                "north": 51.83079407899148,
                "south": 51.725443167152754
            },
            "projection": "EPSG:28992",
            "origin_x": 152673.5,
            "origin_y": 415239.5,
            "upper_bound_x": 177363.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": "nelen-schuurmans:1816_oss_pet_hittestress"
            },
            "options": {
                "styles": "pet_heatstress:34:52"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/efa6e4de-475f-4e1c-8ff2-c8b63a94d090/?format=api",
            "uuid": "efa6e4de-475f-4e1c-8ff2-c8b63a94d090",
            "last_modified": "2019-12-05T13:56:12.771550Z",
            "created": "2019-10-24T13:29:49.642800Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 4,
            "name": "Bodemberging bij gemiddelde hoogste grondwaterstand - Huidig klimaat",
            "description": "De intensiteit van de neerslag neemt naar verwachting tot 2050 verder toe. Dit geldt zowel voor de zomers als de winters. In gebieden met hoge peilen en grondwaterstanden én een lage infiltratiecapaciteit is de bodem bij een regenbui snel vol; de bodemberging is beperkt. In deze gebieden treedt als eerste wateroverlast op. In gebieden met lagere peilen en grondwaterstanden is meer bodemberging beschikbaar. Wellicht kan deze berging nog beter benut worden, zodat wateroverlast elders voorkomen wordt. Deze kaart geeft inzicht in de ruimtelijke verdeling van de beschikbare bodemberging, uitgaande van de berekende hoogste grondwaterstand met het Nationaal Watermodel (NWM) bij huidig klimaat.\r\n\r\nDe laag toont de beschikbare berging in de bodem (mm) per peilgebied bij huidig klimaat. Per bodemtype is aangegeven wat de maximale infiltratiecapaciteit is (dus de snelheid waarmee het water de bodem in kan) én hoeveel millimeter daadwerkelijk in de bodem geborgen kan worden tot aan de berekende hoogste grondwaterstand bij huidig klimaat. Het gaat dus om de “worst-case” beschikbare bodemberging, waarbij de grondwaterstanden hoog zijn. Vervolgens is per peilgebied de mediaan van de bodemberging afgeleid.",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/887/?format=api",
                "id": 887,
                "code": "bodemberging",
                "parameter": "Bodemberging",
                "unit": "mm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2017-11-03T16:08:56.587842Z",
                "last_modified": "2020-03-20T18:47:11.472621Z"
            },
            "temporal": false,
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/hhnk_klimaatatlas/?format=api",
                    "slug": "hhnk_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                        "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                        "name": "Hoogheemraadschap Hollands Noorderkwartier"
                    },
                    "access_modifier": "Public",
                    "supplier": null,
                    "created": "2019-09-18T07:08:16.480600Z",
                    "last_modified": "2022-05-23T14:24:30.923651Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.373077893720515,
                "east": 5.441502285718579,
                "north": 53.27496769764941,
                "south": 52.19567736512127
            },
            "projection": "EPSG:28992",
            "origin_x": 87342.0,
            "origin_y": 467968.0,
            "upper_bound_x": 158622.0,
            "upper_bound_y": 587606.0,
            "pixelsize_x": 2.0,
            "pixelsize_y": -2.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "hoogheemraadschap-hollands-noorderkwartier:bodemberging_ghg"
            },
            "options": {
                "styles": "YlOrBr:0:100"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/9525ca7a-34df-42d9-b855-d4485be06277/?format=api",
            "uuid": "9525ca7a-34df-42d9-b855-d4485be06277",
            "last_modified": "2019-12-05T14:23:42.380369Z",
            "created": "2019-10-24T13:30:34.490743Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 12,
            "name": "Gemiddeld hoogste grondwaterstand - Huidig klimaat",
            "description": "De intensiteit van de neerslag neemt naar verwachting tot 2050 verder toe. Dit geldt zowel voor de zomers als de winters. In gebieden met hoge peilen en grondwaterstanden én een lage infiltratiecapaciteit is de bodem bij een regenbui snel vol; de bodemberging is beperkt. In deze gebieden treedt als eerste wateroverlast op. In gebieden met lagere peilen en grondwaterstanden is meer bodemberging beschikbaar. Wellicht kan deze berging nog beter benut worden, zodat wateroverlast elders voorkomen wordt. Deze kaart geeft inzicht in de ruimtelijke verdeling van de beschikbare bodemberging, uitgaande van de berekende hoogste grondwaterstand met het Nationaal Watermodel (NWM) bij huidig klimaat.\r\n\r\nDe laag toont per rastercel van 0,5 bij 0,5 meter wat de beschikbare bodemberging is in millimeter. Hieruit volgt welk deel van een bui in de bodem geborgen kan worden. Per bodemtype is aangegeven wat de maximale infiltratiecapaciteit is (dus de snelheid waarmee het water de bodem in kan) én hoeveel millimeter daadwerkelijk in de bodem geborgen kan worden tot aan de berekende hoogste grondwaterstand bij huidig klimaat. Het gaat dus om de “worst-case” beschikbare bodemberging, waarbij de grondwaterstanden hoog zijn. Vervolgens is per peilgebied de mediaan van de bodemberging afgeleid.\r\n\r\nIn deze kaart wordt extra informatie gegenereerd op basis van verfijnd gevisualiseerde resultaten van het Nationaal Watermodel, bodemtypen en infiltratiecapaciteiten. Dit levert een verfijnd beeld met een resolutie van 0.5 bij 0.5 meter. Het rekenresultaat is echter nog steeds gebaseerd op het NWM met resolutie van 250 bij 250 meter. De bewerking levert een bruikbare kaart voor klimaatsessies, omdat deze gemakkelijk te interpreteren is tot op perceelsniveau. Het hoogheemraadschap accepteert geen aansprakelijkheid over onjuiste interpretatie van de kaart. Brondata en aanvullende informatie over het Nationaal Watermodel zijn te vinden via www.klimaateffectatlas.nl",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/862/?format=api",
                "id": 862,
                "code": "GHG_mv",
                "parameter": "GHG",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "-MV",
                "compartment": "GW",
                "created": "2017-09-12T09:59:13.062841Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/hhnk_klimaatatlas/?format=api",
                    "slug": "hhnk_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                        "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                        "name": "Hoogheemraadschap Hollands Noorderkwartier"
                    },
                    "access_modifier": "Public",
                    "supplier": null,
                    "created": "2019-09-18T07:08:16.480600Z",
                    "last_modified": "2022-05-23T14:24:30.923651Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.489037378593016,
                "east": 5.38720758743561,
                "north": 53.21786850266001,
                "south": 52.31592713962642
            },
            "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": "hoogheemraadschap-hollands-noorderkwartier:ghg_huidig"
            },
            "options": {
                "styles": "YlGnBu_r:0:2"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/5674bce0-66b2-4d2f-9f16-4223c1fea89f/?format=api",
            "uuid": "5674bce0-66b2-4d2f-9f16-4223c1fea89f",
            "last_modified": "2019-12-05T13:15:10.781496Z",
            "created": "2019-10-24T13:31:05.826736Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 14,
            "name": "Gemiddeld hoogste grondwaterstand - Toekomstig klimaatscenario WH2050",
            "description": "Neerslaghoeveelheden en –intensiteiten nemen naar verwachting tot 2050 verder toe. Vooral in de winter zal het langer achter elkaar regenen, waardoor grondwaterstanden lokaal stijgen. De mate en duur van hoge grondwaterstanden is in poldergebied sterk afhankelijk van bodemtype, de afstand tot de dichtstbijzijnde (peilgereguleerde) waterloop en afvoercapaciteiten van poldergemalen.\r\n\r\nDeze laag toont de verfijnde GHG-resultaten (0,5 bij 0,5 meter) voor toekomstig klimaat. Het betreft de Gemiddeld Hoogste Grondwaterstanden (GHG) van het Nationaal Watermodel (resultaten september 2017) voor het toekomstig klimaat (KNMI-klimaatscenario WH2050). De grondwaterstanden zijn verfijnd gevisualiseerd met het Actueel Hoogtebestand Nederland, versie 3 (AHN3). Resultaat is een verfijnde visualisatie van de grondwaterstanden, waarin lokale laagten zichtbaar worden.\r\n\r\nOpbouw\r\nIn grote lijnen is de opbouw van deze laag als volgt: - Gebruik van raster met rekenresultaat GHG voor klimaatscenario WH2050 (Nationaal Watermodel, resolutie 250 bij 250 meter); - Ruimtelijke interpolatie van deze resultaten voor het creëren van vloeiende overgangen tussen de rekencellen; - Bewerking met de AHN3 (resolutie 0,5 bij 0,5 meter) tot grondwaterstanden onder maaiveld;\r\n\r\nIn deze kaart wordt extra informatie gegenereerd door interpolatie en combinatie met de AHN3. Dit levert een verfijnd beeld met een resolutie van 0.5 bij 0.5 meter. Het rekenresultaat is echter nog steeds gebaseerd op het NWM met resolutie van 250 bij 250 meter. De bewerking levert dus geen extra rekenresultaten op. Wel levert de bewerking een bruikbare kaart voor klimaatsessies, omdat deze gemakkelijk te interpreteren is tot op perceelsniveau. Het hoogheemraadschap accepteert geen aansprakelijkheid over onjuiste interpretatie van de kaart. Brondata en aanvullende informatie over het Nationaal Watermodel zijn te vinden via www.klimaateffectatlas.nl",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/862/?format=api",
                "id": 862,
                "code": "GHG_mv",
                "parameter": "GHG",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "-MV",
                "compartment": "GW",
                "created": "2017-09-12T09:59:13.062841Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/hhnk_klimaatatlas/?format=api",
                    "slug": "hhnk_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                        "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                        "name": "Hoogheemraadschap Hollands Noorderkwartier"
                    },
                    "access_modifier": "Public",
                    "supplier": null,
                    "created": "2019-09-18T07:08:16.480600Z",
                    "last_modified": "2022-05-23T14:24:30.923651Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.489037378593016,
                "east": 5.38720758743561,
                "north": 53.21786850266001,
                "south": 52.31592713962642
            },
            "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": "hoogheemraadschap-hollands-noorderkwartier:ghg_2050"
            },
            "options": {
                "styles": "RdYlGn_r:0:20"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/d008e791-5fba-4f27-880a-76dfce44fd88/?format=api",
            "uuid": "d008e791-5fba-4f27-880a-76dfce44fd88",
            "last_modified": "2019-12-05T13:23:45.262009Z",
            "created": "2019-10-24T13:31:16.254651Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 5,
            "name": "Stroombanen",
            "description": "Deze kaart laat zien hoe de neerslag in het stedelijk gebied afstroomt (over het maaiveld). Dit is met name van belang voor de risicolocaties uit de kaart Wateroverlast. Inzicht in waar het water vandaan komt en welke route het aflegt (wordt de wateroverlast lokaal veroorzaakt of verder bovenstrooms?) helpt u bij het bedenken van maatregelen.\r\n\r\nDe stroombanenkaart is afgeleid van de hoogtekaart. Per rastercel is berekend hoeveel cellen erop af kunnen stromen. Afhankelijk van dat aantal wordt de stroombaan breder en donkerder gekleurd. Een stroombaan stopt op het moment dat de laagste plek in het maaiveld wordt bereikt of op het moment dat de stroombaan bij een waterloop uitkomt. De kaart zegt niets over volumes water, maar alleen iets over de route die het water volgt bij hevige neerslag. De kaart is gemaakt in opdracht van de gemeenten Alkmaar en Purmerend en HHNK.",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/958/?format=api",
                "id": 958,
                "code": "stream",
                "parameter": "Stroombaan",
                "unit": "-",
                "scale": "interval",
                "description": "Stroombanen - oplopende waarde naarmate er meer stroombanen bij elkaar voegen",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2018-05-14T09:01:30.547791Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/hhnk_klimaatatlas/?format=api",
                    "slug": "hhnk_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                        "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                        "name": "Hoogheemraadschap Hollands Noorderkwartier"
                    },
                    "access_modifier": "Public",
                    "supplier": null,
                    "created": "2019-09-18T07:08:16.480600Z",
                    "last_modified": "2022-05-23T14:24:30.923651Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.256576170219326,
                "east": 7.240669752247196,
                "north": 53.48734127105193,
                "south": 50.73418195868077
            },
            "projection": "EPSG:28992",
            "origin_x": 13564.4,
            "origin_y": 306845.0,
            "upper_bound_x": 278026.4,
            "upper_bound_y": 612827.0,
            "pixelsize_x": 0.166666666666667,
            "pixelsize_y": -0.166666666666667,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "hoogheemraadschap-hollands-noorderkwartier:stroombanen"
            },
            "options": {
                "styles": "stream:4:5"
            },
            "rescalable": false,
            "aggregation_type": "none",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/3d0204ad-c26a-4418-9380-d7f60ad0c229/?format=api",
            "uuid": "3d0204ad-c26a-4418-9380-d7f60ad0c229",
            "last_modified": "2019-12-05T14:24:08.764559Z",
            "created": "2019-10-24T13:31:43.164755Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 4,
            "name": "Bomen",
            "description": "Bomen zorgen voor vergroening en verkoeling, zowel door de schaduw die ze bieden als via verdamping. De boomkaart laat zien waar bomen staan en hoe hoog deze zijn. Het gaat hierbij niet alleen om bomen van de gemeente maar ook van particulieren.\r\n\r\nBron: Ruwe AHN2.",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/959/?format=api",
                "id": 959,
                "code": "tree",
                "parameter": "Boomhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "Bomen",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2018-05-14T09:54:59.851449Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/hhnk_klimaatatlas/?format=api",
                    "slug": "hhnk_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                        "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                        "name": "Hoogheemraadschap Hollands Noorderkwartier"
                    },
                    "access_modifier": "Public",
                    "supplier": null,
                    "created": "2019-09-18T07:08:16.480600Z",
                    "last_modified": "2022-05-23T14:24:30.923651Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.256576170219326,
                "east": 7.240669752247196,
                "north": 53.48734127105193,
                "south": 50.73418195868077
            },
            "projection": "EPSG:28992",
            "origin_x": 13564.4,
            "origin_y": 306845.0,
            "upper_bound_x": 278026.4,
            "upper_bound_y": 612827.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "hoogheemraadschap-hollands-noorderkwartier:bomen"
            },
            "options": {
                "styles": "Greens:0:2000"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/19b7e557-6f60-43c6-8cd2-8e38fda97f47/?format=api",
            "uuid": "19b7e557-6f60-43c6-8cd2-8e38fda97f47",
            "last_modified": "2020-01-07T10:40:15.048478Z",
            "created": "2019-10-24T13:32:01.832013Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 6,
            "name": "Bodemdaling Huidig",
            "description": "Basis vormt de kaart Bodemdaling 2016-2050 voor huidig klimaat uit de CAS Klimaateffectatlas, resultaten september 2017 (www.klimaateffectatlas.nl) De kaart is ruimtelijk geïnterpoleerd voor een verbeterde visualisatie en toont de geschatte bodemdaling tot 2050 uitgaande van het huidige klimaat.\r\n\r\nIn deze kaart wordt extra informatie gegenereerd door ruimtelijke interpolatie van de berekende bodemdaling (CAS Klimaateffectatlas). De bewerking levert dus geen extra rekenresultaten op. Wel levert de bewerking een bruikbare kaart om kwetsbare infrastructuur en panden uit af te leiden. Het hoogheemraadschap accepteert geen aansprakelijkheid over onjuiste interpretatie van de kaart.",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/861/?format=api",
                "id": 861,
                "code": "bodemdaling",
                "parameter": "Bodemdaling",
                "unit": "mm/jaar",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2017-09-12T09:47:56.305107Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/hhnk_klimaatatlas/?format=api",
                    "slug": "hhnk_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                        "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                        "name": "Hoogheemraadschap Hollands Noorderkwartier"
                    },
                    "access_modifier": "Public",
                    "supplier": null,
                    "created": "2019-09-18T07:08:16.480600Z",
                    "last_modified": "2022-05-23T14:24:30.923651Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.256576170219326,
                "east": 7.240669752247196,
                "north": 53.48734127105193,
                "south": 50.73418195868077
            },
            "projection": "EPSG:28992",
            "origin_x": 13564.4,
            "origin_y": 306845.0,
            "upper_bound_x": 278026.4,
            "upper_bound_y": 612827.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "hoogheemraadschap-hollands-noorderkwartier:bodemdaling_huidig"
            },
            "options": {
                "styles": "YlOrBr:0:10"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/62177dd8-c55d-4eae-b7cf-8553548b96e8/?format=api",
            "uuid": "62177dd8-c55d-4eae-b7cf-8553548b96e8",
            "last_modified": "2019-12-05T14:22:43.574952Z",
            "created": "2019-10-24T13:32:32.603768Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 6,
            "name": "Bodemdaling - WH2050 aanvullende daling",
            "description": "Basis vormt de kaart Bodemdaling 2016-2050 voor het WH2050 klimaatscenario uit de CAS Klimaateffectatlas, resultaten september 2017 (www.klimaateffectatlas.nl) De kaart is ruimtelijk geïnterpoleerd voor een verbeterde visualisatie en toont de geschatte aanvullende bodemdaling tot 2050 voor het WH2050 klimaatscenario.\r\n\r\nIn deze kaart wordt extra informatie gegenereerd door ruimtelijke interpolatie van de berekende bodemdaling (CAS Klimaateffectatlas). De bewerking levert dus geen extra rekenresultaten op. Wel levert de bewerking een bruikbare kaart om kwetsbare infrastructuur en panden uit af te leiden. Het hoogheemraadschap accepteert geen aansprakelijkheid over onjuiste interpretatie van de kaart.",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/861/?format=api",
                "id": 861,
                "code": "bodemdaling",
                "parameter": "Bodemdaling",
                "unit": "mm/jaar",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2017-09-12T09:47:56.305107Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/hhnk_klimaatatlas/?format=api",
                    "slug": "hhnk_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                        "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                        "name": "Hoogheemraadschap Hollands Noorderkwartier"
                    },
                    "access_modifier": "Public",
                    "supplier": null,
                    "created": "2019-09-18T07:08:16.480600Z",
                    "last_modified": "2022-05-23T14:24:30.923651Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.256576170219326,
                "east": 7.240669752247196,
                "north": 53.48734127105193,
                "south": 50.73418195868077
            },
            "projection": "EPSG:28992",
            "origin_x": 13564.4,
            "origin_y": 306845.0,
            "upper_bound_x": 278026.4,
            "upper_bound_y": 612827.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "hoogheemraadschap-hollands-noorderkwartier:bodemdaling_wh2050"
            },
            "options": {
                "styles": "GnBu:0:20"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        }
    ]
}