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=9
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=10",
    "previous": "https://demo.lizard.net/api/v4/rasters/?format=api&page=8",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/rasters/f02f183c-7c58-46e2-acf0-36d31d669fb8/?format=api",
            "uuid": "f02f183c-7c58-46e2-acf0-36d31d669fb8",
            "last_modified": "2020-02-20T10:32:25.648753Z",
            "created": "2019-01-29T13:12:38.804606Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api",
                "uuid": "0258eefa-4043-409f-879c-601740340654",
                "name": "Waterpanel Noord"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "extern:nl:lb:depth_int_max",
            "description": "extern:nl:lb:depth_int_max",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/971/?format=api",
                "id": 971,
                "code": "WATDPTE",
                "parameter": "Waterdiepte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2018-06-20T13:11:23.959543Z",
                "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": 5.640117583899814,
                "east": 6.227593080169043,
                "north": 51.77761560316315,
                "south": 51.02968973099068
            },
            "projection": "EPSG:28992",
            "origin_x": 172742.0,
            "origin_y": 338114.5,
            "upper_bound_x": 213000.0,
            "upper_bound_y": 421025.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "extern:nl:lb:depth_int_max"
            },
            "options": {},
            "rescalable": false,
            "aggregation_type": "none",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/baf16943-d11e-4a00-9d4b-47da178c88b1/?format=api",
            "uuid": "baf16943-d11e-4a00-9d4b-47da178c88b1",
            "last_modified": "2021-01-12T13:54:01.673497Z",
            "created": "2019-01-31T08:48:15.161999Z",
            "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": 11,
            "name": "GLG NWM W2050 NL",
            "description": "GLG NWM W2050 NL",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/863/?format=api",
                "id": 863,
                "code": "GLG_mv",
                "parameter": "GLG",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "-MV",
                "compartment": "GW",
                "created": "2017-09-12T10:01:40.033301Z",
                "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.2465450040461703,
                "east": 7.256670702817716,
                "north": 53.51785596149211,
                "south": 50.728697345200736
            },
            "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": "intern:nl:klimaatatlas:nwm:glg_w2050_int_nl"
            },
            "options": {
                "styles": "Blues:0:2"
            },
            "rescalable": false,
            "aggregation_type": "none",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/de585be9-5aa9-4c42-9ea6-d1e2cc7a890f/?format=api",
            "uuid": "de585be9-5aa9-4c42-9ea6-d1e2cc7a890f",
            "last_modified": "2019-02-11T16:28:08.887237Z",
            "created": "2019-02-08T14:41:14.480849Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/6f666b72-c109-42c4-93af-e81a322f811c/?format=api",
                "uuid": "6f666b72-c109-42c4-93af-e81a322f811c",
                "name": "NOAA"
            },
            "access_modifier": "Public",
            "supplier": "project.support",
            "shared_with": [
                {
                    "url": "https://demo.lizard.net/api/v4/organisations/f3a6dfdd-ec86-43a3-8ffe-e84f4d53f258/?format=api",
                    "uuid": "f3a6dfdd-ec86-43a3-8ffe-e84f4d53f258",
                    "name": "G4AW Salad"
                },
                {
                    "url": "https://demo.lizard.net/api/v4/organisations/790bd838-2410-46dd-93db-1576a1727fde/?format=api",
                    "uuid": "790bd838-2410-46dd-93db-1576a1727fde",
                    "name": "G4AW SpiceUp"
                },
                {
                    "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": "Global daily precipitation",
            "description": "Worldwide daily precipitation values from the NOAA CPC dataset",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/542/?format=api",
                "id": 542,
                "code": "PRCP",
                "parameter": "Precipitation",
                "unit": "mm",
                "scale": "ratio",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-11-18T14:53:30.662432Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": true,
            "layer_collections": [],
            "first_value_timestamp": "2016-12-31T23:00:00Z",
            "last_value_timestamp": "2018-12-30T23:00:00Z",
            "spatial_bounds": {
                "west": -180.0,
                "east": 180.0,
                "north": 85.0,
                "south": -85.0
            },
            "projection": "EPSG:4326",
            "origin_x": -180.0,
            "origin_y": -85.0,
            "upper_bound_x": 180.0,
            "upper_bound_y": 85.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": "1 00:00:00",
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "users:global-daily-precipitation"
            },
            "options": {
                "styles": "radar-day:0.049:51"
            },
            "rescalable": false,
            "aggregation_type": "average",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/db1fd3c5-3f62-45c6-9c21-bc54c5282aa8/?format=api",
            "uuid": "db1fd3c5-3f62-45c6-9c21-bc54c5282aa8",
            "last_modified": "2019-02-11T16:26:26.655137Z",
            "created": "2019-02-11T09:26:40.526249Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/6f666b72-c109-42c4-93af-e81a322f811c/?format=api",
                "uuid": "6f666b72-c109-42c4-93af-e81a322f811c",
                "name": "NOAA"
            },
            "access_modifier": "Public",
            "supplier": "project.support",
            "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": "Global daily maximum temperature",
            "description": "Daily maximum temperature on a global scale from the NOAA CPC dataset.",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/543/?format=api",
                "id": 543,
                "code": "TMAX",
                "parameter": "Maximum Temperature",
                "unit": "°C",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-11-18T14:54:51.485816Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": true,
            "layer_collections": [],
            "first_value_timestamp": "2016-12-31T23:00:00Z",
            "last_value_timestamp": "2018-12-30T23:00:00Z",
            "spatial_bounds": {
                "west": -180.0,
                "east": 180.0,
                "north": 85.0,
                "south": -85.0
            },
            "projection": "EPSG:4326",
            "origin_x": -180.0,
            "origin_y": -85.0,
            "upper_bound_x": 180.0,
            "upper_bound_y": 85.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": "1 00:00:00",
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "users:global-daily-maximum-temperature"
            },
            "options": {
                "styles": "RdBu_r:-10:40"
            },
            "rescalable": false,
            "aggregation_type": "average",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/07c309a8-917a-4390-8854-8064a8aec2b3/?format=api",
            "uuid": "07c309a8-917a-4390-8854-8064a8aec2b3",
            "last_modified": "2019-02-11T15:24:35.163482Z",
            "created": "2019-02-11T11:14:46.722352Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/6f666b72-c109-42c4-93af-e81a322f811c/?format=api",
                "uuid": "6f666b72-c109-42c4-93af-e81a322f811c",
                "name": "NOAA"
            },
            "access_modifier": "Public",
            "supplier": "project.support",
            "shared_with": [
                {
                    "url": "https://demo.lizard.net/api/v4/organisations/f3a6dfdd-ec86-43a3-8ffe-e84f4d53f258/?format=api",
                    "uuid": "f3a6dfdd-ec86-43a3-8ffe-e84f4d53f258",
                    "name": "G4AW Salad"
                }
            ],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "Global daily minimum temperature",
            "description": "Daily minimum temperature on a global scale from the NOAA CPC dataset.",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/548/?format=api",
                "id": 548,
                "code": "TMIN",
                "parameter": "Minimum Temperature",
                "unit": "°C",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-11-24T12:14:58.072441Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": true,
            "layer_collections": [],
            "first_value_timestamp": "2016-12-31T23:00:00Z",
            "last_value_timestamp": "2018-12-30T23:00:00Z",
            "spatial_bounds": {
                "west": -179.99972534179685,
                "east": 179.55280004900328,
                "north": 81.0,
                "south": -80.96734330333874
            },
            "projection": "EPSG:3857",
            "origin_x": -20037477.7679779,
            "origin_y": -16190604.123151,
            "upper_bound_x": 19987726.2719615,
            "upper_bound_y": 16213801.067584,
            "pixelsize_x": 63938.0256229065,
            "pixelsize_y": -64040.3264639031,
            "interval": "1 00:00:00",
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "users:global-daily-minimum-temperature"
            },
            "options": {
                "styles": "RdBu_r:-10:40"
            },
            "rescalable": false,
            "aggregation_type": "average",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/c3b2bcb7-26b7-4400-ad15-47a0ed090d46/?format=api",
            "uuid": "c3b2bcb7-26b7-4400-ad15-47a0ed090d46",
            "last_modified": "2019-02-11T16:26:55.637291Z",
            "created": "2019-02-11T15:35:02.747258Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/6f666b72-c109-42c4-93af-e81a322f811c/?format=api",
                "uuid": "6f666b72-c109-42c4-93af-e81a322f811c",
                "name": "NOAA"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [
                {
                    "url": "https://demo.lizard.net/api/v4/organisations/f3a6dfdd-ec86-43a3-8ffe-e84f4d53f258/?format=api",
                    "uuid": "f3a6dfdd-ec86-43a3-8ffe-e84f4d53f258",
                    "name": "G4AW Salad"
                },
                {
                    "url": "https://demo.lizard.net/api/v4/organisations/790bd838-2410-46dd-93db-1576a1727fde/?format=api",
                    "uuid": "790bd838-2410-46dd-93db-1576a1727fde",
                    "name": "G4AW SpiceUp"
                },
                {
                    "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": true,
            "weight": 4,
            "name": "Global daily temperature",
            "description": "Daily mean temperature on a global scale from the NOAA CPC dataset [Geoblocks: sum = add(maximum, minimum) & endpoint = sum/2]",
            "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": true,
            "layer_collections": [],
            "first_value_timestamp": "2016-12-31T23:00:00Z",
            "last_value_timestamp": "2018-12-30T23:00:00Z",
            "spatial_bounds": {
                "west": -179.99972534179685,
                "east": 179.55280004900328,
                "north": 81.0,
                "south": -80.96734330333874
            },
            "projection": null,
            "origin_x": null,
            "origin_y": null,
            "upper_bound_x": null,
            "upper_bound_y": null,
            "pixelsize_x": null,
            "pixelsize_y": null,
            "interval": "1 00:00:00",
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "users:global-daily-average-temperature"
            },
            "options": {
                "styles": "RdBu_r:-10:40"
            },
            "rescalable": false,
            "aggregation_type": "average",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/0f722ae2-e8ab-449f-bbbf-eb672748d0f1/?format=api",
            "uuid": "0f722ae2-e8ab-449f-bbbf-eb672748d0f1",
            "last_modified": "2019-10-24T14:39:27.570075Z",
            "created": "2019-02-26T12:36:29.762979Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "regionalekeringen_overstromingskaart",
            "description": "overstromingskaart Provincie Zuid-Holland",
            "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": [],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.8144309823974796,
                "east": 5.4559984131880706,
                "north": 52.466125551637944,
                "south": 51.64523481570031
            },
            "projection": "EPSG:28992",
            "origin_x": 48100.0,
            "origin_y": 407400.0,
            "upper_bound_x": 159675.0,
            "upper_bound_y": 497600.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:regionalekeringen_overstromingskaart"
            },
            "options": {
                "styles": "Blues"
            },
            "rescalable": false,
            "aggregation_type": "none",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/d32f15b9-716c-4ead-a77a-ae09019800df/?format=api",
            "uuid": "d32f15b9-716c-4ead-a77a-ae09019800df",
            "last_modified": "2022-05-23T14:24:59.536037Z",
            "created": "2019-04-15T13:36:25.251327Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/6c391e46-265c-4c23-b13a-0ded505160ca/?format=api",
                "uuid": "6c391e46-265c-4c23-b13a-0ded505160ca",
                "name": "Purmerend"
            },
            "access_modifier": "Public",
            "supplier": "purmerend",
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "Beemster 100mm",
            "description": "max waterdiepte 100mm Beemster",
            "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/hhnk_klimaatatlas/?format=api",
                    "slug": "hhnk_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                        "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                        "name": "Hoogheemraadschap Hollands Noorderkwartier"
                    },
                    "access_modifier": "Public",
                    "supplier": null,
                    "created": "2019-09-18T07:08:16.480600Z",
                    "last_modified": "2022-05-23T14:24:30.923651Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.881837275666544,
                "east": 4.956552182224346,
                "north": 52.56231380561478,
                "south": 52.51217498294269
            },
            "projection": "EPSG:28992",
            "origin_x": 120731.5,
            "origin_y": 502841.0,
            "upper_bound_x": 125765.0,
            "upper_bound_y": 508387.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:max-waterdiepte-100mm"
            },
            "options": {
                "styles": "waterdepth_transparent:0:0.3"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/b0405ccd-df8d-4212-ac18-83f3447d89a8/?format=api",
            "uuid": "b0405ccd-df8d-4212-ac18-83f3447d89a8",
            "last_modified": "2019-12-05T13:13:39.130753Z",
            "created": "2019-05-06T12:27:13.613552Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "access_modifier": "Public",
            "supplier": "project.support",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 3,
            "name": "Fysiek voorkomen HHNK",
            "description": "Fysiek voorkomen met hittestress style van het landgebruik in HHNK (v1801c)",
            "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": 4.54889766667441,
                "east": 5.308520007364877,
                "north": 53.18761205490874,
                "south": 52.3702188685738
            },
            "projection": "EPSG:28992",
            "origin_x": 98960.1037,
            "origin_y": 487244.7455,
            "upper_bound_x": 149641.6085,
            "upper_bound_y": 577885.747,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "intern:hhnk:heat-1801c:cover"
            },
            "options": {
                "styles": "lc-phy-1801c-hittestress"
            },
            "rescalable": false,
            "aggregation_type": "counts",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/b541dae6-fefa-4201-93e3-295bf6a3a32e/?format=api",
            "uuid": "b541dae6-fefa-4201-93e3-295bf6a3a32e",
            "last_modified": "2019-07-12T14:02:29.370357Z",
            "created": "2019-05-07T15:08:18.936682Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "waterdepth_lusaka",
            "description": "waterdepth_lusaka",
            "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": 27.957399571844476,
                "east": 28.708729461259892,
                "north": -15.169211638930665,
                "south": -15.657565597356992
            },
            "projection": "EPSG:28992",
            "origin_x": 3686148.0,
            "origin_y": -7778472.0,
            "upper_bound_x": 3798240.0,
            "upper_bound_y": -7714104.0,
            "pixelsize_x": 3.0,
            "pixelsize_y": -3.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:waterdepth_lusaka-rtbrgsby"
            },
            "options": {
                "styles": "Blues:0:1"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        }
    ]
}