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=2
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=3",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api",
    "results": [
        {
            "id": 814,
            "uuid": "3743ab92-44b5-4e26-8f64-2bf9183f9466",
            "url": "https://demo.lizard.net/api/v4/rastersources/3743ab92-44b5-4e26-8f64-2bf9183f9466/?format=api",
            "name": "Land cover 10m",
            "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.MC.1.1",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1969-12-31T23:00:00Z",
            "last_value_timestamp": "1969-12-31T23:00:00Z",
            "spatial_bounds": {
                "west": -7.774313693279237,
                "east": -5.171233520222339,
                "north": 32.77885573364377,
                "south": 30.12379877692451
            },
            "projection": "EPSG:4326",
            "origin_x": -7.774313693279237,
            "origin_y": 30.12379877692451,
            "upper_bound_x": -5.171233520222339,
            "upper_bound_y": 32.77885573364377,
            "pixelsize_x": 9.862767298362818e-05,
            "pixelsize_y": -9.862767298362798e-05,
            "created": "2017-06-02T08:04:21.328844Z",
            "last_modified": "2023-08-29T11:41:49.490625Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 47790392,
            "dtype": "u1",
            "fill_value": "15"
        },
        {
            "id": 963,
            "uuid": "98bf908a-4bed-4635-b2a2-4dbd9efd9b07",
            "url": "https://demo.lizard.net/api/v4/rastersources/98bf908a-4bed-4635-b2a2-4dbd9efd9b07/?format=api",
            "name": "Maaiveld NHI",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/38b30b5a-292c-416a-a909-c94549d22109/?format=api",
                "uuid": "38b30b5a-292c-416a-a909-c94549d22109",
                "name": "Rijkswaterstaat"
            },
            "access_modifier": "Public",
            "supplier": null,
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.252511295139256,
                "east": 7.246734044496332,
                "north": 53.54946297494899,
                "south": 50.73331262065303
            },
            "projection": "EPSG:28992",
            "origin_x": 13500.0,
            "origin_y": 306750.0,
            "upper_bound_x": 278250.0,
            "upper_bound_y": 619750.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2017-06-13T11:33:09.688758Z",
            "last_modified": "2024-08-01T01:48:15.947739Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/0690a2bc-30c4-4305-84bd-800ee76ad929/?format=api",
                "https://demo.lizard.net/api/v4/rasters/86b5bc72-deec-42e4-a357-a386686989ba/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d720e2e5-57b6-4c5a-8e82-e6e1eb36f764/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8ef67a5f-5729-40bd-9ced-9a4cab3f2d78/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a5545430-b461-4b76-88a6-ebb7e9f8ddef/?format=api",
                "https://demo.lizard.net/api/v4/rasters/19063c2a-e1ca-44bc-a75d-801818942459/?format=api",
                "https://demo.lizard.net/api/v4/rasters/4c7a9e53-9497-44d6-9327-29df92ab46e8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b949d4d9-e788-4677-9180-7a98bc092ad3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1900fb97-fd64-4458-a7e7-98dc9f2a87e1/?format=api",
                "https://demo.lizard.net/api/v4/rasters/131b5aa8-d0f5-4a8e-a43d-639a01b697ab/?format=api",
                "https://demo.lizard.net/api/v4/rasters/62aa895f-9264-4bb3-b8a2-f01d31c4a170/?format=api",
                "https://demo.lizard.net/api/v4/rasters/da637804-cc83-4d60-ac1a-a36ef0a50e49/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8f189a82-2634-4f66-9f05-70b0825ae6ea/?format=api",
                "https://demo.lizard.net/api/v4/rasters/baf16943-d11e-4a00-9d4b-47da178c88b1/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6a370d1d-0fa7-4bcb-9e04-d738ec6bde58/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ad154e6e-2d23-4d94-a981-2d1be4f349f5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d549caa0-9761-4399-95e8-5c51edc2185b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/09088a8e-1a33-4ef9-b0c1-a9be8c4697ba/?format=api",
                "https://demo.lizard.net/api/v4/rasters/bf3a4991-c5e1-4b69-ba83-6a0ed2eb9202/?format=api",
                "https://demo.lizard.net/api/v4/rasters/20751b0d-ca0f-4f01-b32f-ebe9917ace4e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/540a32ab-f0ba-4dce-b5bd-6be07c3051ba/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d512ec7e-a850-4cad-8eb8-7f7af30929ac/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3fb28ab1-9247-4859-b6f5-e64025273b80/?format=api",
                "https://demo.lizard.net/api/v4/rasters/046f1ab4-779c-4e89-a5bb-6e95c36aff33/?format=api",
                "https://demo.lizard.net/api/v4/rasters/fcc46629-5c2a-47e3-bd35-9c6a9bd90e03/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1f947323-0007-463f-9574-ab5fad2ac54b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/78bd3248-d27d-4e3c-963b-f5f856627d00/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3219e595-d80b-4bb6-9991-88510c80f0c2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f2145306-dd71-439a-9fba-69c32ec63e6b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/47c6a2fe-2590-4f3a-b203-36e9339a5368/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c7296fa0-ee4b-4823-b898-be2111835a84/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b32758d7-26ff-4e45-b57b-bc0d527d871a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c6a0729e-e1c3-4075-91ef-b172077425db/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9079c33a-f7cb-4079-9f4b-b9edf8a4a07f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2efb8e1b-775b-4990-ab31-0faec734243e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/4e2e6ad5-2fda-4d47-9d69-927f13a00222/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c637ce88-435e-4332-ba37-342ed9b3e609/?format=api",
                "https://demo.lizard.net/api/v4/rasters/4ecf3173-847e-42ec-bb64-204f7f7b52dd/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f025568d-8f39-4658-97b2-bbc3b1859959/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b7323137-c67d-4be0-80dd-9147bef3108f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/73c318e9-cfa5-4368-8d58-cd0852846550/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1a58badb-1461-41f0-89aa-361e32e4e943/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1193d31d-7991-4554-93b4-242b7b3c0f2b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/79949477-a134-45f9-a15b-dd20c6a342ee/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a0e9e488-0366-4ad7-8552-765a3f4d6e91/?format=api",
                "https://demo.lizard.net/api/v4/rasters/71cb0604-1646-4457-a785-8e862773448d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/efd7f6c1-1ff2-447e-8d88-ea25d3e507bf/?format=api",
                "https://demo.lizard.net/api/v4/rasters/94e2bee6-b114-4c41-8d30-3318eaeb9aba/?format=api",
                "https://demo.lizard.net/api/v4/rasters/17cb8d14-fae7-454c-84da-dd8eb5bb9c1f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0048ccdd-8e2c-4e16-a73c-d588c9779040/?format=api",
                "https://demo.lizard.net/api/v4/rasters/89ba2efc-2671-4228-9fc7-cc899a0321e6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/449385a7-5e85-4697-af86-aac9c07bb5f9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b3f9ab4e-75a7-4096-ac79-7f0f5dfe24c4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/16740d98-f98d-4a9f-b3c9-777406f89d4f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3a6983c9-c958-41a4-8e28-c3dd7ee2a29d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ad70b6a8-08bc-406a-9ab8-0013d7461adb/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7d57c64c-2ab7-46d2-a750-5fac2af0c522/?format=api",
                "https://demo.lizard.net/api/v4/rasters/df1560e6-958a-49fa-9643-d34f2f345b5d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/75750419-0d3d-40c6-8986-6c74a979a21b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/41d196ce-b501-454a-9c3d-0e5834664c31/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e32369d4-574b-4211-bdef-f13d28a1aaf2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b199d730-4efd-4b08-9531-88b7d0542bc6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a79c6915-f874-455d-9833-b4e60c865fd1/?format=api",
                "https://demo.lizard.net/api/v4/rasters/55685082-1bd4-4f3d-b000-43edec0667cc/?format=api",
                "https://demo.lizard.net/api/v4/rasters/de14bb91-0d5e-458e-b237-1d7899a348b2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/fae866c5-6450-465d-bb47-7ea01793188b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e60bb1a4-45c7-459f-a0b7-b535e9a0f530/?format=api",
                "https://demo.lizard.net/api/v4/rasters/cfb2083f-f8fb-436b-b24e-7291cbc35a92/?format=api",
                "https://demo.lizard.net/api/v4/rasters/67d2e6a5-52eb-4c21-a2a5-0f0ee4765ac2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d628705b-d394-42e3-ae32-576d37106631/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e7e56591-255b-4873-a58c-a1ea957a3655/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6b98269a-cd1c-471d-a9ce-c0f28f1f7103/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d06c3408-a495-4677-ab06-b7fd37efa465/?format=api",
                "https://demo.lizard.net/api/v4/rasters/534b4dfc-cd2f-4062-8b18-4be654d47716/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f60e2cf0-b90e-4c2b-bc19-26f9505accf0/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0bcc6f4b-1b78-473c-8ccf-edff14c75941/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e16c6354-19ba-412b-a3fc-a12fb82e1a1e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0c9c910f-a524-451e-8184-4a04eb79dca6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ede7d70b-a148-493f-a9f7-d6e2011adec3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a26acd5c-bb1d-4ea2-b256-ab4f56ddff8b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/544f8a0b-20de-4fcc-a020-6881afb6d788/?format=api",
                "https://demo.lizard.net/api/v4/rasters/50b210eb-e483-4c65-b9d5-9a246159fe3f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/17f21e4b-1703-435a-b18d-84177754b34d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8697940a-fc42-45ac-bae7-1b9911d5454e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/32a511dd-f38b-4ada-9208-1c1f72df01a5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f64a4088-32e3-406b-8d39-3d6a22c6fa08/?format=api",
                "https://demo.lizard.net/api/v4/rasters/728afb4f-3a8c-4a60-b8df-a43d3ee52a49/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c854c0c5-45f6-484c-b88a-63bd31a4944f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/09cac7fd-945f-4804-a632-2564f9154bfb/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9c19be56-0dbd-4b8c-ae58-cbf5383c9c10/?format=api",
                "https://demo.lizard.net/api/v4/rasters/eeacae54-5ffb-4e95-8b79-8e4ed80d1bfe/?format=api",
                "https://demo.lizard.net/api/v4/rasters/baf5e756-2479-4b7b-b09a-31a3c3b71206/?format=api",
                "https://demo.lizard.net/api/v4/rasters/905c5170-18cc-443f-a413-f4c3ff2241c3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/21525491-822f-48a7-a062-f9c6b416dee5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/712f77c3-ad5c-4872-8b7c-0e14dd084bba/?format=api",
                "https://demo.lizard.net/api/v4/rasters/638922d6-bf38-4b6a-9380-17d56278cbdf/?format=api",
                "https://demo.lizard.net/api/v4/rasters/981a485e-03e4-4c83-9e61-a1a2dfa50cf7/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9e4a9161-1ae1-47e1-806b-339ce5031000/?format=api",
                "https://demo.lizard.net/api/v4/rasters/76c57cdd-3355-4a3b-b6c0-0defceb9098c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a54badfc-a70a-4214-abe5-b500b25b8392/?format=api",
                "https://demo.lizard.net/api/v4/rasters/aedd6336-3815-42ec-bc5a-dc7785a9db1b/?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/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/1eee4c1d-ba93-4eef-aa10-ef8877e3a83f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2cb9bf17-8c15-4e62-8fea-f01c751847ab/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3ec0e6bd-c6ed-4554-b6fa-3a3f2908ef36/?format=api",
                "https://demo.lizard.net/api/v4/rasters/185b13bb-8583-4143-a085-8c56e5aeed5f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8141e835-e512-4b40-9903-01275d686c75/?format=api",
                "https://demo.lizard.net/api/v4/rasters/4a06f582-dde7-45e6-917e-e2de6c2200bb/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ccde7035-d3c2-4607-9364-70a9a6885043/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7e6e3269-6060-4478-b523-3dd69b3fc61c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/4438bd64-a88f-4951-89cd-3b3838726b7c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a397197c-c144-4490-b57d-cd4251903c77/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2ba0f4c6-dbc6-4793-b787-e504a29d27fa/?format=api",
                "https://demo.lizard.net/api/v4/rasters/074b3eb3-48f8-47f0-a75e-4af967b4be71/?format=api",
                "https://demo.lizard.net/api/v4/rasters/94b55984-4668-4af8-997b-be18bf7a904c/?format=api"
            ],
            "labeltypes": [
                "e86b841d-cce4-4ed8-9cb5-6c0863802dd9",
                "05ff0bec-af7d-4378-9982-5bbdc8a14a8f",
                "8e979623-4022-4dbc-96f7-9492d2c84b8b"
            ],
            "size": 2706193,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 964,
            "uuid": "84f3e268-d8c2-4eae-8cd4-0cc39eeccaf7",
            "url": "https://demo.lizard.net/api/v4/rastersources/84f3e268-d8c2-4eae-8cd4-0cc39eeccaf7/?format=api",
            "name": "GHG W2085 (per jaar)",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/38b30b5a-292c-416a-a909-c94549d22109/?format=api",
                "uuid": "38b30b5a-292c-416a-a909-c94549d22109",
                "name": "Rijkswaterstaat"
            },
            "access_modifier": "Public",
            "supplier": null,
            "supplier_code": null,
            "temporal": true,
            "interval": "365 06:00:00",
            "first_value_timestamp": "1981-01-01T00:00:00Z",
            "last_value_timestamp": "2006-01-01T06:00:00Z",
            "spatial_bounds": {
                "west": 3.0464264490318462,
                "east": 7.577083846553494,
                "north": 53.59110240393262,
                "south": 50.66919754954844
            },
            "projection": "EPSG:28992",
            "origin_x": 0.0,
            "origin_y": 300000.0,
            "upper_bound_x": 300000.0,
            "upper_bound_y": 625000.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2017-06-13T11:40:04.144671Z",
            "last_modified": "2018-04-12T14:58:55.394868Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/1db296cc-ad6c-4be5-8fbe-21c4e5d6933a/?format=api"
            ],
            "labeltypes": [],
            "size": 164446813,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 2389,
            "uuid": "24b802d2-4375-4b02-8c87-37df60a4805b",
            "url": "https://demo.lizard.net/api/v4/rastersources/24b802d2-4375-4b02-8c87-37df60a4805b/?format=api",
            "name": "bag",
            "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": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.247666041184904,
                "east": 7.24063059907808,
                "north": 53.49563669201069,
                "south": 50.728697345200736
            },
            "projection": "EPSG:28992",
            "origin_x": 13000.0,
            "origin_y": 306250.0,
            "upper_bound_x": 278000.0,
            "upper_bound_y": 613750.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2020-07-07T09:02:58.086617Z",
            "last_modified": "2020-07-07T09:02:58.086570Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/30ffe21c-4842-4724-8dea-9d69c12311e8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9335c12a-70dc-45c4-90bc-b722775739b5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ee52171e-528e-45a2-97c1-8a4688241415/?format=api",
                "https://demo.lizard.net/api/v4/rasters/554b92b8-2b73-4cd4-be38-8024bfbf5145/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7b100811-ff5a-4f5c-b387-d818a45410d0/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a31dd52b-6801-4c93-8d65-a1f3c6a9ead9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/dfdf8121-5d1e-474a-803e-d75112a810bd/?format=api",
                "https://demo.lizard.net/api/v4/rasters/bd6b2d8d-d08b-4b35-b5f3-88582afa1eaf/?format=api",
                "https://demo.lizard.net/api/v4/rasters/15a1c7ed-734d-4f41-8cad-f4b4ebe29dbe/?format=api",
                "https://demo.lizard.net/api/v4/rasters/fcc3f105-0c1c-41db-9005-1568c3f50671/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e8bb6b2f-0cd1-4b41-a846-3f31e0cb347f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5abe32e6-e16f-4656-9fa8-4c828f2e9681/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f0b98eb5-c10d-40d3-8e23-1f3747ffd35f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/12d2a498-f49e-43a5-87f7-397c5789199d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6e2dd1d8-ae7a-4ba1-99a3-f5ac08369f01/?format=api",
                "https://demo.lizard.net/api/v4/rasters/18a5ade5-aaf9-4d5a-b837-52480f536b4b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/4fee4d82-55e6-4af1-b036-2c7b5d6a4881/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5d6ce138-7298-43d1-90bf-7e7e305180a1/?format=api"
            ],
            "labeltypes": [],
            "size": 13133687384,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 2391,
            "uuid": "44f3ea5d-e6fe-4bce-893a-459f4cf53f27",
            "url": "https://demo.lizard.net/api/v4/rastersources/44f3ea5d-e6fe-4bce-893a-459f4cf53f27/?format=api",
            "name": "Land cover",
            "description": "",
            "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": "project.support",
            "supplier_code": "bd_land_cover_s2_basic",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 87.3625,
                "east": 93.45243886,
                "north": 26.8038889,
                "south": 20.4202118
            },
            "projection": "EPSG:4326",
            "origin_x": 87.3625,
            "origin_y": 20.4202118,
            "upper_bound_x": 93.45243886,
            "upper_bound_y": 26.8038889,
            "pixelsize_x": 0.00013499,
            "pixelsize_y": -0.00013499,
            "created": "2018-04-15T15:41:55.864531Z",
            "last_modified": "2019-10-30T21:16:22.986454Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6de18ab2-4658-4aee-a691-059af10cfd7a/?format=api"
            ],
            "labeltypes": [],
            "size": 257224822,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 3688,
            "uuid": "7d790362-436d-4867-87f1-4ee20e148d0f",
            "url": "https://demo.lizard.net/api/v4/rastersources/7d790362-436d-4867-87f1-4ee20e148d0f/?format=api",
            "name": "GHG REF2015 (per jaar)",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/38b30b5a-292c-416a-a909-c94549d22109/?format=api",
                "uuid": "38b30b5a-292c-416a-a909-c94549d22109",
                "name": "Rijkswaterstaat"
            },
            "access_modifier": "Public",
            "supplier": null,
            "supplier_code": "ghg_ref2015",
            "temporal": true,
            "interval": "365 00:00:00",
            "first_value_timestamp": "1981-01-01T00:00:00Z",
            "last_value_timestamp": "2005-12-26T00:00:00Z",
            "spatial_bounds": {
                "west": 3.0464264490318462,
                "east": 7.577083846553494,
                "north": 53.59110240393262,
                "south": 50.66919754954844
            },
            "projection": "EPSG:28992",
            "origin_x": 0.0,
            "origin_y": 300000.0,
            "upper_bound_x": 300000.0,
            "upper_bound_y": 625000.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2018-03-05T14:54:09.770180Z",
            "last_modified": "2018-03-26T14:57:59.840458Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5f8e7866-8aee-40a8-901a-b0c1a3205bf7/?format=api"
            ],
            "labeltypes": [],
            "size": 109360527,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 3689,
            "uuid": "8f222449-842a-4ff5-b1a6-bdc064b5d45c",
            "url": "https://demo.lizard.net/api/v4/rastersources/8f222449-842a-4ff5-b1a6-bdc064b5d45c/?format=api",
            "name": "GLG REF2015 (per jaar)",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/38b30b5a-292c-416a-a909-c94549d22109/?format=api",
                "uuid": "38b30b5a-292c-416a-a909-c94549d22109",
                "name": "Rijkswaterstaat"
            },
            "access_modifier": "Public",
            "supplier": null,
            "supplier_code": "glg_ref2015",
            "temporal": true,
            "interval": "365 00:00:00",
            "first_value_timestamp": "1981-01-01T00:00:00Z",
            "last_value_timestamp": "2005-12-26T00:00:00Z",
            "spatial_bounds": {
                "west": 3.0464264490318462,
                "east": 7.577083846553494,
                "north": 53.59110240393262,
                "south": 50.66919754954844
            },
            "projection": "EPSG:28992",
            "origin_x": 0.0,
            "origin_y": 300000.0,
            "upper_bound_x": 300000.0,
            "upper_bound_y": 625000.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2018-03-05T15:22:28.098265Z",
            "last_modified": "2018-03-26T15:02:12.439560Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/99890703-fbd6-4420-83e5-b1f46954301f/?format=api"
            ],
            "labeltypes": [],
            "size": 107958996,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 3690,
            "uuid": "534fc75a-f2e6-4965-bb2a-d109d1c6806f",
            "url": "https://demo.lizard.net/api/v4/rastersources/534fc75a-f2e6-4965-bb2a-d109d1c6806f/?format=api",
            "name": "GHG W2050 (per jaar)",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/38b30b5a-292c-416a-a909-c94549d22109/?format=api",
                "uuid": "38b30b5a-292c-416a-a909-c94549d22109",
                "name": "Rijkswaterstaat"
            },
            "access_modifier": "Public",
            "supplier": null,
            "supplier_code": "ghg_w2050",
            "temporal": true,
            "interval": "365 00:00:00",
            "first_value_timestamp": "1981-01-01T00:00:00Z",
            "last_value_timestamp": "2005-12-26T00:00:00Z",
            "spatial_bounds": {
                "west": 3.0464264490318462,
                "east": 7.577083846553494,
                "north": 53.59110240393262,
                "south": 50.66919754954844
            },
            "projection": "EPSG:28992",
            "origin_x": 0.0,
            "origin_y": 300000.0,
            "upper_bound_x": 300000.0,
            "upper_bound_y": 625000.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2018-03-05T15:26:51.431230Z",
            "last_modified": "2018-03-26T15:00:35.115861Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/b4f4144d-64d1-4451-950b-5a680aa045f5/?format=api"
            ],
            "labeltypes": [],
            "size": 96996783,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 3691,
            "uuid": "40697c3e-93aa-40a0-b473-6dd32d7bd7e7",
            "url": "https://demo.lizard.net/api/v4/rastersources/40697c3e-93aa-40a0-b473-6dd32d7bd7e7/?format=api",
            "name": "GLG W2050 (per jaar)",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/38b30b5a-292c-416a-a909-c94549d22109/?format=api",
                "uuid": "38b30b5a-292c-416a-a909-c94549d22109",
                "name": "Rijkswaterstaat"
            },
            "access_modifier": "Public",
            "supplier": null,
            "supplier_code": "glg_w2050",
            "temporal": true,
            "interval": "365 00:00:00",
            "first_value_timestamp": "1981-01-01T00:00:00Z",
            "last_value_timestamp": "2005-12-26T00:00:00Z",
            "spatial_bounds": {
                "west": 3.0464264490318462,
                "east": 7.577083846553494,
                "north": 53.59110240393262,
                "south": 50.66919754954844
            },
            "projection": "EPSG:28992",
            "origin_x": 0.0,
            "origin_y": 300000.0,
            "upper_bound_x": 300000.0,
            "upper_bound_y": 625000.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2018-03-05T15:28:53.219003Z",
            "last_modified": "2018-03-26T15:03:51.973098Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f610568b-19bb-45f2-91be-f553d035965a/?format=api"
            ],
            "labeltypes": [],
            "size": 107728854,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 3692,
            "uuid": "7c22757b-9039-44ae-987d-b2da7d9f335a",
            "url": "https://demo.lizard.net/api/v4/rastersources/7c22757b-9039-44ae-987d-b2da7d9f335a/?format=api",
            "name": "GHG REF2015 (gemiddeld)",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/38b30b5a-292c-416a-a909-c94549d22109/?format=api",
                "uuid": "38b30b5a-292c-416a-a909-c94549d22109",
                "name": "Rijkswaterstaat"
            },
            "access_modifier": "Public",
            "supplier": null,
            "supplier_code": "GHG_REF2015S0",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.0464264490318462,
                "east": 7.577083846553494,
                "north": 53.59110240393262,
                "south": 50.66919754954844
            },
            "projection": "EPSG:28992",
            "origin_x": 0.0,
            "origin_y": 300000.0,
            "upper_bound_x": 300000.0,
            "upper_bound_y": 625000.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2018-03-05T15:49:18.879475Z",
            "last_modified": "2018-03-26T14:58:49.856267Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/12347f92-7db2-4ac0-92e1-850bb8b7625e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/41383315-64aa-4162-b0d2-35f4d0282cb2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/19063c2a-e1ca-44bc-a75d-801818942459/?format=api"
            ],
            "labeltypes": [
                "e23c58ea-ae39-41bf-9867-021a996034b8"
            ],
            "size": 3061622,
            "dtype": null,
            "fill_value": null
        }
    ]
}