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=186
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=187",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=185",
    "results": [
        {
            "id": 357264,
            "uuid": "62b174a0-45dc-4b33-934f-e438351e12e3",
            "url": "https://demo.lizard.net/api/v4/rastersources/62b174a0-45dc-4b33-934f-e438351e12e3/?format=api",
            "name": "Kerkwerve_120_1000_24_II: 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-04T13:20:16Z",
            "last_value_timestamp": "2024-03-04T13:20:16Z",
            "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-04T13:54:23.621167Z",
            "last_modified": "2024-03-04T13:54:23.621147Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/0ddb10ea-0f0e-4351-8909-d74decf33993/?format=api",
                "https://demo.lizard.net/api/v4/rasters/86ef5106-2b61-47a9-9851-76baea9c54db/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357265,
            "uuid": "bef266ed-41c7-4336-8217-63af5e7859c3",
            "url": "https://demo.lizard.net/api/v4/rastersources/bef266ed-41c7-4336-8217-63af5e7859c3/?format=api",
            "name": "Kerkwerve_120_1000_24_II: 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-04T13:20:16Z",
            "last_value_timestamp": "2024-03-05T13:00:20.671875Z",
            "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-04T13:54:23.809693Z",
            "last_modified": "2024-03-04T13:54:23.809664Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/27c86190-3447-439d-a76f-cffd53a7181e/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357266,
            "uuid": "10e91a87-3670-4711-9d15-ca197f75c24f",
            "url": "https://demo.lizard.net/api/v4/rastersources/10e91a87-3670-4711-9d15-ca197f75c24f/?format=api",
            "name": "Kerkwerve_120_1000_24_II: 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-04T13:20:16Z",
            "last_value_timestamp": "2024-03-04T13:20:16Z",
            "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-04T13:54:23.963078Z",
            "last_modified": "2024-03-04T13:54:23.963066Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/268f00e7-187f-49db-b76f-d5d3fe61334b/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357267,
            "uuid": "c4d7ac99-99aa-4322-a4e7-e6638882af33",
            "url": "https://demo.lizard.net/api/v4/rastersources/c4d7ac99-99aa-4322-a4e7-e6638882af33/?format=api",
            "name": "Kerkwerve_120_1000_24_II: 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-04T13:54:23.993057Z",
            "last_modified": "2024-03-04T13:54:23.993028Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/268f00e7-187f-49db-b76f-d5d3fe61334b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/047e0814-53ac-4029-a499-d98aff0385f9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/026373d4-034c-44bc-81e7-53f4689ba478/?format=api",
                "https://demo.lizard.net/api/v4/rasters/86ef5106-2b61-47a9-9851-76baea9c54db/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b1cc623c-e740-4150-ad74-0da57186d639/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 357276,
            "uuid": "f53ee1cf-bbb5-45b0-9d6c-cbaf545bb8a8",
            "url": "https://demo.lizard.net/api/v4/rastersources/f53ee1cf-bbb5-45b0-9d6c-cbaf545bb8a8/?format=api",
            "name": "Kerkwerve_120_1000_24_II: 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-04T14:31:13.989893Z",
            "last_modified": "2024-03-04T14:31:13.989867Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/9ec24c74-4ad4-4631-861b-18028628d99d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2e3540bf-ee00-4ad7-99a4-1da8f7a107ec/?format=api"
            ],
            "labeltypes": [],
            "size": 233078138,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357277,
            "uuid": "28f73795-0028-4bbb-8802-16edb7359f22",
            "url": "https://demo.lizard.net/api/v4/rastersources/28f73795-0028-4bbb-8802-16edb7359f22/?format=api",
            "name": "Kerkwerve_120_1000_24_II: 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-04T14:31:14.287419Z",
            "last_modified": "2024-03-04T14:31:14.287397Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/28e18064-e441-4c92-b548-f2d4e2d740e1/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2e3540bf-ee00-4ad7-99a4-1da8f7a107ec/?format=api"
            ],
            "labeltypes": [],
            "size": 213031958,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357281,
            "uuid": "43ab0f3e-fa01-46b4-a363-c3ca513f903a",
            "url": "https://demo.lizard.net/api/v4/rastersources/43ab0f3e-fa01-46b4-a363-c3ca513f903a/?format=api",
            "name": "Burgh-Haamstede 26-2-18 N57 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-04T13:59:01Z",
            "last_value_timestamp": "2024-03-05T02:09:01.750000Z",
            "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-04T14:48:53.452112Z",
            "last_modified": "2024-03-04T14:48:53.452087Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2dbde28e-2d0f-478a-8c31-571f5c5becce/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8f2c6f17-fe11-4d32-8662-1a6f909468ef/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357282,
            "uuid": "ee916793-133f-4ce9-8f6d-e23d9f7685ec",
            "url": "https://demo.lizard.net/api/v4/rastersources/ee916793-133f-4ce9-8f6d-e23d9f7685ec/?format=api",
            "name": "Burgh-Haamstede 26-2-18 N57 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-04T14:48:53.473036Z",
            "last_modified": "2024-03-04T14:48:53.473018Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2dbde28e-2d0f-478a-8c31-571f5c5becce/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5d4fb03a-11fd-4695-838b-0a97585ea472/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c14cf089-8490-42b1-a89a-873f627e7e4e/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 357283,
            "uuid": "5f39856c-067c-43bb-8f80-67d95e7978c0",
            "url": "https://demo.lizard.net/api/v4/rastersources/5f39856c-067c-43bb-8f80-67d95e7978c0/?format=api",
            "name": "Burgh-Haamstede 26-2-18 N57 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-04T13:59:01Z",
            "last_value_timestamp": "2024-03-04T13:59:01Z",
            "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-04T14:48:53.720985Z",
            "last_modified": "2024-03-04T14:48:53.720974Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5d4fb03a-11fd-4695-838b-0a97585ea472/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c14cf089-8490-42b1-a89a-873f627e7e4e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a2e7a1b0-35bf-4965-ba99-f0ce0ec3e604/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ddfccb1d-c9c2-4171-aa06-f0b375cfadd6/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357284,
            "uuid": "98e7daac-36c3-4d21-8c22-321d1d181e95",
            "url": "https://demo.lizard.net/api/v4/rastersources/98e7daac-36c3-4d21-8c22-321d1d181e95/?format=api",
            "name": "Burgh-Haamstede 26-2-18 N57 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-04T13:59:01Z",
            "last_value_timestamp": "2024-03-04T13:59:01Z",
            "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-04T14:48:53.878800Z",
            "last_modified": "2024-03-04T14:48:53.878777Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/c14cf089-8490-42b1-a89a-873f627e7e4e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a144ccb2-3421-448b-8c14-1733b9b527df/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}