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

{
    "count": 3849,
    "next": "https://demo.lizard.net/api/v4/rasters/?format=api&page=3",
    "previous": "https://demo.lizard.net/api/v4/rasters/?format=api",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/rasters/f965cb23-e634-410a-81cb-6788bfe799bf/?format=api",
            "uuid": "f965cb23-e634-410a-81cb-6788bfe799bf",
            "last_modified": "2019-10-15T15:02:39.771207Z",
            "created": "2017-03-06T09:06:24.347851Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/d742bfeb-e858-4edc-bb0d-b72668309ada/?format=api",
                "uuid": "d742bfeb-e858-4edc-bb0d-b72668309ada",
                "name": "Lizard - general layers"
            },
            "access_modifier": "Public",
            "supplier": "project.support",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 2,
            "name": "Soil pH",
            "description": "World Soil pH index measured in water solution on 250m resolution (ISRIC)",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/864/?format=api",
                "id": 864,
                "code": "ph_soil",
                "parameter": "pH in soil",
                "unit": "pH",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2017-09-13T09:21:23.806644Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "1969-12-31T23:00:00Z",
            "last_value_timestamp": "1969-12-31T23:00:00Z",
            "spatial_bounds": {
                "west": -180.0,
                "east": 179.9999424,
                "north": 85.05125037100001,
                "south": -62.00080943400002
            },
            "projection": "EPSG:4326",
            "origin_x": -180.0,
            "origin_y": -62.000809434,
            "upper_bound_x": 179.9999424,
            "upper_bound_y": 85.051250371,
            "pixelsize_x": 0.002083333,
            "pixelsize_y": -0.002083333,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "intern:ww:soil_ph_isric"
            },
            "options": {
                "styles": "RdYlBu:3:9"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/?format=api",
            "uuid": "db7df5c5-0872-4eba-b82b-e5f3cb818c58",
            "last_modified": "2017-09-30T13:59:21.038561Z",
            "created": "2017-03-06T09:44:24.255844Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/d742bfeb-e858-4edc-bb0d-b72668309ada/?format=api",
                "uuid": "d742bfeb-e858-4edc-bb0d-b72668309ada",
                "name": "Lizard - general layers"
            },
            "access_modifier": "Public",
            "supplier": "project.support",
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "Soil organic carbon",
            "description": "World Soil organic carbon content on 250m resolution (ISRIC)",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/780/?format=api",
                "id": 780,
                "code": "ORCDRC",
                "parameter": "Organic Carbon Content",
                "unit": "g/kg",
                "scale": "interval",
                "description": "Organic Carbon Content",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2017-03-06T09:44:09.081114Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "1969-12-31T23:00:00Z",
            "last_value_timestamp": "1969-12-31T23:00:00Z",
            "spatial_bounds": {
                "west": -180.0,
                "east": 179.9999424,
                "north": 85.05125037100001,
                "south": -62.00080943400002
            },
            "projection": "EPSG:4326",
            "origin_x": -180.0,
            "origin_y": -62.000809434,
            "upper_bound_x": 179.9999424,
            "upper_bound_y": 85.051250371,
            "pixelsize_x": 0.002083333,
            "pixelsize_y": -0.002083333,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "intern:ww:soil_organic_isric"
            },
            "options": {
                "styles": "Greens:0:250"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/de77a270-cd90-4f7b-b8dc-f598f66968a8/?format=api",
            "uuid": "de77a270-cd90-4f7b-b8dc-f598f66968a8",
            "last_modified": "2022-04-13T15:13:17.516400Z",
            "created": "2017-05-04T08:11:28.904011Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/d7bd9cf0-28ce-4901-866f-5d2e63402804/?format=api",
                "uuid": "d7bd9cf0-28ce-4901-866f-5d2e63402804",
                "name": "Hoogheemraadschap van Rijnland"
            },
            "access_modifier": "Public",
            "supplier": null,
            "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": true,
            "weight": 2,
            "name": "Waterdiepte",
            "description": "Waterdiepte als resultaat van een 3Di simulatie van neerslag op stedelijke kernen in Hoogheemraadschap van Rijnland",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/546/?format=api",
                "id": 546,
                "code": "WNS9937",
                "parameter": "Waterdiepte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "OW",
                "created": "2016-11-18T15:39:05.369427Z",
                "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.330896250224957,
                "east": 4.827453494213948,
                "north": 52.46522824010276,
                "south": 51.99477247794772
            },
            "projection": "EPSG:28992",
            "origin_x": 83211.5,
            "origin_y": 445670.5,
            "upper_bound_x": 116559.5,
            "upper_bound_y": 497648.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "extern:nl:hhrl:waterdepth_mask"
            },
            "options": {
                "styles": "Blues:0.025:0.3"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/?format=api",
            "uuid": "ea434e56-edad-4a16-a703-909bf53748d7",
            "last_modified": "2019-09-25T12:31:47.112798Z",
            "created": "2017-05-04T15:02:07.793250Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/d742bfeb-e858-4edc-bb0d-b72668309ada/?format=api",
                "uuid": "d742bfeb-e858-4edc-bb0d-b72668309ada",
                "name": "Lizard - general layers"
            },
            "access_modifier": "Public",
            "supplier": "project.support",
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "Land cover (annual)",
            "description": "Global land cover on 300m every year (Climate Change Initiative)",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/791/?format=api",
                "id": 791,
                "code": "class_ord",
                "parameter": "Class",
                "unit": "",
                "scale": "ordinal",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2017-03-24T15:03:32.659397Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": true,
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/SpiceUp/?format=api",
                    "slug": "SpiceUp",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/790bd838-2410-46dd-93db-1576a1727fde/?format=api",
                        "uuid": "790bd838-2410-46dd-93db-1576a1727fde",
                        "name": "G4AW SpiceUp"
                    },
                    "access_modifier": "Public",
                    "supplier": "project.support",
                    "created": "2019-09-19T14:00:00.495199Z",
                    "last_modified": "2020-02-06T14:32:10.839219Z"
                },
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/SLAMDAM%20Burundi/?format=api",
                    "slug": "SLAMDAM Burundi",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/517d61f2-6862-4878-9b19-816a58bdf92a/?format=api",
                        "uuid": "517d61f2-6862-4878-9b19-816a58bdf92a",
                        "name": "Zephyr group"
                    },
                    "access_modifier": "Public",
                    "supplier": "chris.kerklaan",
                    "created": "2021-02-10T16:00:52.866921Z",
                    "last_modified": "2022-02-14T22:12:48.018510Z"
                }
            ],
            "first_value_timestamp": "1992-01-01T11:00:00Z",
            "last_value_timestamp": "2015-01-01T05:00:00Z",
            "spatial_bounds": {
                "west": -180.0,
                "east": 180.00000000002865,
                "north": 85.04999999999961,
                "south": -85.05000000001391
            },
            "projection": "EPSG:4326",
            "origin_x": -180.0,
            "origin_y": -85.0500000000139,
            "upper_bound_x": 180.000000000029,
            "upper_bound_y": 85.0499999999996,
            "pixelsize_x": 0.002777777777778,
            "pixelsize_y": -0.002777777777778,
            "interval": "365 06:00:00",
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "extern:ww:esa-cci:landcoveryearly"
            },
            "options": {
                "styles": "lc-esa-cci"
            },
            "rescalable": false,
            "aggregation_type": "counts",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/0690a2bc-30c4-4305-84bd-800ee76ad929/?format=api",
            "uuid": "0690a2bc-30c4-4305-84bd-800ee76ad929",
            "last_modified": "2019-06-26T12:37:44.497823Z",
            "created": "2017-06-13T11:33:09.688758Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/38b30b5a-292c-416a-a909-c94549d22109/?format=api",
                "uuid": "38b30b5a-292c-416a-a909-c94549d22109",
                "name": "Rijkswaterstaat"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [
                {
                    "url": "https://demo.lizard.net/api/v4/organisations/883eecb4-1783-4526-9dc7-8ca9118ba3df/?format=api",
                    "uuid": "883eecb4-1783-4526-9dc7-8ca9118ba3df",
                    "name": "BlueLabel"
                }
            ],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "Maaiveld NHI",
            "description": "Maaiveld NHI",
            "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.0464264490318462,
                "east": 7.577083846553494,
                "north": 53.59110240393262,
                "south": 50.66919754954844
            },
            "projection": "EPSG:28992",
            "origin_x": 0.0,
            "origin_y": 300000.0,
            "upper_bound_x": 300000.0,
            "upper_bound_y": 625000.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "intern:nl:rws:nwm:maaiveld"
            },
            "options": {
                "styles": "dem_nl"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/1db296cc-ad6c-4be5-8fbe-21c4e5d6933a/?format=api",
            "uuid": "1db296cc-ad6c-4be5-8fbe-21c4e5d6933a",
            "last_modified": "2018-04-12T14:58:55.394868Z",
            "created": "2017-06-13T11:40:04.144671Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/38b30b5a-292c-416a-a909-c94549d22109/?format=api",
                "uuid": "38b30b5a-292c-416a-a909-c94549d22109",
                "name": "Rijkswaterstaat"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "GHG W2085 (per jaar)",
            "description": "RWS NWM LHM MODFLOW - Ruwe jaarlijkse resultaten Gemiddeld Hoogste Grondwaterstand voor W2085 scenario. (zie helpdeskwater.nl voor meer info)",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/945/?format=api",
                "id": 945,
                "code": "D.GHG.W2085",
                "parameter": "GHG W2085 - ontwateringsdiepte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MV",
                "compartment": null,
                "created": "2018-03-26T15:05:42.504063Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": true,
            "layer_collections": [],
            "first_value_timestamp": "1981-01-01T00:00:00Z",
            "last_value_timestamp": "2006-01-01T06:00:00Z",
            "spatial_bounds": {
                "west": 3.0464264490318462,
                "east": 7.577083846553494,
                "north": 53.59110240393262,
                "south": 50.66919754954844
            },
            "projection": "EPSG:28992",
            "origin_x": 0.0,
            "origin_y": 300000.0,
            "upper_bound_x": 300000.0,
            "upper_bound_y": 625000.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "interval": "365 06:00:00",
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "intern:nl:rws:nwm:w2085s0"
            },
            "options": {
                "styles": "RdYlGn_r:0:20"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/e5c3f7c5-e92b-4d77-b8be-8f1e14035164/?format=api",
            "uuid": "e5c3f7c5-e92b-4d77-b8be-8f1e14035164",
            "last_modified": "2017-08-10T14:50:14.752672Z",
            "created": "2017-07-26T13:46:18.977116Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/c71538d5-0c34-463c-ad3f-5f048cc000b1/?format=api",
                "uuid": "c71538d5-0c34-463c-ad3f-5f048cc000b1",
                "name": "TNO"
            },
            "access_modifier": "Public",
            "supplier": null,
            "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": true,
            "weight": 2,
            "name": "NL NO2 concentratie",
            "description": "[TNO] jaargemiddelde NO2 concentratie in 2016 voor Nederland (25m resolutie)",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/819/?format=api",
                "id": 819,
                "code": "conc_NO2",
                "parameter": "NO2",
                "unit": "µg/m3",
                "scale": "interval",
                "description": "NO2 concentrations",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2017-06-12T12:03:47.950285Z",
                "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.0485371920761395,
                "east": 7.273239840178102,
                "north": 53.551152678212944,
                "south": 50.669045785851836
            },
            "projection": "EPSG:28992",
            "origin_x": -23.4071732237935,
            "origin_y": 299983.806671277,
            "upper_bound_x": 280001.592826776,
            "upper_bound_y": 619983.806671277,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "extern:nl:tno:no2_total_mask"
            },
            "options": {
                "styles": "jet:10:40"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/9b40ef35-05bd-4473-a8cf-83338bdbb210/?format=api",
            "uuid": "9b40ef35-05bd-4473-a8cf-83338bdbb210",
            "last_modified": "2021-12-03T09:12:36.817211Z",
            "created": "2017-09-12T09:48:21.312282Z",
            "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": [
                {
                    "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"
                }
            ],
            "writable": false,
            "is_geoblock": true,
            "weight": 3,
            "name": "Bodemdaling NWM W+2050",
            "description": "Bodemdaling gebaseerd op het W+2050 scenario van het Nationaal Watermodel",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/861/?format=api",
                "id": 861,
                "code": "bodemdaling",
                "parameter": "Bodemdaling",
                "unit": "mm/jaar",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2017-09-12T09:47:56.305107Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/fluvius_klimaatatlas/?format=api",
                    "slug": "fluvius_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                        "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                        "name": "Nelen & Schuurmans Consultancy"
                    },
                    "access_modifier": "Public",
                    "supplier": "chris.kerklaan",
                    "created": "2019-11-14T14:26:38.585529Z",
                    "last_modified": "2019-11-14T17:00:41.535855Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.244860926817634,
                "east": 7.258141950747772,
                "north": 53.551533269031395,
                "south": 50.72645127775003
            },
            "projection": "EPSG:28992",
            "origin_x": 13000.0,
            "origin_y": 306000.0,
            "upper_bound_x": 279000.0,
            "upper_bound_y": 620000.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "intern:nl:klimaatatlas:nwm:bodemdaling_w2050_int"
            },
            "options": {
                "styles": "GnBu:0:1"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/cf09302b-0228-4220-b5a4-b7b5461f7fcf/?format=api",
            "uuid": "cf09302b-0228-4220-b5a4-b7b5461f7fcf",
            "last_modified": "2019-10-24T14:38:38.577087Z",
            "created": "2017-09-20T15:40:53.799916Z",
            "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": 3,
            "name": "Bodemdaling aanvullend NWM W+2050",
            "description": "Aanvullende bodemdaling gebaseerd op het W+2050 scenario van het Nationaal Watermodel",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/861/?format=api",
                "id": 861,
                "code": "bodemdaling",
                "parameter": "Bodemdaling",
                "unit": "mm/jaar",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2017-09-12T09:47:56.305107Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.24486092681769,
                "east": 7.258141950747838,
                "north": 53.55153326903145,
                "south": 50.72645127775013
            },
            "projection": "EPSG:28992",
            "origin_x": 13000.000000004,
            "origin_y": 306000.00000001,
            "upper_bound_x": 279000.000000004,
            "upper_bound_y": 620000.00000001,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "intern:nl:klimaatatlas:nwm:bodemdaling_aanv_w2050_int"
            },
            "options": {
                "styles": "GnBu:0:20"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/788935d9-e586-4c32-98dd-41f83dace360/?format=api",
            "uuid": "788935d9-e586-4c32-98dd-41f83dace360",
            "last_modified": "2017-09-25T10:17:12.622412Z",
            "created": "2017-09-22T11:54:20.419192Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/29eda604-5d52-4fae-ad13-3acb687cb9b5/?format=api",
                "uuid": "29eda604-5d52-4fae-ad13-3acb687cb9b5",
                "name": "Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": null,
            "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": "S0031 Waterdiepte",
            "description": "[Project S0031] Waterdiepte bij een bui van 50mm in de wijk Lombardije, gesimuleerd met 3Di.",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/546/?format=api",
                "id": 546,
                "code": "WNS9937",
                "parameter": "Waterdiepte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "OW",
                "created": "2016-11-18T15:39:05.369427Z",
                "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.49428465939009,
                "east": 4.538211754685361,
                "north": 51.88687704883017,
                "south": 51.86772532216471
            },
            "projection": "EPSG:28992",
            "origin_x": 93527.5,
            "origin_y": 431396.5,
            "upper_bound_x": 96527.5,
            "upper_bound_y": 433491.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "projects:s0031:lomb_waterdepth"
            },
            "options": {
                "styles": "s0031_Blues:0.0:0.3"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        }
    ]
}