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

{
    "count": 2104,
    "next": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=211",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=209",
    "results": [
        {
            "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-03-27T12:21:26.906369Z",
            "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": 1074422247,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 532634,
            "uuid": "c525c426-f15d-44b0-9c09-c045dce3662a",
            "url": "https://demo.lizard.net/api/v4/rastersources/c525c426-f15d-44b0-9c09-c045dce3662a/?format=api",
            "name": "10 feb validation event2: grid s1-max 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": false,
            "interval": null,
            "first_value_timestamp": "2025-02-12T00:00:01.828125Z",
            "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:24.150242Z",
            "last_modified": "2025-03-27T09:43:39.480533Z",
            "writable": false,
            "layers": [
                "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",
                "https://demo.lizard.net/api/v4/rasters/70493c20-f9c0-4a10-8ce2-40ad27a1e1b2/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 532635,
            "uuid": "4345c004-638c-40ab-afa1-fb3a5c372c55",
            "url": "https://demo.lizard.net/api/v4/rastersources/4345c004-638c-40ab-afa1-fb3a5c372c55/?format=api",
            "name": "10 feb validation event2: grid ucr-max",
            "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": false,
            "interval": null,
            "first_value_timestamp": "2025-02-12T00:00:01.828125Z",
            "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": 20.0,
            "pixelsize_y": -20.0,
            "created": "2025-03-27T09:38:25.080317Z",
            "last_modified": "2025-03-27T09:43:39.563058Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/0dff79c6-e67b-4805-b7b1-99b0f8f6d4f9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d04b3ed5-f2e6-4056-b558-bf7348ffc85b/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 532636,
            "uuid": "7f49a727-b317-42c8-9b6c-4509e6e7cd9a",
            "url": "https://demo.lizard.net/api/v4/rastersources/7f49a727-b317-42c8-9b6c-4509e6e7cd9a/?format=api",
            "name": "10 feb validation event2: grid rain",
            "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": 20.0,
            "pixelsize_y": -20.0,
            "created": "2025-03-27T09:38:25.994207Z",
            "last_modified": "2025-03-27T09:43:39.170124Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5cb25832-82b9-4290-9eb8-43a47ec53e6f/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 532637,
            "uuid": "db432f65-a580-4ae3-858c-65850c934de2",
            "url": "https://demo.lizard.net/api/v4/rastersources/db432f65-a580-4ae3-858c-65850c934de2/?format=api",
            "name": "10 feb validation event2: grid rise-velocity",
            "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": false,
            "interval": null,
            "first_value_timestamp": "2025-02-12T00:00:01.828125Z",
            "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": 20.0,
            "pixelsize_y": -20.0,
            "created": "2025-03-27T09:38:26.844327Z",
            "last_modified": "2025-03-27T09:43:39.281758Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d4371473-3d73-4464-bc1a-5cc4236f950e/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 532638,
            "uuid": "24c01da6-0538-4e90-ae70-528462a2287c",
            "url": "https://demo.lizard.net/api/v4/rastersources/24c01da6-0538-4e90-ae70-528462a2287c/?format=api",
            "name": "10 feb validation event2: mask",
            "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": false,
            "interval": null,
            "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:26.866574Z",
            "last_modified": "2025-03-27T09:49:56.569336Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d4371473-3d73-4464-bc1a-5cc4236f950e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9087d64c-3def-4ab8-860a-e6bf477a734f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/70493c20-f9c0-4a10-8ce2-40ad27a1e1b2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d04b3ed5-f2e6-4056-b558-bf7348ffc85b/?format=api"
            ],
            "labeltypes": [],
            "size": 1403028,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 535885,
            "uuid": "12547a25-151e-47f4-9b14-cf53478978c0",
            "url": "https://demo.lizard.net/api/v4/rastersources/12547a25-151e-47f4-9b14-cf53478978c0/?format=api",
            "name": "tw_fst2025_v3_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": "N&S Branch Office"
            },
            "access_modifier": "Public",
            "supplier": "kuan-wei.chen",
            "supplier_code": null,
            "temporal": true,
            "interval": null,
            "first_value_timestamp": "2025-03-29T16:00:00Z",
            "last_value_timestamp": "2025-03-30T16:00:01.257812Z",
            "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-03-30T09:34:00.893144Z",
            "last_modified": "2025-03-30T09:49:54.278320Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/bf7fd55c-539d-49b6-9009-63b3cf318774/?format=api",
                "https://demo.lizard.net/api/v4/rasters/40e3f8ba-5f44-4037-a998-09e8395e7769/?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": 535886,
            "uuid": "3842ca4d-9ce2-4fac-9a55-d9c7244f2ce8",
            "url": "https://demo.lizard.net/api/v4/rastersources/3842ca4d-9ce2-4fac-9a55-d9c7244f2ce8/?format=api",
            "name": "tw_fst2025_v3_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": "N&S Branch Office"
            },
            "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-03-30T09:34:00.919305Z",
            "last_modified": "2025-03-30T19:41:37.656830Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/bf7fd55c-539d-49b6-9009-63b3cf318774/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b4fee35f-7204-416f-a452-9fd5cc4f4740/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a7ce97b0-aa45-4cd5-b59e-aa0d436699a6/?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": 535887,
            "uuid": "8d70b8ac-2fb5-434b-8c67-503c3f83ce80",
            "url": "https://demo.lizard.net/api/v4/rastersources/8d70b8ac-2fb5-434b-8c67-503c3f83ce80/?format=api",
            "name": "tw_fst2025_v3_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": "N&S Branch Office"
            },
            "access_modifier": "Public",
            "supplier": "kuan-wei.chen",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2025-03-30T16:00:01.257812Z",
            "last_value_timestamp": "2025-03-30T16:00:01.257812Z",
            "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-03-30T09:34:03.307358Z",
            "last_modified": "2025-03-30T09:49:54.380683Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/b4fee35f-7204-416f-a452-9fd5cc4f4740/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a7ce97b0-aa45-4cd5-b59e-aa0d436699a6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5125f134-b03a-4453-9334-2104fe8db4ad/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        }
    ]
}