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=8
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=9",
    "previous": "https://demo.lizard.net/api/v4/rasters/?format=api&page=7",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/rasters/6d7bcb6e-ce16-4d99-a8b6-e349cac3c4f6/?format=api",
            "uuid": "6d7bcb6e-ce16-4d99-a8b6-e349cac3c4f6",
            "last_modified": "2018-07-31T09:26:30.518836Z",
            "created": "2018-07-12T13:41:45.027959Z",
            "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": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "NLD no2",
            "description": "Demo data",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/539/?format=api",
                "id": 539,
                "code": "NO2",
                "parameter": "NO2 concentratie",
                "unit": "mol per mol",
                "scale": "interval",
                "description": "Stikstofconcentratie",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2016-09-29T13:30:51.212258Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": true,
            "layer_collections": [],
            "first_value_timestamp": "2018-03-01T00:00:00Z",
            "last_value_timestamp": "2018-03-31T23:00:00Z",
            "spatial_bounds": {
                "west": -25.0,
                "east": 45.0,
                "north": 70.0,
                "south": 30.0
            },
            "projection": "EPSG:4326",
            "origin_x": -25.0,
            "origin_y": 30.0,
            "upper_bound_x": 45.0,
            "upper_bound_y": 70.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.25,
            "interval": "01:00:00",
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "extern:eu:tno:airq:NLD-no2"
            },
            "options": {
                "styles": "BuPu:-17:-8"
            },
            "rescalable": true,
            "aggregation_type": "average",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/a763e1df-ed78-4630-acb5-5492352f79af/?format=api",
            "uuid": "a763e1df-ed78-4630-acb5-5492352f79af",
            "last_modified": "2018-07-31T09:26:27.789181Z",
            "created": "2018-07-20T08:02:40.808397Z",
            "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": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 2,
            "name": "NLD no2 (interpolate)",
            "description": "Demo data",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/539/?format=api",
                "id": 539,
                "code": "NO2",
                "parameter": "NO2 concentratie",
                "unit": "mol per mol",
                "scale": "interval",
                "description": "Stikstofconcentratie",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2016-09-29T13:30:51.212258Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": true,
            "layer_collections": [],
            "first_value_timestamp": "2018-03-01T00:00:00Z",
            "last_value_timestamp": "2018-03-31T23:00:00Z",
            "spatial_bounds": {
                "west": -25.0,
                "east": 45.0,
                "north": 70.0,
                "south": 30.0
            },
            "projection": "EPSG:4326",
            "origin_x": -25.0,
            "origin_y": 30.0,
            "upper_bound_x": 45.0,
            "upper_bound_y": 70.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.25,
            "interval": "01:00:00",
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "extern:eu:tno:airq:NLD-no2-i"
            },
            "options": {
                "styles": "BuPu:-17:-8"
            },
            "rescalable": true,
            "aggregation_type": "average",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/deb623e8-d20c-4bdb-94e8-43ed2f2efab4/?format=api",
            "uuid": "deb623e8-d20c-4bdb-94e8-43ed2f2efab4",
            "last_modified": "2018-07-31T09:26:24.541718Z",
            "created": "2018-07-20T08:04:26.256865Z",
            "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": [],
            "writable": false,
            "is_geoblock": true,
            "weight": 2,
            "name": "NLD no2 (smooth)",
            "description": "Demo data",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/539/?format=api",
                "id": 539,
                "code": "NO2",
                "parameter": "NO2 concentratie",
                "unit": "mol per mol",
                "scale": "interval",
                "description": "Stikstofconcentratie",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2016-09-29T13:30:51.212258Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": true,
            "layer_collections": [],
            "first_value_timestamp": "2018-03-01T00:00:00Z",
            "last_value_timestamp": "2018-03-31T23:00:00Z",
            "spatial_bounds": {
                "west": -25.0,
                "east": 45.0,
                "north": 70.0,
                "south": 30.0
            },
            "projection": "EPSG:4326",
            "origin_x": -25.0,
            "origin_y": 30.0,
            "upper_bound_x": 45.0,
            "upper_bound_y": 70.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.25,
            "interval": "01:00:00",
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "extern:eu:tno:airq:NLD-no2-s"
            },
            "options": {
                "styles": "BuPu:-17:-8"
            },
            "rescalable": true,
            "aggregation_type": "average",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/5fda4853-cd39-4226-91e5-e6402eb5b916/?format=api",
            "uuid": "5fda4853-cd39-4226-91e5-e6402eb5b916",
            "last_modified": "2020-06-11T11:50:46.685390Z",
            "created": "2018-08-19T13:17:57.233911Z",
            "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 texture",
            "description": "Soil texture class (USDA system) at 0 cm depth predicted using the global compilation of soil ground observations (ISRIC)",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/6210/?format=api",
                "id": 6210,
                "code": "soil texture",
                "parameter": "soil texture",
                "unit": "",
                "scale": "nominal",
                "description": "soil texture",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2020-06-11T11:46:41.135824Z",
                "last_modified": "2020-06-11T11:46:41.135783Z"
            },
            "temporal": false,
            "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"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": -180.0,
                "east": 179.99994240015582,
                "north": 83.99916720600001,
                "south": -56.00081039406058
            },
            "projection": "EPSG:4326",
            "origin_x": -180.0,
            "origin_y": -56.0008103940606,
            "upper_bound_x": 179.999942400156,
            "upper_bound_y": 83.999167206,
            "pixelsize_x": 0.0020833330000009,
            "pixelsize_y": -0.0020833330000009,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "intern:ww:soil_texture0cm_isric"
            },
            "options": {
                "styles": "SoilTexture"
            },
            "rescalable": false,
            "aggregation_type": "counts",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/85059d21-7f5a-45c8-9a61-65fb21712808/?format=api",
            "uuid": "85059d21-7f5a-45c8-9a61-65fb21712808",
            "last_modified": "2020-10-28T08:54:22.176309Z",
            "created": "2018-10-10T14:21:54.953914Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api",
                "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
                "name": "Almere"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [
                {
                    "url": "https://demo.lizard.net/api/v4/organisations/0abcab35-2a30-433b-891e-284e30bd7772/?format=api",
                    "uuid": "0abcab35-2a30-433b-891e-284e30bd7772",
                    "name": "Samenwerking regio Flevoland"
                }
            ],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "Stroombanen Almere AHN3",
            "description": "De stroombanenkaart laat zien hoe het water bij hevige neerslag naar de lager gelegen locaties stroomt. Dit helpt bij het analyseren van de oorzaak van wateroverlast en het bedenken van maatregelen ter voorkoming van deze wateroverlast. Stroombanen beginnen klein, groeien uit tot grotere stroombanen en stoppen op het moment dat de laagste plek in het maaiveld bereikt is of op het moment dat de stroombaan bij een waterloop uitkomt. De stroombanenkaart zegt niets over volumes water; het zegt enkel iets over de route die het water volgt bij hevige neerslag.\r\n\r\nToelichting en brondata\r\n\r\nDe stroombanen zijn afgeleid van de Algemeen Hoogtebestand Nederland (AHN3) (ingevlogen begin 2016) waarin het maaiveld van het stadscentrum verbeterd is. De stroombanen zijn het product van een maaiveld analyse waarin de helling, richting en stroomlijn lengte bepaald zijn. Het gaat hier dus niet om het resultaat van modelberekeningen.",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/958/?format=api",
                "id": 958,
                "code": "stream",
                "parameter": "Stroombaan",
                "unit": "-",
                "scale": "interval",
                "description": "Stroombanen - oplopende waarde naarmate er meer stroombanen bij elkaar voegen",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2018-05-14T09:01:30.547791Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/almere_klimaatatlas/?format=api",
                    "slug": "almere_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/0abcab35-2a30-433b-891e-284e30bd7772/?format=api",
                        "uuid": "0abcab35-2a30-433b-891e-284e30bd7772",
                        "name": "Samenwerking regio Flevoland"
                    },
                    "access_modifier": "Public",
                    "supplier": "remo.vantilburg",
                    "created": "2020-10-13T11:32:35.034570Z",
                    "last_modified": "2020-10-27T13:05:02.511418Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 5.121453807923429,
                "east": 5.380924513417848,
                "north": 52.43604328109283,
                "south": 52.30256949517378
            },
            "projection": "EPSG:28992",
            "origin_x": 136928.038762626,
            "origin_y": 479432.667676769,
            "upper_bound_x": 154571.682680976,
            "upper_bound_y": 494250.631228956,
            "pixelsize_x": 0.166666451780144,
            "pixelsize_y": -0.166666256716901,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "intern:nl:almere:streamlines_ahn3"
            },
            "options": {
                "styles": "stream"
            },
            "rescalable": false,
            "aggregation_type": "none",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/8f52e43e-1d17-450f-899c-2e17843f90e6/?format=api",
            "uuid": "8f52e43e-1d17-450f-899c-2e17843f90e6",
            "last_modified": "2019-11-21T16:05:38.201821Z",
            "created": "2018-12-24T13:02:50.649504Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "access_modifier": "Public",
            "supplier": "project.support",
            "shared_with": [
                {
                    "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": "Overstromingsbeeld primair HHNK",
            "description": "Deze kaart geeft het overstroombaar gebied en maximale waterdieptes die kunnen optreden na een doorbraak van primaire waterkeringen weer.\r\n\r\nPrimaire waterkeringen zijn dijken, dammen, duinen en kunstwerken die bescherming bieden tegen buitenwater. Buitenwater is water vanuit de grote rivieren, grote meren en de zee. De primaire keringen zijn vastgelegd en genormeerd in de Waterwet. Een doorbraak van een primaire waterkering zorgt in meestal voor een grotere overstroming dan een doorbraak van een regionale waterkering.\r\n\r\nDe dijktrajecten met de status van een primaire waterkering zijn vastgelegd in de Waterwet. In de Waterwet is tevens de veiligheidsnorm per traject vastgelegd. De waterkeringbeheerders (waterschappen en Rijkswaterstaat) zijn verantwoordelijk voor de zorg voor deze waterkeringen.\r\n\r\nDe kaart met het overstromingsbeeld na doorbraak van de primaire waterkeringen is samengesteld vanuit de primaire overstromingsbeelden uit de Landelijke Database Overstromingsgegevens (de brondatabase voor overstromingsscenario’s in Nederland).",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/521/?format=api",
                "id": 521,
                "code": "Waterdepth",
                "parameter": "Waterdepth",
                "unit": "m",
                "scale": "interval",
                "description": "interval",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-07-14T10:07:22.899825Z",
                "last_modified": "2022-02-02T14:47:44.543819Z"
            },
            "temporal": false,
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/hhnk_klimaatatlas/?format=api",
                    "slug": "hhnk_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                        "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                        "name": "Hoogheemraadschap Hollands Noorderkwartier"
                    },
                    "access_modifier": "Public",
                    "supplier": null,
                    "created": "2019-09-18T07:08:16.480600Z",
                    "last_modified": "2022-05-23T14:24:30.923651Z"
                }
            ],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.5001777723020355,
                "east": 5.294006528454182,
                "north": 53.243888847525845,
                "south": 52.312192278961966
            },
            "projection": "EPSG:28992",
            "origin_x": 95780.0,
            "origin_y": 480825.0,
            "upper_bound_x": 148645.0,
            "upper_bound_y": 584150.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "hoogheemraadschap-hollands-noorderkwartier:overstromingsbeeld_pr"
            },
            "options": {
                "styles": "Blues:0:2.0"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/5c4b61b4-dcd4-4adb-a736-e9fad22b781b/?format=api",
            "uuid": "5c4b61b4-dcd4-4adb-a736-e9fad22b781b",
            "last_modified": "2020-01-07T12:58:03.349029Z",
            "created": "2019-01-10T09:38:29.288964Z",
            "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",
            "description": "[Description]: Rice growth stages in Bangladesh on 15m resolution every 6 days\r\n    [Sensor]: Sentinel-1 (Sarvision / N&S - Fosholi)",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/501/?format=api",
                "id": 501,
                "code": "CLASS",
                "parameter": "Class",
                "unit": "",
                "scale": "nominal",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-04-26T07:47:14.214853Z",
                "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.45226777959999,
                "north": 26.8040238892,
                "south": 20.4203846212
            },
            "projection": "EPSG:4326",
            "origin_x": 87.3623650108,
            "origin_y": 20.4203846212,
            "upper_bound_x": 93.4522677796,
            "upper_bound_y": 26.8040238892,
            "pixelsize_x": 0.0001349892,
            "pixelsize_y": -0.0001349892,
            "interval": "6 00:00:00",
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "geoblocks:extern:import:bd:rice_growth_stages_s1a_6d_group_zero"
            },
            "options": {
                "styles": "GrowthStage_Rice_D"
            },
            "rescalable": false,
            "aggregation_type": "counts",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/04ec2fd5-af97-41d8-8902-ef51d633243b/?format=api",
            "uuid": "04ec2fd5-af97-41d8-8902-ef51d633243b",
            "last_modified": "2019-10-15T09:05:41.965808Z",
            "created": "2019-01-26T14:20:01.354979Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "access_modifier": "Public",
            "supplier": "project.support",
            "shared_with": [
                {
                    "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": "Overstromingsbeeld regionaal HHNKv3",
            "description": "Overstromingsbeeld HHNK regionale keringen v3",
            "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": "2019-01-26T14:17:22Z",
            "last_value_timestamp": "2019-01-26T14:17:22Z",
            "spatial_bounds": {
                "west": 4.5001777723020355,
                "east": 5.294006528454182,
                "north": 53.243888847525845,
                "south": 52.312192278961966
            },
            "projection": "EPSG:28992",
            "origin_x": 95780.0,
            "origin_y": 480825.0,
            "upper_bound_x": 148645.0,
            "upper_bound_y": 584150.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "extern:nl:hhnk:overstromingsbeeld_rkv3"
            },
            "options": {
                "styles": "Blues:-1:2.5"
            },
            "rescalable": true,
            "aggregation_type": "curve",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/f33a04b1-44c5-4a70-a46b-d174e32accc3/?format=api",
            "uuid": "f33a04b1-44c5-4a70-a46b-d174e32accc3",
            "last_modified": "2022-10-20T07:27:30.503390Z",
            "created": "2019-01-29T13:12:38.597578Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "cover:fun",
            "description": "cover:fun",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/502/?format=api",
                "id": 502,
                "code": "KLASSE",
                "parameter": "Klasse",
                "unit": "",
                "scale": "nominal",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2016-04-26T07:49:44.396529Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "temporal": false,
            "layer_collections": [],
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.197334098049267,
                "east": 7.260107738539916,
                "north": 53.59643563411751,
                "south": 50.72794948839276
            },
            "projection": "EPSG:28992",
            "origin_x": 10000.0,
            "origin_y": 306250.0,
            "upper_bound_x": 279000.0,
            "upper_bound_y": 625000.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "cover:fun"
            },
            "options": {},
            "rescalable": false,
            "aggregation_type": "none",
            "dtype": null,
            "fill_value": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/rasters/47923e22-24ea-42d5-861a-82171cb5d55b/?format=api",
            "uuid": "47923e22-24ea-42d5-861a-82171cb5d55b",
            "last_modified": "2024-06-05T09:30:43.803668Z",
            "created": "2019-01-29T13:12:38.745241Z",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "writable": false,
            "is_geoblock": false,
            "weight": 0,
            "name": "Schaduw 21-06-2015 15:00",
            "description": "Schaduwkaart op basis van AHN2 om 21-06-2015 15:00 (Jonas)",
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/501/?format=api",
                "id": 501,
                "code": "CLASS",
                "parameter": "Class",
                "unit": "",
                "scale": "nominal",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2016-04-26T07:47:14.214853Z",
                "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.246458404108837,
                "east": 7.25157009787192,
                "north": 53.51966937141186,
                "south": 50.72870183733577
            },
            "projection": "EPSG:28992",
            "origin_x": 13000.0,
            "origin_y": 306250.5,
            "upper_bound_x": 278656.5,
            "upper_bound_y": 616443.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "interval": null,
            "wms_info": {
                "endpoint": "https://demo.lizard.net/wms/",
                "layer": "intern:ahn2:sha"
            },
            "options": {
                "styles": "ShadeBool"
            },
            "rescalable": false,
            "aggregation_type": "counts",
            "dtype": "u1",
            "fill_value": "255"
        }
    ]
}