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

{
    "count": 2101,
    "next": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=35",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=33",
    "results": [
        {
            "id": 56033,
            "uuid": "bf402de8-73d5-463a-8d6e-85c26f513395",
            "url": "https://demo.lizard.net/api/v4/rastersources/bf402de8-73d5-463a-8d6e-85c26f513395/?format=api",
            "name": "p_ihw_spui_km_1001_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_spui_km_1001_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:16:12.985674Z",
            "last_modified": "2020-05-20T12:16:15.157790Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/07320e8e-3c44-4879-8cda-748b369b744a/?format=api"
            ],
            "labeltypes": [],
            "size": 110941,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56034,
            "uuid": "dfdb60b7-37d7-48bd-893c-f24d714affe2",
            "url": "https://demo.lizard.net/api/v4/rastersources/dfdb60b7-37d7-48bd-893c-f24d714affe2/?format=api",
            "name": "p_ihw_spui_km_1001_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_spui_km_1001_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:16:29.281827Z",
            "last_modified": "2020-05-20T12:16:30.842712Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a5ea9d5f-8187-4799-8f3b-1860aed6b4f6/?format=api"
            ],
            "labeltypes": [],
            "size": 109577,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56035,
            "uuid": "6ec46489-f394-4997-b1e2-29e8373f2aa8",
            "url": "https://demo.lizard.net/api/v4/rastersources/6ec46489-f394-4997-b1e2-29e8373f2aa8/?format=api",
            "name": "p_ihw_spui_km_1002_dkr20_km_22_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_spui_km_1002_dkr20_km_22_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:16:45.667367Z",
            "last_modified": "2020-05-20T12:16:46.938741Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/68c8d6b5-e2ea-419d-9d07-97e5950409bc/?format=api"
            ],
            "labeltypes": [],
            "size": 115861,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56036,
            "uuid": "ea6ef2ef-d037-4058-bb6e-c21236272804",
            "url": "https://demo.lizard.net/api/v4/rastersources/ea6ef2ef-d037-4058-bb6e-c21236272804/?format=api",
            "name": "p_ihw_spui_km_1002_dkr20_km_22_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_spui_km_1002_dkr20_km_22_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:17:02.124908Z",
            "last_modified": "2020-05-20T12:17:03.471545Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/74b12b6a-5701-4181-8b36-2487a377e6bf/?format=api"
            ],
            "labeltypes": [],
            "size": 119433,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56037,
            "uuid": "8dae0f05-4499-4dd8-b7e6-474129d44d6c",
            "url": "https://demo.lizard.net/api/v4/rastersources/8dae0f05-4499-4dd8-b7e6-474129d44d6c/?format=api",
            "name": "p_ihw_spui_km_1002_dkr20_km_22_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_spui_km_1002_dkr20_km_22_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:17:18.505386Z",
            "last_modified": "2020-05-20T12:17:19.806641Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/33111f11-45f8-4b86-a497-45fd5c26187a/?format=api"
            ],
            "labeltypes": [],
            "size": 114476,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56038,
            "uuid": "b9956c1f-e868-4377-baf4-33a89be9cb83",
            "url": "https://demo.lizard.net/api/v4/rastersources/b9956c1f-e868-4377-baf4-33a89be9cb83/?format=api",
            "name": "p_ihw_spui_km_1005_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_spui_km_1005_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:17:34.737431Z",
            "last_modified": "2020-05-20T12:17:36.070959Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/12767aef-58fc-43a9-8f50-2ba9bc083f6e/?format=api"
            ],
            "labeltypes": [],
            "size": 55750,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56039,
            "uuid": "be66a0cb-1a82-4129-a361-03d3edba1220",
            "url": "https://demo.lizard.net/api/v4/rastersources/be66a0cb-1a82-4129-a361-03d3edba1220/?format=api",
            "name": "p_ihw_spui_km_1005_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_spui_km_1005_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:17:51.038432Z",
            "last_modified": "2020-05-20T12:17:52.430734Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/1c511d18-d674-4997-955b-7d18aeca1da5/?format=api"
            ],
            "labeltypes": [],
            "size": 56209,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56040,
            "uuid": "824601af-aedf-46e8-97e9-243720c9e6d7",
            "url": "https://demo.lizard.net/api/v4/rastersources/824601af-aedf-46e8-97e9-243720c9e6d7/?format=api",
            "name": "p_ihw_spui_km_1005_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_spui_km_1005_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:18:07.529921Z",
            "last_modified": "2020-05-20T12:18:08.981575Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f960f184-af91-4d00-8e84-ca4c52cf82d4/?format=api"
            ],
            "labeltypes": [],
            "size": 51162,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56041,
            "uuid": "628a8a5d-6b16-4bee-85a7-7f69f4f007e3",
            "url": "https://demo.lizard.net/api/v4/rastersources/628a8a5d-6b16-4bee-85a7-7f69f4f007e3/?format=api",
            "name": "p_ihw_spui_km_1005_dkr20_km_19_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_spui_km_1005_dkr20_km_19_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:18:23.784707Z",
            "last_modified": "2020-05-20T12:18:25.135785Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ab2764e4-f9be-40e8-b85e-3e048e840102/?format=api"
            ],
            "labeltypes": [],
            "size": 111685,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56042,
            "uuid": "420ea1a2-43c6-4b93-9eaf-245b0a75a11e",
            "url": "https://demo.lizard.net/api/v4/rastersources/420ea1a2-43c6-4b93-9eaf-245b0a75a11e/?format=api",
            "name": "p_ihw_spui_km_1005_dkr20_km_19_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_spui_km_1005_dkr20_km_19_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:18:40.174312Z",
            "last_modified": "2020-05-20T12:18:41.532959Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/cc58ebe4-f9c6-4840-bb59-bd5cef2beae9/?format=api"
            ],
            "labeltypes": [],
            "size": 115409,
            "dtype": null,
            "fill_value": null
        }
    ]
}