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

{
    "count": 2086,
    "next": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=178",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=176",
    "results": [
        {
            "id": 355722,
            "uuid": "b4deaf41-1887-42ae-8d7c-9aabb5dc24b4",
            "url": "https://demo.lizard.net/api/v4/rastersources/b4deaf41-1887-42ae-8d7c-9aabb5dc24b4/?format=api",
            "name": "Groep 8 Ouwerkerk versie 6 ophogen: 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:16:00Z",
            "last_value_timestamp": "2024-03-01T12:16:00Z",
            "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-01T15:57:10.123238Z",
            "last_modified": "2024-03-01T15:57:10.123228Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/e412a59a-4838-46f1-8f98-5d7f2050c3a4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8d14ee5b-392a-4120-8c14-dc1d695eb9dd/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355723,
            "uuid": "c897cec2-1ff4-4143-97a5-4a5bd7d87bf5",
            "url": "https://demo.lizard.net/api/v4/rastersources/c897cec2-1ff4-4143-97a5-4a5bd7d87bf5/?format=api",
            "name": "Groep 8 Ouwerkerk versie 6 ophogen: 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:16:00Z",
            "last_value_timestamp": "2024-03-01T20:26:01.117188Z",
            "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-01T15:57:10.283330Z",
            "last_modified": "2024-03-01T15:57:10.283320Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/12278f65-b60b-44dd-976e-2a128813fd90/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355724,
            "uuid": "1f7d7e80-bee2-4532-a90f-39e3e19262b8",
            "url": "https://demo.lizard.net/api/v4/rastersources/1f7d7e80-bee2-4532-a90f-39e3e19262b8/?format=api",
            "name": "Groep 8 Ouwerkerk versie 6 ophogen: 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:16:00Z",
            "last_value_timestamp": "2024-03-01T12:16:00Z",
            "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-01T15:57:10.398653Z",
            "last_modified": "2024-03-01T15:57:10.398643Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/30a20ddc-e3cc-4642-b00a-dbe2e6efbcc6/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355725,
            "uuid": "5a9cb551-e4cf-4c66-84f4-63ce3f3c58ea",
            "url": "https://demo.lizard.net/api/v4/rastersources/5a9cb551-e4cf-4c66-84f4-63ce3f3c58ea/?format=api",
            "name": "Groep 8 Ouwerkerk versie 6 ophogen: 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-01T15:57:10.422426Z",
            "last_modified": "2024-03-01T15:57:10.422417Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f02d51b7-1e6a-4fd8-802d-e46a2b8097c4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/30a20ddc-e3cc-4642-b00a-dbe2e6efbcc6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/995d5d76-b0cf-4f09-b1c3-e6fb3422263c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ea2f2b35-c2e6-4c95-84b0-371b4936db1d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8d14ee5b-392a-4120-8c14-dc1d695eb9dd/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 355726,
            "uuid": "f0fe7339-2065-4c45-86b6-f42c5e6db49f",
            "url": "https://demo.lizard.net/api/v4/rastersources/f0fe7339-2065-4c45-86b6-f42c5e6db49f/?format=api",
            "name": "Groep 8 Ouwerkerk versie 6 ophogen: 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.8343700344846807,
                "east": 4.122061961197487,
                "north": 51.73008466697012,
                "south": 51.59955885315959
            },
            "projection": "EPSG:28992",
            "origin_x": 47720.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 416470.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-01T15:57:42.840395Z",
            "last_modified": "2024-03-01T15:57:42.840373Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/e73aa5b0-6496-4c88-ac43-265f043e160d/?format=api"
            ],
            "labeltypes": [],
            "size": 9572941,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355727,
            "uuid": "9520f707-3e6c-446c-87e6-cd4dbdbd5bd3",
            "url": "https://demo.lizard.net/api/v4/rastersources/9520f707-3e6c-446c-87e6-cd4dbdbd5bd3/?format=api",
            "name": "Groep 8 Ouwerkerk versie 6 ophogen: 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-01T16:31:02.171600Z",
            "last_modified": "2024-03-01T16:31:02.171582Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d953db62-3947-4e9b-a3da-276773f29f84/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f315f45f-4927-4f23-b404-2e2c03687025/?format=api"
            ],
            "labeltypes": [],
            "size": 237354412,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355728,
            "uuid": "bcb2bae4-6a8a-4ae5-b2aa-8e4e846f68d6",
            "url": "https://demo.lizard.net/api/v4/rastersources/bcb2bae4-6a8a-4ae5-b2aa-8e4e846f68d6/?format=api",
            "name": "Groep 8 Ouwerkerk versie 6 ophogen: 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-01T16:31:02.417221Z",
            "last_modified": "2024-03-01T16:31:02.417205Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/249eafb7-6a67-4871-b359-f0d36ed4a4ef/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f315f45f-4927-4f23-b404-2e2c03687025/?format=api"
            ],
            "labeltypes": [],
            "size": 212983653,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355729,
            "uuid": "27fa884e-8d60-4118-b9ab-f038c9b92b83",
            "url": "https://demo.lizard.net/api/v4/rastersources/27fa884e-8d60-4118-b9ab-f038c9b92b83/?format=api",
            "name": "Groep 8 Ouwerkerk versie 5 comp.: 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: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.445429Z",
            "last_modified": "2024-03-01T16:31:52.445417Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2ecef7c8-3174-4e76-8f3a-83610b9a973b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/587a6f0d-b5d2-4b58-b299-78b5e470ccc0/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355730,
            "uuid": "669e90b3-078b-48af-ba6b-3101ea113222",
            "url": "https://demo.lizard.net/api/v4/rastersources/669e90b3-078b-48af-ba6b-3101ea113222/?format=api",
            "name": "Groep 8 Ouwerkerk versie 5 comp.: 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-01T16:31:52.464945Z",
            "last_modified": "2024-03-01T16:31:52.464935Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2ecef7c8-3174-4e76-8f3a-83610b9a973b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/dab6554f-23c6-46e8-9f43-bdfd32d900c3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6c8b39bd-fffa-4a0a-95fd-886f858f7368/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 355731,
            "uuid": "36032c6d-ceb7-4f03-8fcf-b816fc316a04",
            "url": "https://demo.lizard.net/api/v4/rastersources/36032c6d-ceb7-4f03-8fcf-b816fc316a04/?format=api",
            "name": "Groep 8 Ouwerkerk versie 5 comp.: 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: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.621942Z",
            "last_modified": "2024-03-01T16:31:52.621923Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/dab6554f-23c6-46e8-9f43-bdfd32d900c3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6c8b39bd-fffa-4a0a-95fd-886f858f7368/?format=api",
                "https://demo.lizard.net/api/v4/rasters/18c5a755-f147-4c88-8acb-c433e7301f23/?format=api",
                "https://demo.lizard.net/api/v4/rasters/62e38b9c-50c1-4e72-8f4a-9a6197dbcb55/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}