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=172
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=173",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=171",
    "results": [
        {
            "id": 355613,
            "uuid": "8771a6eb-26be-45c2-b810-3588da9e05ca",
            "url": "https://demo.lizard.net/api/v4/rastersources/8771a6eb-26be-45c2-b810-3588da9e05ca/?format=api",
            "name": "brouwershaven den osse 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-01T08:56:34Z",
            "last_value_timestamp": "2024-03-01T08:56:34Z",
            "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-01T10:55:07.236569Z",
            "last_modified": "2024-03-01T10:55:07.236549Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8d78fa52-1977-423e-a85b-857b07ddc950/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355614,
            "uuid": "e253b49b-cc75-400e-8996-e83c9a1ee1b0",
            "url": "https://demo.lizard.net/api/v4/rastersources/e253b49b-cc75-400e-8996-e83c9a1ee1b0/?format=api",
            "name": "brouwershaven den osse 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-01T10:55:07.260602Z",
            "last_modified": "2024-03-01T10:55:07.260576Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8d78fa52-1977-423e-a85b-857b07ddc950/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ce3ebd07-2802-43aa-acb2-98fa081f7837/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a93bb9a3-8309-4e21-8b34-481c043d6556/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6c2c7a16-50a0-4d94-a5aa-1f07083c8ae5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e556524e-ab0e-4f7b-9437-9b776bcf0c2d/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 355615,
            "uuid": "d99d648d-a002-4eb9-ad24-9cd8314999c9",
            "url": "https://demo.lizard.net/api/v4/rastersources/d99d648d-a002-4eb9-ad24-9cd8314999c9/?format=api",
            "name": "2024-03-01 Scharrendijke: 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.709801428277242,
                "east": 3.9878544559004143,
                "north": 51.76534891752336,
                "south": 51.59786738298844
            },
            "projection": "EPSG:28992",
            "origin_x": 39205.0,
            "origin_y": 402325.0,
            "upper_bound_x": 58055.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-01T10:59:28.709707Z",
            "last_modified": "2024-03-01T10:59:28.709685Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/c3c04a02-498c-454d-94c8-52e96f875977/?format=api"
            ],
            "labeltypes": [],
            "size": 8884788,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355617,
            "uuid": "aa54edd4-e1b2-49bf-8f0f-b80365e1a114",
            "url": "https://demo.lizard.net/api/v4/rastersources/aa54edd4-e1b2-49bf-8f0f-b80365e1a114/?format=api",
            "name": "brouwershaven den osse 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-01T11:35:08.686153Z",
            "last_modified": "2024-03-01T11:35:08.686136Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a9639f52-3c57-46e8-8e03-16af4a69a05a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/24d9e0b9-1f38-4545-9857-fd5f77f26c67/?format=api"
            ],
            "labeltypes": [],
            "size": 228029318,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355618,
            "uuid": "30eecc0f-83c3-4f7d-8f58-6441046c6e87",
            "url": "https://demo.lizard.net/api/v4/rastersources/30eecc0f-83c3-4f7d-8f58-6441046c6e87/?format=api",
            "name": "brouwershaven den osse 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-01T11:35:08.960881Z",
            "last_modified": "2024-03-01T11:35:08.960861Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3e15ff75-a8df-4f75-983d-19190aab71c0/?format=api",
                "https://demo.lizard.net/api/v4/rasters/24d9e0b9-1f38-4545-9857-fd5f77f26c67/?format=api"
            ],
            "labeltypes": [],
            "size": 212561165,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355648,
            "uuid": "9784fa89-9e31-4a61-bee8-a8ac5a487c5c",
            "url": "https://demo.lizard.net/api/v4/rastersources/9784fa89-9e31-4a61-bee8-a8ac5a487c5c/?format=api",
            "name": "Groep 8 Ouwerkerk versie 4.0: 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:09:26Z",
            "last_value_timestamp": "2024-03-01T15:19:26.252930Z",
            "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-01T12:48:09.613736Z",
            "last_modified": "2024-03-01T12:48:09.613715Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/1ba19a36-72d4-4ef1-a81b-0952dba5277c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7315a49e-5223-44b5-abdc-2ac4f283c892/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355649,
            "uuid": "3cb7167d-dcc7-4a40-8681-611540f5861b",
            "url": "https://demo.lizard.net/api/v4/rastersources/3cb7167d-dcc7-4a40-8681-611540f5861b/?format=api",
            "name": "Groep 8 Ouwerkerk versie 4.0: 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-01T12:48:09.637410Z",
            "last_modified": "2024-03-01T12:48:09.637384Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/1ba19a36-72d4-4ef1-a81b-0952dba5277c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/800d6220-c735-4f44-90fa-9940b8c9cc3b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8bd88006-7c57-477d-b15b-e18efa077df8/?format=api"
            ],
            "labeltypes": [],
            "size": 33309394,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 355650,
            "uuid": "1815c3d3-a95e-4ded-ab0c-569eb1799205",
            "url": "https://demo.lizard.net/api/v4/rastersources/1815c3d3-a95e-4ded-ab0c-569eb1799205/?format=api",
            "name": "Groep 8 Ouwerkerk versie 4.0: 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:09:26Z",
            "last_value_timestamp": "2024-03-01T12:09:26Z",
            "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-01T12:48:09.804449Z",
            "last_modified": "2024-03-01T12:48:09.804417Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/800d6220-c735-4f44-90fa-9940b8c9cc3b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8bd88006-7c57-477d-b15b-e18efa077df8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/989a6821-bc4d-4905-abc0-f16a1237e9d4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6b8281bb-2f9c-4a31-a1e9-92432f9b308e/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355651,
            "uuid": "b4a156be-83e4-4105-a0e5-6432493a7843",
            "url": "https://demo.lizard.net/api/v4/rastersources/b4a156be-83e4-4105-a0e5-6432493a7843/?format=api",
            "name": "Groep 8 Ouwerkerk versie 4.0: 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:09:26Z",
            "last_value_timestamp": "2024-03-01T12:09:26Z",
            "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-01T12:48:09.951907Z",
            "last_modified": "2024-03-01T12:48:09.951893Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8bd88006-7c57-477d-b15b-e18efa077df8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/cf6edc2a-65c3-4a84-9c93-7cbd83a94f83/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355652,
            "uuid": "ee489306-d37c-40e1-b9db-51029f3ce960",
            "url": "https://demo.lizard.net/api/v4/rastersources/ee489306-d37c-40e1-b9db-51029f3ce960/?format=api",
            "name": "Groep 8 Ouwerkerk versie 4.0: 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:09:26Z",
            "last_value_timestamp": "2024-03-01T15:19:26.252930Z",
            "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-01T12:48:10.119674Z",
            "last_modified": "2024-03-01T12:48:10.119653Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/fb683167-31b9-4f13-94ea-6cb4d78918e2/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}