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

{
    "count": 2097,
    "next": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=177",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=175",
    "results": [
        {
            "id": 355695,
            "uuid": "3d867574-0fba-4600-9cad-282e742019c3",
            "url": "https://demo.lizard.net/api/v4/rastersources/3d867574-0fba-4600-9cad-282e742019c3/?format=api",
            "name": "compartimenteringdijk jeroen den osse: 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:51Z",
            "last_value_timestamp": "2024-03-02T00:52:34.554688Z",
            "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:44:56.502808Z",
            "last_modified": "2024-03-01T14:44:56.502793Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/fa2de6d8-2063-4898-9a58-5fee778221c6/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355696,
            "uuid": "514dec0b-cf8f-4bea-9e5b-b63a0c978496",
            "url": "https://demo.lizard.net/api/v4/rastersources/514dec0b-cf8f-4bea-9e5b-b63a0c978496/?format=api",
            "name": "compartimenteringdijk jeroen den osse: 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:01:51Z",
            "last_value_timestamp": "2024-03-01T13:01:51Z",
            "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:44:56.610831Z",
            "last_modified": "2024-03-01T14:44:56.610821Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/77aa13b4-5495-4d82-a18c-34447ebaebd7/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355697,
            "uuid": "8345e4ff-72c4-4b75-9d36-b1f700f4b8f6",
            "url": "https://demo.lizard.net/api/v4/rastersources/8345e4ff-72c4-4b75-9d36-b1f700f4b8f6/?format=api",
            "name": "compartimenteringdijk jeroen den osse: 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-01T14:44:56.631590Z",
            "last_modified": "2024-03-01T14:44:56.631580Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/77aa13b4-5495-4d82-a18c-34447ebaebd7/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ffb75f28-d355-449f-a3d2-976dc5236341/?format=api",
                "https://demo.lizard.net/api/v4/rasters/42bc17d1-cc49-4212-bdd9-4972720c0197/?format=api",
                "https://demo.lizard.net/api/v4/rasters/bd5e1053-cb59-4358-a388-3f1035904bd1/?format=api",
                "https://demo.lizard.net/api/v4/rasters/175b3d69-1cb7-4cfb-8636-409505554450/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 355699,
            "uuid": "9a51f16d-619c-4856-b8aa-efbbc83dbe89",
            "url": "https://demo.lizard.net/api/v4/rastersources/9a51f16d-619c-4856-b8aa-efbbc83dbe89/?format=api",
            "name": "compartimenteringdijk jeroen den osse: 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-01T15:20:42.884875Z",
            "last_modified": "2024-03-01T15:20:42.884859Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/743135c8-251c-47f3-b344-32d7c4545766/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6e6ce037-ee49-4400-a056-2e3ce13127c6/?format=api"
            ],
            "labeltypes": [],
            "size": 262406351,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355700,
            "uuid": "872b759e-53a9-49f1-b2cd-e016dce6527b",
            "url": "https://demo.lizard.net/api/v4/rastersources/872b759e-53a9-49f1-b2cd-e016dce6527b/?format=api",
            "name": "compartimenteringdijk jeroen den osse: 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-01T15:20:43.147501Z",
            "last_modified": "2024-03-01T15:20:43.147490Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5f8fb9a5-843f-4969-92c8-006f049574d8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6e6ce037-ee49-4400-a056-2e3ce13127c6/?format=api"
            ],
            "labeltypes": [],
            "size": 212504559,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355717,
            "uuid": "c0cf70ac-6a54-491c-8e95-df112c8e88dc",
            "url": "https://demo.lizard.net/api/v4/rastersources/c0cf70ac-6a54-491c-8e95-df112c8e88dc/?format=api",
            "name": "2024-03-01 Scharrendijke: 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-01T15:55:42.939459Z",
            "last_modified": "2024-03-01T15:55:42.939442Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/65398eaa-dcf6-4138-bd3a-28cb0adb2977/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9bf54eb8-6c96-4355-ad69-f20075d59da9/?format=api"
            ],
            "labeltypes": [],
            "size": 259365708,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355718,
            "uuid": "13854fc5-6d21-4393-bdad-5d2393011b29",
            "url": "https://demo.lizard.net/api/v4/rastersources/13854fc5-6d21-4393-bdad-5d2393011b29/?format=api",
            "name": "2024-03-01 Scharrendijke: 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-01T15:55:43.181743Z",
            "last_modified": "2024-03-01T15:55:43.181730Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2249bb2a-c95d-491c-9869-c7528228eb79/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9bf54eb8-6c96-4355-ad69-f20075d59da9/?format=api"
            ],
            "labeltypes": [],
            "size": 211546515,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355719,
            "uuid": "ecc42032-3480-471c-acef-f2ef489dc8e0",
            "url": "https://demo.lizard.net/api/v4/rastersources/ecc42032-3480-471c-acef-f2ef489dc8e0/?format=api",
            "name": "Groep 8 Ouwerkerk versie 6 ophogen: 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: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:09.811535Z",
            "last_modified": "2024-03-01T15:57:09.811524Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/209f5888-b398-4838-b5d1-33b2f3a1419b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/995d5d76-b0cf-4f09-b1c3-e6fb3422263c/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355720,
            "uuid": "eac89847-dab0-43ef-b52a-ef909f2a14d2",
            "url": "https://demo.lizard.net/api/v4/rastersources/eac89847-dab0-43ef-b52a-ef909f2a14d2/?format=api",
            "name": "Groep 8 Ouwerkerk versie 6 ophogen: 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-01T15:57:09.831828Z",
            "last_modified": "2024-03-01T15:57:09.831811Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/209f5888-b398-4838-b5d1-33b2f3a1419b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1544b537-8f94-4a5d-a226-a01081fd5862/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e412a59a-4838-46f1-8f98-5d7f2050c3a4/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 355721,
            "uuid": "bd274cb7-6cb1-40b4-bebc-61c010e6124e",
            "url": "https://demo.lizard.net/api/v4/rastersources/bd274cb7-6cb1-40b4-bebc-61c010e6124e/?format=api",
            "name": "Groep 8 Ouwerkerk versie 6 ophogen: 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: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:09.993242Z",
            "last_modified": "2024-03-01T15:57:09.993231Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/1544b537-8f94-4a5d-a226-a01081fd5862/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f02d51b7-1e6a-4fd8-802d-e46a2b8097c4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e412a59a-4838-46f1-8f98-5d7f2050c3a4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ea2f2b35-c2e6-4c95-84b0-371b4936db1d/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}