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=17
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=18",
    "previous": "https://demo.lizard.net/api/v4/rasters/?format=api&page=16",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/rasters/a99f997e-896f-4a97-88b0-46a231f25528/?format=api",
            "uuid": "a99f997e-896f-4a97-88b0-46a231f25528",
            "last_modified": "2024-05-02T08:23:47.256297Z",
            "created": "2020-01-20T13:41:55.733505Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "ivar.lokhorst",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 2,
            "name": "1814_agv_waterdiepte_140mm48hr",
            "description": "Waterdiepte bij een bui van 140 mm in 48 uur",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/521/?format=api",
                "id": 521,
                "code": "Waterdepth",
                "parameter": "Waterdepth",
                "unit": "m",
                "scale": "interval",
                "description": "interval",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-07-14T10:07:22.899825Z",
                "last_modified": "2022-02-02T14:47:44.543819Z"
            },
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.7196745693322475,
                "east": 5.305072099091469,
                "north": 52.43151885100282,
                "south": 52.11695701024014
            },
            "projection": "EPSG:28992",
            "origin_x": 109599.82766182002,
            "origin_y": 458955.3965204048,
            "upper_bound_x": 149374.82766182002,
            "upper_bound_y": 493750.3965204048,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:1814_agv_waterdiepte_140mm48hr"
            },
            "options": {
                "styles": "Blues:0:0.30"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/d78becc9-05d1-4f2a-81db-169c4fda3e51/?format=api",
            "uuid": "d78becc9-05d1-4f2a-81db-169c4fda3e51",
            "last_modified": "2024-05-02T08:20:49.348536Z",
            "created": "2020-01-20T13:43:09.074081Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "ivar.lokhorst",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 2,
            "name": "1814_agv_waterdiepte_160mm2hr",
            "description": "Waterdiepte bij een bui van 160 mm in 2 uur",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/521/?format=api",
                "id": 521,
                "code": "Waterdepth",
                "parameter": "Waterdepth",
                "unit": "m",
                "scale": "interval",
                "description": "interval",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-07-14T10:07:22.899825Z",
                "last_modified": "2022-02-02T14:47:44.543819Z"
            },
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.7196745693322475,
                "east": 5.305072099091469,
                "north": 52.43151885100282,
                "south": 52.11695701024014
            },
            "projection": "EPSG:28992",
            "origin_x": 109599.82766182002,
            "origin_y": 458955.3965204048,
            "upper_bound_x": 149374.82766182002,
            "upper_bound_y": 493750.3965204048,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:1814_agv_waterdiepte_160mm2hr"
            },
            "options": {
                "styles": "Blues:0:0.30"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/fda079be-5e22-40d2-b6f4-391f7a49050f/?format=api",
            "uuid": "fda079be-5e22-40d2-b6f4-391f7a49050f",
            "last_modified": "2024-05-02T08:24:58.133864Z",
            "created": "2020-01-20T13:44:27.912669Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "ivar.lokhorst",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 2,
            "name": "1814_agv_waterdiepte_220mm48hr",
            "description": "Waterdiepte bij een bui van 220 mm in 48 uur",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/521/?format=api",
                "id": 521,
                "code": "Waterdepth",
                "parameter": "Waterdepth",
                "unit": "m",
                "scale": "interval",
                "description": "interval",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-07-14T10:07:22.899825Z",
                "last_modified": "2022-02-02T14:47:44.543819Z"
            },
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.7196745693322475,
                "east": 5.305072099091469,
                "north": 52.43151885100282,
                "south": 52.11695701024014
            },
            "projection": "EPSG:28992",
            "origin_x": 109599.82766182002,
            "origin_y": 458955.3965204048,
            "upper_bound_x": 149374.82766182002,
            "upper_bound_y": 493750.3965204048,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:1814_agv_waterdiepte_220mm48hr"
            },
            "options": {
                "styles": "Blues:0:0.30"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/837dba53-3719-40b9-b2d8-efb2564337da/?format=api",
            "uuid": "837dba53-3719-40b9-b2d8-efb2564337da",
            "last_modified": "2020-01-20T14:58:36.312686Z",
            "created": "2020-01-20T14:58:36.253275Z",
            "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": "project.support",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 5,
            "name": "Overstromingsdiepte buitendijks AGV",
            "description": "Overstromingsdiepte buitendijks AGV",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/521/?format=api",
                "id": 521,
                "code": "Waterdepth",
                "parameter": "Waterdepth",
                "unit": "m",
                "scale": "interval",
                "description": "interval",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-07-14T10:07:22.899825Z",
                "last_modified": "2022-02-02T14:47:44.543819Z"
            },
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.256576170219326,
                "east": 7.240669752247196,
                "north": 53.48734127105193,
                "south": 50.73418195868077
            },
            "projection": "EPSG:28992",
            "origin_x": 13564.4,
            "origin_y": 306845.0,
            "upper_bound_x": 278026.4,
            "upper_bound_y": 612827.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:1814_agv_overstromingsdiepte_buitendijks"
            },
            "options": {
                "styles": "Blues:0:5"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/ebc488a7-d10f-4b73-855d-02cfb5e19bf9/?format=api",
            "uuid": "ebc488a7-d10f-4b73-855d-02cfb5e19bf9",
            "last_modified": "2020-02-19T16:15:44.129457Z",
            "created": "2020-01-24T15:37:59.622082Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 4,
            "name": "1825_parkstad_bomen_ahn3",
            "description": "De laag bomen_ahn3 komt van parkstad. Voor meer informatie over \r\n        deze laag, ga naar de klimaatatlas www.parkstad.klimaatatlas.net.",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/959/?format=api",
                "id": 959,
                "code": "tree",
                "parameter": "Boomhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "Bomen",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2018-05-14T09:54:59.851449Z",
                "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.7418107086456365,
                "east": 6.099857738770901,
                "north": 51.02656696327836,
                "south": 50.800218114201044
            },
            "projection": "EPSG:28992",
            "origin_x": 180000.0,
            "origin_y": 312500.0,
            "upper_bound_x": 205000.0,
            "upper_bound_y": 337500.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:1825_parkstad_bomen_ahn3"
            },
            "options": {
                "styles": "greens_transparant:0:2000"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/7959daa4-9d72-46a0-abc8-9f4ed17c5b8e/?format=api",
            "uuid": "7959daa4-9d72-46a0-abc8-9f4ed17c5b8e",
            "last_modified": "2020-02-18T13:34:22.412117Z",
            "created": "2020-01-31T14:49:40.480524Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 5,
            "name": "1825_parkstad_pet_relative",
            "description": "PET Hittestresskaart van parkstad met het nulpunt geijkt op 41 graden. Dit is de referentietemperatuur voor koele plek buiten de stad.",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/549/?format=api",
                "id": 549,
                "code": "TAVG",
                "parameter": "Temperature",
                "unit": "°C",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-11-24T12:15:28.253800Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.253713155100211,
                "east": 7.243161224559517,
                "north": 53.54488089129097,
                "south": 50.73417297437435
            },
            "projection": "EPSG:28992",
            "origin_x": 13564.4,
            "origin_y": 306846.0,
            "upper_bound_x": 278026.4,
            "upper_bound_y": 619234.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": -1.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "nelen-schuurmans:1825_parkstad_pet_relative"
            },
            "options": {
                "styles": "pet_heatstress_test:31:51"
            },
            "rescalable": false,
            "aggregation_type": "none",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/cb67fdf4-b0e7-416a-b25e-23ef76a2adb9/?format=api",
            "uuid": "cb67fdf4-b0e7-416a-b25e-23ef76a2adb9",
            "last_modified": "2021-11-25T03:51:38.422595Z",
            "created": "2020-02-19T13:34:19.846887Z",
            "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": "remo.vantilburg",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 51,
            "name": "Max waterstand minus winterpeil",
            "description": "Test raster voor max waterstand minus winterpeil.",
            "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": null,
            "last_value_timestamp": null,
            "spatial_bounds": null,
            "projection": null,
            "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": "comp_bergingtool:test:maxwsminuswp"
            },
            "options": {
                "styles": "BrBG_r:-10:10"
            },
            "rescalable": false,
            "aggregation_type": "average",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/968b07aa-8f3b-4e2e-ba82-3997956b7622/?format=api",
            "uuid": "968b07aa-8f3b-4e2e-ba82-3997956b7622",
            "last_modified": "2020-02-19T15:56:32.233782Z",
            "created": "2020-02-19T15:56:32.086822Z",
            "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": "chris.kerklaan",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 4,
            "name": "Bomen",
            "description": "",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/959/?format=api",
                "id": 959,
                "code": "tree",
                "parameter": "Boomhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "Bomen",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2018-05-14T09:54:59.851449Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/wpn_klimaatatlas/?format=api",
                    "slug": "wpn_klimaatatlas",
                    "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": "chris.kerklaan",
                    "created": "2020-02-19T14:04:29.578191Z",
                    "last_modified": "2020-02-19T15:56:26.731593Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.253713155100211,
                "east": 7.243161224559517,
                "north": 53.51785596149211,
                "south": 50.73417297437435
            },
            "projection": "EPSG:28992",
            "origin_x": 13564.4,
            "origin_y": 306844.0,
            "upper_bound_x": 278026.4,
            "upper_bound_y": 616250.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "waterpanel-noord-wpn:bomen"
            },
            "options": {
                "styles": "Greens:0:2000"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/e4655b6a-a461-4956-a20b-37d25aa917d7/?format=api",
            "uuid": "e4655b6a-a461-4956-a20b-37d25aa917d7",
            "last_modified": "2020-02-19T15:56:48.098893Z",
            "created": "2020-02-19T15:56:47.946573Z",
            "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": "chris.kerklaan",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 4,
            "name": "Gemiddeld Hoogste Grondwaterstand (huidig klimaat)",
            "description": "",
            "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": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/wpn_klimaatatlas/?format=api",
                    "slug": "wpn_klimaatatlas",
                    "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": "chris.kerklaan",
                    "created": "2020-02-19T14:04:29.578191Z",
                    "last_modified": "2020-02-19T15:56:26.731593Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 5.458405243591782,
                "east": 6.359720913266098,
                "north": 51.85854132480071,
                "south": 50.98273578488772
            },
            "projection": "EPSG:3857",
            "origin_x": 607626.892259972,
            "origin_y": 6618240.45094864,
            "upper_bound_x": 707960.893652115,
            "upper_bound_y": 6774588.21429918,
            "pixelsize_x": 80.589559351119,
            "pixelsize_y": -79.6473577944652,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "waterpanel-noord-wpn:gemiddeld-hoogste-grondwaterstand-huidig-kl"
            },
            "options": {
                "styles": "Blues:0:0.3"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/75fa3343-72e4-4604-ad07-c28871605c6d/?format=api",
            "uuid": "75fa3343-72e4-4604-ad07-c28871605c6d",
            "last_modified": "2020-02-19T15:57:03.973083Z",
            "created": "2020-02-19T15:57:03.830893Z",
            "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": "chris.kerklaan",
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 4,
            "name": "Gemiddeld Hoogste Grondwaterstand (nat jaar, huidig klimaat)",
            "description": "",
            "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": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/wpn_klimaatatlas/?format=api",
                    "slug": "wpn_klimaatatlas",
                    "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": "chris.kerklaan",
                    "created": "2020-02-19T14:04:29.578191Z",
                    "last_modified": "2020-02-19T15:56:26.731593Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 5.458405243591782,
                "east": 6.359720913266098,
                "north": 51.85854132480071,
                "south": 50.98273578488772
            },
            "projection": "EPSG:3857",
            "origin_x": 607626.892259972,
            "origin_y": 6618240.45094864,
            "upper_bound_x": 707960.893652115,
            "upper_bound_y": 6774588.21429918,
            "pixelsize_x": 80.589559351119,
            "pixelsize_y": -79.6473577944652,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "waterpanel-noord-wpn:gemiddeld-hoogste-grondwaterstand-nat-jaar-"
            },
            "options": {
                "styles": "Blues:0:0.3"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        }
    ]
}