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": 2079,
    "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": 466612,
            "uuid": "6437c353-4220-4762-a532-d68fc7926ab9",
            "url": "https://demo.lizard.net/api/v4/rastersources/6437c353-4220-4762-a532-d68fc7926ab9/?format=api",
            "name": "T3D-live-demo-rotterdam-origineel #1_2024-06-10T115929: grid rise-velocity",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/42eec8b6-604c-49c5-9b9e-9fe821510314/?format=api",
                "uuid": "42eec8b6-604c-49c5-9b9e-9fe821510314",
                "name": "Virtual City Systems"
            },
            "access_modifier": "Public",
            "supplier": null,
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2024-06-10T18:38:31.052734Z",
            "last_value_timestamp": "2024-06-10T18:38:31.052734Z",
            "spatial_bounds": {
                "west": 4.454745485980135,
                "east": 4.467252642594378,
                "north": 51.92851744602171,
                "south": 51.90829060661301
            },
            "projection": "EPSG:28992",
            "origin_x": 90865.3,
            "origin_y": 435943.5,
            "upper_bound_x": 91697.3,
            "upper_bound_y": 438183.5,
            "pixelsize_x": 4.0,
            "pixelsize_y": -4.0,
            "created": "2024-06-10T11:46:22.540304Z",
            "last_modified": "2024-06-10T12:46:30.590144Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5ec4176f-7da8-47ff-9d5e-cf882f71d697/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 466613,
            "uuid": "553681a4-8777-405b-a459-1c5ebdffe3aa",
            "url": "https://demo.lizard.net/api/v4/rastersources/553681a4-8777-405b-a459-1c5ebdffe3aa/?format=api",
            "name": "T3D-live-demo-rotterdam-origineel #1_2024-06-10T115929: mask",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/42eec8b6-604c-49c5-9b9e-9fe821510314/?format=api",
                "uuid": "42eec8b6-604c-49c5-9b9e-9fe821510314",
                "name": "Virtual City Systems"
            },
            "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": 4.454750538381191,
                "east": 4.4669925418717495,
                "north": 51.92841205450654,
                "south": 51.90829062966179
            },
            "projection": "EPSG:28992",
            "origin_x": 90865.5,
            "origin_y": 435943.50000000006,
            "upper_bound_x": 91679.4,
            "upper_bound_y": 438172.00000000006,
            "pixelsize_x": 0.1,
            "pixelsize_y": -0.1,
            "created": "2024-06-10T11:46:22.563923Z",
            "last_modified": "2024-06-10T23:12:57.085070Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5ec4176f-7da8-47ff-9d5e-cf882f71d697/?format=api",
                "https://demo.lizard.net/api/v4/rasters/dd4ae0e8-7ed7-40cc-ac8e-9cb9bd79f54f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6edf1044-9662-471d-91b6-7169921ca656/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a67da28d-b5e9-403e-b49d-8717192919c7/?format=api"
            ],
            "labeltypes": [],
            "size": 6527672,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 466623,
            "uuid": "8a10332a-3017-4c1f-b0ac-2eb585db3c65",
            "url": "https://demo.lizard.net/api/v4/rastersources/8a10332a-3017-4c1f-b0ac-2eb585db3c65/?format=api",
            "name": "T3D-live-demo-rotterdam-origineel #1_2024-06-10T115929: depth-first-dtri",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/42eec8b6-604c-49c5-9b9e-9fe821510314/?format=api",
                "uuid": "42eec8b6-604c-49c5-9b9e-9fe821510314",
                "name": "Virtual City Systems"
            },
            "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": 4.454841636417719,
                "east": 4.463207679086265,
                "north": 51.92441293456735,
                "south": 51.91003872837445
            },
            "projection": "EPSG:28992",
            "origin_x": 90866.1,
            "origin_y": 436138.0,
            "upper_bound_x": 91421.40000000001,
            "upper_bound_y": 437730.3,
            "pixelsize_x": 0.1,
            "pixelsize_y": -0.1,
            "created": "2024-06-10T12:41:34.984995Z",
            "last_modified": "2024-06-10T23:12:57.417934Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/e6d3a352-713f-4452-99e8-16882c1668f6/?format=api"
            ],
            "labeltypes": [],
            "size": 13126753,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 468289,
            "uuid": "a04c8671-bd53-4aa8-96b3-0df816114f22",
            "url": "https://demo.lizard.net/api/v4/rastersources/a04c8671-bd53-4aa8-96b3-0df816114f22/?format=api",
            "name": "ilan2024_op_maxdepth",
            "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": "N&S Branch Office"
            },
            "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.98266667385965,
                "east": 121.00841904424138,
                "north": 24.973568550000934,
                "south": 24.947927038101554
            },
            "projection": "EPSG:3826",
            "origin_x": 248250.0,
            "origin_y": 2760010.0,
            "upper_bound_x": 250850.0,
            "upper_bound_y": 2762850.0,
            "pixelsize_x": 20.0,
            "pixelsize_y": -20.0,
            "created": "2024-06-25T04:23:56.137995Z",
            "last_modified": "2024-06-25T23:00:22.366296Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 25263,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 470468,
            "uuid": "4cd01d0c-4e6c-43e4-a03f-a88151b3d5a0",
            "url": "https://demo.lizard.net/api/v4/rastersources/4cd01d0c-4e6c-43e4-a03f-a88151b3d5a0/?format=api",
            "name": "ilan2024_op_time_clip",
            "description": "test geoblock timeseries clip",
            "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": "01:00:00",
            "first_value_timestamp": "2024-07-23T00:00:00Z",
            "last_value_timestamp": "2024-07-23T00:00:00Z",
            "spatial_bounds": {
                "west": 120.98266667385965,
                "east": 121.00841904424138,
                "north": 24.973568550000934,
                "south": 24.947927038101554
            },
            "projection": "EPSG:3826",
            "origin_x": 248250.0,
            "origin_y": 2760010.0,
            "upper_bound_x": 250850.0,
            "upper_bound_y": 2762850.0,
            "pixelsize_x": 20.0,
            "pixelsize_y": -20.0,
            "created": "2024-07-23T09:35:52.396326Z",
            "last_modified": "2024-08-01T00:25:06.054006Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 82788,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 470635,
            "uuid": "9b06fa6c-0c6f-47a0-a886-9ee1992b7c1d",
            "url": "https://demo.lizard.net/api/v4/rastersources/9b06fa6c-0c6f-47a0-a886-9ee1992b7c1d/?format=api",
            "name": "test_rain_cum",
            "description": "test 6hours dask_geomodeling.raster.temporal.Cumulative",
            "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": 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": "2024-07-24T08:33:40.320361Z",
            "last_modified": "2025-02-03T07:13:08.962933Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/e1476162-2287-41af-8208-805666e9309d/?format=api"
            ],
            "labeltypes": [],
            "size": 587,
            "dtype": null,
            "fill_value": "-9999.0"
        },
        {
            "id": 472941,
            "uuid": "21ce71f9-6d78-4610-a964-b00875424e18",
            "url": "https://demo.lizard.net/api/v4/rastersources/21ce71f9-6d78-4610-a964-b00875424e18/?format=api",
            "name": "1806_hhnk_piek_rhg",
            "description": "Piek RHG HHNK (Z0183, regio Alkmaar en PWN)",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "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": 4.6182022645598115,
                "east": 4.89790858616315,
                "north": 52.72827354527042,
                "south": 52.51027815582556
            },
            "projection": "EPSG:28992",
            "origin_x": 103050.0,
            "origin_y": 502785.022,
            "upper_bound_x": 121783.4512,
            "upper_bound_y": 526880.0,
            "pixelsize_x": 4.99825272145144,
            "pixelsize_y": -4.998958091286307,
            "created": "2024-08-06T07:45:28.537316Z",
            "last_modified": "2024-09-01T05:55:52.987016Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/6e293fd7-64a2-4700-9741-8a69320ba06f/?format=api"
            ],
            "labeltypes": [],
            "size": 1592314,
            "dtype": "f4",
            "fill_value": "-3.4028234663852886e+38"
        },
        {
            "id": 472942,
            "uuid": "5c1b9a01-aad0-4234-b87e-6531261676be",
            "url": "https://demo.lizard.net/api/v4/rastersources/5c1b9a01-aad0-4234-b87e-6531261676be/?format=api",
            "name": "1806_hhnk_schaduw_hoogste_zonnestand",
            "description": "Schaduw hoogste zonnestand (Z0183, regio Alkmaar en PWN)",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "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": 4.598665867513406,
                "east": 4.926923622194116,
                "north": 52.75751726969108,
                "south": 52.49495513336516
            },
            "projection": "EPSG:3857",
            "origin_x": 511921.1427,
            "origin_y": 6890119.2611,
            "upper_bound_x": 548462.6288,
            "upper_bound_y": 6938270.527,
            "pixelsize_x": 0.8233031295061266,
            "pixelsize_y": -0.8232533621706646,
            "created": "2024-08-06T07:46:08.566456Z",
            "last_modified": "2024-09-01T05:58:35.200472Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/bbd72315-8c5b-473c-b0a3-c5e4df47ae52/?format=api"
            ],
            "labeltypes": [],
            "size": 267241328,
            "dtype": "f4",
            "fill_value": "-1000000000.0"
        },
        {
            "id": 474239,
            "uuid": "1a555ebd-3705-4d11-94c0-07b87c868422",
            "url": "https://demo.lizard.net/api/v4/rastersources/1a555ebd-3705-4d11-94c0-07b87c868422/?format=api",
            "name": "1811_maastricht_pet_verschilkaart_2012_2023",
            "description": null,
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/d19b76d3-93b1-42c2-9ffe-b06af89b16dd/?format=api",
                "uuid": "d19b76d3-93b1-42c2-9ffe-b06af89b16dd",
                "name": "Maastricht"
            },
            "access_modifier": "Public",
            "supplier": "remo.vantilburg",
            "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": 5.6386228484477865,
                "east": 5.763313028234233,
                "north": 50.912170358916576,
                "south": 50.803664406119424
            },
            "projection": "EPSG:28992",
            "origin_x": 172724.5,
            "origin_y": 312709.0,
            "upper_bound_x": 181453.0,
            "upper_bound_y": 324743.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2024-08-12T13:49:12.038439Z",
            "last_modified": "2025-01-28T17:24:27.691555Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3e7b6faf-c415-4e17-ac6b-e8a880a1cc56/?format=api"
            ],
            "labeltypes": [],
            "size": 855981295,
            "dtype": "f4",
            "fill_value": "-3.4028234663852886e+38"
        },
        {
            "id": 474240,
            "uuid": "0d68348a-f9a8-4c7b-8176-7f9a7cc53f63",
            "url": "https://demo.lizard.net/api/v4/rastersources/0d68348a-f9a8-4c7b-8176-7f9a7cc53f63/?format=api",
            "name": "1811_maastricht_pet_2012_ahn2",
            "description": null,
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/d19b76d3-93b1-42c2-9ffe-b06af89b16dd/?format=api",
                "uuid": "d19b76d3-93b1-42c2-9ffe-b06af89b16dd",
                "name": "Maastricht"
            },
            "access_modifier": "Public",
            "supplier": "remo.vantilburg",
            "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": 5.6386228484477865,
                "east": 5.763313028234233,
                "north": 50.912170358916576,
                "south": 50.803664406119424
            },
            "projection": "EPSG:28992",
            "origin_x": 172724.5,
            "origin_y": 312709.0,
            "upper_bound_x": 181453.0,
            "upper_bound_y": 324743.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2024-08-12T14:08:53.193128Z",
            "last_modified": "2025-01-28T12:04:31.283599Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a8f05cce-eb39-4a59-95aa-cd6c785b7c0c/?format=api"
            ],
            "labeltypes": [],
            "size": 746084591,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}