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=5
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=6",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=4",
    "results": [
        {
            "id": 5927,
            "uuid": "42d2d56e-df02-458b-bfa4-0465f64cca63",
            "url": "https://demo.lizard.net/api/v4/rastersources/42d2d56e-df02-458b-bfa4-0465f64cca63/?format=api",
            "name": "depth_hw_max_mask",
            "description": "",
            "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": "project.support",
            "supplier_code": "lb_depth_hw_max",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 5.565300194802019,
                "east": 6.234124689483367,
                "north": 51.779555429355305,
                "south": 51.026291425436334
            },
            "projection": "EPSG:28992",
            "origin_x": 167494.5,
            "origin_y": 337741.5,
            "upper_bound_x": 213448.5,
            "upper_bound_y": 421225.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2018-06-08T12:32:23.386891Z",
            "last_modified": "2020-06-19T09:00:30.100761Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/7944523a-fddd-4fad-9b1e-2c3569a148a3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5c86fe7c-4b23-4e17-811f-df4c098bbcfc/?format=api",
                "https://demo.lizard.net/api/v4/rasters/11f98e31-e9fc-435a-a0d5-9d3e93afeab8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/aaeb6645-fb1c-4632-b547-d50122436723/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2de0c149-a06c-4dd5-90f6-3fa1bd1fe57b/?format=api"
            ],
            "labeltypes": [],
            "size": 2247170220,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 5928,
            "uuid": "e8a04610-1ac7-4656-a277-b31eb5c71dad",
            "url": "https://demo.lizard.net/api/v4/rastersources/e8a04610-1ac7-4656-a277-b31eb5c71dad/?format=api",
            "name": "ETH: Land cover 10m Angolelana Tera",
            "description": "Originally owned by ESA EO4SD",
            "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": "TR2.ETH.4.3",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 39.26389772318271,
                "east": 39.64460462318271,
                "north": 9.610322479274034,
                "south": 9.239863279274033
            },
            "projection": "EPSG:4326",
            "origin_x": 39.26389772318271,
            "origin_y": 9.239863279274033,
            "upper_bound_x": 39.64460462318271,
            "upper_bound_y": 9.610322479274034,
            "pixelsize_x": 9.109999999999996e-05,
            "pixelsize_y": -9.040000000000022e-05,
            "created": "2018-06-11T07:22:31.456437Z",
            "last_modified": "2023-08-29T11:41:36.785545Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 4188550,
            "dtype": "u1",
            "fill_value": "255"
        },
        {
            "id": 6247,
            "uuid": "2e7893c1-8f1d-4ceb-9440-85168a8dd714",
            "url": "https://demo.lizard.net/api/v4/rastersources/2e7893c1-8f1d-4ceb-9440-85168a8dd714/?format=api",
            "name": "Ontwateringsdiepte",
            "description": "De ontwateringsdiepte is afgeleid van de AHN3 en grondwatergegevens (beschikbaar gesteld door Wareco Ingenieurs) en geeft het verschil tussen het maaiveld uit de AHN3 en het grondwaterpeil aan.\r\n\r\nMet het stedelijk grondwatermodel van Den Haag (opgesteld door Wareco Ingenieurs in 2008) zijn de grondwaterstanden bij klimaatverandering berekend. Daarbij is het KNMI’06 klimaatscenario G+ en W voor 2050 doorgerekend voor een representatief natte wintersituatie.",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e29fe554-2610-4037-b4b1-4e6bd37a7881/?format=api",
                "uuid": "e29fe554-2610-4037-b4b1-4e6bd37a7881",
                "name": "Den Haag"
            },
            "access_modifier": "Public",
            "supplier": "project.support",
            "supplier_code": "klimaatatlas_den_haag_ontw_diepte",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.986513679075376,
                "east": 4.595447665819819,
                "north": 52.21335162828261,
                "south": 51.85638987370996
            },
            "projection": "EPSG:28992",
            "origin_x": 59262.0,
            "origin_y": 430673.0,
            "upper_bound_x": 100462.0,
            "upper_bound_y": 469773.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2018-06-21T12:58:22.287786Z",
            "last_modified": "2021-07-08T11:47:49.307805Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/afc86bbe-4b84-40d2-a35b-3f4db241835d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/86d8d983-23f2-4eb8-ac87-aa30db354ae6/?format=api"
            ],
            "labeltypes": [],
            "size": 1285401091,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 6572,
            "uuid": "6981d6dc-8f2b-4686-98a9-cbbea3d57b28",
            "url": "https://demo.lizard.net/api/v4/rastersources/6981d6dc-8f2b-4686-98a9-cbbea3d57b28/?format=api",
            "name": "Biomass production (weekly)",
            "description": "Originally owned by ESA EO4SD",
            "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": "TR6.CB.7w",
            "temporal": true,
            "interval": "7 00:00:00",
            "first_value_timestamp": "2017-11-08T00:00:00Z",
            "last_value_timestamp": "2019-05-01T00:00:00Z",
            "spatial_bounds": {
                "west": 102.0,
                "east": 106.84,
                "north": 14.4,
                "south": 10.0
            },
            "projection": "EPSG:4326",
            "origin_x": 102.0,
            "origin_y": 10.0,
            "upper_bound_x": 106.84,
            "upper_bound_y": 14.4,
            "pixelsize_x": 0.0022,
            "pixelsize_y": -0.0022,
            "created": "2018-06-29T12:15:34.078826Z",
            "last_modified": "2023-08-29T11:41:27.204486Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 274628935,
            "dtype": "f4",
            "fill_value": "-999.0"
        },
        {
            "id": 6785,
            "uuid": "46926bf9-2094-48b4-8d58-404987411683",
            "url": "https://demo.lizard.net/api/v4/rastersources/46926bf9-2094-48b4-8d58-404987411683/?format=api",
            "name": "NLD no2",
            "description": "",
            "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,
            "supplier_code": null,
            "temporal": true,
            "interval": "01:00:00",
            "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,
            "created": "2018-07-12T13:41:45.027959Z",
            "last_modified": "2018-07-31T09:26:30.518836Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/6d7bcb6e-ce16-4d99-a8b6-e349cac3c4f6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a763e1df-ed78-4630-acb5-5492352f79af/?format=api",
                "https://demo.lizard.net/api/v4/rasters/deb623e8-d20c-4bdb-94e8-43ed2f2efab4/?format=api"
            ],
            "labeltypes": [],
            "size": 152960460,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 7781,
            "uuid": "361dddd1-fd14-4f44-96dd-5c9eba6aa240",
            "url": "https://demo.lizard.net/api/v4/rastersources/361dddd1-fd14-4f44-96dd-5c9eba6aa240/?format=api",
            "name": "Elevation Bangka Belitung",
            "description": "",
            "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": "ipb_data",
            "supplier_code": "Indonesia_DEM_DEMNAS_5m_2008",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 103.48492349234922,
                "east": 108.70784578457845,
                "north": -1.271077107710771,
                "south": -6.186768676867687
            },
            "projection": "EPSG:4326",
            "origin_x": 103.48492349234922,
            "origin_y": -6.186768676867687,
            "upper_bound_x": 108.70784578457845,
            "upper_bound_y": -1.271077107710771,
            "pixelsize_x": 7.500750075007501e-05,
            "pixelsize_y": -7.500750075007501e-05,
            "created": "2018-08-13T07:58:03.261687Z",
            "last_modified": "2023-09-01T15:15:16.922375Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/910903f1-c291-4103-a98b-7688cda296e6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/79a6a35c-81f8-4cce-800f-eef162d8dbea/?format=api"
            ],
            "labeltypes": [],
            "size": 4711677227,
            "dtype": "f4",
            "fill_value": "9999.0"
        },
        {
            "id": 8089,
            "uuid": "1eac7174-1290-4bab-aae7-5712cf64fbf3",
            "url": "https://demo.lizard.net/api/v4/rastersources/1eac7174-1290-4bab-aae7-5712cf64fbf3/?format=api",
            "name": "Soil texture",
            "description": "",
            "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",
            "supplier_code": "soilgrids_isric_TEXMHT_M_sl1_250m",
            "temporal": false,
            "interval": null,
            "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,
            "created": "2018-08-19T13:17:57.233911Z",
            "last_modified": "2020-06-11T11:50:46.685390Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ad3f2c95-5aa2-4833-ad77-3c1d6782ffbb/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5fda4853-cd39-4226-91e5-e6402eb5b916/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8f2f0f55-fa2c-4efb-888f-d230f15e9389/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c9c3c49a-2e41-4122-9103-b99466285797/?format=api",
                "https://demo.lizard.net/api/v4/rasters/25fe5c2a-9c3f-46c0-af83-3ef5c0a11d6e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e1c1c6dc-279b-43af-b07e-29226d820c82/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c5c40a84-9013-46ff-8990-91ba3f316566/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2d42dd6b-fd4f-49ff-b3e7-13d1c570b079/?format=api",
                "https://demo.lizard.net/api/v4/rasters/23452191-9eae-4a1c-98f0-9f2cbe55b0f0/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5ca40e22-3a68-4f0e-a9d4-3259edff2e44/?format=api",
                "https://demo.lizard.net/api/v4/rasters/510eaefe-d7c9-4dcf-8d3c-7190409ce5d8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b4487e92-c5b1-44aa-aaa4-efbf831e58fd/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ffe834d0-8c2e-4ec4-b8ff-91ea72c12aa1/?format=api",
                "https://demo.lizard.net/api/v4/rasters/fde51f9f-738a-4838-9692-97f0117f8fc1/?format=api",
                "https://demo.lizard.net/api/v4/rasters/750451b6-7199-425f-9841-2f0e6037e9da/?format=api",
                "https://demo.lizard.net/api/v4/rasters/51e7a231-136e-4d75-bd3e-90282885f786/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b217a8e9-47b7-44b1-91ad-0c9aefa40a9b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b77d9b3e-e29f-4dc0-b5cd-da41b7ce4ea1/?format=api",
                "https://demo.lizard.net/api/v4/rasters/35aef9c5-e8d6-4e5b-8561-e5e6ed123e86/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2d6ca32f-7c24-4758-a752-2ec20cb80b78/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8695865b-c1fe-42d0-acc9-ad8168fed60e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8f037aac-8a8e-4ad8-b152-130e453b411b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/90dfef27-303b-4142-9ffb-d237410181ca/?format=api",
                "https://demo.lizard.net/api/v4/rasters/37b0ca15-e138-48ab-b9af-65dd7329039f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/60fedf52-742b-44d6-81e5-fcb7a55f3780/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7d6f44aa-d419-4f21-ab8f-8f81f7c01c79/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e322f94d-96f4-4d61-8965-e9bf05e082e2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9a8dabd9-5ad7-40eb-bef9-d6f842789833/?format=api"
            ],
            "labeltypes": [
                "ab4d0693-59b4-4dea-863f-4afcde4b67bd",
                "3d77fb10-1a2c-40ef-8396-f2bc2cd638e1",
                "025a748d-4507-4b13-98af-ecae696bbeac",
                "94486dbf-4acb-4483-8236-ac96c12b326e"
            ],
            "size": 982175905,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 8952,
            "uuid": "9349991a-e584-4589-930b-4b61dafad01a",
            "url": "https://demo.lizard.net/api/v4/rastersources/9349991a-e584-4589-930b-4b61dafad01a/?format=api",
            "name": "Biomass production (yearly)",
            "description": "Originally owned by ESA EO4SD",
            "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": "TR2.SW.2y",
            "temporal": true,
            "interval": "365 06:00:00",
            "first_value_timestamp": "2008-12-31T18:00:00Z",
            "last_value_timestamp": "2016-12-31T18:00:00Z",
            "spatial_bounds": {
                "west": -17.537224,
                "east": 47.988243,
                "north": 27.290459000000055,
                "south": 3.4063890000000008
            },
            "projection": "EPSG:4326",
            "origin_x": -17.537224,
            "origin_y": 3.4063890000000008,
            "upper_bound_x": 47.988243,
            "upper_bound_y": 27.290459000000055,
            "pixelsize_x": 0.0022321739737693747,
            "pixelsize_y": -0.00223215607476636,
            "created": "2018-09-11T14:56:09.490867Z",
            "last_modified": "2023-08-29T11:41:19.190274Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 4269047367,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 8953,
            "uuid": "3c26aa1e-bf69-4e43-88ca-7346f4b3e17a",
            "url": "https://demo.lizard.net/api/v4/rastersources/3c26aa1e-bf69-4e43-88ca-7346f4b3e17a/?format=api",
            "name": "Actual evapotranspiration (yearly)",
            "description": "Originally owned by ESA EO4SD",
            "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": "TR2.SW.3y",
            "temporal": true,
            "interval": "365 06:00:00",
            "first_value_timestamp": "2008-12-31T18:00:00Z",
            "last_value_timestamp": "2016-12-31T18:00:00Z",
            "spatial_bounds": {
                "west": -17.537224,
                "east": 47.988243,
                "north": 27.290459000000055,
                "south": 3.4063890000000008
            },
            "projection": "EPSG:4326",
            "origin_x": -17.537224,
            "origin_y": 3.4063890000000008,
            "upper_bound_x": 47.988243,
            "upper_bound_y": 27.290459000000055,
            "pixelsize_x": 0.0022321739737693747,
            "pixelsize_y": -0.00223215607476636,
            "created": "2018-09-11T15:02:35.485726Z",
            "last_modified": "2023-08-29T11:41:01.558701Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/522b1062-3434-4ad3-bd13-47e610491f14/?format=api"
            ],
            "labeltypes": [],
            "size": 5286739616,
            "dtype": "f4",
            "fill_value": "-999.9000244140625"
        },
        {
            "id": 11538,
            "uuid": "39c38c82-7477-4569-b16c-5ce532e4409b",
            "url": "https://demo.lizard.net/api/v4/rastersources/39c38c82-7477-4569-b16c-5ce532e4409b/?format=api",
            "name": "Overstromingsbeeld primair 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": "project.support",
            "supplier_code": "overstromingskaart_nh_pk",
            "temporal": false,
            "interval": null,
            "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,
            "created": "2018-12-24T13:02:50.649504Z",
            "last_modified": "2019-11-21T16:05:38.201821Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8f52e43e-1d17-450f-899c-2e17843f90e6/?format=api"
            ],
            "labeltypes": [],
            "size": 47836164,
            "dtype": null,
            "fill_value": null
        }
    ]
}