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

{
    "count": 2059,
    "next": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=205",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=203",
    "results": [
        {
            "id": 528994,
            "uuid": "2b7c3616-384e-4cf4-958b-55bd7372e7cc",
            "url": "https://demo.lizard.net/api/v4/rastersources/2b7c3616-384e-4cf4-958b-55bd7372e7cc/?format=api",
            "name": "tw_fst2025_v2_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-03-29T03:00:03.437500Z",
            "last_value_timestamp": "2025-03-29T03:00:03.437500Z",
            "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-21T03:30:59.336071Z",
            "last_modified": "2025-03-28T03:48:54.522410Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a663a15e-656f-48a5-ac6b-43c33982d62c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/303832b5-753d-4114-a18f-bcdd0fa302c9/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 528995,
            "uuid": "eab85ad0-7796-4953-bc1a-c594faefa709",
            "url": "https://demo.lizard.net/api/v4/rastersources/eab85ad0-7796-4953-bc1a-c594faefa709/?format=api",
            "name": "tw_fst2025_v2_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-03-28T02:00:00Z",
            "last_value_timestamp": "2025-03-29T03:00:03.437500Z",
            "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-21T03:31:01.618608Z",
            "last_modified": "2025-03-28T03:48:54.673047Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/c27d2c43-de85-4f4a-908c-961909d5d08d/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 528996,
            "uuid": "36b43699-fa4f-4299-ab0b-f3c2fdeb8c97",
            "url": "https://demo.lizard.net/api/v4/rastersources/36b43699-fa4f-4299-ab0b-f3c2fdeb8c97/?format=api",
            "name": "tw_fst2025_v2_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-03-29T03:00:03.437500Z",
            "last_value_timestamp": "2025-03-29T03:00:03.437500Z",
            "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-21T03:31:04.015144Z",
            "last_modified": "2025-03-28T03:48:54.777697Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/0629d569-276d-425d-9376-ea9bccdbde3f/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 528997,
            "uuid": "a365b1ec-aa15-450a-a9fd-fcaffdea3333",
            "url": "https://demo.lizard.net/api/v4/rastersources/a365b1ec-aa15-450a-a9fd-fcaffdea3333/?format=api",
            "name": "tw_fst2025_v2_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-21T03:31:04.035461Z",
            "last_modified": "2025-04-01T09:22:58.110503Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/0629d569-276d-425d-9376-ea9bccdbde3f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/cb945859-0638-4113-a278-f1115985c935/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5b6ced8e-0cec-403b-b96b-47a4155e0537/?format=api",
                "https://demo.lizard.net/api/v4/rasters/303832b5-753d-4114-a18f-bcdd0fa302c9/?format=api"
            ],
            "labeltypes": [],
            "size": 4602975,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 529228,
            "uuid": "9fcd5aa5-cfbc-4a12-a0c2-6a3a19be5a97",
            "url": "https://demo.lizard.net/api/v4/rastersources/9fcd5aa5-cfbc-4a12-a0c2-6a3a19be5a97/?format=api",
            "name": "twfcst_2025",
            "description": null,
            "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": null,
            "supplier_code": null,
            "temporal": true,
            "interval": "01:00:00",
            "first_value_timestamp": null,
            "last_value_timestamp": null,
            "spatial_bounds": null,
            "projection": null,
            "origin_x": null,
            "origin_y": null,
            "upper_bound_x": null,
            "upper_bound_y": null,
            "pixelsize_x": null,
            "pixelsize_y": null,
            "created": "2025-03-21T08:56:52.656103Z",
            "last_modified": "2025-03-21T08:56:52.656093Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": null,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 529229,
            "uuid": "f658b03a-ecd4-476c-a6bf-d5b3026718b8",
            "url": "https://demo.lizard.net/api/v4/rastersources/f658b03a-ecd4-476c-a6bf-d5b3026718b8/?format=api",
            "name": "twfcst_2025",
            "description": null,
            "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": null,
            "supplier_code": null,
            "temporal": true,
            "interval": "01:00:00",
            "first_value_timestamp": "2025-03-21T00:00:00Z",
            "last_value_timestamp": "2025-03-21T00:00:00Z",
            "spatial_bounds": {
                "west": 120.98267016317558,
                "east": 121.00841734943067,
                "north": 24.948650083798608,
                "south": 24.922827917504396
            },
            "projection": "EPSG:3826",
            "origin_x": 248250.0,
            "origin_y": 2757230.0,
            "upper_bound_x": 250850.0,
            "upper_bound_y": 2760090.0,
            "pixelsize_x": 20.0,
            "pixelsize_y": -20.0,
            "created": "2025-03-21T08:56:52.656270Z",
            "last_modified": "2025-04-01T08:54:37.940573Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 167155,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 529259,
            "uuid": "434e387f-6317-4f8e-a7b8-54836b1a28d3",
            "url": "https://demo.lizard.net/api/v4/rastersources/434e387f-6317-4f8e-a7b8-54836b1a28d3/?format=api",
            "name": "tw_area",
            "description": null,
            "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": null,
            "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.009840445079,
                "east": 122.00986964752562,
                "north": 25.297959642797796,
                "south": 21.89275681175808
            },
            "projection": "EPSG:3826",
            "origin_x": 150292.5083,
            "origin_y": 2422008.9622,
            "upper_bound_x": 351692.5083,
            "upper_bound_y": 2799148.9622,
            "pixelsize_x": 10.0,
            "pixelsize_y": -10.0,
            "created": "2025-03-21T09:46:34.737951Z",
            "last_modified": "2025-04-01T08:53:09.278703Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ac5dab19-06fc-4581-887d-80c5ac1b0678/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c0aa1cca-1df1-4f92-a5eb-06e038f1db12/?format=api",
                "https://demo.lizard.net/api/v4/rasters/eece3d6e-6771-43f3-af25-676809ad2083/?format=api"
            ],
            "labeltypes": [],
            "size": 12446502,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 529522,
            "uuid": "95c9a60b-4954-41b3-ae63-c491187a8b86",
            "url": "https://demo.lizard.net/api/v4/rastersources/95c9a60b-4954-41b3-ae63-c491187a8b86/?format=api",
            "name": "twfcst_2025_1",
            "description": null,
            "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": null,
            "supplier_code": null,
            "temporal": true,
            "interval": "01:00:00",
            "first_value_timestamp": "2025-03-25T00:00:00Z",
            "last_value_timestamp": "2025-03-25T00:00:00Z",
            "spatial_bounds": {
                "west": 120.009840445079,
                "east": 122.00986964752562,
                "north": 25.297959642797796,
                "south": 21.89275681175808
            },
            "projection": "EPSG:3826",
            "origin_x": 150292.5083,
            "origin_y": 2422008.9622,
            "upper_bound_x": 351692.5083,
            "upper_bound_y": 2799148.9622,
            "pixelsize_x": 10.0,
            "pixelsize_y": -10.0,
            "created": "2025-03-25T04:31:55.875597Z",
            "last_modified": "2025-04-01T13:52:30.261454Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 714878384,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 532632,
            "uuid": "a6b61e7f-3d76-4e02-a666-4c6129f37045",
            "url": "https://demo.lizard.net/api/v4/rastersources/a6b61e7f-3d76-4e02-a666-4c6129f37045/?format=api",
            "name": "10 feb validation event2: grid s1 interp.",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/568a4d88-c1b3-4566-8759-dd9b305f619d/?format=api",
                "uuid": "568a4d88-c1b3-4566-8759-dd9b305f619d",
                "name": "RHDHV unlimited"
            },
            "access_modifier": "Public",
            "supplier": null,
            "supplier_code": null,
            "temporal": true,
            "interval": null,
            "first_value_timestamp": "2025-02-09T00:00:00Z",
            "last_value_timestamp": "2025-02-12T00:00:01.828125Z",
            "spatial_bounds": {
                "west": 150.8949116786102,
                "east": 151.1099388646138,
                "north": -33.729328977029695,
                "south": -33.843818546693406
            },
            "projection": "EPSG:32756",
            "origin_x": 305220.0,
            "origin_y": 6253550.0,
            "upper_bound_x": 324900.0,
            "upper_bound_y": 6265870.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": -1.0,
            "created": "2025-03-27T09:38:23.005397Z",
            "last_modified": "2025-03-27T09:43:39.374228Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/c6e1d5c7-e7ca-4122-95b8-bb7637d76013/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9087d64c-3def-4ab8-860a-e6bf477a734f/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 532633,
            "uuid": "ff9dbd8f-80d4-43bc-9a26-3030b01ba7d9",
            "url": "https://demo.lizard.net/api/v4/rastersources/ff9dbd8f-80d4-43bc-9a26-3030b01ba7d9/?format=api",
            "name": "10 feb validation event2: bath",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/568a4d88-c1b3-4566-8759-dd9b305f619d/?format=api",
                "uuid": "568a4d88-c1b3-4566-8759-dd9b305f619d",
                "name": "RHDHV unlimited"
            },
            "access_modifier": "Public",
            "supplier": null,
            "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": 150.89496811623147,
                "east": 151.10925056064502,
                "north": -33.73021319178881,
                "south": -33.84370910378886
            },
            "projection": "EPSG:32756",
            "origin_x": 305225.0,
            "origin_y": 6253561.0,
            "upper_bound_x": 324838.0,
            "upper_bound_y": 6265772.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": -1.0,
            "created": "2025-03-27T09:38:23.026221Z",
            "last_modified": "2025-04-01T19:44:13.360730Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/c6e1d5c7-e7ca-4122-95b8-bb7637d76013/?format=api",
                "https://demo.lizard.net/api/v4/rasters/371856d5-f02e-40f5-bc2b-0e62b5129e6d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0dff79c6-e67b-4805-b7b1-99b0f8f6d4f9/?format=api"
            ],
            "labeltypes": [],
            "size": 1074423809,
            "dtype": "f4",
            "fill_value": "-9999.0"
        }
    ]
}