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=180
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=181",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=179",
    "results": [
        {
            "id": 355760,
            "uuid": "76203099-4802-481a-88f4-b38486624b97",
            "url": "https://demo.lizard.net/api/v4/rastersources/76203099-4802-481a-88f4-b38486624b97/?format=api",
            "name": "Versie 3 groep 8 Ouwerkerk: 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-01T11:59:20Z",
            "last_value_timestamp": "2024-03-01T11:59:20Z",
            "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:49:50.623871Z",
            "last_modified": "2024-03-01T17:49:50.623834Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ef26274e-7c6a-4ef4-9888-c14d42a7a52f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/17d63bed-3e9b-4887-bfe0-d8ed53018109/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355761,
            "uuid": "31edb7cf-841c-4cdb-bfc5-853deb2413f9",
            "url": "https://demo.lizard.net/api/v4/rastersources/31edb7cf-841c-4cdb-bfc5-853deb2413f9/?format=api",
            "name": "Versie 3 groep 8 Ouwerkerk: 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-01T11:59:20Z",
            "last_value_timestamp": "2024-03-01T18:59:20.609375Z",
            "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:49:50.800581Z",
            "last_modified": "2024-03-01T17:49:50.800553Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/76f9c61c-960d-41a7-805f-1f808b4c4486/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355762,
            "uuid": "41556e5b-3f5d-4d26-9790-3a81bbb87e24",
            "url": "https://demo.lizard.net/api/v4/rastersources/41556e5b-3f5d-4d26-9790-3a81bbb87e24/?format=api",
            "name": "Versie 3 groep 8 Ouwerkerk: 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-01T11:59:20Z",
            "last_value_timestamp": "2024-03-01T11:59:20Z",
            "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:49:50.920484Z",
            "last_modified": "2024-03-01T17:49:50.920470Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5b82b901-f136-4ed3-b42e-b67582e475c3/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355763,
            "uuid": "7206e90c-31c2-46ca-b114-95bda427e407",
            "url": "https://demo.lizard.net/api/v4/rastersources/7206e90c-31c2-46ca-b114-95bda427e407/?format=api",
            "name": "Versie 3 groep 8 Ouwerkerk: 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-01T17:49:50.943263Z",
            "last_modified": "2024-03-01T17:49:50.943251Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5b82b901-f136-4ed3-b42e-b67582e475c3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1c4ce56f-9a9a-45c6-bc51-5ce1157b0515/?format=api",
                "https://demo.lizard.net/api/v4/rasters/075c57c0-068c-4102-9ec5-c86601e01206/?format=api",
                "https://demo.lizard.net/api/v4/rasters/17d63bed-3e9b-4887-bfe0-d8ed53018109/?format=api",
                "https://demo.lizard.net/api/v4/rasters/512d0f73-60eb-4184-bfee-2794492c8804/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 355764,
            "uuid": "9dd336de-8095-4c50-9a01-fd1994d9b943",
            "url": "https://demo.lizard.net/api/v4/rastersources/9dd336de-8095-4c50-9a01-fd1994d9b943/?format=api",
            "name": "Groep 12 Woonwijk ophogen 1 maart poging 3: 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:19:49Z",
            "last_value_timestamp": "2024-03-02T00:49:50.765625Z",
            "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:50:23.316816Z",
            "last_modified": "2024-03-01T17:50:23.316796Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/caaa058c-8a63-47c8-b10b-1e16874c7b78/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b99d6dd5-5d32-4c81-8c7f-a324b074976e/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355765,
            "uuid": "19ed2ca9-214b-4292-8e8e-1db244a6a1bc",
            "url": "https://demo.lizard.net/api/v4/rastersources/19ed2ca9-214b-4292-8e8e-1db244a6a1bc/?format=api",
            "name": "Groep 12 Woonwijk ophogen 1 maart poging 3: 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:50:23.348227Z",
            "last_modified": "2024-03-01T17:50:23.348212Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/caaa058c-8a63-47c8-b10b-1e16874c7b78/?format=api",
                "https://demo.lizard.net/api/v4/rasters/81b972d9-c7b4-4cb0-a6c9-9e8d8aeb169d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c0d519c8-ee93-4759-9c0f-1fb04c01e871/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 355766,
            "uuid": "5d31197e-339d-44f8-a609-c9be7977e2c1",
            "url": "https://demo.lizard.net/api/v4/rastersources/5d31197e-339d-44f8-a609-c9be7977e2c1/?format=api",
            "name": "Groep 12 Woonwijk ophogen 1 maart poging 3: 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:19:49Z",
            "last_value_timestamp": "2024-03-01T12:19:49Z",
            "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:50:23.518719Z",
            "last_modified": "2024-03-01T17:50:23.518700Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/81b972d9-c7b4-4cb0-a6c9-9e8d8aeb169d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c0d519c8-ee93-4759-9c0f-1fb04c01e871/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c8f5f461-ac59-48e0-bd03-a5ed34a0b299/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ddf2b0d3-4588-4dbb-b5b8-1a9e7fbbae12/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355767,
            "uuid": "458808b2-22d2-459f-9bc2-0b24a2a8805b",
            "url": "https://demo.lizard.net/api/v4/rastersources/458808b2-22d2-459f-9bc2-0b24a2a8805b/?format=api",
            "name": "Groep 12 Woonwijk ophogen 1 maart poging 3: 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:19:49Z",
            "last_value_timestamp": "2024-03-01T12:19:49Z",
            "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:50:23.659894Z",
            "last_modified": "2024-03-01T17:50:23.659871Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/c0d519c8-ee93-4759-9c0f-1fb04c01e871/?format=api",
                "https://demo.lizard.net/api/v4/rasters/aaf0fd73-6545-469f-843d-e15c71bc152a/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355768,
            "uuid": "48f7b87f-0466-47a0-af76-adf635afb08f",
            "url": "https://demo.lizard.net/api/v4/rastersources/48f7b87f-0466-47a0-af76-adf635afb08f/?format=api",
            "name": "Groep 12 Woonwijk ophogen 1 maart poging 3: 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:19:49Z",
            "last_value_timestamp": "2024-03-02T00:49:50.765625Z",
            "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:50:23.837192Z",
            "last_modified": "2024-03-01T17:50:23.837181Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/e92c7882-75cf-45d0-8bed-8830e8c955f0/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355769,
            "uuid": "913d2f7d-db1f-4db6-a098-3d788e27548f",
            "url": "https://demo.lizard.net/api/v4/rastersources/913d2f7d-db1f-4db6-a098-3d788e27548f/?format=api",
            "name": "Groep 12 Woonwijk ophogen 1 maart poging 3: 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:19:49Z",
            "last_value_timestamp": "2024-03-01T12:19:49Z",
            "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:50:23.966791Z",
            "last_modified": "2024-03-01T17:50:23.966779Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5c44d838-dd08-45d4-8c56-eb3d8fe08223/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}