API endpoint for raster source objects.

Raster sources contain the data that can be visualised through raster layers, either directly or via on-the-fly GeoBlocks operations.

All objects that depend on this raster source are listed in the "layers" and "labeltypes" fields. Some of these might not be readable by you (the current user). For these objects, following the hyperlink will result in a "404 Not Found" error.

Deletion

A raster source can only be deleted if it is not in use. Consult the "layers" and "labeltypes" fields to see which resources use this raster source.

To circumvent this protection, put {"force": true} in the request body. Be aware that dependent rasterlayers and labeltypes will be broken.

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.

first_value_timestamp Temporal filter on first_value_timestamp.

last_value_timestamp Temporal filter on last_value_timestamp.

*layers__uuid" List all raster sources used by a layer with given uuid.

scenario__isnull Filter on whether this rastersource is used in a scenario.

Ordering Show the results in a specific order Order by: name, supplier_code, size or last_modified.

access_modifier Filter on access_modifier, options are 'Public', 'Private', 'Common', or 'Hidden'.

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

?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

?layers__uuid=0866dbe6-69b1-413e-a709-e28e888eaed8

?scenario__isnull=true

?ordering=-name

?access_modifier=Private

?access_modifier=100

?created__gte=2017-01-01T00:00:00Z

?last_modified__lt=2018-01-01T00:00:00Z
GET /api/v4/rastersources/?format=api&page=14
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2079,
    "next": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=15",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=13",
    "results": [
        {
            "id": 26884,
            "uuid": "717d343a-acba-49a3-a5bf-c57d98ac08eb",
            "url": "https://demo.lizard.net/api/v4/rastersources/717d343a-acba-49a3-a5bf-c57d98ac08eb/?format=api",
            "name": "2019 Waterschappen IDs",
            "description": "",
            "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",
            "supplier_code": "2019_waterschappen_grenzen_2m_id",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.256606278708566,
                "east": 7.240699868088265,
                "north": 53.487340807903735,
                "south": 50.734200418772076
            },
            "projection": "EPSG:28992",
            "origin_x": 13566.399999999994,
            "origin_y": 306847.0,
            "upper_bound_x": 278028.4,
            "upper_bound_y": 612827.0,
            "pixelsize_x": 2.0,
            "pixelsize_y": -2.0,
            "created": "2019-09-29T08:42:17.544068Z",
            "last_modified": "2024-07-31T23:51:56.891894Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/46cb7889-6cd4-47b1-a99d-45639714b530/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1a2fba2a-5f97-4bc9-9af4-1f102a755730/?format=api",
                "https://demo.lizard.net/api/v4/rasters/75eaaa1c-69fd-4d82-8145-43d875a517a8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7794bc21-1250-4fde-8e72-2f7511298034/?format=api",
                "https://demo.lizard.net/api/v4/rasters/efa6e4de-475f-4e1c-8ff2-c8b63a94d090/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9525ca7a-34df-42d9-b855-d4485be06277/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5674bce0-66b2-4d2f-9f16-4223c1fea89f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d008e791-5fba-4f27-880a-76dfce44fd88/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3d0204ad-c26a-4418-9380-d7f60ad0c229/?format=api",
                "https://demo.lizard.net/api/v4/rasters/19b7e557-6f60-43c6-8cd2-8e38fda97f47/?format=api",
                "https://demo.lizard.net/api/v4/rasters/62177dd8-c55d-4eae-b7cf-8553548b96e8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/20df58c1-9513-48b9-9e3c-b6257f2b8874/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7d8fc801-7858-483d-8356-0e2d6ab4b5be/?format=api",
                "https://demo.lizard.net/api/v4/rasters/78f54ff0-2358-4ae7-a40d-380a2376fe8c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8045cbe6-22b8-4fa1-9cf7-e231ba7f1ced/?format=api",
                "https://demo.lizard.net/api/v4/rasters/953157f7-47a0-4ffa-bdf9-bcbb18bc3adc/?format=api",
                "https://demo.lizard.net/api/v4/rasters/80414205-7a95-4f56-abc1-b7c2c7e914d0/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0d1448c9-81b0-4560-9be0-e3bc6e2cf3f4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6402f298-f4f9-468d-87b5-afa17bb1f5f0/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b73189fc-058d-4351-9b20-2538248fae4f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a237f3e7-dd31-4a22-a5fa-a7422dc31a17/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7df2d3aa-3272-4620-8f39-ee313c543559/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e3ad7438-4a27-4218-8237-f7fb4810034c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/15c1e5d1-32d8-40cf-bda5-320bc147111c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c5a7edbb-54e6-4c41-8eb6-f0b7ff1a7320/?format=api",
                "https://demo.lizard.net/api/v4/rasters/17ccf9a8-ca33-4cda-b198-eac3a43d98be/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ccde7035-d3c2-4607-9364-70a9a6885043/?format=api",
                "https://demo.lizard.net/api/v4/rasters/837dba53-3719-40b9-b2d8-efb2564337da/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8e254b87-b60c-423e-ad85-aa9c5560f48c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1bb9d26a-20ce-4ea7-895b-e9c62703a22e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d9409c9d-2c60-40df-b5da-3a08f1955874/?format=api",
                "https://demo.lizard.net/api/v4/rasters/043bb69e-3f93-45b3-b8d4-3506b27de000/?format=api",
                "https://demo.lizard.net/api/v4/rasters/50553dd9-cb6d-447d-bd3d-d31b91994e7d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/919e314e-677b-4a32-b7db-85024c3c47ec/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6857fe4f-dfa7-492b-9b37-1b7a7b0fdadd/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b4496d22-3df4-443e-b099-4211b8297420/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2c9750d1-ab3b-41bf-b037-b93cc6f3227e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f88c4dfd-1615-496c-ab65-e036da8fe997/?format=api",
                "https://demo.lizard.net/api/v4/rasters/da833997-bc98-4de5-8748-0822a197d2ff/?format=api",
                "https://demo.lizard.net/api/v4/rasters/395e6190-85c1-4c81-b040-941c1937dec2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/24fa7a1e-8df4-42cb-97f7-cc265f5585eb/?format=api"
            ],
            "labeltypes": [],
            "size": 128728211,
            "dtype": "i2",
            "fill_value": "0"
        },
        {
            "id": 27867,
            "uuid": "e9572809-49b8-464e-9806-7b2f4be5726f",
            "url": "https://demo.lizard.net/api/v4/rastersources/e9572809-49b8-464e-9806-7b2f4be5726f/?format=api",
            "name": "1816_oss_pet_hittestress",
            "description": "",
            "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",
            "supplier_code": "1816_oss_pet_hittestress",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 5.3534512713874225,
                "east": 5.711632866211276,
                "north": 51.83079407899148,
                "south": 51.725443167152754
            },
            "projection": "EPSG:28992",
            "origin_x": 152673.5,
            "origin_y": 415239.5,
            "upper_bound_x": 177363.5,
            "upper_bound_y": 426911.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-10-15T13:45:03.785346Z",
            "last_modified": "2019-11-19T15:00:07.380799Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2c6fd41c-b77d-4fcf-b1db-ddba88933db6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/44e9acb1-77e2-4e4e-a113-d7a167b99e05/?format=api",
                "https://demo.lizard.net/api/v4/rasters/14d7beb5-e2a7-49c4-a5a0-f66d7f1caba6/?format=api"
            ],
            "labeltypes": [],
            "size": 1726429268,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 27910,
            "uuid": "b1923154-f17c-4e3c-ab93-553c7f75291e",
            "url": "https://demo.lizard.net/api/v4/rastersources/b1923154-f17c-4e3c-ab93-553c7f75291e/?format=api",
            "name": "Maximale waterdiepte 70 mm 1 uur - De Baronie",
            "description": "",
            "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,
            "supplier_code": "maximale waterdiepte baronie",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.4821783722815125,
                "east": 5.01731663016094,
                "north": 51.64443073151148,
                "south": 51.393326797791545
            },
            "projection": "EPSG:28992",
            "origin_x": 92355.0,
            "origin_y": 378627.5,
            "upper_bound_x": 129258.0,
            "upper_bound_y": 406242.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-10-16T13:54:06.241309Z",
            "last_modified": "2019-10-18T09:04:06.436359Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/616b5a70-81ee-44da-a631-92489d616695/?format=api"
            ],
            "labeltypes": [],
            "size": 5708231579,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 28668,
            "uuid": "e714124c-de11-418b-952e-40faa2d066a7",
            "url": "https://demo.lizard.net/api/v4/rastersources/e714124c-de11-418b-952e-40faa2d066a7/?format=api",
            "name": "PET Hittestresskaart HHNK",
            "description": "",
            "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": "chris.kerklaan",
            "supplier_code": "1806_hhnk_pet_hittestress",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.549047387413784,
                "east": 5.308378765572863,
                "north": 53.18752437612194,
                "south": 52.37030304691969
            },
            "projection": "EPSG:28992",
            "origin_x": 98970.0,
            "origin_y": 487254.0,
            "upper_bound_x": 149632.0,
            "upper_bound_y": 577876.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": -1.0,
            "created": "2019-10-24T14:04:38.557821Z",
            "last_modified": "2019-11-21T16:08:31.208732Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 7716945723,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 29546,
            "uuid": "29689f68-5188-4af4-9be7-9cd1687b83c6",
            "url": "https://demo.lizard.net/api/v4/rastersources/29689f68-5188-4af4-9be7-9cd1687b83c6/?format=api",
            "name": "1827_den_haag_waterdiepte_totaal",
            "description": "",
            "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",
            "supplier_code": "1827_den_haag_waterdiepte_totaal",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.208224450136939,
                "east": 4.4780845413053445,
                "north": 52.12905022628072,
                "south": 52.009382834588216
            },
            "projection": "EPSG:28992",
            "origin_x": 74268.5,
            "origin_y": 447433.0,
            "upper_bound_x": 92586.5,
            "upper_bound_y": 460485.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-10-28T13:47:45.922317Z",
            "last_modified": "2024-08-01T04:48:02.271134Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/e2c25dc3-4061-4855-abae-4d7815094e65/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e4393900-8577-4e8d-9e6c-7d623e2fdda6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3d59084f-5c40-48b7-b66a-c7c958dc4785/?format=api"
            ],
            "labeltypes": [],
            "size": 503308167,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 32387,
            "uuid": "718fd4b1-4012-4a7e-a0b1-cfc1122b1560",
            "url": "https://demo.lizard.net/api/v4/rastersources/718fd4b1-4012-4a7e-a0b1-cfc1122b1560/?format=api",
            "name": "mapathon_nens_kijkduin",
            "description": "",
            "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",
            "supplier_code": "mapathon_nens_kijkduin",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.105141260388252,
                "east": 5.462376471235711,
                "north": 52.48713413902224,
                "south": 51.8610878161736
            },
            "projection": "EPSG:28992",
            "origin_x": 67906.0,
            "origin_y": 431038.0,
            "upper_bound_x": 160106.0,
            "upper_bound_y": 499938.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2019-11-19T16:22:08.556739Z",
            "last_modified": "2019-11-20T10:07:01.069520Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 289806,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 32388,
            "uuid": "8da8ebaf-c318-46f9-8899-7f463dd86305",
            "url": "https://demo.lizard.net/api/v4/rastersources/8da8ebaf-c318-46f9-8899-7f463dd86305/?format=api",
            "name": "mapathon_nens_maassluis",
            "description": "",
            "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",
            "supplier_code": "mapathon_nens_maassluis",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.088566336022274,
                "east": 4.646373368540646,
                "north": 52.14383200434894,
                "south": 51.88382593130749
            },
            "projection": "EPSG:28992",
            "origin_x": 66100.0,
            "origin_y": 433600.0,
            "upper_bound_x": 104000.0,
            "upper_bound_y": 462000.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2019-11-19T16:22:25.694985Z",
            "last_modified": "2019-11-20T10:07:08.277344Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 59066,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 32389,
            "uuid": "6b99b0d6-fa33-4891-b6ad-c801ba19a1c3",
            "url": "https://demo.lizard.net/api/v4/rastersources/6b99b0d6-fa33-4891-b6ad-c801ba19a1c3/?format=api",
            "name": "mapathon_nens_scheveningen",
            "description": "",
            "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",
            "supplier_code": "mapathon_nens_scheveningen",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.105141260388252,
                "east": 5.462376471235711,
                "north": 52.48713413902224,
                "south": 51.8610878161736
            },
            "projection": "EPSG:28992",
            "origin_x": 67906.0,
            "origin_y": 431038.0,
            "upper_bound_x": 160106.0,
            "upper_bound_y": 499938.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2019-11-19T16:22:42.791119Z",
            "last_modified": "2019-11-20T10:07:17.259613Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 286557,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 32390,
            "uuid": "d982bbd8-147a-45c2-850c-be0777f55cc7",
            "url": "https://demo.lizard.net/api/v4/rastersources/d982bbd8-147a-45c2-850c-be0777f55cc7/?format=api",
            "name": "mapathon_nens_schiedam",
            "description": "",
            "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",
            "supplier_code": "mapathon_nens_schiedam",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0785196044018095,
                "east": 5.465235155691564,
                "north": 52.488588238730095,
                "south": 51.88382593130749
            },
            "projection": "EPSG:28992",
            "origin_x": 66100.0,
            "origin_y": 433600.0,
            "upper_bound_x": 160300.0,
            "upper_bound_y": 500100.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2019-11-19T16:22:59.969174Z",
            "last_modified": "2019-11-20T10:07:21.801260Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 182506,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 32391,
            "uuid": "f81e1a04-a1bd-41cd-9ca0-3092ba45c923",
            "url": "https://demo.lizard.net/api/v4/rastersources/f81e1a04-a1bd-41cd-9ca0-3092ba45c923/?format=api",
            "name": "mapathon_nens_terheide",
            "description": "",
            "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",
            "supplier_code": "mapathon_nens_terheide",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.088566336022274,
                "east": 4.646373368540646,
                "north": 52.14383200434894,
                "south": 51.88382593130749
            },
            "projection": "EPSG:28992",
            "origin_x": 66100.0,
            "origin_y": 433600.0,
            "upper_bound_x": 104000.0,
            "upper_bound_y": 462000.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2019-11-19T16:23:16.989146Z",
            "last_modified": "2019-11-20T10:07:38.913860Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 140625,
            "dtype": null,
            "fill_value": null
        }
    ]
}