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=198
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=199",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=197",
    "results": [
        {
            "id": 358870,
            "uuid": "6f4ca513-95eb-4ced-8653-f918b76b5d30",
            "url": "https://demo.lizard.net/api/v4/rastersources/6f4ca513-95eb-4ced-8653-f918b76b5d30/?format=api",
            "name": "Mats Pullen 8-3-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-08T12:29:48Z",
            "last_value_timestamp": "2024-03-09T00:29:48.253906Z",
            "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-08T13:05:49.774118Z",
            "last_modified": "2024-03-08T13:05:49.774101Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d64db472-b7bb-4a43-8ab1-8ec2d5969056/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2368eba9-20d3-436c-b718-a30aa7e95af8/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 358871,
            "uuid": "b788af98-71f1-463d-833c-6c6c63101429",
            "url": "https://demo.lizard.net/api/v4/rastersources/b788af98-71f1-463d-833c-6c6c63101429/?format=api",
            "name": "Mats Pullen 8-3-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-08T13:05:49.792200Z",
            "last_modified": "2024-03-08T13:05:49.792183Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d64db472-b7bb-4a43-8ab1-8ec2d5969056/?format=api",
                "https://demo.lizard.net/api/v4/rasters/04767549-b054-4aa3-a03e-96cda82ddfdf/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7e906a54-085d-43be-9e12-2af337e62010/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 358872,
            "uuid": "8b0afe05-7c1d-4add-9455-20e9d538f1e5",
            "url": "https://demo.lizard.net/api/v4/rastersources/8b0afe05-7c1d-4add-9455-20e9d538f1e5/?format=api",
            "name": "Mats Pullen 8-3-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-08T12:29:48Z",
            "last_value_timestamp": "2024-03-08T12:29:48Z",
            "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-08T13:05:50.023820Z",
            "last_modified": "2024-03-08T13:05:50.023803Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/04767549-b054-4aa3-a03e-96cda82ddfdf/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7e906a54-085d-43be-9e12-2af337e62010/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d782beb9-58e5-4ff1-8fcd-d3532dd5e58b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9b1fb701-8c53-4ead-9208-a046055d6c40/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 358873,
            "uuid": "51a71cc3-1b41-44ef-849d-35fb01e77273",
            "url": "https://demo.lizard.net/api/v4/rastersources/51a71cc3-1b41-44ef-849d-35fb01e77273/?format=api",
            "name": "Mats Pullen 8-3-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-08T12:29:48Z",
            "last_value_timestamp": "2024-03-08T12:29:48Z",
            "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-08T13:05:50.173566Z",
            "last_modified": "2024-03-08T13:05:50.173554Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/7e906a54-085d-43be-9e12-2af337e62010/?format=api",
                "https://demo.lizard.net/api/v4/rasters/fe0cd676-479c-4245-900e-619265370b74/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 358874,
            "uuid": "cd4b7490-3df2-448e-880e-5c2caa6cd6e3",
            "url": "https://demo.lizard.net/api/v4/rastersources/cd4b7490-3df2-448e-880e-5c2caa6cd6e3/?format=api",
            "name": "Mats Pullen 8-3-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-08T12:29:48Z",
            "last_value_timestamp": "2024-03-09T00:29:48.253906Z",
            "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-08T13:05:50.345194Z",
            "last_modified": "2024-03-08T13:05:50.345177Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/402f43a2-57dd-4c50-819f-e45367f71881/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 358875,
            "uuid": "e71e7700-2bd6-4acf-92bf-0502bdf2ee20",
            "url": "https://demo.lizard.net/api/v4/rastersources/e71e7700-2bd6-4acf-92bf-0502bdf2ee20/?format=api",
            "name": "Mats Pullen 8-3-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-08T12:29:48Z",
            "last_value_timestamp": "2024-03-08T12:29:48Z",
            "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-08T13:05:50.493155Z",
            "last_modified": "2024-03-08T13:05:50.493135Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ea3b1d28-7d71-4d04-ad30-42c42e7e816a/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 358876,
            "uuid": "be6f7aa8-3ba8-4b41-aadc-855f2bf75be8",
            "url": "https://demo.lizard.net/api/v4/rastersources/be6f7aa8-3ba8-4b41-aadc-855f2bf75be8/?format=api",
            "name": "Mats Pullen 8-3-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-08T13:05:50.515388Z",
            "last_modified": "2024-03-08T13:05:50.515373Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ea3b1d28-7d71-4d04-ad30-42c42e7e816a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2368eba9-20d3-436c-b718-a30aa7e95af8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d782beb9-58e5-4ff1-8fcd-d3532dd5e58b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/fe0cd676-479c-4245-900e-619265370b74/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9b1fb701-8c53-4ead-9208-a046055d6c40/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 358884,
            "uuid": "4cdc3e01-2e73-42d2-8727-4e8fbafcc49d",
            "url": "https://demo.lizard.net/api/v4/rastersources/4cdc3e01-2e73-42d2-8727-4e8fbafcc49d/?format=api",
            "name": "Mats Pullen 8-3-24: 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.8033266846782694,
                "east": 4.122061961197487,
                "north": 51.736465200501634,
                "south": 51.59914783988029
            },
            "projection": "EPSG:28992",
            "origin_x": 45590.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 417180.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-08T13:09:14.237712Z",
            "last_modified": "2024-03-08T13:09:14.237686Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5154bd3a-7197-44f0-b984-e25589ab9d02/?format=api"
            ],
            "labeltypes": [],
            "size": 8150605,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 358901,
            "uuid": "517d236b-1875-4ad6-80da-6b3215962eed",
            "url": "https://demo.lizard.net/api/v4/rastersources/517d236b-1875-4ad6-80da-6b3215962eed/?format=api",
            "name": "Mats Pullen 8-3-24: 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-08T13:44:26.611911Z",
            "last_modified": "2024-03-08T13:44:26.611894Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/58968fe4-5fcf-4f11-a6c5-2721cf5436d0/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e3129a99-888f-4d4f-8255-76338245a607/?format=api"
            ],
            "labeltypes": [],
            "size": 252355627,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 358902,
            "uuid": "128b6656-eedd-4285-a0b8-d60829ce6c57",
            "url": "https://demo.lizard.net/api/v4/rastersources/128b6656-eedd-4285-a0b8-d60829ce6c57/?format=api",
            "name": "Mats Pullen 8-3-24: 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-08T13:44:26.896342Z",
            "last_modified": "2024-03-08T13:44:26.896322Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2e887839-8be6-4482-8a62-9e109dabfc60/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e3129a99-888f-4d4f-8255-76338245a607/?format=api"
            ],
            "labeltypes": [],
            "size": 213417979,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}