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

{
    "count": 2097,
    "next": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=29",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=27",
    "results": [
        {
            "id": 55963,
            "uuid": "51bed744-b976-4ef0-9edb-8bd9e70f10ba",
            "url": "https://demo.lizard.net/api/v4/rastersources/51bed744-b976-4ef0-9edb-8bd9e70f10ba/?format=api",
            "name": "p_ihw_spui_km_1005_dkr20_km_19_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_dkr20_km_19_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-20T10:30:52.630618Z",
            "last_modified": "2020-05-20T10:30:54.065290Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5109e0d5-a7ce-4b40-93a8-a390bb42013b/?format=api"
            ],
            "labeltypes": [],
            "size": 114525,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55964,
            "uuid": "a9b0bdb8-1195-4292-be24-53d68291f7db",
            "url": "https://demo.lizard.net/api/v4/rastersources/a9b0bdb8-1195-4292-be24-53d68291f7db/?format=api",
            "name": "p_ihw_spui_km_1007_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_1007_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-20T10:31:09.107095Z",
            "last_modified": "2020-05-20T10:31:10.495488Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/87066c9c-4a20-4913-9dc5-01b7260fe0c9/?format=api"
            ],
            "labeltypes": [],
            "size": 77183,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55965,
            "uuid": "d849c077-10f0-4516-9e6d-be60d04a5eab",
            "url": "https://demo.lizard.net/api/v4/rastersources/d849c077-10f0-4516-9e6d-be60d04a5eab/?format=api",
            "name": "p_ihw_spui_km_1007_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_1007_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-20T10:31:25.709622Z",
            "last_modified": "2020-05-20T10:31:27.103116Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/7576a094-4983-4f1d-9fe2-545f1d60738c/?format=api"
            ],
            "labeltypes": [],
            "size": 80552,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55966,
            "uuid": "3d070beb-d51a-4846-8b72-9238fb0db282",
            "url": "https://demo.lizard.net/api/v4/rastersources/3d070beb-d51a-4846-8b72-9238fb0db282/?format=api",
            "name": "p_ihw_spui_km_998_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_998_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-20T10:31:58.650314Z",
            "last_modified": "2020-05-20T10:32:00.269848Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/e671bd73-773b-4ded-8198-48106d3b5ca9/?format=api"
            ],
            "labeltypes": [],
            "size": 55866,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55967,
            "uuid": "dbd86c31-5df4-46ef-b142-419ddf6e3592",
            "url": "https://demo.lizard.net/api/v4/rastersources/dbd86c31-5df4-46ef-b142-419ddf6e3592/?format=api",
            "name": "p_ihw_spui_km_998_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_998_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-20T10:32:15.337213Z",
            "last_modified": "2020-05-20T10:32:16.640882Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/51d50ecb-3c3e-459f-bba6-fb3705ced798/?format=api"
            ],
            "labeltypes": [],
            "size": 56604,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55971,
            "uuid": "07c33cbf-2a10-4baa-b61c-426070af6c2c",
            "url": "https://demo.lizard.net/api/v4/rastersources/07c33cbf-2a10-4baa-b61c-426070af6c2c/?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-20T11:30:30.269983Z",
            "last_modified": "2020-05-20T11:30:31.635502Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8b94858d-8dc0-4a96-899d-87287c669dfb/?format=api"
            ],
            "labeltypes": [],
            "size": 115861,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55972,
            "uuid": "d80832fb-dc25-4561-856b-e58b84e75c1d",
            "url": "https://demo.lizard.net/api/v4/rastersources/d80832fb-dc25-4561-856b-e58b84e75c1d/?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-20T11:30:46.735994Z",
            "last_modified": "2020-05-20T11:30:48.262414Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f263e9de-2598-4294-9fc6-d4c69c1fae4b/?format=api"
            ],
            "labeltypes": [],
            "size": 119433,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55973,
            "uuid": "f49ee9fb-b475-48dd-a5fd-03f0d5008669",
            "url": "https://demo.lizard.net/api/v4/rastersources/f49ee9fb-b475-48dd-a5fd-03f0d5008669/?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-20T11:31:03.162717Z",
            "last_modified": "2020-05-20T11:31:04.636825Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/7d829638-0214-487e-86dc-599da5654bf6/?format=api"
            ],
            "labeltypes": [],
            "size": 114476,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55974,
            "uuid": "810f77cd-d494-4c01-a827-8c3959846c78",
            "url": "https://demo.lizard.net/api/v4/rastersources/810f77cd-d494-4c01-a827-8c3959846c78/?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-20T11:31:19.871345Z",
            "last_modified": "2020-05-20T11:31:21.454736Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/be85834f-da26-4442-9611-0874a243970a/?format=api"
            ],
            "labeltypes": [],
            "size": 55749,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55975,
            "uuid": "c7d9fb31-eda3-4d77-8a0a-c054897931b7",
            "url": "https://demo.lizard.net/api/v4/rastersources/c7d9fb31-eda3-4d77-8a0a-c054897931b7/?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-20T11:31:36.465845Z",
            "last_modified": "2020-05-20T11:31:37.751620Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/558f07ec-93e0-4e40-ada9-4de00871a9c1/?format=api"
            ],
            "labeltypes": [],
            "size": 56209,
            "dtype": null,
            "fill_value": null
        }
    ]
}