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=7
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=8",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=6",
    "results": [
        {
            "id": 15735,
            "uuid": "e1beda17-292b-4474-bfe8-59281d4fff6f",
            "url": "https://demo.lizard.net/api/v4/rastersources/e1beda17-292b-4474-bfe8-59281d4fff6f/?format=api",
            "name": "HRSL Population 2015 (Africa, Asia & South America)",
            "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": "kvd",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": -117.41389137995,
                "east": 126.60527723887,
                "north": 37.552520135310004,
                "south": -55.54164727611001
            },
            "projection": "EPSG:4326",
            "origin_x": -117.41389137995,
            "origin_y": -55.54164727611,
            "upper_bound_x": 126.60527723887,
            "upper_bound_y": 37.55252013531,
            "pixelsize_x": 0.00027777778,
            "pixelsize_y": -0.00027777778,
            "created": "2019-04-29T14:24:27.540108Z",
            "last_modified": "2019-05-02T12:45:21.586089Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a7c56456-8b14-40ff-924a-b1ef49620aba/?format=api"
            ],
            "labeltypes": [],
            "size": 4999569380,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 15917,
            "uuid": "22e14572-1fc7-4e3e-959b-0afe08751d6c",
            "url": "https://demo.lizard.net/api/v4/rastersources/22e14572-1fc7-4e3e-959b-0afe08751d6c/?format=api",
            "name": "Schaduw op 2015-07-01 14:00",
            "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": "shadow_nl_hourly_1400",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.228651991443977,
                "east": 7.259124254647464,
                "north": 53.57398455395138,
                "south": 50.72844979473609
            },
            "projection": "EPSG:28992",
            "origin_x": 12000.0,
            "origin_y": 306250.0,
            "upper_bound_x": 279000.0,
            "upper_bound_y": 622500.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-05-09T13:58:17.932784Z",
            "last_modified": "2022-10-20T07:18:40.027144Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/02cb4e3d-55de-4c06-9a8c-7f4d63928248/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a3600181-0f80-4d16-87f1-ee1d9cea6482/?format=api",
                "https://demo.lizard.net/api/v4/rasters/66cfcd47-fa0c-4533-88e0-839743cabbb8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3d404c60-6a9e-4d65-9ebf-65d52bb6fd87/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b6db02cf-4af9-437d-a807-be8ac320a922/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7288fc13-0e12-4f0e-b51f-698fab09a824/?format=api",
                "https://demo.lizard.net/api/v4/rasters/986dbaec-2d86-4c98-9568-0a0282b66636/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6ed5a787-119d-4b51-b9fb-d91009cd8d36/?format=api",
                "https://demo.lizard.net/api/v4/rasters/568ae337-0be5-4273-b898-5a8d77d80939/?format=api",
                "https://demo.lizard.net/api/v4/rasters/bed59fac-b72f-4adf-83c0-d2b20ab2ca70/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9d1aa06b-e670-4a06-b6ba-86c3ad1b37d9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/217b359c-baff-462d-b593-32d1412f0bc8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/67926134-04e4-4ae8-8107-63ccc284da66/?format=api",
                "https://demo.lizard.net/api/v4/rasters/dffd86fc-d418-4b0f-88b3-ab549ffe0fb4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/af442edb-b2bf-4c65-abf1-a11d86c38ad5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/714def53-8f5c-4a71-95aa-8d0d0193c31d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6f2fa29c-6627-4aaf-9112-5eaac5dc7ce7/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ef0e696f-0404-440a-b2b1-bf4d16a88f1a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/acd94cc4-482d-4012-baa9-f4f57662098c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7ddfc85c-df5c-44b6-9650-e2b9502c5169/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c0ab8e11-c9e3-41f5-bc9a-d3534a8206e4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/39782c76-ffc7-4bfb-b28a-7f53614a1d20/?format=api",
                "https://demo.lizard.net/api/v4/rasters/36d38e91-9751-4c49-af62-4dd37ef50ed5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b35d7be1-db80-430d-8e5b-a78ba6729ce4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/963e00a8-5e16-49a2-9d8b-7b69e1a4e9eb/?format=api",
                "https://demo.lizard.net/api/v4/rasters/341cd723-4948-4ea2-9ac9-b48213457c33/?format=api",
                "https://demo.lizard.net/api/v4/rasters/47e87942-db23-466b-8653-fb54e9276d98/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b4ad516c-7864-4dcf-90b2-c2c2b303a803/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d4fc7e3f-0efd-4d62-b616-59bd128c3994/?format=api",
                "https://demo.lizard.net/api/v4/rasters/01d306ad-62a5-410d-aa47-37f01583cbce/?format=api",
                "https://demo.lizard.net/api/v4/rasters/beaddfad-3c13-403c-a881-0eb4a74b4166/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8f52e8c9-8335-4e42-a10b-becb5e969cf2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/dc65518d-c661-4052-bb89-844017ce9bf5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f2fa0edc-55d9-44a3-9f5e-7608e3cb3546/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0342a83a-22c6-48b1-8844-903291865fd6/?format=api"
            ],
            "labeltypes": [
                "405b1fea-1be8-408f-a8d5-74724e3d48c2",
                "57dd670c-b23a-437e-a336-5e295da59cba"
            ],
            "size": 29515959454,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 15919,
            "uuid": "825c40dd-c79b-4948-b45d-f0bdb34a6c89",
            "url": "https://demo.lizard.net/api/v4/rastersources/825c40dd-c79b-4948-b45d-f0bdb34a6c89/?format=api",
            "name": "Schaduw op 2015-07-01 16:00",
            "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": "shadow_nl_hourly_1600",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.228651991443977,
                "east": 7.259124254647464,
                "north": 53.57398455395138,
                "south": 50.72844979473609
            },
            "projection": "EPSG:28992",
            "origin_x": 12000.0,
            "origin_y": 306250.0,
            "upper_bound_x": 279000.0,
            "upper_bound_y": 622500.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-05-09T13:59:50.165881Z",
            "last_modified": "2022-10-20T07:18:56.240899Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/02cb4e3d-55de-4c06-9a8c-7f4d63928248/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a3600181-0f80-4d16-87f1-ee1d9cea6482/?format=api",
                "https://demo.lizard.net/api/v4/rasters/66cfcd47-fa0c-4533-88e0-839743cabbb8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3d404c60-6a9e-4d65-9ebf-65d52bb6fd87/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b6db02cf-4af9-437d-a807-be8ac320a922/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7288fc13-0e12-4f0e-b51f-698fab09a824/?format=api",
                "https://demo.lizard.net/api/v4/rasters/186e1cd1-4924-44f1-b5bb-c44d4132772f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6ed5a787-119d-4b51-b9fb-d91009cd8d36/?format=api",
                "https://demo.lizard.net/api/v4/rasters/568ae337-0be5-4273-b898-5a8d77d80939/?format=api",
                "https://demo.lizard.net/api/v4/rasters/bed59fac-b72f-4adf-83c0-d2b20ab2ca70/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9d1aa06b-e670-4a06-b6ba-86c3ad1b37d9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/217b359c-baff-462d-b593-32d1412f0bc8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/67926134-04e4-4ae8-8107-63ccc284da66/?format=api",
                "https://demo.lizard.net/api/v4/rasters/dffd86fc-d418-4b0f-88b3-ab549ffe0fb4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0342a83a-22c6-48b1-8844-903291865fd6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/af442edb-b2bf-4c65-abf1-a11d86c38ad5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/714def53-8f5c-4a71-95aa-8d0d0193c31d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6f2fa29c-6627-4aaf-9112-5eaac5dc7ce7/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ef0e696f-0404-440a-b2b1-bf4d16a88f1a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/acd94cc4-482d-4012-baa9-f4f57662098c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7ddfc85c-df5c-44b6-9650-e2b9502c5169/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c0ab8e11-c9e3-41f5-bc9a-d3534a8206e4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/39782c76-ffc7-4bfb-b28a-7f53614a1d20/?format=api",
                "https://demo.lizard.net/api/v4/rasters/36d38e91-9751-4c49-af62-4dd37ef50ed5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b35d7be1-db80-430d-8e5b-a78ba6729ce4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/963e00a8-5e16-49a2-9d8b-7b69e1a4e9eb/?format=api",
                "https://demo.lizard.net/api/v4/rasters/341cd723-4948-4ea2-9ac9-b48213457c33/?format=api",
                "https://demo.lizard.net/api/v4/rasters/47e87942-db23-466b-8653-fb54e9276d98/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b4ad516c-7864-4dcf-90b2-c2c2b303a803/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d4fc7e3f-0efd-4d62-b616-59bd128c3994/?format=api",
                "https://demo.lizard.net/api/v4/rasters/01d306ad-62a5-410d-aa47-37f01583cbce/?format=api",
                "https://demo.lizard.net/api/v4/rasters/beaddfad-3c13-403c-a881-0eb4a74b4166/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8f52e8c9-8335-4e42-a10b-becb5e969cf2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/dc65518d-c661-4052-bb89-844017ce9bf5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f2fa0edc-55d9-44a3-9f5e-7608e3cb3546/?format=api"
            ],
            "labeltypes": [
                "405b1fea-1be8-408f-a8d5-74724e3d48c2",
                "57dd670c-b23a-437e-a336-5e295da59cba"
            ],
            "size": 31064076297,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 15920,
            "uuid": "85c9163a-4e4c-4a31-a722-b3fd7ea21cd4",
            "url": "https://demo.lizard.net/api/v4/rastersources/85c9163a-4e4c-4a31-a722-b3fd7ea21cd4/?format=api",
            "name": "Schaduw op 2015-07-01 18:00",
            "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": "shadow_nl_hourly_1800",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.2275183283246203,
                "east": 7.275203841667624,
                "north": 53.596200529414354,
                "south": 50.72844979473609
            },
            "projection": "EPSG:28992",
            "origin_x": 12000.0,
            "origin_y": 306250.0,
            "upper_bound_x": 280000.0,
            "upper_bound_y": 625000.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-05-09T14:01:14.433321Z",
            "last_modified": "2022-10-20T07:19:09.994437Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/02cb4e3d-55de-4c06-9a8c-7f4d63928248/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a3600181-0f80-4d16-87f1-ee1d9cea6482/?format=api",
                "https://demo.lizard.net/api/v4/rasters/66cfcd47-fa0c-4533-88e0-839743cabbb8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3d404c60-6a9e-4d65-9ebf-65d52bb6fd87/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b6db02cf-4af9-437d-a807-be8ac320a922/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7288fc13-0e12-4f0e-b51f-698fab09a824/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e6886673-1c3d-4036-8473-2d44bbf467c3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6ed5a787-119d-4b51-b9fb-d91009cd8d36/?format=api",
                "https://demo.lizard.net/api/v4/rasters/568ae337-0be5-4273-b898-5a8d77d80939/?format=api",
                "https://demo.lizard.net/api/v4/rasters/bed59fac-b72f-4adf-83c0-d2b20ab2ca70/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9d1aa06b-e670-4a06-b6ba-86c3ad1b37d9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/217b359c-baff-462d-b593-32d1412f0bc8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/67926134-04e4-4ae8-8107-63ccc284da66/?format=api",
                "https://demo.lizard.net/api/v4/rasters/dffd86fc-d418-4b0f-88b3-ab549ffe0fb4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0342a83a-22c6-48b1-8844-903291865fd6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/af442edb-b2bf-4c65-abf1-a11d86c38ad5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/714def53-8f5c-4a71-95aa-8d0d0193c31d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6f2fa29c-6627-4aaf-9112-5eaac5dc7ce7/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ef0e696f-0404-440a-b2b1-bf4d16a88f1a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/acd94cc4-482d-4012-baa9-f4f57662098c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7ddfc85c-df5c-44b6-9650-e2b9502c5169/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c0ab8e11-c9e3-41f5-bc9a-d3534a8206e4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/39782c76-ffc7-4bfb-b28a-7f53614a1d20/?format=api",
                "https://demo.lizard.net/api/v4/rasters/36d38e91-9751-4c49-af62-4dd37ef50ed5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b35d7be1-db80-430d-8e5b-a78ba6729ce4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/963e00a8-5e16-49a2-9d8b-7b69e1a4e9eb/?format=api",
                "https://demo.lizard.net/api/v4/rasters/341cd723-4948-4ea2-9ac9-b48213457c33/?format=api",
                "https://demo.lizard.net/api/v4/rasters/47e87942-db23-466b-8653-fb54e9276d98/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b4ad516c-7864-4dcf-90b2-c2c2b303a803/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d4fc7e3f-0efd-4d62-b616-59bd128c3994/?format=api",
                "https://demo.lizard.net/api/v4/rasters/01d306ad-62a5-410d-aa47-37f01583cbce/?format=api",
                "https://demo.lizard.net/api/v4/rasters/beaddfad-3c13-403c-a881-0eb4a74b4166/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8f52e8c9-8335-4e42-a10b-becb5e969cf2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/dc65518d-c661-4052-bb89-844017ce9bf5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f2fa0edc-55d9-44a3-9f5e-7608e3cb3546/?format=api"
            ],
            "labeltypes": [
                "405b1fea-1be8-408f-a8d5-74724e3d48c2",
                "57dd670c-b23a-437e-a336-5e295da59cba"
            ],
            "size": 32367892508,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 15923,
            "uuid": "20f3a634-d5c3-4707-b42a-7cd7f9111e6c",
            "url": "https://demo.lizard.net/api/v4/rastersources/20f3a634-d5c3-4707-b42a-7cd7f9111e6c/?format=api",
            "name": "Schaduw op 2015-07-01 17:00",
            "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": "shadow_nl_hourly_1700",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.228651991443977,
                "east": 7.259124254647464,
                "north": 53.57398455395138,
                "south": 50.72844979473609
            },
            "projection": "EPSG:28992",
            "origin_x": 12000.0,
            "origin_y": 306250.0,
            "upper_bound_x": 279000.0,
            "upper_bound_y": 622500.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-05-09T14:00:13.668043Z",
            "last_modified": "2022-10-20T07:19:56.958563Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/02cb4e3d-55de-4c06-9a8c-7f4d63928248/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a3600181-0f80-4d16-87f1-ee1d9cea6482/?format=api",
                "https://demo.lizard.net/api/v4/rasters/66cfcd47-fa0c-4533-88e0-839743cabbb8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3d404c60-6a9e-4d65-9ebf-65d52bb6fd87/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b6db02cf-4af9-437d-a807-be8ac320a922/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7288fc13-0e12-4f0e-b51f-698fab09a824/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7160912f-1f50-4967-ab18-c2537bac7e04/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6ed5a787-119d-4b51-b9fb-d91009cd8d36/?format=api",
                "https://demo.lizard.net/api/v4/rasters/568ae337-0be5-4273-b898-5a8d77d80939/?format=api",
                "https://demo.lizard.net/api/v4/rasters/bed59fac-b72f-4adf-83c0-d2b20ab2ca70/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9d1aa06b-e670-4a06-b6ba-86c3ad1b37d9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/217b359c-baff-462d-b593-32d1412f0bc8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/67926134-04e4-4ae8-8107-63ccc284da66/?format=api",
                "https://demo.lizard.net/api/v4/rasters/dffd86fc-d418-4b0f-88b3-ab549ffe0fb4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0342a83a-22c6-48b1-8844-903291865fd6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/af442edb-b2bf-4c65-abf1-a11d86c38ad5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/714def53-8f5c-4a71-95aa-8d0d0193c31d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6f2fa29c-6627-4aaf-9112-5eaac5dc7ce7/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ef0e696f-0404-440a-b2b1-bf4d16a88f1a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/acd94cc4-482d-4012-baa9-f4f57662098c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7ddfc85c-df5c-44b6-9650-e2b9502c5169/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c0ab8e11-c9e3-41f5-bc9a-d3534a8206e4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/39782c76-ffc7-4bfb-b28a-7f53614a1d20/?format=api",
                "https://demo.lizard.net/api/v4/rasters/36d38e91-9751-4c49-af62-4dd37ef50ed5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b35d7be1-db80-430d-8e5b-a78ba6729ce4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/963e00a8-5e16-49a2-9d8b-7b69e1a4e9eb/?format=api",
                "https://demo.lizard.net/api/v4/rasters/341cd723-4948-4ea2-9ac9-b48213457c33/?format=api",
                "https://demo.lizard.net/api/v4/rasters/47e87942-db23-466b-8653-fb54e9276d98/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b4ad516c-7864-4dcf-90b2-c2c2b303a803/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d4fc7e3f-0efd-4d62-b616-59bd128c3994/?format=api",
                "https://demo.lizard.net/api/v4/rasters/01d306ad-62a5-410d-aa47-37f01583cbce/?format=api",
                "https://demo.lizard.net/api/v4/rasters/beaddfad-3c13-403c-a881-0eb4a74b4166/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8f52e8c9-8335-4e42-a10b-becb5e969cf2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/dc65518d-c661-4052-bb89-844017ce9bf5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f2fa0edc-55d9-44a3-9f5e-7608e3cb3546/?format=api"
            ],
            "labeltypes": [
                "405b1fea-1be8-408f-a8d5-74724e3d48c2",
                "57dd670c-b23a-437e-a336-5e295da59cba"
            ],
            "size": 33828459313,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 15924,
            "uuid": "f1b5e2f8-c3af-4809-8d15-81f0f68acb8c",
            "url": "https://demo.lizard.net/api/v4/rastersources/f1b5e2f8-c3af-4809-8d15-81f0f68acb8c/?format=api",
            "name": "Schaduw op 2015-07-01 12:00",
            "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": "shadow_nl_hourly_1200",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.2275183283246203,
                "east": 7.275203841667624,
                "north": 53.596200529414354,
                "south": 50.72844979473609
            },
            "projection": "EPSG:28992",
            "origin_x": 12000.0,
            "origin_y": 306250.0,
            "upper_bound_x": 280000.0,
            "upper_bound_y": 625000.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-05-09T13:56:48.677837Z",
            "last_modified": "2022-10-20T07:20:16.350594Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/02cb4e3d-55de-4c06-9a8c-7f4d63928248/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a3600181-0f80-4d16-87f1-ee1d9cea6482/?format=api",
                "https://demo.lizard.net/api/v4/rasters/66cfcd47-fa0c-4533-88e0-839743cabbb8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3d404c60-6a9e-4d65-9ebf-65d52bb6fd87/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b6db02cf-4af9-437d-a807-be8ac320a922/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7288fc13-0e12-4f0e-b51f-698fab09a824/?format=api",
                "https://demo.lizard.net/api/v4/rasters/fe5509a4-cd80-49cf-8c31-74205185c979/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6ed5a787-119d-4b51-b9fb-d91009cd8d36/?format=api",
                "https://demo.lizard.net/api/v4/rasters/568ae337-0be5-4273-b898-5a8d77d80939/?format=api",
                "https://demo.lizard.net/api/v4/rasters/bed59fac-b72f-4adf-83c0-d2b20ab2ca70/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9d1aa06b-e670-4a06-b6ba-86c3ad1b37d9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/217b359c-baff-462d-b593-32d1412f0bc8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/67926134-04e4-4ae8-8107-63ccc284da66/?format=api",
                "https://demo.lizard.net/api/v4/rasters/dffd86fc-d418-4b0f-88b3-ab549ffe0fb4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0342a83a-22c6-48b1-8844-903291865fd6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/af442edb-b2bf-4c65-abf1-a11d86c38ad5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/714def53-8f5c-4a71-95aa-8d0d0193c31d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6f2fa29c-6627-4aaf-9112-5eaac5dc7ce7/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ef0e696f-0404-440a-b2b1-bf4d16a88f1a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/acd94cc4-482d-4012-baa9-f4f57662098c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7ddfc85c-df5c-44b6-9650-e2b9502c5169/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c0ab8e11-c9e3-41f5-bc9a-d3534a8206e4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/39782c76-ffc7-4bfb-b28a-7f53614a1d20/?format=api",
                "https://demo.lizard.net/api/v4/rasters/36d38e91-9751-4c49-af62-4dd37ef50ed5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b35d7be1-db80-430d-8e5b-a78ba6729ce4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/963e00a8-5e16-49a2-9d8b-7b69e1a4e9eb/?format=api",
                "https://demo.lizard.net/api/v4/rasters/341cd723-4948-4ea2-9ac9-b48213457c33/?format=api",
                "https://demo.lizard.net/api/v4/rasters/47e87942-db23-466b-8653-fb54e9276d98/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b4ad516c-7864-4dcf-90b2-c2c2b303a803/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d4fc7e3f-0efd-4d62-b616-59bd128c3994/?format=api",
                "https://demo.lizard.net/api/v4/rasters/01d306ad-62a5-410d-aa47-37f01583cbce/?format=api",
                "https://demo.lizard.net/api/v4/rasters/beaddfad-3c13-403c-a881-0eb4a74b4166/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8f52e8c9-8335-4e42-a10b-becb5e969cf2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/dc65518d-c661-4052-bb89-844017ce9bf5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f2fa0edc-55d9-44a3-9f5e-7608e3cb3546/?format=api"
            ],
            "labeltypes": [
                "405b1fea-1be8-408f-a8d5-74724e3d48c2",
                "57dd670c-b23a-437e-a336-5e295da59cba"
            ],
            "size": 25813930853,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 15957,
            "uuid": "f2977bd2-3b89-48fc-82e8-905774697241",
            "url": "https://demo.lizard.net/api/v4/rastersources/f2977bd2-3b89-48fc-82e8-905774697241/?format=api",
            "name": "waterdepth_lusaka",
            "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": "waterdepth_lusaka",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 27.957399571844476,
                "east": 28.708729461259892,
                "north": -15.169211638930665,
                "south": -15.657565597356992
            },
            "projection": "EPSG:28992",
            "origin_x": 3686148.0,
            "origin_y": -7778472.0,
            "upper_bound_x": 3798240.0,
            "upper_bound_y": -7714104.0,
            "pixelsize_x": 3.0,
            "pixelsize_y": -3.0,
            "created": "2019-05-07T15:08:18.936682Z",
            "last_modified": "2019-07-12T14:02:29.370357Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/b541dae6-fefa-4201-93e3-295bf6a3a32e/?format=api"
            ],
            "labeltypes": [],
            "size": 157156240,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 16635,
            "uuid": "f417a978-16c0-45e7-b4d1-33815d77d384",
            "url": "https://demo.lizard.net/api/v4/rastersources/f417a978-16c0-45e7-b4d1-33815d77d384/?format=api",
            "name": "PZH waterdiepte landelijk 100mm2u",
            "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": "pzh_waterdiepte_landelijk_100mm2u",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.8440594442416858,
                "east": 5.179251389634252,
                "north": 52.32292571588297,
                "south": 51.65198568608401
            },
            "projection": "EPSG:28992",
            "origin_x": 49775.5,
            "origin_y": 408116.0,
            "upper_bound_x": 140612.0,
            "upper_bound_y": 481685.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-05-20T09:07:34.339523Z",
            "last_modified": "2024-06-05T00:47:40.874864Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d6c93bbf-8a48-4861-b498-4e3c1ccecc71/?format=api",
                "https://demo.lizard.net/api/v4/rasters/273a1c64-0e08-425f-a531-4ce5657dc60f/?format=api"
            ],
            "labeltypes": [],
            "size": 22222443362,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 17124,
            "uuid": "cbbb5c26-0720-48e4-a58d-d56bfbc4eb71",
            "url": "https://demo.lizard.net/api/v4/rastersources/cbbb5c26-0720-48e4-a58d-d56bfbc4eb71/?format=api",
            "name": "Overstromingsdiepte primaire keringen (kea)",
            "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": "intern_nl_kea_overstromingsdiepte_primair",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.2083264121895936,
                "east": 7.2414954647004715,
                "north": 53.506863841905236,
                "south": 50.73749671966237
            },
            "projection": "EPSG:28992",
            "origin_x": 10425.1560000001,
            "origin_y": 307300.777324834,
            "upper_bound_x": 278025.156,
            "upper_bound_y": 615000.777324834,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2019-05-22T09:11:53.479936Z",
            "last_modified": "2019-09-09T08:12:25.579261Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/bf9c373a-604e-4b1a-9ca5-fd1be6d5c419/?format=api",
                "https://demo.lizard.net/api/v4/rasters/50cf1b47-ca7b-4a25-8d3c-0abb9420210a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/991a75ce-d698-49d3-b574-91838c1ec431/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c5a7edbb-54e6-4c41-8eb6-f0b7ff1a7320/?format=api"
            ],
            "labeltypes": [
                "e23c58ea-ae39-41bf-9867-021a996034b8",
                "8c75eb31-3d36-482a-93e0-d28e523b102a"
            ],
            "size": 8400009,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 19616,
            "uuid": "7db00d12-41cf-4a4a-970f-c4e0c879f2d7",
            "url": "https://demo.lizard.net/api/v4/rastersources/7db00d12-41cf-4a4a-970f-c4e0c879f2d7/?format=api",
            "name": "DayOfYear2000-2030",
            "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": "kees.vanduijvendijk",
            "supplier_code": "kvd_doy",
            "temporal": true,
            "interval": "1 00:00:00",
            "first_value_timestamp": "2000-01-01T00:00:00Z",
            "last_value_timestamp": "2024-05-11T00:00:00Z",
            "spatial_bounds": {
                "west": -180.0,
                "east": 180.0,
                "north": 83.59961,
                "south": -89.99893000000002
            },
            "projection": "EPSG:4326",
            "origin_x": -180.0,
            "origin_y": -89.99893,
            "upper_bound_x": 180.0,
            "upper_bound_y": 83.59961,
            "pixelsize_x": 360.0,
            "pixelsize_y": -173.59854,
            "created": "2019-06-13T18:01:25.497488Z",
            "last_modified": "2021-05-19T13:02:21.664104Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/750451b6-7199-425f-9841-2f0e6037e9da/?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/bd55f700-763d-4733-a9ff-6a233a7503d8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1667f57a-0608-43ba-8829-4340d2b3c403/?format=api"
            ],
            "labeltypes": [
                "ab4d0693-59b4-4dea-863f-4afcde4b67bd",
                "3d77fb10-1a2c-40ef-8396-f2bc2cd638e1",
                "025a748d-4507-4b13-98af-ecae696bbeac",
                "94486dbf-4acb-4483-8236-ac96c12b326e"
            ],
            "size": 220083132,
            "dtype": null,
            "fill_value": null
        }
    ]
}