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=9
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=10",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=8",
    "results": [
        {
            "id": 23108,
            "uuid": "6c218fb8-17d2-47f2-9683-5d650e4143ea",
            "url": "https://demo.lizard.net/api/v4/rastersources/6c218fb8-17d2-47f2-9683-5d650e4143ea/?format=api",
            "name": "Overstromingsbeeld Zundert",
            "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": "zundert_overstroming_t100",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.527386228596673,
                "east": 4.771922766769442,
                "north": 51.58278627464147,
                "south": 51.42122716493793
            },
            "projection": "EPSG:28992",
            "origin_x": 95405.0,
            "origin_y": 381695.0,
            "upper_bound_x": 112205.0,
            "upper_bound_y": 399500.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2019-07-17T08:53:34.343679Z",
            "last_modified": "2019-07-17T09:36:02.913209Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/888c4340-8795-44ab-8fa6-495db0bcb12a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/58abbb03-7945-4d41-aaef-19499b969ee0/?format=api",
                "https://demo.lizard.net/api/v4/rasters/41d0b83f-c385-48b0-a921-8cc9a742cc59/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1b6e2480-a8af-4d43-9c8a-0236b98f359e/?format=api"
            ],
            "labeltypes": [],
            "size": 4594960,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 23236,
            "uuid": "fd9aeeb3-ccda-4a9d-9f13-69b041d730cd",
            "url": "https://demo.lizard.net/api/v4/rastersources/fd9aeeb3-ccda-4a9d-9f13-69b041d730cd/?format=api",
            "name": "Waterdiepte 1 uur in 70 minuten zundert",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "zundert_maximum_waterdiepte-1u70mm_v2",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.576115785315667,
                "east": 4.709856965755856,
                "north": 51.52564302315696,
                "south": 51.44981586088248
            },
            "projection": "EPSG:28992",
            "origin_x": 98712.5,
            "origin_y": 384838.0,
            "upper_bound_x": 107917.0,
            "upper_bound_y": 393180.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-07-20T07:08:59.919478Z",
            "last_modified": "2019-07-20T07:10:06.153576Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f7022db2-7c64-4a68-9f6d-9bc7a7ee6383/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e3dbdb04-ea7b-4bc9-8cbb-086ef86b4d5d/?format=api"
            ],
            "labeltypes": [],
            "size": 44673491,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 23314,
            "uuid": "5b1da582-48c9-40bd-b474-cd913ccc229e",
            "url": "https://demo.lizard.net/api/v4/rastersources/5b1da582-48c9-40bd-b474-cd913ccc229e/?format=api",
            "name": "NDVI Quarter 2 2019 Sentinel-2 20m mosaic",
            "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": "ndvi_2019q2_kvd",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 2.776866594091204,
                "east": 8.243899405388282,
                "north": 54.00005976707493,
                "south": 49.97006067240785
            },
            "projection": "EPSG:28992",
            "origin_x": -16176.8107,
            "origin_y": 223222.074061419,
            "upper_bound_x": 342349.9193,
            "upper_bound_y": 671430.4875,
            "pixelsize_x": 20.0003754323329,
            "pixelsize_y": -20.0003754323329,
            "created": "2019-07-23T13:35:53.777760Z",
            "last_modified": "2019-08-20T08:41:29.912307Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/9072ba09-dc09-4f06-ba41-279c59c7de6e/?format=api"
            ],
            "labeltypes": [],
            "size": 430126301,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 23719,
            "uuid": "f53c6fdf-781b-40c0-99b9-f428450aaf46",
            "url": "https://demo.lizard.net/api/v4/rastersources/f53c6fdf-781b-40c0-99b9-f428450aaf46/?format=api",
            "name": "TWN Stresstest Stedelijk gebied 70mm (correct)",
            "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": "kasper.lange",
            "supplier_code": "twn_stresstest_stedelijk_70mm_correct",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.367235079306324,
                "east": 7.056031677454351,
                "north": 52.482591229199095,
                "south": 52.13944975260278
            },
            "projection": "EPSG:28992",
            "origin_x": 222078.5,
            "origin_y": 462545.0,
            "upper_bound_x": 268378.5,
            "upper_bound_y": 499887.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-08-09T07:55:59.080169Z",
            "last_modified": "2024-08-27T10:22:49.857263Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/10282583-44c8-46e0-9e6e-b48d36569404/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8e88d426-8b0b-4396-b83e-6247fbf89a26/?format=api",
                "https://demo.lizard.net/api/v4/rasters/788bdef5-61c4-4bfb-ae91-45c5ebe8a41a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/02f178d8-eaa2-4f49-9765-deee98a50087/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1e55b2ca-5a59-41ac-b15b-880ae1087bb4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c54d5a57-440c-408b-a9da-881a609f8b92/?format=api"
            ],
            "labeltypes": [],
            "size": 608172792,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 23734,
            "uuid": "2e22835d-e350-4f3d-8d95-f74c6bdf8bd4",
            "url": "https://demo.lizard.net/api/v4/rastersources/2e22835d-e350-4f3d-8d95-f74c6bdf8bd4/?format=api",
            "name": "TWN Stresstest Stedelijk gebied 90mm (correct)",
            "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": "kasper.lange",
            "supplier_code": "twn_stresstest_stedelijk_90mm_correct",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.365752349380713,
                "east": 7.056444492056879,
                "north": 52.48262612959468,
                "south": 52.13944400785924
            },
            "projection": "EPSG:28992",
            "origin_x": 221977.0,
            "origin_y": 462545.0,
            "upper_bound_x": 268406.5,
            "upper_bound_y": 499890.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-08-09T08:06:34.387145Z",
            "last_modified": "2024-08-01T00:25:14.921904Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/6f543eb4-7045-486c-b04d-e9eabc38c4c2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/08e92876-4102-4707-840a-3869ea69b1bf/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1e608906-aa76-49ae-b438-58b89580fe52/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ec491024-2c5e-4e0d-8e2c-2d0ee9e98a0a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9359e4b3-211c-4c97-8b06-2dbae98a3ebb/?format=api",
                "https://demo.lizard.net/api/v4/rasters/4a92de3a-58ff-4c00-a4ab-5d601c066d2a/?format=api"
            ],
            "labeltypes": [],
            "size": 751114941,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 23735,
            "uuid": "d955b319-bea2-4eb1-b211-9f78e32b5dd0",
            "url": "https://demo.lizard.net/api/v4/rastersources/d955b319-bea2-4eb1-b211-9f78e32b5dd0/?format=api",
            "name": "TWN Stresstest Stedelijk gebied 160mm (correct)",
            "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": "kasper.lange",
            "supplier_code": "twn_stresstest_stedelijk_160mm_correct",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.36451065364501,
                "east": 7.0644701160844345,
                "north": 52.482627542157914,
                "south": 52.13933180518387
            },
            "projection": "EPSG:28992",
            "origin_x": 221892.0,
            "origin_y": 462545.0,
            "upper_bound_x": 268952.0,
            "upper_bound_y": 499889.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-08-09T09:02:02.189823Z",
            "last_modified": "2019-08-09T09:19:21.504561Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/4446df04-64d1-41f8-a363-dc395f0471e5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6645a666-2902-4445-a104-f488282f0306/?format=api",
                "https://demo.lizard.net/api/v4/rasters/fc3dffe0-697d-4266-ac1a-e6af54cbabcf/?format=api",
                "https://demo.lizard.net/api/v4/rasters/87a9b9b2-3b1d-420e-8970-05840811afa7/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e7ee7e56-fdbd-444d-bbc1-50a9f6c0875c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/405cee16-3e29-4246-930a-ace87f6e2467/?format=api"
            ],
            "labeltypes": [],
            "size": 1011143206,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 23751,
            "uuid": "df922ab7-f751-4799-a5ba-5d1c2f865d21",
            "url": "https://demo.lizard.net/api/v4/rastersources/df922ab7-f751-4799-a5ba-5d1c2f865d21/?format=api",
            "name": "Bodemkoolstofvoorraad",
            "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": "sbir_bodemkoolstofvoorraad",
            "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.275203841667624,
                "north": 53.596200529414354,
                "south": 50.66919754954844
            },
            "projection": "EPSG:28992",
            "origin_x": 0.0,
            "origin_y": 300000.0,
            "upper_bound_x": 280000.0,
            "upper_bound_y": 625000.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2019-08-02T07:51:06.583539Z",
            "last_modified": "2020-04-23T14:52:43.683758Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a473b7e2-c85c-4dcd-a1d9-beac598ed95e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8ad1e933-95f8-4b8c-b38a-f5af3d51385b/?format=api"
            ],
            "labeltypes": [],
            "size": 53509649,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 23752,
            "uuid": "fb5f0f2d-8654-46c1-adb3-5891badf3787",
            "url": "https://demo.lizard.net/api/v4/rastersources/fb5f0f2d-8654-46c1-adb3-5891badf3787/?format=api",
            "name": "Referentie verdamping op 24-07-2019 (mm)",
            "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": "joeri.verheijden",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 2.6366140517726886,
                "east": 7.583342090730791,
                "north": 52.55097891341527,
                "south": 51.11123047119699
            },
            "projection": "EPSG:28992",
            "origin_x": -31580.0,
            "origin_y": 350260.0,
            "upper_bound_x": 303940.0,
            "upper_bound_y": 509300.0,
            "pixelsize_x": 20.0,
            "pixelsize_y": -20.0,
            "created": "2019-08-02T08:36:02.335002Z",
            "last_modified": "2019-08-02T08:36:53.205590Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/deba9ddc-28cb-47d8-b954-29edfc4992f8/?format=api"
            ],
            "labeltypes": [],
            "size": 134239637,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 23753,
            "uuid": "0859d061-8c09-4a8d-bc6e-978b04bcb15c",
            "url": "https://demo.lizard.net/api/v4/rastersources/0859d061-8c09-4a8d-bc6e-978b04bcb15c/?format=api",
            "name": "Makkink verdamping 24-07-2019 (mm)",
            "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": "joeri.verheijden",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 2.389010222289103,
                "east": 7.859658919343991,
                "north": 52.8438506974382,
                "south": 51.18498278982502
            },
            "projection": "EPSG:28992",
            "origin_x": -47020.0,
            "origin_y": 359060.0,
            "upper_bound_x": 321560.0,
            "upper_bound_y": 542480.0,
            "pixelsize_x": 20.0,
            "pixelsize_y": -20.0,
            "created": "2019-08-02T09:03:18.368453Z",
            "last_modified": "2019-08-02T09:05:15.481978Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/1c851827-a074-4d31-8adb-692133607f9e/?format=api"
            ],
            "labeltypes": [],
            "size": 17542618,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 23901,
            "uuid": "bbdac532-ecc5-42fb-8956-69ce64223dbd",
            "url": "https://demo.lizard.net/api/v4/rastersources/bbdac532-ecc5-42fb-8956-69ce64223dbd/?format=api",
            "name": "TWN - Verandering vochtgebrek 2050",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "1830_twn_verandering_vochtgebrek_2050",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.325387486542825,
                "east": 7.076764375945061,
                "north": 52.49742117818989,
                "south": 52.1140540468508
            },
            "projection": "EPSG:28992",
            "origin_x": 219250.0,
            "origin_y": 459750.0,
            "upper_bound_x": 269750.0,
            "upper_bound_y": 501500.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2019-08-06T13:52:20.883196Z",
            "last_modified": "2019-09-23T12:24:47.037950Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/93d6edeb-4e19-4446-acc3-0ed36cdbb629/?format=api"
            ],
            "labeltypes": [],
            "size": 51064,
            "dtype": null,
            "fill_value": null
        }
    ]
}