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=3
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=4",
    "previous": "https://demo.lizard.net/api/v4/rasters/?format=api&page=2",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/rasters/a5545430-b461-4b76-88a6-ebb7e9f8ddef/?format=api",
            "uuid": "a5545430-b461-4b76-88a6-ebb7e9f8ddef",
            "last_modified": "2019-01-31T08:47:45.003914Z",
            "created": "2017-10-25T09:28:37.398508Z",
            "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": 11,
            "name": "GLG NWM W2050",
            "description": "Gemiddeld Laagste Grondwaterstand uit het Nationaal Watermodel, voor scenario W2050. Geïnterpoleerd op basis van het AHN3.",
            "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": 4.489037378593016,
                "east": 5.38720758743561,
                "north": 53.21786850266001,
                "south": 52.31592713962642
            },
            "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"
            },
            "options": {
                "styles": "RdYlGn_r:0:20"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/30ffe21c-4842-4724-8dea-9d69c12311e8/?format=api",
            "uuid": "30ffe21c-4842-4724-8dea-9d69c12311e8",
            "last_modified": "2019-10-15T13:05:55.492285Z",
            "created": "2017-11-14T15:48:19.806025Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f1a084a2-073b-4a3c-a097-e31d16faee48/?format=api",
                "uuid": "f1a084a2-073b-4a3c-a097-e31d16faee48",
                "name": "STOWA"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 6,
            "name": "AHN2 WSS",
            "description": "Hoogtekaart o.b.v. AHN2 zoals gebruikt voor de Waterschadeschatter",
            "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.2465450040461703,
                "east": 7.256670702817716,
                "north": 53.51785596149211,
                "south": 50.728697345200736
            },
            "projection": "EPSG:28992",
            "origin_x": 13000.0,
            "origin_y": 306250.0,
            "upper_bound_x": 279000.0,
            "upper_bound_y": 616250.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "intern:nl:ahn2:wss"
            },
            "options": {
                "styles": "dem-nl"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/?format=api",
            "uuid": "62bb4a86-2a13-414c-a111-486c1dd9b0af",
            "last_modified": "2020-07-07T01:42:34.929463Z",
            "created": "2017-11-16T15:55:59.185620Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/1a659052-7d3c-45b1-b09d-d814654575f7/?format=api",
                "uuid": "1a659052-7d3c-45b1-b09d-d814654575f7",
                "name": "SarVision"
            },
            "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": 4,
            "name": "Growth stages & land cover",
            "description": "[Description]: Rice growth stages in Bangladesh on 15m resolution every 6 days \r\n    [Sensor]: Sentinel-1 (Sarvision - Fosholi)",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/495/?format=api",
                "id": 495,
                "code": "ricestage",
                "parameter": "Rice Growth Stage",
                "unit": "growth stage",
                "scale": "ordinal",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2016-03-24T10:49:31.327345Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": true,
            "layer_collections": [],
            "first_value_timestamp": "2017-03-13T00:00:00Z",
            "last_value_timestamp": "2020-01-27T00:00:00Z",
            "spatial_bounds": {
                "west": 87.36236501079999,
                "east": 93.45243886,
                "north": 26.8040238892,
                "south": 20.4202118
            },
            "projection": "EPSG:4326",
            "origin_x": null,
            "origin_y": null,
            "upper_bound_x": null,
            "upper_bound_y": null,
            "pixelsize_x": null,
            "pixelsize_y": null,
            "interval": "6 00:00:00",
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "geoblocks:extern:import:bd:ricestages_s1a_group_6d"
            },
            "options": {
                "styles": "GrowthStage_Rice_D"
            },
            "rescalable": false,
            "aggregation_type": "counts",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/cbcb087d-0f11-4a46-a552-1387555bd89f/?format=api",
            "uuid": "cbcb087d-0f11-4a46-a552-1387555bd89f",
            "last_modified": "2020-07-07T01:42:34.949802Z",
            "created": "2017-11-16T16:06:37.305040Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/1a659052-7d3c-45b1-b09d-d814654575f7/?format=api",
                "uuid": "1a659052-7d3c-45b1-b09d-d814654575f7",
                "name": "SarVision"
            },
            "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": 6,
            "name": "Surface water extent",
            "description": "[Description]: Flooded areas in Bangladesh on 15m resolution every 12 days \r\n    [Sensor]: Sentinel-1 (Sarvision / N&S - Fosholi)",
            "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": [],
            "first_value_timestamp": "2017-08-22T00:00:00Z",
            "last_value_timestamp": "2019-11-04T00:00:00Z",
            "spatial_bounds": {
                "west": 87.36236501079999,
                "east": 93.4522911516,
                "north": 26.8040238892,
                "south": 20.4203846212
            },
            "projection": "EPSG:4326",
            "origin_x": null,
            "origin_y": null,
            "upper_bound_x": null,
            "upper_bound_y": null,
            "pixelsize_x": null,
            "pixelsize_y": null,
            "interval": "12 00:00:00",
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "geoblocks:extern:import:bd:s1_floodextent_15m_group_12d"
            },
            "options": {
                "styles": "FloodBoolDisc"
            },
            "rescalable": false,
            "aggregation_type": "counts",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/935c54f4-34d1-4d63-87f5-58e8a745ed63/?format=api",
            "uuid": "935c54f4-34d1-4d63-87f5-58e8a745ed63",
            "last_modified": "2020-06-19T07:57:49.137113Z",
            "created": "2018-02-26T07:53:53.541270Z",
            "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": [
                {
                    "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": "waterdepth_total_herwijnen",
            "description": "waterdiepte 60mm bui in 1uur Waterpanel Noord update 26/02",
            "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": "2018-02-26T07:52:36Z",
            "last_value_timestamp": "2018-02-26T07:52:36Z",
            "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:zh:waterdepth_total_herwijnen_mask"
            },
            "options": {
                "styles": "Blues:0:0.5"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/e80cff7d-3f5a-4579-8bea-6e3c8acf9600/?format=api",
            "uuid": "e80cff7d-3f5a-4579-8bea-6e3c8acf9600",
            "last_modified": "2020-06-19T07:58:10.501428Z",
            "created": "2018-02-26T14:54:00.150347Z",
            "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": [
                {
                    "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": "waterdepth_total_60mm1u",
            "description": "waterdiepte 60mm bui in 1uur Waterpanel Noord update 26/02",
            "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": "2018-02-26T14:53:13Z",
            "last_value_timestamp": "2018-02-26T14:53:13Z",
            "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:zh:waterdepth_total_60mm1u_mask"
            },
            "options": {
                "styles": "Blues:0:0.5"
            },
            "rescalable": false,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/5f8e7866-8aee-40a8-901a-b0c1a3205bf7/?format=api",
            "uuid": "5f8e7866-8aee-40a8-901a-b0c1a3205bf7",
            "last_modified": "2018-03-26T14:57:59.840458Z",
            "created": "2018-03-05T14:54:09.770180Z",
            "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 REF2015 (per jaar)",
            "description": "RWS NWM LHM MODFLOW - Ruwe jaarlijkse resultaten Gemiddeld Hoogste Grondwaterstand in referentie situatie 2015. (zie helpdeskwater.nl voor meer info)",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/937/?format=api",
                "id": 937,
                "code": "D.GHG.R2015",
                "parameter": "GHG R2015 - ontwateringsdiepte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MV",
                "compartment": null,
                "created": "2018-03-26T14:57:56.869360Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": true,
            "layer_collections": [],
            "first_value_timestamp": "1981-01-01T00:00:00Z",
            "last_value_timestamp": "2005-12-26T00: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 00:00:00",
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "intern:nl:rws:nwm:ghg_ref2015"
            },
            "options": {
                "styles": "YlGnBu_r:0:1.5"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/99890703-fbd6-4420-83e5-b1f46954301f/?format=api",
            "uuid": "99890703-fbd6-4420-83e5-b1f46954301f",
            "last_modified": "2018-03-26T15:02:12.439560Z",
            "created": "2018-03-05T15:22:28.098265Z",
            "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": "GLG REF2015 (per jaar)",
            "description": "RWS NWM LHM MODFLOW - Ruwe jaarlijkse resultaten Gemiddeld Laagste Grondwaterstand in referentie situatie 2015. (zie helpdeskwater.nl voor meer info)",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/941/?format=api",
                "id": 941,
                "code": "D.GLG.R2015",
                "parameter": "GLG R2015 - ontwateringsdiepte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MV",
                "compartment": null,
                "created": "2018-03-26T15:02:08.416132Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": true,
            "layer_collections": [],
            "first_value_timestamp": "1981-01-01T00:00:00Z",
            "last_value_timestamp": "2005-12-26T00: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 00:00:00",
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "intern:nl:rws:nwm:glg_ref2015"
            },
            "options": {
                "styles": "YlGnBu_r:0:1.5"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/b4f4144d-64d1-4451-950b-5a680aa045f5/?format=api",
            "uuid": "b4f4144d-64d1-4451-950b-5a680aa045f5",
            "last_modified": "2018-03-26T15:00:35.115861Z",
            "created": "2018-03-05T15:26:51.431230Z",
            "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 W2050 (per jaar)",
            "description": "RWS NWM LHM MODFLOW - Ruwe jaarlijkse resultaten Gemiddeld Hoogste Grondwaterstand voor W2050 scenario. (zie helpdeskwater.nl voor meer info)",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/939/?format=api",
                "id": 939,
                "code": "D.GHG.W2050",
                "parameter": "GHG W2050 - ontwateringsdiepte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MV",
                "compartment": null,
                "created": "2018-03-26T15:00:32.448177Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": true,
            "layer_collections": [],
            "first_value_timestamp": "1981-01-01T00:00:00Z",
            "last_value_timestamp": "2005-12-26T00: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 00:00:00",
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "intern:nl:rws:nwm:ghg_w2050"
            },
            "options": {
                "styles": "YlGnBu_r:0:1.5"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/f610568b-19bb-45f2-91be-f553d035965a/?format=api",
            "uuid": "f610568b-19bb-45f2-91be-f553d035965a",
            "last_modified": "2018-03-26T15:03:51.973098Z",
            "created": "2018-03-05T15:28:53.219003Z",
            "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": "GLG W2050 (per jaar)",
            "description": "RWS NWM LHM MODFLOW - Ruwe jaarlijkse resultaten Gemiddeld Laagste Grondwaterstand voor W2050 scenario. (zie helpdeskwater.nl voor meer info)",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/943/?format=api",
                "id": 943,
                "code": "D.GLG.W2050",
                "parameter": "GLG W2050 - ontwateringsdiepte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MV",
                "compartment": null,
                "created": "2018-03-26T15:03:48.302064Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": true,
            "layer_collections": [],
            "first_value_timestamp": "1981-01-01T00:00:00Z",
            "last_value_timestamp": "2005-12-26T00: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 00:00:00",
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "intern:nl:rws:nwm:glg_w2050"
            },
            "options": {
                "styles": "YlGnBu_r:0:1.5"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        }
    ]
}