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

{
    "count": 2124,
    "next": "https://demo.lizard.net/api/v4/rasters/?format=api&page=211",
    "previous": "https://demo.lizard.net/api/v4/rasters/?format=api&page=209",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/rasters/5b6ced8e-0cec-403b-b96b-47a4155e0537/?format=api",
            "uuid": "5b6ced8e-0cec-403b-b96b-47a4155e0537",
            "last_modified": "2025-03-28T03:48:55.100216Z",
            "created": "2025-03-21T03:31:08.965089Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "Frogtech"
            },
            "access_modifier": "Public",
            "supplier": "kuan-wei.chen",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 4,
            "name": "tw_fst2025_v2_op Max water level",
            "description": "",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8717/?format=api",
                "id": 8717,
                "code": "3di_waterlevel",
                "parameter": "Water level",
                "unit": "m",
                "scale": "interval",
                "description": "Water level compared to local height datum (used in 3Di postprocessing)",
                "domain_values": null,
                "reference_frame": "MSL",
                "compartment": null,
                "created": "2022-05-10T14:59:51.981781Z",
                "last_modified": "2022-05-10T14:59:51.981768Z"
            },
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "2025-03-29T03:00:03.437500Z",
            "last_value_timestamp": "2025-03-29T03:00:03.437500Z",
            "spatial_bounds": {
                "west": 120.0152421004418,
                "east": 122.01112880802167,
                "north": 25.336054593451987,
                "south": 21.89397982206044
            },
            "projection": "EPSG:3826",
            "origin_x": 150867.5,
            "origin_y": 2422145.0,
            "upper_bound_x": 351787.5,
            "upper_bound_y": 2803365.0,
            "pixelsize_x": 10.0,
            "pixelsize_y": -10.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "scenarios:42091:s1-max-dtri-clip"
            },
            "options": {
                "styles": "3di_waterlevel:-10:20"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/303832b5-753d-4114-a18f-bcdd0fa302c9/?format=api",
            "uuid": "303832b5-753d-4114-a18f-bcdd0fa302c9",
            "last_modified": "2025-03-28T03:48:54.748002Z",
            "created": "2025-03-21T03:31:11.374499Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "Frogtech"
            },
            "access_modifier": "Public",
            "supplier": "kuan-wei.chen",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 4,
            "name": "tw_fst2025_v2_op Max flow velocity",
            "description": "",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8713/?format=api",
                "id": 8713,
                "code": "3di_flowvelocity",
                "parameter": "Flow velocity",
                "unit": "m/s",
                "scale": "interval",
                "description": "Flow velocity (used in 3Di postprocessing)",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2022-05-10T14:56:59.748712Z",
                "last_modified": "2022-05-10T14:56:59.748700Z"
            },
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "2025-03-29T03:00:03.437500Z",
            "last_value_timestamp": "2025-03-29T03:00:03.437500Z",
            "spatial_bounds": {
                "west": 120.0152421004418,
                "east": 122.01112880802167,
                "north": 25.336054593451987,
                "south": 21.89397982206044
            },
            "projection": "EPSG:3826",
            "origin_x": 150867.5,
            "origin_y": 2422145.0,
            "upper_bound_x": 351787.5,
            "upper_bound_y": 2803365.0,
            "pixelsize_x": 320.0,
            "pixelsize_y": -320.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "scenarios:42091:ucr-max-quad-clip"
            },
            "options": {
                "styles": "3di_flowvelocity:0:3"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/c0aa1cca-1df1-4f92-a5eb-06e038f1db12/?format=api",
            "uuid": "c0aa1cca-1df1-4f92-a5eb-06e038f1db12",
            "last_modified": "2025-04-30T03:12:09.710829Z",
            "created": "2025-03-21T08:57:55.235531Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "Frogtech"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 8,
            "name": "twfcst_2025",
            "description": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/521/?format=api",
                "id": 521,
                "code": "Waterdepth",
                "parameter": "Waterdepth",
                "unit": "m",
                "scale": "interval",
                "description": "interval",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-07-14T10:07:22.899825Z",
                "last_modified": "2022-02-02T14:47:44.543819Z"
            },
            "temporal": true,
            "layer_collections": [],
            "first_value_timestamp": "2025-04-18T00:00:00Z",
            "last_value_timestamp": "2025-04-19T01:00:03.992188Z",
            "spatial_bounds": {
                "west": 120.0152421004418,
                "east": 122.00986964752562,
                "north": 25.297959642797796,
                "south": 21.89397982206044
            },
            "projection": "EPSG:3826",
            "origin_x": 150867.5,
            "origin_y": 2422145.0,
            "upper_bound_x": 351692.5083,
            "upper_bound_y": 2799148.9622,
            "pixelsize_x": 10.0,
            "pixelsize_y": -10.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "ns-branch-office:twfcst_2025"
            },
            "options": {
                "styles": "3di_waterdepth:0:1"
            },
            "rescalable": true,
            "aggregation_type": "none",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/ac5dab19-06fc-4581-887d-80c5ac1b0678/?format=api",
            "uuid": "ac5dab19-06fc-4581-887d-80c5ac1b0678",
            "last_modified": "2025-03-25T04:17:55.624138Z",
            "created": "2025-03-21T09:48:49.456941Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "Frogtech"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "tw_area",
            "description": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/521/?format=api",
                "id": 521,
                "code": "Waterdepth",
                "parameter": "Waterdepth",
                "unit": "m",
                "scale": "interval",
                "description": "interval",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-07-14T10:07:22.899825Z",
                "last_modified": "2022-02-02T14:47:44.543819Z"
            },
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 120.009840445079,
                "east": 122.00986964752562,
                "north": 25.297959642797796,
                "south": 21.89275681175808
            },
            "projection": "EPSG:3826",
            "origin_x": 150292.5083,
            "origin_y": 2422008.9622,
            "upper_bound_x": 351692.5083,
            "upper_bound_y": 2799148.9622,
            "pixelsize_x": 10.0,
            "pixelsize_y": -10.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "ns-branch-office:tw_area"
            },
            "options": {
                "styles": "DiseaseRiskBlast:0:1"
            },
            "rescalable": true,
            "aggregation_type": "none",
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/eece3d6e-6771-43f3-af25-676809ad2083/?format=api",
            "uuid": "eece3d6e-6771-43f3-af25-676809ad2083",
            "last_modified": "2025-03-28T03:48:55.159044Z",
            "created": "2025-03-25T04:32:57.487995Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "Frogtech"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 8,
            "name": "twfcst_2025_1",
            "description": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/521/?format=api",
                "id": 521,
                "code": "Waterdepth",
                "parameter": "Waterdepth",
                "unit": "m",
                "scale": "interval",
                "description": "interval",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-07-14T10:07:22.899825Z",
                "last_modified": "2022-02-02T14:47:44.543819Z"
            },
            "temporal": true,
            "layer_collections": [],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 120.0152421004418,
                "east": 122.00986964752562,
                "north": 25.297959642797796,
                "south": 21.89397982206044
            },
            "projection": "EPSG:3826",
            "origin_x": 150867.5,
            "origin_y": 2422145.0,
            "upper_bound_x": 351692.5083,
            "upper_bound_y": 2799148.9622,
            "pixelsize_x": 10.0,
            "pixelsize_y": -10.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "ns-branch-office:twfcst_2025_1"
            },
            "options": {
                "styles": "3di_waterdepth"
            },
            "rescalable": true,
            "aggregation_type": "none",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/c6e1d5c7-e7ca-4122-95b8-bb7637d76013/?format=api",
            "uuid": "c6e1d5c7-e7ca-4122-95b8-bb7637d76013",
            "last_modified": "2025-03-27T09:44:58.826238Z",
            "created": "2025-03-27T09:38:23.280075Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/568a4d88-c1b3-4566-8759-dd9b305f619d/?format=api",
                "uuid": "568a4d88-c1b3-4566-8759-dd9b305f619d",
                "name": "RHDHV unlimited"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 5,
            "name": "10 feb validation event2 Water depth (timeseries)",
            "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": true,
            "layer_collections": [],
            "first_value_timestamp": "2025-02-09T00:00:00Z",
            "last_value_timestamp": "2025-02-12T00:00:01.828125Z",
            "spatial_bounds": {
                "west": 150.89496811623147,
                "east": 151.10925056064502,
                "north": -33.73021319178881,
                "south": -33.84370910378886
            },
            "projection": "EPSG:32756",
            "origin_x": 305225.0,
            "origin_y": 6253561.0,
            "upper_bound_x": 324838.0,
            "upper_bound_y": 6265772.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": -1.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "scenarios:42120:depth-dtri"
            },
            "options": {
                "styles": "3di_waterdepth:0.0:2.0"
            },
            "rescalable": false,
            "aggregation_type": "average",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/371856d5-f02e-40f5-bc2b-0e62b5129e6d/?format=api",
            "uuid": "371856d5-f02e-40f5-bc2b-0e62b5129e6d",
            "last_modified": "2025-03-27T09:44:58.844126Z",
            "created": "2025-03-27T09:38:24.179710Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/568a4d88-c1b3-4566-8759-dd9b305f619d/?format=api",
                "uuid": "568a4d88-c1b3-4566-8759-dd9b305f619d",
                "name": "RHDHV unlimited"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 5,
            "name": "10 feb validation event2 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": "2025-02-12T00:00:01.828125Z",
            "last_value_timestamp": "2025-02-12T00:00:01.828125Z",
            "spatial_bounds": {
                "west": 150.89496811623147,
                "east": 151.10925056064502,
                "north": -33.73021319178881,
                "south": -33.84370910378886
            },
            "projection": "EPSG:32756",
            "origin_x": 305225.0,
            "origin_y": 6253561.0,
            "upper_bound_x": 324838.0,
            "upper_bound_y": 6265772.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": -1.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "scenarios:42120: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/0dff79c6-e67b-4805-b7b1-99b0f8f6d4f9/?format=api",
            "uuid": "0dff79c6-e67b-4805-b7b1-99b0f8f6d4f9",
            "last_modified": "2025-03-27T09:44:58.968929Z",
            "created": "2025-03-27T09:38:25.134629Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/568a4d88-c1b3-4566-8759-dd9b305f619d/?format=api",
                "uuid": "568a4d88-c1b3-4566-8759-dd9b305f619d",
                "name": "RHDHV unlimited"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 10,
            "name": "10 feb validation event2 Flood hazard rating",
            "description": "",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8712/?format=api",
                "id": 8712,
                "code": "3di_floodhazardrating",
                "parameter": "Flood hazard rating",
                "unit": "-",
                "scale": "interval",
                "description": "Flood hazard rating (used in 3Di postprocessing)",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2022-05-10T14:55:40.798827Z",
                "last_modified": "2022-05-10T15:00:34.136515Z"
            },
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "2025-02-12T00:00:01.828125Z",
            "last_value_timestamp": "2025-02-12T00:00:01.828125Z",
            "spatial_bounds": {
                "west": 150.89496811623147,
                "east": 151.10925056064502,
                "north": -33.73021319178881,
                "south": -33.84370910378886
            },
            "projection": "EPSG:32756",
            "origin_x": null,
            "origin_y": null,
            "upper_bound_x": null,
            "upper_bound_y": null,
            "pixelsize_x": null,
            "pixelsize_y": null,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "scenarios:42120:flood-hazard-rating"
            },
            "options": {
                "styles": "3di_floodhazardrating:0:2"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/5cb25832-82b9-4290-9eb8-43a47ec53e6f/?format=api",
            "uuid": "5cb25832-82b9-4290-9eb8-43a47ec53e6f",
            "last_modified": "2025-03-27T09:38:26.015687Z",
            "created": "2025-03-27T09:38:26.015705Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/568a4d88-c1b3-4566-8759-dd9b305f619d/?format=api",
                "uuid": "568a4d88-c1b3-4566-8759-dd9b305f619d",
                "name": "RHDHV unlimited"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "10 feb validation event2 Rain",
            "description": "",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8714/?format=api",
                "id": 8714,
                "code": "3di_precipitation",
                "parameter": "Precipitation",
                "unit": "mm/h",
                "scale": "interval",
                "description": "Precipitation (used in 3Di postprocessing)",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2022-05-10T14:57:45.709343Z",
                "last_modified": "2022-05-10T14:57:45.709330Z"
            },
            "temporal": true,
            "layer_collections": [],
            "first_value_timestamp": "2025-02-09T00:00:00Z",
            "last_value_timestamp": "2025-02-12T00:00:01.828125Z",
            "spatial_bounds": {
                "west": 150.8949116786102,
                "east": 151.1099388646138,
                "north": -33.729328977029695,
                "south": -33.843818546693406
            },
            "projection": "EPSG:32756",
            "origin_x": 305220.0,
            "origin_y": 6253550.0,
            "upper_bound_x": 324900.0,
            "upper_bound_y": 6265870.0,
            "pixelsize_x": 20.0,
            "pixelsize_y": -20.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "scenarios:42120:rain-quad"
            },
            "options": {
                "styles": "3di_precipitation"
            },
            "rescalable": false,
            "aggregation_type": "average",
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/d4371473-3d73-4464-bc1a-5cc4236f950e/?format=api",
            "uuid": "d4371473-3d73-4464-bc1a-5cc4236f950e",
            "last_modified": "2025-03-27T09:44:58.838055Z",
            "created": "2025-03-27T09:38:26.899087Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/568a4d88-c1b3-4566-8759-dd9b305f619d/?format=api",
                "uuid": "568a4d88-c1b3-4566-8759-dd9b305f619d",
                "name": "RHDHV unlimited"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 5,
            "name": "10 feb validation event2 Rate of rise",
            "description": "",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8715/?format=api",
                "id": 8715,
                "code": "3di_rateofrise",
                "parameter": "Rate of rise",
                "unit": "m/h",
                "scale": "interval",
                "description": "Rate of rise (used in 3Di postprocessing)",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2022-05-10T14:58:26.853580Z",
                "last_modified": "2022-05-10T14:58:26.853570Z"
            },
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "2025-02-12T00:00:01.828125Z",
            "last_value_timestamp": "2025-02-12T00:00:01.828125Z",
            "spatial_bounds": {
                "west": 150.89496811623147,
                "east": 151.10925056064502,
                "north": -33.73021319178881,
                "south": -33.84370910378886
            },
            "projection": "EPSG:32756",
            "origin_x": 305225.0,
            "origin_y": 6253561.0,
            "upper_bound_x": 324838.0,
            "upper_bound_y": 6265772.0,
            "pixelsize_x": 20.0,
            "pixelsize_y": -20.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "scenarios:42120:rise-velocity-quad-clip"
            },
            "options": {
                "styles": "3di_rateofrise:0:1"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}