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

{
    "count": 2089,
    "next": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=24",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=22",
    "results": [
        {
            "id": 51241,
            "uuid": "57c17960-0709-49c8-86a7-6d9dfc7a5fe4",
            "url": "https://demo.lizard.net/api/v4/rastersources/57c17960-0709-49c8-86a7-6d9dfc7a5fe4/?format=api",
            "name": "1100h waterdieptekaart",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "future_insight_3d-zeeland_1100h",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.666599107689238,
                "east": 3.9549298505646515,
                "north": 51.75494957746752,
                "south": 51.650521333504294
            },
            "projection": "EPSG:28992",
            "origin_x": 36195.0,
            "origin_y": 408255.0,
            "upper_bound_x": 55890.0,
            "upper_bound_y": 419450.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2020-04-06T14:34:20.070049Z",
            "last_modified": "2020-04-28T14:21:35.368088Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/0faaae0f-f46b-4c79-bc16-2a714d922d9c/?format=api"
            ],
            "labeltypes": [],
            "size": 6698228,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 51537,
            "uuid": "8d22c0f6-31cf-4e3e-9606-a5dd0b68aba0",
            "url": "https://demo.lizard.net/api/v4/rastersources/8d22c0f6-31cf-4e3e-9606-a5dd0b68aba0/?format=api",
            "name": "zeeland totaal waterdieptekaart",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "future_insight_zeeland_totaal",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.338647477232221,
                "east": 4.271560862731457,
                "north": 51.748808424623974,
                "south": 51.192133599243014
            },
            "projection": "EPSG:28992",
            "origin_x": 13508.0,
            "origin_y": 357819.0,
            "upper_bound_x": 77033.0,
            "upper_bound_y": 418394.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-08T09:32:14.870172Z",
            "last_modified": "2020-04-28T14:26:58.156524Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/13ae7a0d-dea1-4e63-9930-d2806bfcebfc/?format=api"
            ],
            "labeltypes": [],
            "size": 8720021,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 52227,
            "uuid": "89ed282e-a29d-45c1-b7db-bb101d604e7f",
            "url": "https://demo.lizard.net/api/v4/rastersources/89ed282e-a29d-45c1-b7db-bb101d604e7f/?format=api",
            "name": "Zoutcavernes gemiddelde bodemdaling",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/91cf9190-e0c9-452a-a291-6526bda6ad3b/?format=api",
                "uuid": "91cf9190-e0c9-452a-a291-6526bda6ad3b",
                "name": "BODIS"
            },
            "access_modifier": "Public",
            "supplier": "martijn.krol",
            "supplier_code": "zoutcavernes_subsidence_avg",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.758126041139499,
                "east": 6.841876041139499,
                "north": 52.2521060248031,
                "south": 52.2144860248031
            },
            "projection": "EPSG:4326",
            "origin_x": 6.7581260411395,
            "origin_y": 52.2144860248031,
            "upper_bound_x": 6.8418760411395,
            "upper_bound_y": 52.2521060248031,
            "pixelsize_x": 1e-05,
            "pixelsize_y": -9.99999999999917e-06,
            "created": "2020-04-10T14:09:56.434337Z",
            "last_modified": "2020-04-23T14:49:44.492894Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/aa69d80c-4cfe-4e3e-b75f-98cdaa46a56a/?format=api"
            ],
            "labeltypes": [],
            "size": 4733750,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 52940,
            "uuid": "20b3ba31-006e-402d-8fce-d26e77ddf77b",
            "url": "https://demo.lizard.net/api/v4/rastersources/20b3ba31-006e-402d-8fce-d26e77ddf77b/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring15_max_wd_19123",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "maud.vandelden",
            "supplier_code": "plaatsgebonden_overstroming_primaire_keringen_dijkring15_max_wd_19123",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.105143893275499,
                "east": 5.462379122183126,
                "north": 52.487134694553674,
                "south": 51.861088401471555
            },
            "projection": "EPSG:28992",
            "origin_x": 67906.18,
            "origin_y": 431038.062,
            "upper_bound_x": 160106.18,
            "upper_bound_y": 499938.062,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-28T07:27:02.824843Z",
            "last_modified": "2020-05-28T07:27:42.340000Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3710e5aa-0efa-4b05-b4b6-7ee87522202d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/749e101a-18da-4e03-9473-d43177d99b72/?format=api"
            ],
            "labeltypes": [],
            "size": 224970,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 52941,
            "uuid": "da54036f-f57e-4455-99f0-b1760cda9749",
            "url": "https://demo.lizard.net/api/v4/rastersources/da54036f-f57e-4455-99f0-b1760cda9749/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring15_max_wd_3628",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "maud.vandelden",
            "supplier_code": "plaatsgebonden_overstroming_primaire_keringen_dijkring15_max_wd_3628",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.105141260388252,
                "east": 5.462376471235711,
                "north": 52.48713413902224,
                "south": 51.8610878161736
            },
            "projection": "EPSG:28992",
            "origin_x": 67906.0,
            "origin_y": 431038.0,
            "upper_bound_x": 160106.0,
            "upper_bound_y": 499938.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-28T07:29:15.197804Z",
            "last_modified": "2020-05-28T07:29:21.550611Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3710e5aa-0efa-4b05-b4b6-7ee87522202d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/23ee6eee-0e80-49f7-8e2d-640757d1ac7f/?format=api"
            ],
            "labeltypes": [],
            "size": 226838,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 52942,
            "uuid": "acbf14f5-fd91-47c6-a4b6-779e491d95e4",
            "url": "https://demo.lizard.net/api/v4/rastersources/acbf14f5-fd91-47c6-a4b6-779e491d95e4/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring15_max_wd_3607",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "maud.vandelden",
            "supplier_code": "plaatsgebonden_overstroming_primaire_keringen_dijkring15_max_wd_3607",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.105141260388252,
                "east": 5.462376471235711,
                "north": 52.48713413902224,
                "south": 51.8610878161736
            },
            "projection": "EPSG:28992",
            "origin_x": 67906.0,
            "origin_y": 431038.0,
            "upper_bound_x": 160106.0,
            "upper_bound_y": 499938.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-28T07:27:45.581311Z",
            "last_modified": "2020-05-28T07:28:16.121084Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3710e5aa-0efa-4b05-b4b6-7ee87522202d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/10b0abbb-9a92-49f8-8d8a-a583fb57317c/?format=api"
            ],
            "labeltypes": [],
            "size": 597105,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 52943,
            "uuid": "adc43fa3-48b8-48dc-bc4b-1f101c517c70",
            "url": "https://demo.lizard.net/api/v4/rastersources/adc43fa3-48b8-48dc-bc4b-1f101c517c70/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring15_max_wd_3613",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "maud.vandelden",
            "supplier_code": "plaatsgebonden_overstroming_primaire_keringen_dijkring15_max_wd_3613",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.105141260388252,
                "east": 5.462376471235711,
                "north": 52.48713413902224,
                "south": 51.8610878161736
            },
            "projection": "EPSG:28992",
            "origin_x": 67906.0,
            "origin_y": 431038.0,
            "upper_bound_x": 160106.0,
            "upper_bound_y": 499938.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-28T07:28:08.165061Z",
            "last_modified": "2020-05-28T07:28:16.291761Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3710e5aa-0efa-4b05-b4b6-7ee87522202d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2294d027-ed1b-4573-b184-a27188ee3424/?format=api"
            ],
            "labeltypes": [],
            "size": 614359,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 52944,
            "uuid": "84719831-6583-4e18-8810-f76dfbfe737a",
            "url": "https://demo.lizard.net/api/v4/rastersources/84719831-6583-4e18-8810-f76dfbfe737a/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring15_max_wd_3597",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "maud.vandelden",
            "supplier_code": "plaatsgebonden_overstroming_primaire_keringen_dijkring15_max_wd_3597",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.105141260388252,
                "east": 5.462376471235711,
                "north": 52.48713413902224,
                "south": 51.8610878161736
            },
            "projection": "EPSG:28992",
            "origin_x": 67906.0,
            "origin_y": 431038.0,
            "upper_bound_x": 160106.0,
            "upper_bound_y": 499938.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-28T07:27:23.389506Z",
            "last_modified": "2020-05-28T07:27:43.179604Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3710e5aa-0efa-4b05-b4b6-7ee87522202d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9bc3674e-6fe3-4e2f-bb26-6fafb42e6ac6/?format=api"
            ],
            "labeltypes": [],
            "size": 656970,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 52945,
            "uuid": "dbefcf6a-0bd1-4975-bba8-5978ce7a41df",
            "url": "https://demo.lizard.net/api/v4/rastersources/dbefcf6a-0bd1-4975-bba8-5978ce7a41df/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring15_max_wd_3616",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "maud.vandelden",
            "supplier_code": "plaatsgebonden_overstroming_primaire_keringen_dijkring15_max_wd_3616",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.105141260388252,
                "east": 5.462376471235711,
                "north": 52.48713413902224,
                "south": 51.8610878161736
            },
            "projection": "EPSG:28992",
            "origin_x": 67906.0,
            "origin_y": 431038.0,
            "upper_bound_x": 160106.0,
            "upper_bound_y": 499938.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-28T07:28:30.015860Z",
            "last_modified": "2020-05-28T07:28:39.495439Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3710e5aa-0efa-4b05-b4b6-7ee87522202d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/04e00e25-39fa-4f98-8e29-7de23c7705c2/?format=api"
            ],
            "labeltypes": [],
            "size": 427880,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 52946,
            "uuid": "c2f7fbb8-ada0-492e-8e2f-53e2e757ad0d",
            "url": "https://demo.lizard.net/api/v4/rastersources/c2f7fbb8-ada0-492e-8e2f-53e2e757ad0d/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring15_max_wd_3621",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "maud.vandelden",
            "supplier_code": "plaatsgebonden_overstroming_primaire_keringen_dijkring15_max_wd_3621",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.105141260388252,
                "east": 5.462376471235711,
                "north": 52.48713413902224,
                "south": 51.8610878161736
            },
            "projection": "EPSG:28992",
            "origin_x": 67906.0,
            "origin_y": 431038.0,
            "upper_bound_x": 160106.0,
            "upper_bound_y": 499938.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-28T07:28:52.820056Z",
            "last_modified": "2020-05-28T07:29:00.505801Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3710e5aa-0efa-4b05-b4b6-7ee87522202d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/846b6a99-b447-4dc6-be7a-973e44f51a67/?format=api"
            ],
            "labeltypes": [],
            "size": 546194,
            "dtype": null,
            "fill_value": null
        }
    ]
}