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=207
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=208",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=206",
    "results": [
        {
            "id": 494460,
            "uuid": "a7bbb0b5-e03a-4a2d-9a41-4b4b3ed337fb",
            "url": "https://demo.lizard.net/api/v4/rastersources/a7bbb0b5-e03a-4a2d-9a41-4b4b3ed337fb/?format=api",
            "name": "Z0075 - IPDC - Aruba #9 - '1 126mmh 15min - '2- 59mmh_2h - '3 320mm_2.5h_3: grid ucr-max",
            "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": "remo.vantilburg",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2000-01-01T20:00:05.380859Z",
            "last_value_timestamp": "2000-01-01T20:00:05.380859Z",
            "spatial_bounds": {
                "west": -70.1100608991987,
                "east": -69.81443053589021,
                "north": 12.674050344781646,
                "south": 12.366301404603487
            },
            "projection": "EPSG:32619",
            "origin_x": 379460.9643,
            "origin_y": 1367308.8597,
            "upper_bound_x": 411460.9643,
            "upper_bound_y": 1401228.8597,
            "pixelsize_x": 20.0,
            "pixelsize_y": -20.0,
            "created": "2024-12-23T09:49:48.340885Z",
            "last_modified": "2024-12-23T09:58:38.471435Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/9cf0dfc0-c8ee-4726-89cf-aeb35283ea3a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8daa885f-b4b9-4b9d-aeca-0b9287c174a1/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 494461,
            "uuid": "8df88dc8-174b-42e8-8058-59677f76a6f0",
            "url": "https://demo.lizard.net/api/v4/rastersources/8df88dc8-174b-42e8-8058-59677f76a6f0/?format=api",
            "name": "Z0075 - IPDC - Aruba #9 - '1 126mmh 15min - '2- 59mmh_2h - '3 320mm_2.5h_3: grid rain",
            "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": "remo.vantilburg",
            "supplier_code": null,
            "temporal": true,
            "interval": null,
            "first_value_timestamp": "2000-01-01T12:00:00Z",
            "last_value_timestamp": "2000-01-01T20:00:05.380859Z",
            "spatial_bounds": {
                "west": -70.1100608991987,
                "east": -69.81443053589021,
                "north": 12.674050344781646,
                "south": 12.366301404603487
            },
            "projection": "EPSG:32619",
            "origin_x": 379460.9643,
            "origin_y": 1367308.8597,
            "upper_bound_x": 411460.9643,
            "upper_bound_y": 1401228.8597,
            "pixelsize_x": 20.0,
            "pixelsize_y": -20.0,
            "created": "2024-12-23T09:49:49.360106Z",
            "last_modified": "2024-12-23T09:58:38.071132Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/137d785a-93bf-48c4-9db0-7ccec2bf4869/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 494462,
            "uuid": "5a499341-d628-4385-8bc1-6413eceacf15",
            "url": "https://demo.lizard.net/api/v4/rastersources/5a499341-d628-4385-8bc1-6413eceacf15/?format=api",
            "name": "Z0075 - IPDC - Aruba #9 - '1 126mmh 15min - '2- 59mmh_2h - '3 320mm_2.5h_3: grid rise-velocity",
            "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": "remo.vantilburg",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2000-01-01T20:00:05.380859Z",
            "last_value_timestamp": "2000-01-01T20:00:05.380859Z",
            "spatial_bounds": {
                "west": -70.1100608991987,
                "east": -69.81443053589021,
                "north": 12.674050344781646,
                "south": 12.366301404603487
            },
            "projection": "EPSG:32619",
            "origin_x": 379460.9643,
            "origin_y": 1367308.8597,
            "upper_bound_x": 411460.9643,
            "upper_bound_y": 1401228.8597,
            "pixelsize_x": 20.0,
            "pixelsize_y": -20.0,
            "created": "2024-12-23T09:49:50.329138Z",
            "last_modified": "2024-12-23T09:58:38.191110Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ee8e3d32-1859-4de4-bb01-449d75e1ba2e/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 494463,
            "uuid": "4e06d30c-0856-4171-888d-7a2ce68cb268",
            "url": "https://demo.lizard.net/api/v4/rastersources/4e06d30c-0856-4171-888d-7a2ce68cb268/?format=api",
            "name": "Z0075 - IPDC - Aruba #9 - '1 126mmh 15min - '2- 59mmh_2h - '3 320mm_2.5h_3: mask",
            "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": "remo.vantilburg",
            "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": -70.11004367934356,
                "east": -69.81926862605599,
                "north": 12.670056964850435,
                "south": 12.366301404603487
            },
            "projection": "EPSG:32619",
            "origin_x": 379460.9643,
            "origin_y": 1367308.8597,
            "upper_bound_x": 410934.9643,
            "upper_bound_y": 1400788.8597,
            "pixelsize_x": 2.0,
            "pixelsize_y": -2.0,
            "created": "2024-12-23T09:49:50.350170Z",
            "last_modified": "2025-01-01T01:27:18.239619Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ee8e3d32-1859-4de4-bb01-449d75e1ba2e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/cc33480f-5ce5-427f-89ef-543bd210590a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/32580006-d584-4b1e-aeeb-cb9e8c3a391a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8daa885f-b4b9-4b9d-aeca-0b9287c174a1/?format=api"
            ],
            "labeltypes": [],
            "size": 1467815,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 510575,
            "uuid": "1ba53a25-c7f0-4dcd-8abe-5e0e141935a6",
            "url": "https://demo.lizard.net/api/v4/rastersources/1ba53a25-c7f0-4dcd-8abe-5e0e141935a6/?format=api",
            "name": "PET_toetsing_Fveg",
            "description": "FVEG om te updaten voor hittestressanalyses",
            "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": "ruben.vanderzaag",
            "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": 4.537142033709564,
                "east": 4.550253711392045,
                "north": 51.91499819488621,
                "south": 51.90616944383196
            },
            "projection": "EPSG:28992",
            "origin_x": 96514.784,
            "origin_y": 435638.235,
            "upper_bound_x": 97405.784,
            "upper_bound_y": 436610.235,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2025-01-30T12:45:25.425673Z",
            "last_modified": "2025-02-01T06:45:23.936621Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/dbc7913d-0665-47b5-a68e-abb90c92edfd/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a35ac41a-c085-4bc8-a4fa-47bdbc0e5923/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d626ffcf-2d0c-4090-8a21-b83c05507f22/?format=api"
            ],
            "labeltypes": [],
            "size": 801629,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 510576,
            "uuid": "b903a6c5-c7e5-49a9-90c1-03837b412995",
            "url": "https://demo.lizard.net/api/v4/rastersources/b903a6c5-c7e5-49a9-90c1-03837b412995/?format=api",
            "name": "PET_toetsing_bomen",
            "description": "Update bomen hittestressanalyse",
            "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": "ruben.vanderzaag",
            "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": 4.537142033709564,
                "east": 4.550253711392045,
                "north": 51.91499819488621,
                "south": 51.90616944383196
            },
            "projection": "EPSG:28992",
            "origin_x": 96514.784,
            "origin_y": 435638.235,
            "upper_bound_x": 97405.784,
            "upper_bound_y": 436610.235,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2025-01-30T12:46:17.247982Z",
            "last_modified": "2025-02-01T06:45:24.024531Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/588e2f24-330a-4d56-934c-71a424c27ea2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a35ac41a-c085-4bc8-a4fa-47bdbc0e5923/?format=api"
            ],
            "labeltypes": [],
            "size": 732651,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 510577,
            "uuid": "241f112b-dfaa-4c34-90ba-7cf216332cab",
            "url": "https://demo.lizard.net/api/v4/rastersources/241f112b-dfaa-4c34-90ba-7cf216332cab/?format=api",
            "name": "PET_toetsing_DSM_AHN4",
            "description": "Update DSM hittestressanalyse",
            "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": "ruben.vanderzaag",
            "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": 4.522461737215524,
                "east": 4.564878665636297,
                "north": 51.92404975640026,
                "south": 51.897092064413606
            },
            "projection": "EPSG:28992",
            "origin_x": 95516.5,
            "origin_y": 434640.0,
            "upper_bound_x": 98401.0,
            "upper_bound_y": 437606.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2025-01-30T12:52:07.915477Z",
            "last_modified": "2025-02-01T06:45:23.846166Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a79e27fe-1be6-4580-990b-263d78ee71fc/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a35ac41a-c085-4bc8-a4fa-47bdbc0e5923/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1b3402b4-117f-45b5-8333-ca58957e14d2/?format=api"
            ],
            "labeltypes": [],
            "size": 94038813,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 510590,
            "uuid": "f253e1a7-87bd-408f-9d71-70c6e1e4ebe7",
            "url": "https://demo.lizard.net/api/v4/rastersources/f253e1a7-87bd-408f-9d71-70c6e1e4ebe7/?format=api",
            "name": "PET_toesting_gebouwen",
            "description": "Hittestressanalyse (gebouwen worden eruit geknipt)",
            "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": "ruben.vanderzaag",
            "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": 4.537142033709564,
                "east": 4.550253711392045,
                "north": 51.91499819488621,
                "south": 51.90616944383196
            },
            "projection": "EPSG:28992",
            "origin_x": 96514.784,
            "origin_y": 435638.235,
            "upper_bound_x": 97405.784,
            "upper_bound_y": 436610.235,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2025-01-30T15:19:57.096951Z",
            "last_modified": "2025-02-01T06:45:43.466425Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2f7b521e-528c-4a0b-a7f8-46a2beaadace/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a35ac41a-c085-4bc8-a4fa-47bdbc0e5923/?format=api"
            ],
            "labeltypes": [],
            "size": 513764,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 513976,
            "uuid": "b6ef5988-332d-4faf-b0da-68ca1b081b9a",
            "url": "https://demo.lizard.net/api/v4/rastersources/b6ef5988-332d-4faf-b0da-68ca1b081b9a/?format=api",
            "name": "Voor digital twin Utrecht_7 2025-02-12 15-04-19 #1 - T100: grid s1 interp.",
            "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": "sa_tools",
            "supplier_code": null,
            "temporal": true,
            "interval": null,
            "first_value_timestamp": "2024-01-01T01:00:00Z",
            "last_value_timestamp": "2024-01-01T05:00:06.031250Z",
            "spatial_bounds": {
                "west": 5.104352354470037,
                "east": 5.1336447015118924,
                "north": 52.10251586449099,
                "south": 52.08447360610903
            },
            "projection": "EPSG:28992",
            "origin_x": 135620.4909367,
            "origin_y": 455171.7819796,
            "upper_bound_x": 137620.4909367,
            "upper_bound_y": 457171.7819796,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2025-02-12T15:11:32.048850Z",
            "last_modified": "2025-02-12T15:12:39.570464Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/74dbba5d-225b-4228-96b3-b6b920820133/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5838a244-bda5-41ce-8f0d-0105b820be2b/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 513977,
            "uuid": "d5042d7a-72e9-4114-a75b-b719cd01d7e5",
            "url": "https://demo.lizard.net/api/v4/rastersources/d5042d7a-72e9-4114-a75b-b719cd01d7e5/?format=api",
            "name": "Voor digital twin Utrecht_7 2025-02-12 15-04-19 #1 - T100: bath",
            "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": "sa_tools",
            "supplier_code": null,
            "temporal": true,
            "interval": "00:05:00",
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 5.104352354470765,
                "east": 5.133644701512622,
                "north": 52.1025158644911,
                "south": 52.08447360610915
            },
            "projection": "EPSG:28992",
            "origin_x": 135620.49093675,
            "origin_y": 455171.781979614,
            "upper_bound_x": 137620.49093675,
            "upper_bound_y": 457171.781979614,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2025-02-12T15:11:32.069099Z",
            "last_modified": "2025-03-01T03:10:01.180665Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/74dbba5d-225b-4228-96b3-b6b920820133/?format=api",
                "https://demo.lizard.net/api/v4/rasters/976e4870-de97-43ac-b72d-9d4db3176b30/?format=api",
                "https://demo.lizard.net/api/v4/rasters/68e44d66-04d2-480b-a772-997ae0365137/?format=api"
            ],
            "labeltypes": [],
            "size": 110867337,
            "dtype": "f4",
            "fill_value": "-9999.0"
        }
    ]
}