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=178
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=179",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=177",
    "results": [
        {
            "id": 355732,
            "uuid": "93736557-9b82-4130-a812-9589571e4dcb",
            "url": "https://demo.lizard.net/api/v4/rastersources/93736557-9b82-4130-a812-9589571e4dcb/?format=api",
            "name": "Groep 8 Ouwerkerk versie 5 comp.: 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:05:09Z",
            "last_value_timestamp": "2024-03-01T12:05:09Z",
            "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-01T16:31:52.745571Z",
            "last_modified": "2024-03-01T16:31:52.745561Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/6c8b39bd-fffa-4a0a-95fd-886f858f7368/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1d76b938-c7d6-4dea-b10a-033c05461591/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355733,
            "uuid": "acd18a73-4743-4b00-a66a-62ba59b59252",
            "url": "https://demo.lizard.net/api/v4/rastersources/acd18a73-4743-4b00-a66a-62ba59b59252/?format=api",
            "name": "Groep 8 Ouwerkerk versie 5 comp.: 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:05:09Z",
            "last_value_timestamp": "2024-03-01T19:25:09.720703Z",
            "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-01T16:31:52.904653Z",
            "last_modified": "2024-03-01T16:31:52.904641Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/84af3b84-9f54-442f-9dce-10a7fdda8948/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355734,
            "uuid": "1576efcd-d021-4398-b7c0-5e09d628d22f",
            "url": "https://demo.lizard.net/api/v4/rastersources/1576efcd-d021-4398-b7c0-5e09d628d22f/?format=api",
            "name": "Groep 8 Ouwerkerk versie 5 comp.: 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:05:09Z",
            "last_value_timestamp": "2024-03-01T12:05:09Z",
            "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-01T16:31:53.026606Z",
            "last_modified": "2024-03-01T16:31:53.026596Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/e50b9a41-03d4-4f25-9b1d-e0685138873b/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355735,
            "uuid": "fb9c741e-63b2-4988-af6a-0cda7d8ab83a",
            "url": "https://demo.lizard.net/api/v4/rastersources/fb9c741e-63b2-4988-af6a-0cda7d8ab83a/?format=api",
            "name": "Groep 8 Ouwerkerk versie 5 comp.: 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-01T16:31:53.043303Z",
            "last_modified": "2024-03-01T16:31:53.043294Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/e50b9a41-03d4-4f25-9b1d-e0685138873b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/587a6f0d-b5d2-4b58-b299-78b5e470ccc0/?format=api",
                "https://demo.lizard.net/api/v4/rasters/18c5a755-f147-4c88-8acb-c433e7301f23/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1d76b938-c7d6-4dea-b10a-033c05461591/?format=api",
                "https://demo.lizard.net/api/v4/rasters/62e38b9c-50c1-4e72-8f4a-9a6197dbcb55/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 355736,
            "uuid": "99c46dc7-91ba-4b27-baef-e97ce16bdc32",
            "url": "https://demo.lizard.net/api/v4/rastersources/99c46dc7-91ba-4b27-baef-e97ce16bdc32/?format=api",
            "name": "Groep 8 Ouwerkerk versie 5 comp.: 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.7815552022005012,
                "east": 4.097312165615089,
                "north": 51.72783627068674,
                "south": 51.59884860949533
            },
            "projection": "EPSG:28992",
            "origin_x": 44065.0,
            "origin_y": 402325.0,
            "upper_bound_x": 65640.0,
            "upper_bound_y": 416250.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-01T16:32:23.473579Z",
            "last_modified": "2024-03-01T16:32:23.473562Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f6c0612a-7aa5-4681-a87f-3876f38e548b/?format=api"
            ],
            "labeltypes": [],
            "size": 8944130,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355745,
            "uuid": "9770324c-d56c-4361-9191-fb26c1aa3356",
            "url": "https://demo.lizard.net/api/v4/rastersources/9770324c-d56c-4361-9191-fb26c1aa3356/?format=api",
            "name": "Groep 8 Ouwerkerk versie 5 comp.: 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:06:52.570310Z",
            "last_modified": "2024-03-01T17:06:52.570290Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/19768c54-e840-45b2-81f7-f74a3ed4de07/?format=api",
                "https://demo.lizard.net/api/v4/rasters/234cd773-95f4-4109-8328-73e1a7b2f875/?format=api"
            ],
            "labeltypes": [],
            "size": 234456379,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355746,
            "uuid": "a9d4e7dc-875e-4b76-9c89-811bcab10bb4",
            "url": "https://demo.lizard.net/api/v4/rastersources/a9d4e7dc-875e-4b76-9c89-811bcab10bb4/?format=api",
            "name": "Groep 8 Ouwerkerk versie 5 comp.: 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:06:52.855784Z",
            "last_modified": "2024-03-01T17:06:52.855757Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/53e9ede7-9418-4a7d-b6f5-605c59efc2a9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/234cd773-95f4-4109-8328-73e1a7b2f875/?format=api"
            ],
            "labeltypes": [],
            "size": 212665902,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355747,
            "uuid": "26cb7462-d43f-40ee-9958-60ff66c7e3bf",
            "url": "https://demo.lizard.net/api/v4/rastersources/26cb7462-d43f-40ee-9958-60ff66c7e3bf/?format=api",
            "name": "groep 8 ouwekerk versie 7: 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: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:57.907448Z",
            "last_modified": "2024-03-01T17:07:57.907418Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/787bf3e1-c820-4154-bee9-f50d7c1075d9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8e3c0dcd-e37e-4fd5-8f29-ded342acc869/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355748,
            "uuid": "87ac90ed-003d-4195-bd2a-42680b878a52",
            "url": "https://demo.lizard.net/api/v4/rastersources/87ac90ed-003d-4195-bd2a-42680b878a52/?format=api",
            "name": "groep 8 ouwekerk versie 7: 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:07:57.937258Z",
            "last_modified": "2024-03-01T17:07:57.937228Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/787bf3e1-c820-4154-bee9-f50d7c1075d9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8c4a9a13-015f-4f28-8bef-dfdaab0b5346/?format=api",
                "https://demo.lizard.net/api/v4/rasters/17f4de54-9de6-4abc-a1ca-9ff22be2ef1f/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 355749,
            "uuid": "f8bdbe1c-2e34-4f01-ac33-f02141d949ce",
            "url": "https://demo.lizard.net/api/v4/rastersources/f8bdbe1c-2e34-4f01-ac33-f02141d949ce/?format=api",
            "name": "groep 8 ouwekerk versie 7: 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: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.152125Z",
            "last_modified": "2024-03-01T17:07:58.152099Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8c4a9a13-015f-4f28-8bef-dfdaab0b5346/?format=api",
                "https://demo.lizard.net/api/v4/rasters/17f4de54-9de6-4abc-a1ca-9ff22be2ef1f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c62a382f-8b77-4837-9c28-2294bcfb40b3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3de29f3e-d2b5-47c6-9484-5478a22a9340/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}