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=182
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=183",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=181",
    "results": [
        {
            "id": 355789,
            "uuid": "0853422b-ae41-48ba-93cf-5c60bb6cc9bf",
            "url": "https://demo.lizard.net/api/v4/rastersources/0853422b-ae41-48ba-93cf-5c60bb6cc9bf/?format=api",
            "name": "Versie 3 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-01T18:26:56.973928Z",
            "last_modified": "2024-03-01T18:26:56.973904Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5fbbffb7-0c3c-4c3e-b591-77aa34f681de/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d4b66cd8-bf18-48c4-88ec-2bae28673339/?format=api"
            ],
            "labeltypes": [],
            "size": 212667934,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355791,
            "uuid": "491e0c2e-d3d1-482f-9cd8-8145a7d623ae",
            "url": "https://demo.lizard.net/api/v4/rastersources/491e0c2e-d3d1-482f-9cd8-8145a7d623ae/?format=api",
            "name": "Scharendijke farida: 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.7017650347775004,
                "east": 3.98559365756157,
                "north": 51.76532895454869,
                "south": 51.61720612160525
            },
            "projection": "EPSG:28992",
            "origin_x": 38650.0,
            "origin_y": 404490.0,
            "upper_bound_x": 57940.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-01T18:27:59.957791Z",
            "last_modified": "2024-03-01T18:27:59.957773Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/4310a0eb-7a62-4b36-83a4-02932a86e308/?format=api"
            ],
            "labeltypes": [],
            "size": 9802767,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355792,
            "uuid": "0c1211f5-39ff-4d9a-a4db-f071afb969ae",
            "url": "https://demo.lizard.net/api/v4/rastersources/0c1211f5-39ff-4d9a-a4db-f071afb969ae/?format=api",
            "name": "Scharendijke farida: 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-01T19:03:09.154555Z",
            "last_modified": "2024-03-01T19:03:09.154534Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/c054cc88-d4ef-4331-a69d-9c770e211225/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ee0812f8-85d9-4374-81ec-75d48d50e920/?format=api"
            ],
            "labeltypes": [],
            "size": 263680630,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355793,
            "uuid": "241259fc-88b5-4b94-bac1-0655db413596",
            "url": "https://demo.lizard.net/api/v4/rastersources/241259fc-88b5-4b94-bac1-0655db413596/?format=api",
            "name": "Scharendijke farida: 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-01T19:03:09.448768Z",
            "last_modified": "2024-03-01T19:03:09.448747Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/19e9527d-9daf-4104-8788-2c4d6b7d6642/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ee0812f8-85d9-4374-81ec-75d48d50e920/?format=api"
            ],
            "labeltypes": [],
            "size": 212560736,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355794,
            "uuid": "0f6cbfef-cd17-4c4c-a366-c39ac5a6a76a",
            "url": "https://demo.lizard.net/api/v4/rastersources/0f6cbfef-cd17-4c4c-a366-c39ac5a6a76a/?format=api",
            "name": "Groep 12 Woonwijk ophogen 1 maart poging 3: 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.7032854299152542,
                "east": 3.9963492984134508,
                "north": 51.7654561364413,
                "south": 51.61251052849603
            },
            "projection": "EPSG:28992",
            "origin_x": 38755.0,
            "origin_y": 403965.0,
            "upper_bound_x": 58675.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-01T19:04:39.209641Z",
            "last_modified": "2024-03-01T19:04:39.209627Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/036272e8-21c7-4f46-8a3b-7394ab41571e/?format=api"
            ],
            "labeltypes": [],
            "size": 8954564,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355797,
            "uuid": "fbefcab9-011a-4a89-b3ad-4503ca512bd9",
            "url": "https://demo.lizard.net/api/v4/rastersources/fbefcab9-011a-4a89-b3ad-4503ca512bd9/?format=api",
            "name": "Groep 12 Woonwijk ophogen 1 maart poging 3: 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-01T19:41:11.225571Z",
            "last_modified": "2024-03-01T19:41:11.225552Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8898d3e2-01fe-496e-8e39-e501f40eb8ee/?format=api",
                "https://demo.lizard.net/api/v4/rasters/77a96940-c3e0-4715-800b-a6686e90a4b2/?format=api"
            ],
            "labeltypes": [],
            "size": 228051261,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355798,
            "uuid": "02e1d949-cc2b-405b-9a51-491c2a54c849",
            "url": "https://demo.lizard.net/api/v4/rastersources/02e1d949-cc2b-405b-9a51-491c2a54c849/?format=api",
            "name": "Groep 12 Woonwijk ophogen 1 maart poging 3: 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-01T19:41:11.484430Z",
            "last_modified": "2024-03-01T19:41:11.484416Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3c0ac654-c7a0-424a-8bf5-e03aff0d2a7d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/77a96940-c3e0-4715-800b-a6686e90a4b2/?format=api"
            ],
            "labeltypes": [],
            "size": 212426069,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355800,
            "uuid": "2f8d9df1-8e34-46c8-9117-7b4614b8ea44",
            "url": "https://demo.lizard.net/api/v4/rastersources/2f8d9df1-8e34-46c8-9117-7b4614b8ea44/?format=api",
            "name": "Groep 12 ophogen 1 maart poging 4: 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-01T12:50:58Z",
            "last_value_timestamp": "2024-03-02T01:11:17.902344Z",
            "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-01T19:44:26.492206Z",
            "last_modified": "2024-03-01T19:44:26.492190Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/78ccd790-0bb8-4b4f-ba76-1616dec85454/?format=api",
                "https://demo.lizard.net/api/v4/rasters/4c823ab5-f004-4e15-af0e-373004b1f878/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355801,
            "uuid": "591eaa7b-84f1-4d3d-909a-7bdbb9e7e22f",
            "url": "https://demo.lizard.net/api/v4/rastersources/591eaa7b-84f1-4d3d-909a-7bdbb9e7e22f/?format=api",
            "name": "Groep 12 ophogen 1 maart poging 4: 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-01T19:44:26.511683Z",
            "last_modified": "2024-03-01T19:44:26.511665Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/78ccd790-0bb8-4b4f-ba76-1616dec85454/?format=api",
                "https://demo.lizard.net/api/v4/rasters/46a71306-7d0d-4925-84a1-897c5e1ad5ad/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ddce78f4-a30e-40da-8394-0d5050c904fd/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 355802,
            "uuid": "7a539c93-f263-4edb-ab76-061800801324",
            "url": "https://demo.lizard.net/api/v4/rastersources/7a539c93-f263-4edb-ab76-061800801324/?format=api",
            "name": "Groep 12 ophogen 1 maart poging 4: 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-01T12:50:58Z",
            "last_value_timestamp": "2024-03-01T12:50:58Z",
            "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-01T19:44:26.756912Z",
            "last_modified": "2024-03-01T19:44:26.756895Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/46a71306-7d0d-4925-84a1-897c5e1ad5ad/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ddce78f4-a30e-40da-8394-0d5050c904fd/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d61a2e27-114d-4964-95cb-34f24b1ee2c0/?format=api",
                "https://demo.lizard.net/api/v4/rasters/19d8637e-844a-4731-bd0b-8f8936d5852b/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}