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=185
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=186",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=184",
    "results": [
        {
            "id": 357238,
            "uuid": "7c792fa9-92e3-4278-be29-a8001ac7e38c",
            "url": "https://demo.lizard.net/api/v4/rastersources/7c792fa9-92e3-4278-be29-a8001ac7e38c/?format=api",
            "name": "Kerkwerve_120_1000_24: grid s1 interp.",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": true,
            "interval": null,
            "first_value_timestamp": "2024-03-04T13:12:56Z",
            "last_value_timestamp": "2024-03-05T13:13:00.742188Z",
            "spatial_bounds": {
                "west": 3.6552128130864876,
                "east": 4.122061961197487,
                "north": 51.76688500189374,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2024-03-04T13:17:23.443431Z",
            "last_modified": "2024-03-04T13:17:23.443409Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/6f11705b-4695-4a24-9fe7-a38483aa779c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e3878393-5592-416e-a042-c1e59c96c256/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357239,
            "uuid": "76194e1b-d6fb-4d33-aec5-8c380d90677d",
            "url": "https://demo.lizard.net/api/v4/rastersources/76194e1b-d6fb-4d33-aec5-8c380d90677d/?format=api",
            "name": "Kerkwerve_120_1000_24: bath",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "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": 3.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-04T13:17:23.465791Z",
            "last_modified": "2024-03-04T13:17:23.465778Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/6f11705b-4695-4a24-9fe7-a38483aa779c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2da69008-0a3b-40b9-aa2c-e02fbb21d970/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9f6ecf32-9a5f-4254-b42a-35c20965552e/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 357240,
            "uuid": "e66167c7-3b87-4e92-b84d-4f3be7548d0f",
            "url": "https://demo.lizard.net/api/v4/rastersources/e66167c7-3b87-4e92-b84d-4f3be7548d0f/?format=api",
            "name": "Kerkwerve_120_1000_24: grid s1-max interp.",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2024-03-04T13:12:56Z",
            "last_value_timestamp": "2024-03-04T13:12:56Z",
            "spatial_bounds": {
                "west": 3.6552128130864876,
                "east": 4.122061961197487,
                "north": 51.76688500189374,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2024-03-04T13:17:23.604018Z",
            "last_modified": "2024-03-04T13:17:23.604003Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2da69008-0a3b-40b9-aa2c-e02fbb21d970/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9f6ecf32-9a5f-4254-b42a-35c20965552e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3277000e-3b1a-474e-ad89-188c9d788bc1/?format=api",
                "https://demo.lizard.net/api/v4/rasters/082cf2fe-80ec-476f-98d9-02081c9f90e0/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357241,
            "uuid": "06079a43-df32-4c48-a3e8-12f1c30ee13d",
            "url": "https://demo.lizard.net/api/v4/rastersources/06079a43-df32-4c48-a3e8-12f1c30ee13d/?format=api",
            "name": "Kerkwerve_120_1000_24: grid ucr-max",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2024-03-04T13:12:56Z",
            "last_value_timestamp": "2024-03-04T13:12:56Z",
            "spatial_bounds": {
                "west": 3.6552128130864876,
                "east": 4.122061961197487,
                "north": 51.76688500189374,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2024-03-04T13:17:23.751115Z",
            "last_modified": "2024-03-04T13:17:23.751096Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/b979ee73-f7c7-4841-812c-dffb1d8c6211/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9f6ecf32-9a5f-4254-b42a-35c20965552e/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357242,
            "uuid": "72e69f74-2e01-464f-88b2-e6141806a05b",
            "url": "https://demo.lizard.net/api/v4/rastersources/72e69f74-2e01-464f-88b2-e6141806a05b/?format=api",
            "name": "Kerkwerve_120_1000_24: grid rain",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": true,
            "interval": null,
            "first_value_timestamp": "2024-03-04T13:12:56Z",
            "last_value_timestamp": "2024-03-05T13:13:00.742188Z",
            "spatial_bounds": {
                "west": 3.6552128130864876,
                "east": 4.122061961197487,
                "north": 51.76688500189374,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2024-03-04T13:17:23.902732Z",
            "last_modified": "2024-03-04T13:17:23.902717Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8690fde9-0da4-4e75-af7e-aa270fa3f9a0/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357243,
            "uuid": "557086e6-4d3e-4f35-8491-12f84cdf25ec",
            "url": "https://demo.lizard.net/api/v4/rastersources/557086e6-4d3e-4f35-8491-12f84cdf25ec/?format=api",
            "name": "Kerkwerve_120_1000_24: grid rise-velocity",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2024-03-04T13:12:56Z",
            "last_value_timestamp": "2024-03-04T13:12:56Z",
            "spatial_bounds": {
                "west": 3.6552128130864876,
                "east": 4.122061961197487,
                "north": 51.76688500189374,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2024-03-04T13:17:24.016401Z",
            "last_modified": "2024-03-04T13:17:24.016387Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/e5ce011f-f663-4fd6-9969-f991179ba694/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357244,
            "uuid": "b79f0a93-5f1b-4c0f-a62d-f9e55e1045d8",
            "url": "https://demo.lizard.net/api/v4/rastersources/b79f0a93-5f1b-4c0f-a62d-f9e55e1045d8/?format=api",
            "name": "Kerkwerve_120_1000_24: mask",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "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.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-04T13:17:24.038601Z",
            "last_modified": "2024-03-04T13:17:24.038590Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/e5ce011f-f663-4fd6-9969-f991179ba694/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b979ee73-f7c7-4841-812c-dffb1d8c6211/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e3878393-5592-416e-a042-c1e59c96c256/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3277000e-3b1a-474e-ad89-188c9d788bc1/?format=api",
                "https://demo.lizard.net/api/v4/rasters/082cf2fe-80ec-476f-98d9-02081c9f90e0/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 357261,
            "uuid": "bfcc064b-1435-4a3d-b57d-235eb4d275c9",
            "url": "https://demo.lizard.net/api/v4/rastersources/bfcc064b-1435-4a3d-b57d-235eb4d275c9/?format=api",
            "name": "Kerkwerve_120_1000_24_II: grid s1 interp.",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": true,
            "interval": null,
            "first_value_timestamp": "2024-03-04T13:20:16Z",
            "last_value_timestamp": "2024-03-05T13:00:20.671875Z",
            "spatial_bounds": {
                "west": 3.6552128130864876,
                "east": 4.122061961197487,
                "north": 51.76688500189374,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2024-03-04T13:54:23.271066Z",
            "last_modified": "2024-03-04T13:54:23.271048Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f7d0629f-b013-4986-8224-ba46a623010e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/047e0814-53ac-4029-a499-d98aff0385f9/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357262,
            "uuid": "26632ff4-fc57-4941-acb4-968f73ee3275",
            "url": "https://demo.lizard.net/api/v4/rastersources/26632ff4-fc57-4941-acb4-968f73ee3275/?format=api",
            "name": "Kerkwerve_120_1000_24_II: bath",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "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": 3.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-04T13:54:23.297304Z",
            "last_modified": "2024-03-04T13:54:23.297293Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f7d0629f-b013-4986-8224-ba46a623010e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/63acce25-90e5-418b-b070-99ee944cbdb1/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0ddb10ea-0f0e-4351-8909-d74decf33993/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 357263,
            "uuid": "51fd4fa0-8a1d-4f34-9005-ed9b3fb9aaae",
            "url": "https://demo.lizard.net/api/v4/rastersources/51fd4fa0-8a1d-4f34-9005-ed9b3fb9aaae/?format=api",
            "name": "Kerkwerve_120_1000_24_II: grid s1-max interp.",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2024-03-04T13:20:16Z",
            "last_value_timestamp": "2024-03-04T13:20:16Z",
            "spatial_bounds": {
                "west": 3.6552128130864876,
                "east": 4.122061961197487,
                "north": 51.76688500189374,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2024-03-04T13:54:23.445907Z",
            "last_modified": "2024-03-04T13:54:23.445894Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/63acce25-90e5-418b-b070-99ee944cbdb1/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0ddb10ea-0f0e-4351-8909-d74decf33993/?format=api",
                "https://demo.lizard.net/api/v4/rasters/026373d4-034c-44bc-81e7-53f4689ba478/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b1cc623c-e740-4150-ad74-0da57186d639/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}