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=170
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2103,
    "next": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=171",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=169",
    "results": [
        {
            "id": 355589,
            "uuid": "b7a56da2-9e5f-48c8-8b43-3b449d1a66f0",
            "url": "https://demo.lizard.net/api/v4/rastersources/b7a56da2-9e5f-48c8-8b43-3b449d1a66f0/?format=api",
            "name": "2024-03-01 Scharrendijke: 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-01T08:53:47Z",
            "last_value_timestamp": "2024-03-01T08:53:47Z",
            "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-01T10:10:26.617379Z",
            "last_modified": "2024-03-01T10:10:26.617349Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/28634cb1-3094-4d02-ad4f-91ee2f15d55c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d878919d-85b5-4628-843e-da71029d6961/?format=api",
                "https://demo.lizard.net/api/v4/rasters/dd18fc0c-b913-4b65-bd27-9037b4aa6909/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6851b504-7248-4bf6-a7c1-791ec803fa3b/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355590,
            "uuid": "db653a48-7426-4bbb-8ad3-cec5077e84fa",
            "url": "https://demo.lizard.net/api/v4/rastersources/db653a48-7426-4bbb-8ad3-cec5077e84fa/?format=api",
            "name": "2024-03-01 Scharrendijke: 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-01T08:53:47Z",
            "last_value_timestamp": "2024-03-01T08:53:47Z",
            "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-01T10:10:26.793115Z",
            "last_modified": "2024-03-01T10:10:26.793097Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d878919d-85b5-4628-843e-da71029d6961/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ec056477-d8e9-4c98-b0ae-0fa4aad8e7b7/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355591,
            "uuid": "af526807-b9be-4f93-9f16-44c7c7e0ad88",
            "url": "https://demo.lizard.net/api/v4/rastersources/af526807-b9be-4f93-9f16-44c7c7e0ad88/?format=api",
            "name": "2024-03-01 Scharrendijke: 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-01T08:53:47Z",
            "last_value_timestamp": "2024-03-01T18:34:44.972656Z",
            "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-01T10:10:26.978052Z",
            "last_modified": "2024-03-01T10:10:26.978032Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/1eaf1a36-b46b-47e7-9305-1ff07bd51b78/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355592,
            "uuid": "9bd7eb15-cf6f-4a0c-9db6-a62f70da69a4",
            "url": "https://demo.lizard.net/api/v4/rastersources/9bd7eb15-cf6f-4a0c-9db6-a62f70da69a4/?format=api",
            "name": "2024-03-01 Scharrendijke: 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-01T08:53:47Z",
            "last_value_timestamp": "2024-03-01T08:53:47Z",
            "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-01T10:10:27.106038Z",
            "last_modified": "2024-03-01T10:10:27.106021Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/dde4eebc-3e75-4478-bd95-ebf3646f1e97/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355593,
            "uuid": "fe5b8cf8-5c73-4ad9-870b-c92d21ad5610",
            "url": "https://demo.lizard.net/api/v4/rastersources/fe5b8cf8-5c73-4ad9-870b-c92d21ad5610/?format=api",
            "name": "2024-03-01 Scharrendijke: 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-01T10:10:27.127507Z",
            "last_modified": "2024-03-01T10:10:27.127494Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/28634cb1-3094-4d02-ad4f-91ee2f15d55c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/dde4eebc-3e75-4478-bd95-ebf3646f1e97/?format=api",
                "https://demo.lizard.net/api/v4/rasters/727ba3e6-4839-4e41-b0ea-c4d14f7360b5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6851b504-7248-4bf6-a7c1-791ec803fa3b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ec056477-d8e9-4c98-b0ae-0fa4aad8e7b7/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 355594,
            "uuid": "d15e3788-a3a4-4ab2-b650-4a232436547b",
            "url": "https://demo.lizard.net/api/v4/rastersources/d15e3788-a3a4-4ab2-b650-4a232436547b/?format=api",
            "name": "Scharendijke farida: 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-01T09:20:14Z",
            "last_value_timestamp": "2024-03-01T22:40:20.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-01T10:11:11.291262Z",
            "last_modified": "2024-03-01T10:11:11.291247Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/c550201d-9763-4b69-96b9-2d9e071cbe7d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/92e27a5a-1859-4cf9-b65e-6b7f299a838a/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355595,
            "uuid": "c5d9438c-881a-47df-aa84-1c6da117a361",
            "url": "https://demo.lizard.net/api/v4/rastersources/c5d9438c-881a-47df-aa84-1c6da117a361/?format=api",
            "name": "Scharendijke farida: 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-01T10:11:11.312079Z",
            "last_modified": "2024-03-01T10:11:11.312064Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/c550201d-9763-4b69-96b9-2d9e071cbe7d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5bb35029-fd3c-40e2-9492-bf1dd64dce44/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b09c8787-b63d-44ee-bd6f-e54af3ae8d8f/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 355596,
            "uuid": "1164a5f8-b642-4b24-952a-2cd4fee93b59",
            "url": "https://demo.lizard.net/api/v4/rastersources/1164a5f8-b642-4b24-952a-2cd4fee93b59/?format=api",
            "name": "Scharendijke farida: 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-01T09:20:14Z",
            "last_value_timestamp": "2024-03-01T09:20:14Z",
            "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-01T10:11:11.541072Z",
            "last_modified": "2024-03-01T10:11:11.541058Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/1a9354c4-3399-4c23-a689-27db3d1d52ad/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8906a8de-1fb1-4fff-a5db-7b82ca8e1bcd/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5bb35029-fd3c-40e2-9492-bf1dd64dce44/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b09c8787-b63d-44ee-bd6f-e54af3ae8d8f/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355597,
            "uuid": "97fb2c9c-5fe0-4f2a-aa45-59751c839f96",
            "url": "https://demo.lizard.net/api/v4/rastersources/97fb2c9c-5fe0-4f2a-aa45-59751c839f96/?format=api",
            "name": "Scharendijke farida: 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-01T09:20:14Z",
            "last_value_timestamp": "2024-03-01T09:20:14Z",
            "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-01T10:11:11.673234Z",
            "last_modified": "2024-03-01T10:11:11.673216Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ab0f91e3-8400-404d-bddf-4d9c271ca25d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b09c8787-b63d-44ee-bd6f-e54af3ae8d8f/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355598,
            "uuid": "15cc058b-96f7-4210-aa29-a3393455f542",
            "url": "https://demo.lizard.net/api/v4/rastersources/15cc058b-96f7-4210-aa29-a3393455f542/?format=api",
            "name": "Scharendijke farida: 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-01T09:20:14Z",
            "last_value_timestamp": "2024-03-01T22:40:20.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-01T10:11:11.836009Z",
            "last_modified": "2024-03-01T10:11:11.835987Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5c54c7f5-5e38-4a5f-a304-02147dddcf70/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}