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=188
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=189",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=187",
    "results": [
        {
            "id": 357295,
            "uuid": "0063f9c3-da8b-4a2d-9681-486403cb21d8",
            "url": "https://demo.lizard.net/api/v4/rastersources/0063f9c3-da8b-4a2d-9681-486403cb21d8/?format=api",
            "name": "Kerkwerve_130_1000_24: 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:16:52Z",
            "last_value_timestamp": "2024-03-05T13:07:15.281250Z",
            "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:50:43.570794Z",
            "last_modified": "2024-03-04T14:50:43.570774Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/94e36494-7134-4a1c-ac59-f7ef047804d7/?format=api",
                "https://demo.lizard.net/api/v4/rasters/68a543fc-b4c9-4607-ab9b-82502dea5766/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357296,
            "uuid": "22ab752c-b230-45de-ba27-5bd960a53cdc",
            "url": "https://demo.lizard.net/api/v4/rastersources/22ab752c-b230-45de-ba27-5bd960a53cdc/?format=api",
            "name": "Kerkwerve_130_1000_24: 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:50:43.591238Z",
            "last_modified": "2024-03-04T14:50:43.591226Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/94e36494-7134-4a1c-ac59-f7ef047804d7/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2f7f3167-9ef3-4a34-841d-0ddc9518cb1f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/42f06ba3-4216-458d-a251-bff0e20ea317/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 357297,
            "uuid": "faafa33f-f914-4db0-913e-ed6594b15372",
            "url": "https://demo.lizard.net/api/v4/rastersources/faafa33f-f914-4db0-913e-ed6594b15372/?format=api",
            "name": "Kerkwerve_130_1000_24: 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:16:52Z",
            "last_value_timestamp": "2024-03-04T13:16:52Z",
            "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:50:43.768583Z",
            "last_modified": "2024-03-04T14:50:43.768558Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2f7f3167-9ef3-4a34-841d-0ddc9518cb1f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/42f06ba3-4216-458d-a251-bff0e20ea317/?format=api",
                "https://demo.lizard.net/api/v4/rasters/527ff2e9-5871-457e-92d1-c28e2a1d5bf7/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5cc83b0d-371b-4e12-b338-afac57127cfc/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357298,
            "uuid": "1ae0154f-674f-4c79-8e99-f69572e7006d",
            "url": "https://demo.lizard.net/api/v4/rastersources/1ae0154f-674f-4c79-8e99-f69572e7006d/?format=api",
            "name": "Kerkwerve_130_1000_24: 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:16:52Z",
            "last_value_timestamp": "2024-03-04T13:16:52Z",
            "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:50:43.920942Z",
            "last_modified": "2024-03-04T14:50:43.920924Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/42f06ba3-4216-458d-a251-bff0e20ea317/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0c21a43e-9703-442f-a80e-de32afec9150/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357299,
            "uuid": "2f2e6320-a3db-4066-b6c1-04d4fbf350a5",
            "url": "https://demo.lizard.net/api/v4/rastersources/2f2e6320-a3db-4066-b6c1-04d4fbf350a5/?format=api",
            "name": "Kerkwerve_130_1000_24: 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:16:52Z",
            "last_value_timestamp": "2024-03-05T13:07:15.281250Z",
            "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:50:44.126153Z",
            "last_modified": "2024-03-04T14:50:44.126127Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/daae6c72-6e4d-4577-81eb-146550e1defe/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357300,
            "uuid": "4ea5fb31-36bf-4edb-b16e-c9e2c6f6fc90",
            "url": "https://demo.lizard.net/api/v4/rastersources/4ea5fb31-36bf-4edb-b16e-c9e2c6f6fc90/?format=api",
            "name": "Kerkwerve_130_1000_24: 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:16:52Z",
            "last_value_timestamp": "2024-03-04T13:16:52Z",
            "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:50:44.271750Z",
            "last_modified": "2024-03-04T14:50:44.271725Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a7e503ab-17d5-4a1a-a730-97a71a229afe/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357301,
            "uuid": "8c23f7fe-1de3-44c0-85e8-5b9cf3605558",
            "url": "https://demo.lizard.net/api/v4/rastersources/8c23f7fe-1de3-44c0-85e8-5b9cf3605558/?format=api",
            "name": "Kerkwerve_130_1000_24: 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-04T14:50:44.294663Z",
            "last_modified": "2024-03-04T14:50:44.294645Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a7e503ab-17d5-4a1a-a730-97a71a229afe/?format=api",
                "https://demo.lizard.net/api/v4/rasters/68a543fc-b4c9-4607-ab9b-82502dea5766/?format=api",
                "https://demo.lizard.net/api/v4/rasters/527ff2e9-5871-457e-92d1-c28e2a1d5bf7/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0c21a43e-9703-442f-a80e-de32afec9150/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5cc83b0d-371b-4e12-b338-afac57127cfc/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 357302,
            "uuid": "02f329f8-5bfe-43ce-9e40-7266be62e68c",
            "url": "https://demo.lizard.net/api/v4/rastersources/02f329f8-5bfe-43ce-9e40-7266be62e68c/?format=api",
            "name": "Groep 12 4 maart poging 6: 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:40:46Z",
            "last_value_timestamp": "2024-03-05T02:40:54.195312Z",
            "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:50:45.676256Z",
            "last_modified": "2024-03-04T14:50:45.676225Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5af4f30e-e123-4b20-9986-456f57a7f463/?format=api",
                "https://demo.lizard.net/api/v4/rasters/08641dc0-f3ed-4e0a-bc7f-757b2a15b2ce/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357303,
            "uuid": "5e28f32c-fbac-4407-90c5-cbad983c6156",
            "url": "https://demo.lizard.net/api/v4/rastersources/5e28f32c-fbac-4407-90c5-cbad983c6156/?format=api",
            "name": "Groep 12 4 maart poging 6: 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:50:45.696791Z",
            "last_modified": "2024-03-04T14:50:45.696778Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5af4f30e-e123-4b20-9986-456f57a7f463/?format=api",
                "https://demo.lizard.net/api/v4/rasters/4ed8f2ef-6279-4a75-9f51-cf40e541e45a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d41f4063-f157-40cf-8a57-0907d20448fd/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 357304,
            "uuid": "50f33fe2-9061-442f-95f6-e1b9cf7f5e36",
            "url": "https://demo.lizard.net/api/v4/rastersources/50f33fe2-9061-442f-95f6-e1b9cf7f5e36/?format=api",
            "name": "Groep 12 4 maart poging 6: 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:40:46Z",
            "last_value_timestamp": "2024-03-04T13:40:46Z",
            "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:50:45.951330Z",
            "last_modified": "2024-03-04T14:50:45.951312Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/4ed8f2ef-6279-4a75-9f51-cf40e541e45a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d41f4063-f157-40cf-8a57-0907d20448fd/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6d712513-cef4-4c54-84c5-16364bd6a523/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7d10bf86-dace-4151-bd71-5173207a8f25/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}