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=31
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2103,
    "next": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=32",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=30",
    "results": [
        {
            "id": 56003,
            "uuid": "a1b36a38-9128-4c32-bd12-18ee0fc2d6fa",
            "url": "https://demo.lizard.net/api/v4/rastersources/a1b36a38-9128-4c32-bd12-18ee0fc2d6fa/?format=api",
            "name": "p_ihw_haringvliet_km_1024_dkr20_km_4_400000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_haringvliet_km_1024_dkr20_km_4_400000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:07:58.057781Z",
            "last_modified": "2020-05-20T12:07:59.511432Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/eabf090f-0542-4f8a-936b-36bd6bef9f85/?format=api"
            ],
            "labeltypes": [],
            "size": 69231,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56004,
            "uuid": "3f2de79a-4633-46f6-ba2c-e15883237690",
            "url": "https://demo.lizard.net/api/v4/rastersources/3f2de79a-4633-46f6-ba2c-e15883237690/?format=api",
            "name": "p_ihw_haringvliet_km_1026_4000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_haringvliet_km_1026_4000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:08:14.633095Z",
            "last_modified": "2020-05-20T12:08:15.889172Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/339c6d12-767b-4386-8a40-2d521f6bd36e/?format=api"
            ],
            "labeltypes": [],
            "size": 61311,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56005,
            "uuid": "d6320c05-8dda-4b0f-aca5-9a89c78b41f3",
            "url": "https://demo.lizard.net/api/v4/rastersources/d6320c05-8dda-4b0f-aca5-9a89c78b41f3/?format=api",
            "name": "p_ihw_haringvliet_km_1026_40000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_haringvliet_km_1026_40000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:08:30.946891Z",
            "last_modified": "2020-05-20T12:08:32.238527Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/edb80644-d6c4-45dc-af3f-2ec1be4337f3/?format=api"
            ],
            "labeltypes": [],
            "size": 64663,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56006,
            "uuid": "28c40fcf-d247-465c-8fc5-398a5d6e48b1",
            "url": "https://demo.lizard.net/api/v4/rastersources/28c40fcf-d247-465c-8fc5-398a5d6e48b1/?format=api",
            "name": "p_ihw_haringvliet_km_1026_400000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_haringvliet_km_1026_400000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:08:47.322264Z",
            "last_modified": "2020-05-20T12:08:48.600113Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f9c02ac8-0119-415c-a298-062ebdab4c57/?format=api"
            ],
            "labeltypes": [],
            "size": 63373,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56007,
            "uuid": "a1b5fb26-112a-432d-a382-3e672c47d324",
            "url": "https://demo.lizard.net/api/v4/rastersources/a1b5fb26-112a-432d-a382-3e672c47d324/?format=api",
            "name": "p_ihw_hartelkanaal_km_17_4000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_hartelkanaal_km_17_4000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:09:03.669909Z",
            "last_modified": "2020-05-20T12:09:05.101336Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d97e7907-0217-42dc-baf8-e45f808ab5be/?format=api"
            ],
            "labeltypes": [],
            "size": 249712,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56008,
            "uuid": "836bda79-8f54-4cbf-85e7-3664700181a5",
            "url": "https://demo.lizard.net/api/v4/rastersources/836bda79-8f54-4cbf-85e7-3664700181a5/?format=api",
            "name": "p_ihw_hartelkanaal_km_17_40000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_hartelkanaal_km_17_40000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:09:20.260907Z",
            "last_modified": "2020-05-20T12:09:21.970645Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/b49ce962-ef89-4054-a8a1-7424efff9b1d/?format=api"
            ],
            "labeltypes": [],
            "size": 282132,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56009,
            "uuid": "57be7d89-44aa-4156-937e-f51fc4c95e70",
            "url": "https://demo.lizard.net/api/v4/rastersources/57be7d89-44aa-4156-937e-f51fc4c95e70/?format=api",
            "name": "p_ihw_hartelkanaal_km_17_400000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_hartelkanaal_km_17_400000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:09:36.934763Z",
            "last_modified": "2020-05-20T12:09:38.380444Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/e4fb285c-23cd-44e3-8a75-8cf239fd0b55/?format=api"
            ],
            "labeltypes": [],
            "size": 333300,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56010,
            "uuid": "f4e55b45-4000-4e02-8ce8-e81b56855e95",
            "url": "https://demo.lizard.net/api/v4/rastersources/f4e55b45-4000-4e02-8ce8-e81b56855e95/?format=api",
            "name": "p_ihw_hartelkanaal_km_2_dkr20_km_34_4000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_hartelkanaal_km_2_dkr20_km_34_4000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:09:53.366430Z",
            "last_modified": "2020-05-20T12:09:54.920226Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/b8d04ff6-b932-4056-aa9b-7b1fb79d118f/?format=api"
            ],
            "labeltypes": [],
            "size": 136987,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56011,
            "uuid": "c29e4e05-9e33-4b2d-b867-068eb431444d",
            "url": "https://demo.lizard.net/api/v4/rastersources/c29e4e05-9e33-4b2d-b867-068eb431444d/?format=api",
            "name": "p_ihw_hartelkanaal_km_2_dkr20_km_34_40000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_hartelkanaal_km_2_dkr20_km_34_40000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:10:09.903992Z",
            "last_modified": "2020-05-20T12:10:11.214238Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8c5ac2d3-d6dd-4899-91d7-afeab44511ce/?format=api"
            ],
            "labeltypes": [],
            "size": 137184,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56012,
            "uuid": "738852a4-b9dd-4f15-ae5e-81070fc18cfe",
            "url": "https://demo.lizard.net/api/v4/rastersources/738852a4-b9dd-4f15-ae5e-81070fc18cfe/?format=api",
            "name": "p_ihw_hartelkanaal_km_2_dkr20_km_34_400000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_hartelkanaal_km_2_dkr20_km_34_400000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:10:26.361606Z",
            "last_modified": "2020-05-20T12:10:27.789906Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/e5cd53ee-3a21-47b1-9e27-a8596c503194/?format=api"
            ],
            "labeltypes": [],
            "size": 196856,
            "dtype": null,
            "fill_value": null
        }
    ]
}