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=30
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=31",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=29",
    "results": [
        {
            "id": 55986,
            "uuid": "34c3dcee-661d-4678-af2d-a9ddbf451c85",
            "url": "https://demo.lizard.net/api/v4/rastersources/34c3dcee-661d-4678-af2d-a9ddbf451c85/?format=api",
            "name": "p_ihw_haringvliet_km_1018_dkr20_km_11_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_1018_dkr20_km_11_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:05:14.333607Z",
            "last_modified": "2020-05-20T12:05:15.741235Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a972edc8-d99f-4098-96fc-4dba9bb2e0f2/?format=api"
            ],
            "labeltypes": [],
            "size": 68771,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55987,
            "uuid": "04ede79b-ded3-449c-9188-e846fa74a96f",
            "url": "https://demo.lizard.net/api/v4/rastersources/04ede79b-ded3-449c-9188-e846fa74a96f/?format=api",
            "name": "p_ihw_haringvliet_km_1018_dkr20_km_11_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_1018_dkr20_km_11_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:05:30.653457Z",
            "last_modified": "2020-05-20T12:05:32.080207Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/bfe2a9e7-618b-4422-b8ce-e1268b8965fe/?format=api"
            ],
            "labeltypes": [],
            "size": 67786,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55988,
            "uuid": "648fed9d-56d7-430c-850e-c40ebff35e09",
            "url": "https://demo.lizard.net/api/v4/rastersources/648fed9d-56d7-430c-850e-c40ebff35e09/?format=api",
            "name": "p_ihw_haringvliet_km_1021_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_1021_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:05:47.011049Z",
            "last_modified": "2020-05-20T12:05:48.471622Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/9b262421-d2c5-4e76-8668-0bfba83fe630/?format=api"
            ],
            "labeltypes": [],
            "size": 104090,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55996,
            "uuid": "ae60624e-be9c-4187-8e88-5d4a11f62b15",
            "url": "https://demo.lizard.net/api/v4/rastersources/ae60624e-be9c-4187-8e88-5d4a11f62b15/?format=api",
            "name": "p_ihw_haringvliet_km_1021_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_1021_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:06:03.487796Z",
            "last_modified": "2020-05-20T12:06:05.099229Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/33db2830-b38d-447b-9c47-546e6de237b7/?format=api"
            ],
            "labeltypes": [],
            "size": 104427,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55997,
            "uuid": "9a31cfa1-cc22-4ef8-8028-f7851e69685e",
            "url": "https://demo.lizard.net/api/v4/rastersources/9a31cfa1-cc22-4ef8-8028-f7851e69685e/?format=api",
            "name": "p_ihw_haringvliet_km_1021_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_1021_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:06:19.812452Z",
            "last_modified": "2020-05-20T12:06:21.292228Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/4f070b01-939e-404f-b18d-41ca71cf5d02/?format=api"
            ],
            "labeltypes": [],
            "size": 99513,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55998,
            "uuid": "9d014da9-a019-4087-a32f-2d1d1853e077",
            "url": "https://demo.lizard.net/api/v4/rastersources/9d014da9-a019-4087-a32f-2d1d1853e077/?format=api",
            "name": "p_ihw_haringvliet_km_1022_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_1022_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:06:36.275240Z",
            "last_modified": "2020-05-20T12:06:37.517316Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/911de747-174b-4c44-8605-a4b0d02d63cc/?format=api"
            ],
            "labeltypes": [],
            "size": 104267,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55999,
            "uuid": "c05b135f-7cf3-4c51-9a34-162ed62a5fe3",
            "url": "https://demo.lizard.net/api/v4/rastersources/c05b135f-7cf3-4c51-9a34-162ed62a5fe3/?format=api",
            "name": "p_ihw_haringvliet_km_1022_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_1022_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:06:52.544175Z",
            "last_modified": "2020-05-20T12:06:53.980211Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ee0e3c71-7e76-4b96-bd2b-33dd92f6b006/?format=api"
            ],
            "labeltypes": [],
            "size": 104493,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56000,
            "uuid": "97360d5d-7f62-44ff-9ce9-3e4250d2226b",
            "url": "https://demo.lizard.net/api/v4/rastersources/97360d5d-7f62-44ff-9ce9-3e4250d2226b/?format=api",
            "name": "p_ihw_haringvliet_km_1022_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_1022_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:09.072674Z",
            "last_modified": "2020-05-20T12:07:10.325616Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/697f4fd2-96e6-4de3-ad47-e29e8ef5cfbe/?format=api"
            ],
            "labeltypes": [],
            "size": 99848,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56001,
            "uuid": "e0a38fc5-8ce4-49f4-9f25-27198a1bf8f5",
            "url": "https://demo.lizard.net/api/v4/rastersources/e0a38fc5-8ce4-49f4-9f25-27198a1bf8f5/?format=api",
            "name": "p_ihw_haringvliet_km_1024_dkr20_km_4_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_1024_dkr20_km_4_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:07:25.374129Z",
            "last_modified": "2020-05-20T12:07:26.635657Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/608ef08b-df85-4d5d-918f-d3897b32d3d2/?format=api"
            ],
            "labeltypes": [],
            "size": 69354,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56002,
            "uuid": "d2170485-b035-47ac-b5dc-c4b2fab4e033",
            "url": "https://demo.lizard.net/api/v4/rastersources/d2170485-b035-47ac-b5dc-c4b2fab4e033/?format=api",
            "name": "p_ihw_haringvliet_km_1024_dkr20_km_4_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_1024_dkr20_km_4_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:07:41.789142Z",
            "last_modified": "2020-05-20T12:07:43.166847Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/e8bc1d4e-80af-440f-9ccc-bd6771a6da2c/?format=api"
            ],
            "labeltypes": [],
            "size": 71178,
            "dtype": null,
            "fill_value": null
        }
    ]
}