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

{
    "count": 2059,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=205",
    "results": [
        {
            "id": 535890,
            "uuid": "cffab1c7-124b-463e-87a7-7db183a6a2a5",
            "url": "https://demo.lizard.net/api/v4/rastersources/cffab1c7-124b-463e-87a7-7db183a6a2a5/?format=api",
            "name": "tw_fst2025_v3_op: grid rise-velocity",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "Frogtech"
            },
            "access_modifier": "Public",
            "supplier": "kuan-wei.chen",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2025-04-16T23:00:03.835938Z",
            "last_value_timestamp": "2025-04-16T23:00:03.835938Z",
            "spatial_bounds": {
                "west": 119.9128962848233,
                "east": 122.15204798293881,
                "north": 25.40664735532331,
                "south": 21.893105597553
            },
            "projection": "EPSG:3826",
            "origin_x": 140627.5,
            "origin_y": 2422145.0,
            "upper_bound_x": 365907.5,
            "upper_bound_y": 2811265.0,
            "pixelsize_x": 320.0,
            "pixelsize_y": -320.0,
            "created": "2025-03-30T09:34:10.739123Z",
            "last_modified": "2025-04-16T06:48:53.985152Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f25c2ab6-14ea-49b5-bb50-a673c642cdcf/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 535891,
            "uuid": "43b4078d-2e75-4700-a642-0cd2bb71ca04",
            "url": "https://demo.lizard.net/api/v4/rastersources/43b4078d-2e75-4700-a642-0cd2bb71ca04/?format=api",
            "name": "tw_fst2025_v3_op: mask",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "Frogtech"
            },
            "access_modifier": "Public",
            "supplier": "kuan-wei.chen",
            "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": 120.0152421004418,
                "east": 122.01112880802167,
                "north": 25.336054593451987,
                "south": 21.89397982206044
            },
            "projection": "EPSG:3826",
            "origin_x": 150867.5,
            "origin_y": 2422145.0,
            "upper_bound_x": 351787.5,
            "upper_bound_y": 2803365.0,
            "pixelsize_x": 10.0,
            "pixelsize_y": -10.0,
            "created": "2025-03-30T09:34:10.760629Z",
            "last_modified": "2025-04-01T23:17:53.143579Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f25c2ab6-14ea-49b5-bb50-a673c642cdcf/?format=api",
                "https://demo.lizard.net/api/v4/rasters/40e3f8ba-5f44-4037-a998-09e8395e7769/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5125f134-b03a-4453-9334-2104fe8db4ad/?format=api",
                "https://demo.lizard.net/api/v4/rasters/25d965aa-87ea-462e-a398-4818df1072c9/?format=api"
            ],
            "labeltypes": [],
            "size": 4602975,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 549513,
            "uuid": "91e3f2fd-2f22-4df1-ae1d-d68b6c109689",
            "url": "https://demo.lizard.net/api/v4/rastersources/91e3f2fd-2f22-4df1-ae1d-d68b6c109689/?format=api",
            "name": "tw_forecast2025_v1_op: grid s1 interp.",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "Frogtech"
            },
            "access_modifier": "Public",
            "supplier": "kuan-wei.chen",
            "supplier_code": null,
            "temporal": true,
            "interval": null,
            "first_value_timestamp": "2025-04-18T00:00:00Z",
            "last_value_timestamp": "2025-04-19T01:00:03.992188Z",
            "spatial_bounds": {
                "west": 119.9128962848233,
                "east": 122.15204798293881,
                "north": 25.40664735532331,
                "south": 21.893105597553
            },
            "projection": "EPSG:3826",
            "origin_x": 140627.5,
            "origin_y": 2422145.0,
            "upper_bound_x": 365907.5,
            "upper_bound_y": 2811265.0,
            "pixelsize_x": 10.0,
            "pixelsize_y": -10.0,
            "created": "2025-04-15T05:25:13.913349Z",
            "last_modified": "2025-04-18T02:00:03.762487Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/52ccb28f-3732-4e81-b83e-743ff06bf3fb/?format=api",
                "https://demo.lizard.net/api/v4/rasters/fe151e5f-da3e-4ab7-84e1-76364ab0cc68/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c0aa1cca-1df1-4f92-a5eb-06e038f1db12/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 549514,
            "uuid": "336ee354-2539-498d-aef4-07d638093c97",
            "url": "https://demo.lizard.net/api/v4/rastersources/336ee354-2539-498d-aef4-07d638093c97/?format=api",
            "name": "tw_forecast2025_v1_op: bath",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "Frogtech"
            },
            "access_modifier": "Public",
            "supplier": "kuan-wei.chen",
            "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": 120.0152421004418,
                "east": 122.01112880802167,
                "north": 25.336054593451987,
                "south": 21.89397982206044
            },
            "projection": "EPSG:3826",
            "origin_x": 150867.5,
            "origin_y": 2422145.0,
            "upper_bound_x": 351787.5,
            "upper_bound_y": 2803365.0,
            "pixelsize_x": 10.0,
            "pixelsize_y": -10.0,
            "created": "2025-04-15T05:25:13.936359Z",
            "last_modified": "2025-04-15T17:56:44.387154Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/52ccb28f-3732-4e81-b83e-743ff06bf3fb/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f53f9411-cb3d-4c25-899e-4ce792359350/?format=api",
                "https://demo.lizard.net/api/v4/rasters/39654b4c-8996-4c0a-9fa2-6b832e7f1278/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c0aa1cca-1df1-4f92-a5eb-06e038f1db12/?format=api"
            ],
            "labeltypes": [],
            "size": 3799225587,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 549515,
            "uuid": "03e87c1a-d52b-4df5-8b34-6a33d2d46b86",
            "url": "https://demo.lizard.net/api/v4/rastersources/03e87c1a-d52b-4df5-8b34-6a33d2d46b86/?format=api",
            "name": "tw_forecast2025_v1_op: grid s1-max interp.",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "Frogtech"
            },
            "access_modifier": "Public",
            "supplier": "kuan-wei.chen",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2025-04-19T01:00:03.992188Z",
            "last_value_timestamp": "2025-04-19T01:00:03.992188Z",
            "spatial_bounds": {
                "west": 119.9128962848233,
                "east": 122.15204798293881,
                "north": 25.40664735532331,
                "south": 21.893105597553
            },
            "projection": "EPSG:3826",
            "origin_x": 140627.5,
            "origin_y": 2422145.0,
            "upper_bound_x": 365907.5,
            "upper_bound_y": 2811265.0,
            "pixelsize_x": 10.0,
            "pixelsize_y": -10.0,
            "created": "2025-04-15T05:25:16.534512Z",
            "last_modified": "2025-04-18T02:00:03.642051Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d248eeac-81aa-461e-9a86-5406c7f2a636/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f53f9411-cb3d-4c25-899e-4ce792359350/?format=api",
                "https://demo.lizard.net/api/v4/rasters/39654b4c-8996-4c0a-9fa2-6b832e7f1278/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 549516,
            "uuid": "8e1f015b-7c26-4e71-b2d5-dd190b55111d",
            "url": "https://demo.lizard.net/api/v4/rastersources/8e1f015b-7c26-4e71-b2d5-dd190b55111d/?format=api",
            "name": "tw_forecast2025_v1_op: grid ucr-max",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "Frogtech"
            },
            "access_modifier": "Public",
            "supplier": "kuan-wei.chen",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2025-04-19T01:00:03.992188Z",
            "last_value_timestamp": "2025-04-19T01:00:03.992188Z",
            "spatial_bounds": {
                "west": 119.9128962848233,
                "east": 122.15204798293881,
                "north": 25.40664735532331,
                "south": 21.893105597553
            },
            "projection": "EPSG:3826",
            "origin_x": 140627.5,
            "origin_y": 2422145.0,
            "upper_bound_x": 365907.5,
            "upper_bound_y": 2811265.0,
            "pixelsize_x": 320.0,
            "pixelsize_y": -320.0,
            "created": "2025-04-15T05:25:18.883341Z",
            "last_modified": "2025-04-18T02:00:03.272750Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/39654b4c-8996-4c0a-9fa2-6b832e7f1278/?format=api",
                "https://demo.lizard.net/api/v4/rasters/71446d90-0d2c-45fb-9dae-dae277d2b0a9/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 549517,
            "uuid": "e3b03c93-fd00-44a9-a044-60398d4b4f9e",
            "url": "https://demo.lizard.net/api/v4/rastersources/e3b03c93-fd00-44a9-a044-60398d4b4f9e/?format=api",
            "name": "tw_forecast2025_v1_op: grid rain",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "Frogtech"
            },
            "access_modifier": "Public",
            "supplier": "kuan-wei.chen",
            "supplier_code": null,
            "temporal": true,
            "interval": null,
            "first_value_timestamp": "2025-04-18T00:00:00Z",
            "last_value_timestamp": "2025-04-19T01:00:03.992188Z",
            "spatial_bounds": {
                "west": 119.9128962848233,
                "east": 122.15204798293881,
                "north": 25.40664735532331,
                "south": 21.893105597553
            },
            "projection": "EPSG:3826",
            "origin_x": 140627.5,
            "origin_y": 2422145.0,
            "upper_bound_x": 365907.5,
            "upper_bound_y": 2811265.0,
            "pixelsize_x": 320.0,
            "pixelsize_y": -320.0,
            "created": "2025-04-15T05:25:21.330454Z",
            "last_modified": "2025-04-18T02:00:03.425921Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2e395746-f247-4af9-a1c4-ddc5cf92430c/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 549518,
            "uuid": "2f13fea9-0b3f-4310-8835-9e384f9d71fd",
            "url": "https://demo.lizard.net/api/v4/rastersources/2f13fea9-0b3f-4310-8835-9e384f9d71fd/?format=api",
            "name": "tw_forecast2025_v1_op: grid rise-velocity",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "Frogtech"
            },
            "access_modifier": "Public",
            "supplier": "kuan-wei.chen",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2025-04-19T01:00:03.992188Z",
            "last_value_timestamp": "2025-04-19T01:00:03.992188Z",
            "spatial_bounds": {
                "west": 119.9128962848233,
                "east": 122.15204798293881,
                "north": 25.40664735532331,
                "south": 21.893105597553
            },
            "projection": "EPSG:3826",
            "origin_x": 140627.5,
            "origin_y": 2422145.0,
            "upper_bound_x": 365907.5,
            "upper_bound_y": 2811265.0,
            "pixelsize_x": 320.0,
            "pixelsize_y": -320.0,
            "created": "2025-04-15T05:25:23.576105Z",
            "last_modified": "2025-04-18T02:00:03.540792Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/b567643c-8117-4731-8e75-c2c00df3de32/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 549519,
            "uuid": "62c6669c-7ce7-4887-80e3-0a1af0b35663",
            "url": "https://demo.lizard.net/api/v4/rastersources/62c6669c-7ce7-4887-80e3-0a1af0b35663/?format=api",
            "name": "tw_forecast2025_v1_op: mask",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "Frogtech"
            },
            "access_modifier": "Public",
            "supplier": "kuan-wei.chen",
            "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": 120.0152421004418,
                "east": 122.01112880802167,
                "north": 25.336054593451987,
                "south": 21.89397982206044
            },
            "projection": "EPSG:3826",
            "origin_x": 150867.5,
            "origin_y": 2422145.0,
            "upper_bound_x": 351787.5,
            "upper_bound_y": 2803365.0,
            "pixelsize_x": 10.0,
            "pixelsize_y": -10.0,
            "created": "2025-04-15T05:25:23.592489Z",
            "last_modified": "2025-04-15T05:49:25.292144Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d248eeac-81aa-461e-9a86-5406c7f2a636/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b567643c-8117-4731-8e75-c2c00df3de32/?format=api",
                "https://demo.lizard.net/api/v4/rasters/fe151e5f-da3e-4ab7-84e1-76364ab0cc68/?format=api",
                "https://demo.lizard.net/api/v4/rasters/71446d90-0d2c-45fb-9dae-dae277d2b0a9/?format=api"
            ],
            "labeltypes": [],
            "size": 4601583,
            "dtype": "u1",
            "fill_value": "0"
        }
    ]
}