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=184
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=185",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=183",
    "results": [
        {
            "id": 355813,
            "uuid": "8b67eaa4-dff4-4acf-be27-f9bfb9d9716c",
            "url": "https://demo.lizard.net/api/v4/rastersources/8b67eaa4-dff4-4acf-be27-f9bfb9d9716c/?format=api",
            "name": "versie 2.1 groep 8 Ouwerkerk: 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-01T19:50:12.624404Z",
            "last_modified": "2024-03-01T19:50:12.624393Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/70b894b8-7492-4d6c-99cd-62b88403c6e3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f5aa2d27-82a3-41c9-87e8-270669748784/?format=api",
                "https://demo.lizard.net/api/v4/rasters/dc039d79-95d8-420d-8d26-c128891b5d44/?format=api",
                "https://demo.lizard.net/api/v4/rasters/039a24b1-75a0-41de-8add-eb4f75817dbe/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b58e2483-975b-4e89-b3fe-bbc08cbb66b3/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 355814,
            "uuid": "0f0bec40-c524-4ae3-8ea0-a4e1afd5a56c",
            "url": "https://demo.lizard.net/api/v4/rastersources/0f0bec40-c524-4ae3-8ea0-a4e1afd5a56c/?format=api",
            "name": "CollinZONDERCOMP2: 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.831920025248735,
                "east": 4.122061961197487,
                "north": 51.70667435938095,
                "south": 51.599515817715755
            },
            "projection": "EPSG:28992",
            "origin_x": 47495.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 413865.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-01T20:02:10.886649Z",
            "last_modified": "2024-03-01T20:02:10.886637Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8787be8c-bd4b-48f7-8c69-82c6da144876/?format=api"
            ],
            "labeltypes": [],
            "size": 5469798,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355830,
            "uuid": "979544ad-dc3b-4cb0-84af-eb51349f6f9a",
            "url": "https://demo.lizard.net/api/v4/rastersources/979544ad-dc3b-4cb0-84af-eb51349f6f9a/?format=api",
            "name": "CollinZONDERCOMP2: 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-01T20:36:46.889692Z",
            "last_modified": "2024-03-01T20:36:46.889672Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/84d38b18-ff7b-473e-bb7f-3908d8f0a994/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0154905b-d136-4d2b-b9ab-043e1c235fd1/?format=api"
            ],
            "labeltypes": [],
            "size": 217851479,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355831,
            "uuid": "089dc361-00d4-4ba6-a618-804a424a4852",
            "url": "https://demo.lizard.net/api/v4/rastersources/089dc361-00d4-4ba6-a618-804a424a4852/?format=api",
            "name": "CollinZONDERCOMP2: 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-01T20:36:47.144582Z",
            "last_modified": "2024-03-01T20:36:47.144553Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/add004e1-cbee-467a-9603-8ee1f649d334/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0154905b-d136-4d2b-b9ab-043e1c235fd1/?format=api"
            ],
            "labeltypes": [],
            "size": 211895462,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355832,
            "uuid": "cd70346b-92e2-48a2-89d7-d936d515dae2",
            "url": "https://demo.lizard.net/api/v4/rastersources/cd70346b-92e2-48a2-89d7-d936d515dae2/?format=api",
            "name": "Groep 12 ophogen 1 maart poging 4: 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.7035750291815424,
                "east": 3.998397745446642,
                "north": 51.76548025200563,
                "south": 51.611616126646275
            },
            "projection": "EPSG:28992",
            "origin_x": 38775.0,
            "origin_y": 403865.0,
            "upper_bound_x": 58815.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-01T20:55:02.854032Z",
            "last_modified": "2024-03-01T20:55:02.854003Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/62e311c8-e85d-47d4-8cec-c67c0026eddc/?format=api"
            ],
            "labeltypes": [],
            "size": 8849476,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355835,
            "uuid": "0634ff31-41c9-4a15-bf13-e00d9bc25215",
            "url": "https://demo.lizard.net/api/v4/rastersources/0634ff31-41c9-4a15-bf13-e00d9bc25215/?format=api",
            "name": "Groep 12 ophogen 1 maart poging 4: 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-01T21:29:49.596175Z",
            "last_modified": "2024-03-01T21:29:49.596149Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/dc38ab17-865d-4967-8230-6c3a581c46a1/?format=api",
                "https://demo.lizard.net/api/v4/rasters/66ea3af9-b17e-4ee2-a141-a37f200f8f5b/?format=api"
            ],
            "labeltypes": [],
            "size": 228144553,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355836,
            "uuid": "8fce4f97-69ea-4b5c-888e-e5893045eac8",
            "url": "https://demo.lizard.net/api/v4/rastersources/8fce4f97-69ea-4b5c-888e-e5893045eac8/?format=api",
            "name": "Groep 12 ophogen 1 maart poging 4: 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-01T21:29:49.851387Z",
            "last_modified": "2024-03-01T21:29:49.851367Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/09d0ade4-0cb4-48b5-a994-1565230aeeb4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/66ea3af9-b17e-4ee2-a141-a37f200f8f5b/?format=api"
            ],
            "labeltypes": [],
            "size": 212481362,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355837,
            "uuid": "db240a7a-781e-4aba-9cb8-523dba459a0b",
            "url": "https://demo.lizard.net/api/v4/rastersources/db240a7a-781e-4aba-9cb8-523dba459a0b/?format=api",
            "name": "versie 2.1 groep 8 Ouwerkerk: 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.7926716697368765,
                "east": 4.122061961197487,
                "north": 51.72469266311527,
                "south": 51.59899825153646
            },
            "projection": "EPSG:28992",
            "origin_x": 44825.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 415870.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-01T21:30:55.978225Z",
            "last_modified": "2024-03-01T21:30:55.978209Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/32d1ce59-07c0-4c43-b88e-c7bfb79018e0/?format=api"
            ],
            "labeltypes": [],
            "size": 7834765,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355840,
            "uuid": "564fc287-c244-4a21-8e63-b8c555044beb",
            "url": "https://demo.lizard.net/api/v4/rastersources/564fc287-c244-4a21-8e63-b8c555044beb/?format=api",
            "name": "versie 2.1 groep 8 Ouwerkerk: 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-01T22:05:57.608581Z",
            "last_modified": "2024-03-01T22:05:57.608560Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d04ed0a1-7db3-4b02-92ef-9e24ca830073/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5ceca0b6-e008-4790-a2f9-688f8ba76a5e/?format=api"
            ],
            "labeltypes": [],
            "size": 227700191,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355841,
            "uuid": "6c537dfd-30ba-4dbc-b4d7-619750139544",
            "url": "https://demo.lizard.net/api/v4/rastersources/6c537dfd-30ba-4dbc-b4d7-619750139544/?format=api",
            "name": "versie 2.1 groep 8 Ouwerkerk: 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-01T22:05:57.884138Z",
            "last_modified": "2024-03-01T22:05:57.884115Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3bcca9a4-8304-4695-a8a5-8abb58b2726c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5ceca0b6-e008-4790-a2f9-688f8ba76a5e/?format=api"
            ],
            "labeltypes": [],
            "size": 212388866,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}