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=16
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=17",
    "previous": "https://demo.lizard.net/api/v4/rasters/?format=api&page=15",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/rasters/9e712cb2-8b6a-4ea9-98f6-f6efc90afcab/?format=api",
            "uuid": "9e712cb2-8b6a-4ea9-98f6-f6efc90afcab",
            "last_modified": "2021-10-01T14:07:49.883678Z",
            "created": "2020-01-03T14:12:12.996225Z",
            "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": "1831_fluvius_70mm_1uur_all",
            "description": "De laag 70mm_1uur_all komt van fluvius. Voor meer informatie over \r\n        deze laag, ga naar de klimaatatlas www.fluvius.klimaatatlas.net.",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/521/?format=api",
                "id": 521,
                "code": "Waterdepth",
                "parameter": "Waterdepth",
                "unit": "m",
                "scale": "interval",
                "description": "interval",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-07-14T10:07:22.899825Z",
                "last_modified": "2022-02-02T14:47:44.543819Z"
            },
            "temporal": false,
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/fluvius_klimaatatlas/?format=api",
                    "slug": "fluvius_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-11-14T14:26:38.585529Z",
                    "last_modified": "2019-11-14T17:00:41.535855Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 5.793404465781668,
                "east": 6.751600665907918,
                "north": 53.032502368431366,
                "south": 52.60868848133943
            },
            "projection": "EPSG:28992",
            "origin_x": 182510.5,
            "origin_y": 514316.0,
            "upper_bound_x": 246541.0,
            "upper_bound_y": 560699.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:1831_fluvius_70mm_1uur_all"
            },
            "options": {
                "styles": "Blues:0:0.25"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/c075a09f-aaca-4c3a-99b8-507451d766d8/?format=api",
            "uuid": "c075a09f-aaca-4c3a-99b8-507451d766d8",
            "last_modified": "2020-05-01T10:03:57.429993Z",
            "created": "2020-01-10T11:28:15.828710Z",
            "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": "p_sd_pet_hittestress",
            "description": "De laag pet_hittestress komt van sd. Voor meer informatie over \r\n        deze laag, ga naar de klimaatatlas www.sd.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": [],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.606274917155181,
                "east": 4.204360608012678,
                "north": 51.78660756879951,
                "south": 51.5899433235928
            },
            "projection": "EPSG:28992",
            "origin_x": 32106.5,
            "origin_y": 401611.0,
            "upper_bound_x": 73046.0,
            "upper_bound_y": 422663.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:p_sd_pet_hittestress"
            },
            "options": {
                "styles": "pet_heatstress:34:46"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/ac0d6b38-0d04-4e3b-8e79-ca1404a0d45a/?format=api",
            "uuid": "ac0d6b38-0d04-4e3b-8e79-ca1404a0d45a",
            "last_modified": "2020-06-02T08:31:39.931360Z",
            "created": "2020-01-15T09:25:45.486705Z",
            "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": "karl.schutt",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 4,
            "name": "1825_parkstad_PET",
            "description": "Hittestress met smoothing op windreductie, schaduw en weer. Export van geoblock eindproduct maskbelow 0 (N&S - Hittestress Parkstad)",
            "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.253713155100211,
                "east": 7.243161224559517,
                "north": 53.54488089129097,
                "south": 50.73417297437435
            },
            "projection": "EPSG:28992",
            "origin_x": 13564.4,
            "origin_y": 306844.0,
            "upper_bound_x": 278026.4,
            "upper_bound_y": 619234.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:1825_parkstad_pet"
            },
            "options": {
                "styles": "pet_heatstress:38:52"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/77a88706-b62f-476e-a90d-5b5c3be1b301/?format=api",
            "uuid": "77a88706-b62f-476e-a90d-5b5c3be1b301",
            "last_modified": "2020-10-27T15:53:39.194461Z",
            "created": "2020-01-15T16:42:50.688749Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/96b504d6-6811-43d5-b01c-39e41cb33271/?format=api",
                "uuid": "96b504d6-6811-43d5-b01c-39e41cb33271",
                "name": "Parkstad"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 4,
            "name": "Stroombanen",
            "description": "De stroombanenkaart is afgeleid van het AHN2 (Actueel Hoogtebestand Nederland, versie 2). Per 0,25 vierkante meter is het afstroomgebied berekend. Dit is het oppervlak dat hier op af kan stromen. Hoe groter dit gebied hoe breder en donkerder de stroombaan gekleurd wordt. Een stroombaan stopt op het moment dat de laagste plek in het maaiveld is bereikt of op het moment dat de stroombaan bij een waterloop uit komt. De kaart zegt niets over water volumes, maar alleen iets over de route die het water volgt bij hevige neerslag.",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/513/?format=api",
                "id": 513,
                "code": "-",
                "parameter": "",
                "unit": "",
                "scale": "nominal",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2016-06-23T14:13:36.979675Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/parkstad_klimaatatlas/?format=api",
                    "slug": "parkstad_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/96b504d6-6811-43d5-b01c-39e41cb33271/?format=api",
                        "uuid": "96b504d6-6811-43d5-b01c-39e41cb33271",
                        "name": "Parkstad"
                    },
                    "access_modifier": "Public",
                    "supplier": "remo.vantilburg",
                    "created": "2020-01-24T14:28:16.800825Z",
                    "last_modified": "2020-10-23T12:37:51.339158Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.253713155100211,
                "east": 7.243161224559517,
                "north": 53.54488089129097,
                "south": 50.73417297437435
            },
            "projection": "EPSG:28992",
            "origin_x": 13564.4,
            "origin_y": 306844.0,
            "upper_bound_x": 278026.4,
            "upper_bound_y": 619234.0,
            "pixelsize_x": 0.166666666666667,
            "pixelsize_y": -0.166666666666667,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:1825_parkstad_stream5"
            },
            "options": {
                "styles": "stream:4:5"
            },
            "rescalable": false,
            "aggregation_type": "none",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/ed7131a1-658c-4430-9d32-7558502932d5/?format=api",
            "uuid": "ed7131a1-658c-4430-9d32-7558502932d5",
            "last_modified": "2020-05-01T10:06:41.579380Z",
            "created": "2020-01-16T09:05:38.895039Z",
            "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": "p_sd_waterdiepte_90mm",
            "description": "De laag waterdiepte_90mm komt van sd. Voor meer informatie over \r\n        deze laag, ga naar de klimaatatlas www.sd.klimaatatlas.net.",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/521/?format=api",
                "id": 521,
                "code": "Waterdepth",
                "parameter": "Waterdepth",
                "unit": "m",
                "scale": "interval",
                "description": "interval",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-07-14T10:07:22.899825Z",
                "last_modified": "2022-02-02T14:47:44.543819Z"
            },
            "temporal": false,
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/p_sd_storymap/?format=api",
                    "slug": "p_sd_storymap",
                    "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": "jelmer.roosjen",
                    "created": "2020-05-01T10:01:21.522283Z",
                    "last_modified": "2020-08-19T12:54:31.367790Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.677752477715168,
                "east": 4.10618921876681,
                "north": 51.747726830838594,
                "south": 51.610613586996685
            },
            "projection": "EPSG:28992",
            "origin_x": 36942.0,
            "origin_y": 403796.0,
            "upper_bound_x": 66281.0,
            "upper_bound_y": 418452.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": -1.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:p_sd_waterdiepte_90mm"
            },
            "options": {
                "styles": "Blues:0:0.3"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/a318155d-d425-433c-b470-d7d6ea1650fe/?format=api",
            "uuid": "a318155d-d425-433c-b470-d7d6ea1650fe",
            "last_modified": "2020-08-18T12:00:14.597037Z",
            "created": "2020-01-17T11:33:34.485423Z",
            "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": "p_sd_overstroming_ror2_t1000_dkr26",
            "description": "De laag overstroming_ror2_t1000_dkr26 komt van sd. Voor meer informatie over \r\n        deze laag, ga naar de klimaatatlas www.sd.klimaatatlas.net.",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/521/?format=api",
                "id": 521,
                "code": "Waterdepth",
                "parameter": "Waterdepth",
                "unit": "m",
                "scale": "interval",
                "description": "interval",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-07-14T10:07:22.899825Z",
                "last_modified": "2022-02-02T14:47:44.543819Z"
            },
            "temporal": false,
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/p_sd_storymap/?format=api",
                    "slug": "p_sd_storymap",
                    "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": "jelmer.roosjen",
                    "created": "2020-05-01T10:01:21.522283Z",
                    "last_modified": "2020-08-19T12:54:31.367790Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.6768459034948657,
                "east": 4.102556637057108,
                "north": 51.74716540328634,
                "south": 51.60990825133464
            },
            "projection": "EPSG:28992",
            "origin_x": 36878.0,
            "origin_y": 403719.0,
            "upper_bound_x": 66028.0,
            "upper_bound_y": 418394.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:p_sd_overstroming_ror2_t1000_dkr26"
            },
            "options": {
                "styles": "Blues:0:5"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/40df0d88-cd28-4ac9-9d83-5618329c4691/?format=api",
            "uuid": "40df0d88-cd28-4ac9-9d83-5618329c4691",
            "last_modified": "2024-05-02T08:13:27.366556Z",
            "created": "2020-01-20T13:31:29.926062Z",
            "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": "ivar.lokhorst",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 2,
            "name": "1814_agv_waterdiepte_60mm1hr",
            "description": "Waterdiepte bij een bui van 60 mm in 1 uur",
            "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": 4.7196745693322475,
                "east": 5.305072099091469,
                "north": 52.43151885100282,
                "south": 52.11695701024014
            },
            "projection": "EPSG:28992",
            "origin_x": 109599.82766182002,
            "origin_y": 458955.3965204048,
            "upper_bound_x": 149374.82766182002,
            "upper_bound_y": 493750.3965204048,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:1814_agv_waterdiepte_60mm1hr"
            },
            "options": {
                "styles": "Blues:0:0.3"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/a043c478-0da0-4923-83cd-70f3f261a2f2/?format=api",
            "uuid": "a043c478-0da0-4923-83cd-70f3f261a2f2",
            "last_modified": "2024-05-02T08:17:24.537320Z",
            "created": "2020-01-20T13:37:23.585295Z",
            "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": "ivar.lokhorst",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 2,
            "name": "1814_agv_waterdiepte_75mm1hr",
            "description": "Waterdiepte bij een bui van 75 mm in 1 uur",
            "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": 4.7196745693322475,
                "east": 5.305072099091469,
                "north": 52.43151885100282,
                "south": 52.11695701024014
            },
            "projection": "EPSG:28992",
            "origin_x": 109599.82766182002,
            "origin_y": 458955.3965204048,
            "upper_bound_x": 149374.82766182002,
            "upper_bound_y": 493750.3965204048,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:1814_agv_waterdiepte_75mm1hr"
            },
            "options": {
                "styles": "Blues:0:0.30"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/d2bd086c-0011-42d3-a389-c706ea4c23c1/?format=api",
            "uuid": "d2bd086c-0011-42d3-a389-c706ea4c23c1",
            "last_modified": "2024-05-02T08:19:08.047685Z",
            "created": "2020-01-20T13:38:59.953971Z",
            "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": "ivar.lokhorst",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 2,
            "name": "1814_agv_waterdiepte_130mm2hr",
            "description": "Waterdiepte bij een bui van 130 mm in 2 uur",
            "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": 4.7196745693322475,
                "east": 5.305072099091469,
                "north": 52.43151885100282,
                "south": 52.11695701024014
            },
            "projection": "EPSG:28992",
            "origin_x": 109599.82766182002,
            "origin_y": 458955.3965204048,
            "upper_bound_x": 149374.82766182002,
            "upper_bound_y": 493750.3965204048,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:1814_agv_waterdiepte_130mm2hr"
            },
            "options": {
                "styles": "Blues:0:0.30"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/ddb8a4e4-3d46-40ba-b0c9-f7556fe50972/?format=api",
            "uuid": "ddb8a4e4-3d46-40ba-b0c9-f7556fe50972",
            "last_modified": "2024-05-02T08:22:12.860055Z",
            "created": "2020-01-20T13:40:38.371179Z",
            "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": "ivar.lokhorst",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 2,
            "name": "1814_agv_waterdiepte_115mm48hr",
            "description": "Waterdiepte bij een bui van 115 mm in 48 uur",
            "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": 4.7196745693322475,
                "east": 5.305072099091469,
                "north": 52.43151885100282,
                "south": 52.11695701024014
            },
            "projection": "EPSG:28992",
            "origin_x": 109599.82766182002,
            "origin_y": 458955.3965204048,
            "upper_bound_x": 149374.82766182002,
            "upper_bound_y": 493750.3965204048,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:1814_agv_waterdiepte_115mm48hr"
            },
            "options": {
                "styles": "Blues:0:0.30"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}