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=179
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=180",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=178",
    "results": [
        {
            "id": 355750,
            "uuid": "83fcde1e-962d-4c34-a51b-d60cdffbdec4",
            "url": "https://demo.lizard.net/api/v4/rastersources/83fcde1e-962d-4c34-a51b-d60cdffbdec4/?format=api",
            "name": "groep 8 ouwekerk versie 7: 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-01T12:57:19Z",
            "last_value_timestamp": "2024-03-01T12:57:19Z",
            "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-01T17:07:58.332602Z",
            "last_modified": "2024-03-01T17:07:58.332576Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/17f4de54-9de6-4abc-a1ca-9ff22be2ef1f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6ed2ad38-1015-4256-ad14-76ae2fe503d9/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355751,
            "uuid": "1265ca6d-c41e-4c5c-b28e-b036978fc46a",
            "url": "https://demo.lizard.net/api/v4/rastersources/1265ca6d-c41e-4c5c-b28e-b036978fc46a/?format=api",
            "name": "groep 8 ouwekerk versie 7: 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-01T12:57:19Z",
            "last_value_timestamp": "2024-03-01T19:47:19.037109Z",
            "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-01T17:07:58.545944Z",
            "last_modified": "2024-03-01T17:07:58.545916Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f7f8fd7c-098a-47cb-ba85-59ce8b962802/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355752,
            "uuid": "5b4af4ca-168f-4caa-8fbe-1e9687650f0a",
            "url": "https://demo.lizard.net/api/v4/rastersources/5b4af4ca-168f-4caa-8fbe-1e9687650f0a/?format=api",
            "name": "groep 8 ouwekerk versie 7: 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-01T12:57:19Z",
            "last_value_timestamp": "2024-03-01T12:57:19Z",
            "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-01T17:07:58.706600Z",
            "last_modified": "2024-03-01T17:07:58.706572Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d3f75887-6e89-4c2f-804c-f37f20789739/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355753,
            "uuid": "6f42d07f-e9ed-4756-ab80-be05be939e05",
            "url": "https://demo.lizard.net/api/v4/rastersources/6f42d07f-e9ed-4756-ab80-be05be939e05/?format=api",
            "name": "groep 8 ouwekerk versie 7: 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-01T17:07:58.734242Z",
            "last_modified": "2024-03-01T17:07:58.734212Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d3f75887-6e89-4c2f-804c-f37f20789739/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8e3c0dcd-e37e-4fd5-8f29-ded342acc869/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c62a382f-8b77-4837-9c28-2294bcfb40b3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6ed2ad38-1015-4256-ad14-76ae2fe503d9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3de29f3e-d2b5-47c6-9484-5478a22a9340/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 355754,
            "uuid": "1e723e4e-e181-42ce-85fc-32ab654c3dfc",
            "url": "https://demo.lizard.net/api/v4/rastersources/1e723e4e-e181-42ce-85fc-32ab654c3dfc/?format=api",
            "name": "groep 8 ouwekerk versie 7: depth-first-dtri",
            "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.7859434722752168,
                "east": 4.112465061284336,
                "north": 51.72665501721359,
                "south": 51.59890780152778
            },
            "projection": "EPSG:28992",
            "origin_x": 44365.0,
            "origin_y": 402325.0,
            "upper_bound_x": 66690.0,
            "upper_bound_y": 416100.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-01T17:08:24.359230Z",
            "last_modified": "2024-03-01T17:08:24.359211Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/21706c23-9954-403c-ba4a-0f9733da8511/?format=api"
            ],
            "labeltypes": [],
            "size": 8395393,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355755,
            "uuid": "42d54b06-9a3e-49e4-8f3a-892ff8442a02",
            "url": "https://demo.lizard.net/api/v4/rastersources/42d54b06-9a3e-49e4-8f3a-892ff8442a02/?format=api",
            "name": "groep 8 ouwekerk versie 7: direct-damage",
            "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": 0.5,
            "pixelsize_y": -0.5,
            "created": "2024-03-01T17:43:42.906572Z",
            "last_modified": "2024-03-01T17:43:42.906547Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a94eca10-5d01-40dc-a6e8-50836d9e1073/?format=api",
                "https://demo.lizard.net/api/v4/rasters/677435b0-a639-4eed-9592-a4e893e6bd15/?format=api"
            ],
            "labeltypes": [],
            "size": 230861678,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355756,
            "uuid": "f92e46b1-a554-4c9b-9b9b-56ab663ec409",
            "url": "https://demo.lizard.net/api/v4/rastersources/f92e46b1-a554-4c9b-9b9b-56ab663ec409/?format=api",
            "name": "groep 8 ouwekerk versie 7: indirect-damage",
            "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": 0.5,
            "pixelsize_y": -0.5,
            "created": "2024-03-01T17:43:43.184420Z",
            "last_modified": "2024-03-01T17:43:43.184408Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/159399b2-9813-44ce-8c81-b8dbc84f940f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/677435b0-a639-4eed-9592-a4e893e6bd15/?format=api"
            ],
            "labeltypes": [],
            "size": 212607552,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355757,
            "uuid": "7c17592b-6a24-4e22-8b18-dbe3c68367da",
            "url": "https://demo.lizard.net/api/v4/rastersources/7c17592b-6a24-4e22-8b18-dbe3c68367da/?format=api",
            "name": "Versie 3 groep 8 Ouwerkerk: 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-01T11:59:20Z",
            "last_value_timestamp": "2024-03-01T18:59:20.609375Z",
            "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-01T17:49:50.175403Z",
            "last_modified": "2024-03-01T17:49:50.175377Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/82fc91e9-9ebb-4e01-a410-9965b92e80ee/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1c4ce56f-9a9a-45c6-bc51-5ce1157b0515/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355758,
            "uuid": "a25e1a19-b74e-492d-a818-a6ee02c63074",
            "url": "https://demo.lizard.net/api/v4/rastersources/a25e1a19-b74e-492d-a818-a6ee02c63074/?format=api",
            "name": "Versie 3 groep 8 Ouwerkerk: 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-01T17:49:50.196780Z",
            "last_modified": "2024-03-01T17:49:50.196767Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/82fc91e9-9ebb-4e01-a410-9965b92e80ee/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b6c3a76b-76cc-41b5-90b6-daa1701a285a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ef26274e-7c6a-4ef4-9888-c14d42a7a52f/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 355759,
            "uuid": "c886f76b-c154-4faa-bb9e-bb1b21263a7d",
            "url": "https://demo.lizard.net/api/v4/rastersources/c886f76b-c154-4faa-bb9e-bb1b21263a7d/?format=api",
            "name": "Versie 3 groep 8 Ouwerkerk: 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-01T11:59:20Z",
            "last_value_timestamp": "2024-03-01T11:59:20Z",
            "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-01T17:49:50.469175Z",
            "last_modified": "2024-03-01T17:49:50.469142Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/b6c3a76b-76cc-41b5-90b6-daa1701a285a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ef26274e-7c6a-4ef4-9888-c14d42a7a52f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/075c57c0-068c-4102-9ec5-c86601e01206/?format=api",
                "https://demo.lizard.net/api/v4/rasters/512d0f73-60eb-4184-bfee-2794492c8804/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}