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=187
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=188",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=186",
    "results": [
        {
            "id": 357285,
            "uuid": "ae93fe46-4e1b-4510-8767-8eff63407b01",
            "url": "https://demo.lizard.net/api/v4/rastersources/ae93fe46-4e1b-4510-8767-8eff63407b01/?format=api",
            "name": "Burgh-Haamstede 26-2-18 N57 ophogen: 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:59:01Z",
            "last_value_timestamp": "2024-03-05T02:09:01.750000Z",
            "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-04T14:48:54.061404Z",
            "last_modified": "2024-03-04T14:48:54.061375Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/c4ef5a84-7837-4f1f-8f5a-44514e0da4df/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357286,
            "uuid": "fcde2ffa-4451-46bd-b0ac-ad2cf2e2ad55",
            "url": "https://demo.lizard.net/api/v4/rastersources/fcde2ffa-4451-46bd-b0ac-ad2cf2e2ad55/?format=api",
            "name": "Burgh-Haamstede 26-2-18 N57 ophogen: 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:59:01Z",
            "last_value_timestamp": "2024-03-04T13:59:01Z",
            "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-04T14:48:54.204749Z",
            "last_modified": "2024-03-04T14:48:54.204723Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/0cb99313-8fd2-40dd-839e-f36f34c66322/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357287,
            "uuid": "582f7015-60fa-4e8f-9273-10444c34ab9c",
            "url": "https://demo.lizard.net/api/v4/rastersources/582f7015-60fa-4e8f-9273-10444c34ab9c/?format=api",
            "name": "Burgh-Haamstede 26-2-18 N57 ophogen: 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-04T14:48:54.224686Z",
            "last_modified": "2024-03-04T14:48:54.224641Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/0cb99313-8fd2-40dd-839e-f36f34c66322/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8f2c6f17-fe11-4d32-8662-1a6f909468ef/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a2e7a1b0-35bf-4965-ba99-f0ce0ec3e604/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a144ccb2-3421-448b-8c14-1733b9b527df/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ddfccb1d-c9c2-4171-aa06-f0b375cfadd6/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 357288,
            "uuid": "7b1d7001-b40d-4b4f-92ab-54a20f7015a2",
            "url": "https://demo.lizard.net/api/v4/rastersources/7b1d7001-b40d-4b4f-92ab-54a20f7015a2/?format=api",
            "name": "Kerkwerve_130_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-04T14:08:27Z",
            "last_value_timestamp": "2024-03-05T14:08:31.109375Z",
            "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-04T14:50:41.977272Z",
            "last_modified": "2024-03-04T14:50:41.977255Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/224eda40-1638-4b5a-83e8-0667a3be9903/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2344403d-e142-442c-a8ef-fcc813b5eb08/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357289,
            "uuid": "fb6037fa-3ad8-4f4d-8ad5-c8b94be65e81",
            "url": "https://demo.lizard.net/api/v4/rastersources/fb6037fa-3ad8-4f4d-8ad5-c8b94be65e81/?format=api",
            "name": "Kerkwerve_130_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-04T14:50:42.000167Z",
            "last_modified": "2024-03-04T14:50:42.000157Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/224eda40-1638-4b5a-83e8-0667a3be9903/?format=api",
                "https://demo.lizard.net/api/v4/rasters/213ee878-c29b-41a3-a1cd-a7efab1d6d71/?format=api",
                "https://demo.lizard.net/api/v4/rasters/577d07de-80d4-48ec-8777-4125dca51dba/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 357290,
            "uuid": "49e2878d-52c4-4530-86bb-2bb885e2a4d2",
            "url": "https://demo.lizard.net/api/v4/rastersources/49e2878d-52c4-4530-86bb-2bb885e2a4d2/?format=api",
            "name": "Kerkwerve_130_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-04T14:08:27Z",
            "last_value_timestamp": "2024-03-04T14:08:27Z",
            "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-04T14:50:42.265808Z",
            "last_modified": "2024-03-04T14:50:42.265789Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/213ee878-c29b-41a3-a1cd-a7efab1d6d71/?format=api",
                "https://demo.lizard.net/api/v4/rasters/577d07de-80d4-48ec-8777-4125dca51dba/?format=api",
                "https://demo.lizard.net/api/v4/rasters/cf57cfed-583d-4aa4-9e59-c8ca787c52b3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ec201ea2-e9f5-4388-bfaa-02279b2130a6/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357291,
            "uuid": "02a12ef2-d5eb-4c47-b055-0545ffb10f1a",
            "url": "https://demo.lizard.net/api/v4/rastersources/02a12ef2-d5eb-4c47-b055-0545ffb10f1a/?format=api",
            "name": "Kerkwerve_130_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-04T14:08:27Z",
            "last_value_timestamp": "2024-03-04T14:08:27Z",
            "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-04T14:50:42.420321Z",
            "last_modified": "2024-03-04T14:50:42.420300Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/577d07de-80d4-48ec-8777-4125dca51dba/?format=api",
                "https://demo.lizard.net/api/v4/rasters/968e6a11-4d24-4205-8372-8b179dfb43cf/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357292,
            "uuid": "e07b927c-9220-4387-8caf-2e3fe58438a8",
            "url": "https://demo.lizard.net/api/v4/rastersources/e07b927c-9220-4387-8caf-2e3fe58438a8/?format=api",
            "name": "Kerkwerve_130_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-04T14:08:27Z",
            "last_value_timestamp": "2024-03-05T14:08:31.109375Z",
            "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-04T14:50:42.592324Z",
            "last_modified": "2024-03-04T14:50:42.592305Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/4e2eb9c1-0bc4-4e4f-9495-6a352e8a68d5/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357293,
            "uuid": "f762da43-152a-436c-be25-5e6b5df5fc31",
            "url": "https://demo.lizard.net/api/v4/rastersources/f762da43-152a-436c-be25-5e6b5df5fc31/?format=api",
            "name": "Kerkwerve_130_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-04T14:08:27Z",
            "last_value_timestamp": "2024-03-04T14:08:27Z",
            "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-04T14:50:42.714605Z",
            "last_modified": "2024-03-04T14:50:42.714586Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d18b0625-61c4-4097-a243-aed51834973e/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357294,
            "uuid": "9926a718-ecf8-42b8-a5e2-bb77be1ed09c",
            "url": "https://demo.lizard.net/api/v4/rastersources/9926a718-ecf8-42b8-a5e2-bb77be1ed09c/?format=api",
            "name": "Kerkwerve_130_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-04T14:50:42.733165Z",
            "last_modified": "2024-03-04T14:50:42.733151Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d18b0625-61c4-4097-a243-aed51834973e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2344403d-e142-442c-a8ef-fcc813b5eb08/?format=api",
                "https://demo.lizard.net/api/v4/rasters/cf57cfed-583d-4aa4-9e59-c8ca787c52b3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/968e6a11-4d24-4205-8372-8b179dfb43cf/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ec201ea2-e9f5-4388-bfaa-02279b2130a6/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        }
    ]
}