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

{
    "count": 2103,
    "next": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=175",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=173",
    "results": [
        {
            "id": 355672,
            "uuid": "7169873c-f956-4e83-ae60-49637dd3615a",
            "url": "https://demo.lizard.net/api/v4/rastersources/7169873c-f956-4e83-ae60-49637dd3615a/?format=api",
            "name": "CollinMETCOMP2: 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-01T13:17:46Z",
            "last_value_timestamp": "2024-03-01T13:17:46Z",
            "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-01T13:24:14.030436Z",
            "last_modified": "2024-03-01T13:24:14.030408Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/34cd9306-4f7a-41cf-9494-8d7e449a98d9/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355673,
            "uuid": "2d521184-6a27-4146-84cf-af64ac77a374",
            "url": "https://demo.lizard.net/api/v4/rastersources/2d521184-6a27-4146-84cf-af64ac77a374/?format=api",
            "name": "CollinMETCOMP2: 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-01T13:24:14.061646Z",
            "last_modified": "2024-03-01T13:24:14.061608Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3edb1427-fe65-4e3c-a6e7-b809a7a68632/?format=api",
                "https://demo.lizard.net/api/v4/rasters/34cd9306-4f7a-41cf-9494-8d7e449a98d9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9f127204-9d6a-498c-9e51-92cb20a173d2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/652a0b84-c104-4d5a-816e-7ad22383eb45/?format=api",
                "https://demo.lizard.net/api/v4/rasters/15bcb44d-3997-4ab4-ae6d-d9c1aae73244/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 355674,
            "uuid": "e3815cf0-2ccb-4191-93c4-89541069ae14",
            "url": "https://demo.lizard.net/api/v4/rastersources/e3815cf0-2ccb-4191-93c4-89541069ae14/?format=api",
            "name": "CollinMETCOMP2: 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-01T13:29:58.800082Z",
            "last_modified": "2024-03-01T13:29:58.800066Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d56973dc-0cfa-43d4-87d0-1bd74a8d7551/?format=api"
            ],
            "labeltypes": [],
            "size": 5260460,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355679,
            "uuid": "be5667ac-e640-4ce8-a1fc-3e68c941b2f9",
            "url": "https://demo.lizard.net/api/v4/rastersources/be5667ac-e640-4ce8-a1fc-3e68c941b2f9/?format=api",
            "name": "CollinMETCOMP2: 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-01T14:05:35.713164Z",
            "last_modified": "2024-03-01T14:05:35.713146Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/39f6308b-013a-4572-945e-f13c052104c9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/424ac232-99ef-48b4-85cf-d85c226e1dd4/?format=api"
            ],
            "labeltypes": [],
            "size": 214700758,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355680,
            "uuid": "0dc8cc88-2d63-4452-bf67-29cdd5cd31ac",
            "url": "https://demo.lizard.net/api/v4/rastersources/0dc8cc88-2d63-4452-bf67-29cdd5cd31ac/?format=api",
            "name": "CollinMETCOMP2: 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-01T14:05:35.983824Z",
            "last_modified": "2024-03-01T14:05:35.983802Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/7d6aaba4-6727-48ad-a3c2-3984b96ecfbf/?format=api",
                "https://demo.lizard.net/api/v4/rasters/424ac232-99ef-48b4-85cf-d85c226e1dd4/?format=api"
            ],
            "labeltypes": [],
            "size": 211485613,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355681,
            "uuid": "1e11f351-1c87-460e-b8c1-007bf381839a",
            "url": "https://demo.lizard.net/api/v4/rastersources/1e11f351-1c87-460e-b8c1-007bf381839a/?format=api",
            "name": "Groep 12 ophogen 1 maart poging 5: 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-01T13:01:43Z",
            "last_value_timestamp": "2024-03-02T09:12:08.070312Z",
            "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-01T14:06:15.723779Z",
            "last_modified": "2024-03-01T14:06:15.723735Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/1f468b0c-74b9-4188-97fc-e23027e8aa6c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/cc795297-a7bb-4bb5-b5eb-da2e917f299b/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355682,
            "uuid": "5cdcf039-31fa-46ce-9b46-7ebcb3c36efd",
            "url": "https://demo.lizard.net/api/v4/rastersources/5cdcf039-31fa-46ce-9b46-7ebcb3c36efd/?format=api",
            "name": "Groep 12 ophogen 1 maart poging 5: 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-01T14:06:15.747698Z",
            "last_modified": "2024-03-01T14:06:15.747677Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/fe647c62-42dd-4a2c-b784-4daa8537a8da/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1f468b0c-74b9-4188-97fc-e23027e8aa6c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/699ff81d-2f46-498c-930e-f0b761f397f1/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 355683,
            "uuid": "c6217282-dbc0-4f6c-9508-36a34f446084",
            "url": "https://demo.lizard.net/api/v4/rastersources/c6217282-dbc0-4f6c-9508-36a34f446084/?format=api",
            "name": "Groep 12 ophogen 1 maart poging 5: 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-01T13:01:43Z",
            "last_value_timestamp": "2024-03-01T13:01:43Z",
            "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-01T14:06:15.920216Z",
            "last_modified": "2024-03-01T14:06:15.920193Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/fe647c62-42dd-4a2c-b784-4daa8537a8da/?format=api",
                "https://demo.lizard.net/api/v4/rasters/4a480839-0e63-4e74-bc89-a7a7f949bfd1/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7800f61d-a90b-49c2-8d93-3f4c1fa8f389/?format=api",
                "https://demo.lizard.net/api/v4/rasters/699ff81d-2f46-498c-930e-f0b761f397f1/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355684,
            "uuid": "494f2c45-2e62-493b-b298-00949723c83f",
            "url": "https://demo.lizard.net/api/v4/rastersources/494f2c45-2e62-493b-b298-00949723c83f/?format=api",
            "name": "Groep 12 ophogen 1 maart poging 5: 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-01T13:01:43Z",
            "last_value_timestamp": "2024-03-01T13:01:43Z",
            "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-01T14:06:16.074170Z",
            "last_modified": "2024-03-01T14:06:16.074148Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/c7edcbc1-26da-4656-a569-708cdb08f7f8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/699ff81d-2f46-498c-930e-f0b761f397f1/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355685,
            "uuid": "a8b6ea18-f2b6-4192-bef7-7b6d2215e2af",
            "url": "https://demo.lizard.net/api/v4/rastersources/a8b6ea18-f2b6-4192-bef7-7b6d2215e2af/?format=api",
            "name": "Groep 12 ophogen 1 maart poging 5: 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-01T13:01:43Z",
            "last_value_timestamp": "2024-03-02T09:12:08.070312Z",
            "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-01T14:06:16.242626Z",
            "last_modified": "2024-03-01T14:06:16.242606Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/6a6765ec-c1c0-4fe7-8f02-74ff245dbc21/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}