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=208
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=209",
    "previous": "https://demo.lizard.net/api/v4/rasters/?format=api&page=207",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/rasters/1279fb25-e4a8-4aeb-9a6d-e291dcaf0093/?format=api",
            "uuid": "1279fb25-e4a8-4aeb-9a6d-e291dcaf0093",
            "last_modified": "2025-01-09T15:45:47.492379Z",
            "created": "2024-09-03T13:39:02.559889Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "menno.blom@nelen-schuurmans.nl",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 145,
            "name": "PET_CAS_2021_AHN4_geoblocks",
            "description": "Hittestresskaart obv onderstaande rasters:\r\n - Skyview (AHN4): e9518d63-374e-4487-b09c-4686d31f1522\r\n - Schaduw_fractie (AHN4): a9c2303b-1d22-4edb-839e-db8daf65eefc\r\n - Fveg - no water (2021): 27759a30-ab50-48b0-b595-00ce04e205bf\r\n - Landgebruik Functioneel (2021): 45686d26-26a1-4741-a094-34da5af0a4a6\r\n - Fys_voorkomen (2021): 81f0b5eb-7291-4e96-8f77-6a946dc46a6d\r\n - Trees_cm_height (AHN4): c45b77f7-0c07-4de4-a5bd-ae57d67ca562\r\n - Landgrens_NL_0.5m: b935d17b-2a1f-4bed-a4d5-d925c8e6692d\r\n - NL_buffer_1: de741b38-47ac-4ac2-984f-0e92c7b695d4\r\n - Parkeergarages: c8b91e27-9641-4ee9-ace1-912c6f8047d2",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/549/?format=api",
                "id": 549,
                "code": "TAVG",
                "parameter": "Temperature",
                "unit": "°C",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-11-24T12:15:28.253800Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T02:00:00Z",
            "spatial_bounds": {
                "west": 3.1984833504566748,
                "east": 7.274212639352486,
                "north": 53.5737540962517,
                "south": 50.72794948839276
            },
            "projection": "EPSG:28992",
            "origin_x": null,
            "origin_y": null,
            "upper_bound_x": null,
            "upper_bound_y": null,
            "pixelsize_x": null,
            "pixelsize_y": null,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "PET_CAS_2021_AHN4_geoblocks"
            },
            "options": {
                "styles": "pet_heatstress:38:52"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": "f8",
            "fill_value": "1.7976931348623157e+308"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/11da4e83-8918-4f93-a552-982c3f09f836/?format=api",
            "uuid": "11da4e83-8918-4f93-a552-982c3f09f836",
            "last_modified": "2025-01-09T15:45:46.961456Z",
            "created": "2024-11-13T11:26:30.224387Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/d19b76d3-93b1-42c2-9ffe-b06af89b16dd/?format=api",
                "uuid": "d19b76d3-93b1-42c2-9ffe-b06af89b16dd",
                "name": "Maastricht"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 7,
            "name": "Hoogte (AHN4)",
            "description": "Hoogtekaart van Maastricht o.b.v. AHN4",
            "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.2537441990612406,
                "east": 7.243190601888256,
                "north": 53.54007283730894,
                "south": 50.734191434465515
            },
            "projection": "EPSG:28992",
            "origin_x": 13566.399999999994,
            "origin_y": 306846.0,
            "upper_bound_x": 278028.4,
            "upper_bound_y": 618750.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "maastricht:1811_maastricht_ahn4"
            },
            "options": {
                "styles": "dem_nl:40:110"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/fc2dcf80-5d1f-4fb1-a3a8-ccaec19914a8/?format=api",
            "uuid": "fc2dcf80-5d1f-4fb1-a3a8-ccaec19914a8",
            "last_modified": "2025-01-09T15:45:47.039294Z",
            "created": "2024-11-18T14:35:11.693166Z",
            "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": true,
            "weight": 8,
            "name": "Menno_test",
            "description": "Menno_test",
            "observation_type": null,
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.255395586407216,
                "east": 7.241640961448317,
                "north": 53.50975733852789,
                "south": 50.73414494017975
            },
            "projection": "EPSG:28992",
            "origin_x": 13560.0,
            "origin_y": 306841.0,
            "upper_bound_x": 278026.5,
            "upper_bound_y": 615323.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "menno_test"
            },
            "options": {
                "styles": "pet_heatstress:0:1"
            },
            "rescalable": false,
            "aggregation_type": "none",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/7693742d-4116-4427-b5c4-c5a4803745ca/?format=api",
            "uuid": "7693742d-4116-4427-b5c4-c5a4803745ca",
            "last_modified": "2024-11-27T10:57:17.014493Z",
            "created": "2024-11-27T10:57:11.644526Z",
            "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": true,
            "weight": 5,
            "name": "asdasdasdsa",
            "description": "asdadAD",
            "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": 3.2275183283246203,
                "east": 7.275203841667624,
                "north": 53.596200529414354,
                "south": 50.72844979473609
            },
            "projection": "EPSG:28992",
            "origin_x": 12000.0,
            "origin_y": 306250.0,
            "upper_bound_x": 280000.0,
            "upper_bound_y": 625000.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "tijdelijkeahn2"
            },
            "options": {
                "styles": "wd_diff:-1:1"
            },
            "rescalable": false,
            "aggregation_type": "none",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/481afbb4-1731-4790-a1ea-ad4d960f9683/?format=api",
            "uuid": "481afbb4-1731-4790-a1ea-ad4d960f9683",
            "last_modified": "2025-01-27T16:01:14.519927Z",
            "created": "2024-11-29T11:45:48.515423Z",
            "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": true,
            "weight": 145,
            "name": "PET CAS 2021 AHN4 - FINAL",
            "description": "ruben",
            "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-01T02:00:00Z",
            "spatial_bounds": {
                "west": 3.2536608106962195,
                "east": 7.243219679725316,
                "north": 53.54615047675368,
                "south": 50.734189998110566
            },
            "projection": "EPSG:28992",
            "origin_x": null,
            "origin_y": null,
            "upper_bound_x": null,
            "upper_bound_y": null,
            "pixelsize_x": null,
            "pixelsize_y": null,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "PET_CAS_2021_AHN4_geoblocks_FINAL"
            },
            "options": {
                "styles": "pet_heatstress:38:52"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": "f8",
            "fill_value": "1.7976931348623157e+308"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/6e3a8375-c6cf-4419-9593-168a5661c99e/?format=api",
            "uuid": "6e3a8375-c6cf-4419-9593-168a5661c99e",
            "last_modified": "2025-02-13T07:35:56.282921Z",
            "created": "2024-12-02T07:56:07.659822Z",
            "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",
            "shared_with": [
                {
                    "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                    "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                    "name": "Nelen & Schuurmans Consultancy"
                }
            ],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "1830_twn_gecombineerd_waterdieptebeeld_gemeenten_2024",
            "description": "",
            "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/twn_klimaatatlas/?format=api",
                    "slug": "twn_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                        "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                        "name": "Twents Waternetwerk"
                    },
                    "access_modifier": "Public",
                    "supplier": "ruben.vanderzaag",
                    "created": "2024-07-22T13:49:36.451563Z",
                    "last_modified": "2024-07-22T13:51:44.574982Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.46670111486093,
                "east": 7.038487382424347,
                "north": 52.483421031943834,
                "south": 52.17912411713885
            },
            "projection": "EPSG:28992",
            "origin_x": 228822.26791949302,
            "origin_y": 466933.475910156,
            "upper_bound_x": 267181.767919493,
            "upper_bound_y": 500076.475910156,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans-consultancy:1830_twn_gecombineerd_waterdieptebeeld_gemeenten_2024"
            },
            "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/61f2ea9a-325f-4b7a-956c-3cd5660013dc/?format=api",
            "uuid": "61f2ea9a-325f-4b7a-956c-3cd5660013dc",
            "last_modified": "2024-12-04T13:24:31.398915Z",
            "created": "2024-12-04T13:24:08.167373Z",
            "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": "remo.vantilburg",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 142,
            "name": "PET_CAS_2016_AHN2_geoblocks backup",
            "description": "Hittestresskaart obv onderstaande rasters:\r\n - Skyview (AHN2): 129c6a74-832c-4c70-9753-f762f2cbbaab\r\n - Schaduw_fractie (AHN2): 691c153b-2f76-4444-8cb4-30f496683c38\r\n - Fveg (2016): 44ac5773-42c5-4409-87e8-9e874a54e79a\r\n - Landgebruik 2016 (Functioneel): f88c9bb2-d0d9-4962-906f-074c9b40f23d\r\n - Fys_voorkomen 2016: 3bf0d3d6-ba2a-402f-afc5-a3df79a1a1e7\r\n - Bomen (AHN2): ca3ad2ac-d56b-463d-a4b1-95f81482d397\r\n - Landgrens: b935d17b-2a1f-4bed-a4d5-d925c8e6692d\r\n - NL_buffer_1: de741b38-47ac-4ac2-984f-0e92c7b695d4\r\n - Parkeergarages: c8b91e27-9641-4ee9-ace1-912c6f8047d2",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/549/?format=api",
                "id": 549,
                "code": "TAVG",
                "parameter": "Temperature",
                "unit": "°C",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-11-24T12:15:28.253800Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.2536608106962195,
                "east": 7.243219679725316,
                "north": 53.51785596149211,
                "south": 50.734189998110566
            },
            "projection": "EPSG:28992",
            "origin_x": null,
            "origin_y": null,
            "upper_bound_x": null,
            "upper_bound_y": null,
            "pixelsize_x": null,
            "pixelsize_y": null,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "PET_CAS_2016_AHN2_geoblocks_backup_20241204"
            },
            "options": {
                "styles": "pet_heatstress:38:52"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": "f8",
            "fill_value": "1.7976931348623157e+308"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/eaec8800-97ec-4aad-afe3-6f7ccf5320e8/?format=api",
            "uuid": "eaec8800-97ec-4aad-afe3-6f7ccf5320e8",
            "last_modified": "2024-12-30T10:11:06.778170Z",
            "created": "2024-12-19T11:14:14.233648Z",
            "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": "remo.vantilburg",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 5,
            "name": "Groningen_Stadspark rev19 Kraneweg 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": "2000-01-01T14:00:00.420898Z",
            "last_value_timestamp": "2000-01-01T14:00:00.420898Z",
            "spatial_bounds": {
                "west": 6.5077357622063445,
                "east": 6.59480665757521,
                "north": 53.22574767974473,
                "south": 53.17370237266208
            },
            "projection": "EPSG:28992",
            "origin_x": 229922.5,
            "origin_y": 577010.0,
            "upper_bound_x": 235650.0,
            "upper_bound_y": 582710.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "scenarios:41380: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/302b8285-7f06-4f8d-8d41-750f9481cf6e/?format=api",
            "uuid": "302b8285-7f06-4f8d-8d41-750f9481cf6e",
            "last_modified": "2024-12-23T08:42:59.640397Z",
            "created": "2024-12-23T08:38:40.352542Z",
            "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 2024 (Functioneel)",
            "description": "Functioneel voorkomen in 2024 Bronnen: BAG, BGT, BRP, Top10NL",
            "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:landgebruik-2024-functioneel"
            },
            "options": {
                "styles": "lc-fun-1801c"
            },
            "rescalable": false,
            "aggregation_type": "counts",
            "dtype": "u1",
            "fill_value": "255"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/fa05cec9-5f9b-4f96-8145-151f7ce2260e/?format=api",
            "uuid": "fa05cec9-5f9b-4f96-8145-151f7ce2260e",
            "last_modified": "2024-12-23T08:43:05.909112Z",
            "created": "2024-12-23T08:40:04.292030Z",
            "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 2024 (Fysiek)",
            "description": "Fysiek voorkomen in 2024 Bronnen: BAG, BGT, BRP, Top10NL",
            "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:landgebruik-2024-fysiek"
            },
            "options": {
                "styles": "lc-phy-1801c"
            },
            "rescalable": false,
            "aggregation_type": "counts",
            "dtype": "u1",
            "fill_value": "255"
        }
    ]
}