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=183
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=184",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=182",
    "results": [
        {
            "id": 355803,
            "uuid": "194781c5-0ab3-435b-a504-895d730e42bc",
            "url": "https://demo.lizard.net/api/v4/rastersources/194781c5-0ab3-435b-a504-895d730e42bc/?format=api",
            "name": "Groep 12 ophogen 1 maart poging 4: 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:50:58Z",
            "last_value_timestamp": "2024-03-01T12:50:58Z",
            "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-01T19:44:26.936217Z",
            "last_modified": "2024-03-01T19:44:26.936194Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ddce78f4-a30e-40da-8394-0d5050c904fd/?format=api",
                "https://demo.lizard.net/api/v4/rasters/765eaf48-b51f-42f4-ac34-ccdb8dc2cf68/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355804,
            "uuid": "fb9698a5-e035-4fff-acd4-aae1793bdd2c",
            "url": "https://demo.lizard.net/api/v4/rastersources/fb9698a5-e035-4fff-acd4-aae1793bdd2c/?format=api",
            "name": "Groep 12 ophogen 1 maart poging 4: 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:50:58Z",
            "last_value_timestamp": "2024-03-02T01:11:17.902344Z",
            "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-01T19:44:27.100378Z",
            "last_modified": "2024-03-01T19:44:27.100357Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2c215a27-5872-47fd-af1b-d3b061457818/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355805,
            "uuid": "3a8fc0a3-5845-47b4-b43d-e78334b49151",
            "url": "https://demo.lizard.net/api/v4/rastersources/3a8fc0a3-5845-47b4-b43d-e78334b49151/?format=api",
            "name": "Groep 12 ophogen 1 maart poging 4: 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:50:58Z",
            "last_value_timestamp": "2024-03-01T12:50:58Z",
            "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-01T19:44:27.255578Z",
            "last_modified": "2024-03-01T19:44:27.255560Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/4c04c2b7-614d-4fa0-b3b3-059d8b9ac0f7/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355806,
            "uuid": "b0b2b9ba-db3b-4342-a162-d3dbac1bf758",
            "url": "https://demo.lizard.net/api/v4/rastersources/b0b2b9ba-db3b-4342-a162-d3dbac1bf758/?format=api",
            "name": "Groep 12 ophogen 1 maart poging 4: 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-01T19:44:27.274600Z",
            "last_modified": "2024-03-01T19:44:27.274590Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/4c04c2b7-614d-4fa0-b3b3-059d8b9ac0f7/?format=api",
                "https://demo.lizard.net/api/v4/rasters/4c823ab5-f004-4e15-af0e-373004b1f878/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d61a2e27-114d-4964-95cb-34f24b1ee2c0/?format=api",
                "https://demo.lizard.net/api/v4/rasters/765eaf48-b51f-42f4-ac34-ccdb8dc2cf68/?format=api",
                "https://demo.lizard.net/api/v4/rasters/19d8637e-844a-4731-bd0b-8f8936d5852b/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 355807,
            "uuid": "3eaad7fe-0104-4b8e-a838-60312b244c7e",
            "url": "https://demo.lizard.net/api/v4/rastersources/3eaad7fe-0104-4b8e-a838-60312b244c7e/?format=api",
            "name": "versie 2.1 groep 8 Ouwerkerk: 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-01T11:57:27Z",
            "last_value_timestamp": "2024-03-01T18:07:27.513672Z",
            "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-01T19:50:11.922484Z",
            "last_modified": "2024-03-01T19:50:11.922457Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/9d27bdab-bccc-443e-9cba-69a2e40025a5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f5aa2d27-82a3-41c9-87e8-270669748784/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355808,
            "uuid": "4fb16925-83a3-47d2-b818-742f4e290e25",
            "url": "https://demo.lizard.net/api/v4/rastersources/4fb16925-83a3-47d2-b818-742f4e290e25/?format=api",
            "name": "versie 2.1 groep 8 Ouwerkerk: 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-01T19:50:11.946780Z",
            "last_modified": "2024-03-01T19:50:11.946755Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/9d27bdab-bccc-443e-9cba-69a2e40025a5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2418ddb0-c5bb-4cbe-9661-dc2117be995e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/299b02b0-8918-4ab3-9fb0-e312ac7933d3/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 355809,
            "uuid": "9431e059-5289-4b83-82fd-784e05b37f53",
            "url": "https://demo.lizard.net/api/v4/rastersources/9431e059-5289-4b83-82fd-784e05b37f53/?format=api",
            "name": "versie 2.1 groep 8 Ouwerkerk: 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-01T11:57:27Z",
            "last_value_timestamp": "2024-03-01T11:57:27Z",
            "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-01T19:50:12.197959Z",
            "last_modified": "2024-03-01T19:50:12.197942Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2418ddb0-c5bb-4cbe-9661-dc2117be995e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/299b02b0-8918-4ab3-9fb0-e312ac7933d3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/dc039d79-95d8-420d-8d26-c128891b5d44/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b58e2483-975b-4e89-b3fe-bbc08cbb66b3/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355810,
            "uuid": "c8f8ad37-f866-4a7a-b86a-f36256647e91",
            "url": "https://demo.lizard.net/api/v4/rastersources/c8f8ad37-f866-4a7a-b86a-f36256647e91/?format=api",
            "name": "versie 2.1 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:57:27Z",
            "last_value_timestamp": "2024-03-01T11:57:27Z",
            "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-01T19:50:12.325949Z",
            "last_modified": "2024-03-01T19:50:12.325933Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/299b02b0-8918-4ab3-9fb0-e312ac7933d3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/039a24b1-75a0-41de-8add-eb4f75817dbe/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355811,
            "uuid": "a749f1de-3dc3-45fc-97bd-08830d8cf885",
            "url": "https://demo.lizard.net/api/v4/rastersources/a749f1de-3dc3-45fc-97bd-08830d8cf885/?format=api",
            "name": "versie 2.1 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:57:27Z",
            "last_value_timestamp": "2024-03-01T18:07:27.513672Z",
            "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-01T19:50:12.478851Z",
            "last_modified": "2024-03-01T19:50:12.478833Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5bfa6323-20d7-49a1-9f37-dff318756d7f/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355812,
            "uuid": "9deb5907-8aac-4139-9d00-ae61c1dd04c9",
            "url": "https://demo.lizard.net/api/v4/rastersources/9deb5907-8aac-4139-9d00-ae61c1dd04c9/?format=api",
            "name": "versie 2.1 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:57:27Z",
            "last_value_timestamp": "2024-03-01T11:57:27Z",
            "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-01T19:50:12.603488Z",
            "last_modified": "2024-03-01T19:50:12.603476Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/70b894b8-7492-4d6c-99cd-62b88403c6e3/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}