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=36
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=37",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=35",
    "results": [
        {
            "id": 57343,
            "uuid": "5cca86d5-b7ef-42d0-9c40-a42ccad7a868",
            "url": "https://demo.lizard.net/api/v4/rastersources/5cca86d5-b7ef-42d0-9c40-a42ccad7a868/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_14033",
            "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_dijkring14_max_wd_14033",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.513683769569351,
                "east": 4.732690272762313,
                "north": 52.06964519283304,
                "south": 51.90107442151971
            },
            "projection": "EPSG:28992",
            "origin_x": 95106.0,
            "origin_y": 435088.0,
            "upper_bound_x": 109956.0,
            "upper_bound_y": 453688.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-28T07:02:37.840564Z",
            "last_modified": "2020-05-28T07:02:42.206055Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/4d01ded0-6453-4718-b1f0-e13fc1966728/?format=api"
            ],
            "labeltypes": [],
            "size": 102167,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57344,
            "uuid": "174f76df-3aa3-4b34-8252-544da3d89728",
            "url": "https://demo.lizard.net/api/v4/rastersources/174f76df-3aa3-4b34-8252-544da3d89728/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_14034",
            "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_dijkring14_max_wd_14034",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.513683769569351,
                "east": 4.732690272762313,
                "north": 52.06964519283304,
                "south": 51.90107442151971
            },
            "projection": "EPSG:28992",
            "origin_x": 95106.0,
            "origin_y": 435088.0,
            "upper_bound_x": 109956.0,
            "upper_bound_y": 453688.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-28T07:02:57.314253Z",
            "last_modified": "2020-05-28T07:03:01.785543Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5ed13d18-8804-4765-a86e-fc7064b899a7/?format=api"
            ],
            "labeltypes": [],
            "size": 91286,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57345,
            "uuid": "10eadc04-9e1c-46fd-a214-5418dbfe454e",
            "url": "https://demo.lizard.net/api/v4/rastersources/10eadc04-9e1c-46fd-a214-5418dbfe454e/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_18372",
            "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_dijkring14_max_wd_18372",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.088566336022274,
                "east": 4.646373368540646,
                "north": 52.14383200434894,
                "south": 51.88382593130749
            },
            "projection": "EPSG:28992",
            "origin_x": 66100.0,
            "origin_y": 433600.0,
            "upper_bound_x": 104000.0,
            "upper_bound_y": 462000.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-28T07:03:16.961402Z",
            "last_modified": "2020-05-28T07:03:20.189977Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/93ed83f5-9ea6-4b16-ab8d-bddb81ca44af/?format=api"
            ],
            "labeltypes": [],
            "size": 42150,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57346,
            "uuid": "57e50542-0a98-4dc9-824f-2e87e85bf937",
            "url": "https://demo.lizard.net/api/v4/rastersources/57e50542-0a98-4dc9-824f-2e87e85bf937/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_18375",
            "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_dijkring14_max_wd_18375",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.088566336022274,
                "east": 4.646373368540646,
                "north": 52.14383200434894,
                "south": 51.88382593130749
            },
            "projection": "EPSG:28992",
            "origin_x": 66100.0,
            "origin_y": 433600.0,
            "upper_bound_x": 104000.0,
            "upper_bound_y": 462000.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-28T07:03:35.423820Z",
            "last_modified": "2020-05-28T07:03:39.451637Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/30829573-0aa2-4068-86d6-2688d12445bc/?format=api"
            ],
            "labeltypes": [],
            "size": 39678,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57347,
            "uuid": "d636a845-b6bc-49cb-aba7-cc890d973e6c",
            "url": "https://demo.lizard.net/api/v4/rastersources/d636a845-b6bc-49cb-aba7-cc890d973e6c/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_18377",
            "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_dijkring14_max_wd_18377",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.088566336022274,
                "east": 4.646373368540646,
                "north": 52.14383200434894,
                "south": 51.88382593130749
            },
            "projection": "EPSG:28992",
            "origin_x": 66100.0,
            "origin_y": 433600.0,
            "upper_bound_x": 104000.0,
            "upper_bound_y": 462000.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-28T07:03:55.780060Z",
            "last_modified": "2020-05-28T07:04:00.813834Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5fa4b9fd-e592-4719-8cbd-d1f6c56d749c/?format=api"
            ],
            "labeltypes": [],
            "size": 41768,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57348,
            "uuid": "5db6da40-6702-4921-bbe9-3a223a407681",
            "url": "https://demo.lizard.net/api/v4/rastersources/5db6da40-6702-4921-bbe9-3a223a407681/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_18380",
            "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_dijkring14_max_wd_18380",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0785196044018095,
                "east": 5.465235155691564,
                "north": 52.488588238730095,
                "south": 51.88382593130749
            },
            "projection": "EPSG:28992",
            "origin_x": 66100.0,
            "origin_y": 433600.0,
            "upper_bound_x": 160300.0,
            "upper_bound_y": 500100.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-28T07:04:16.078080Z",
            "last_modified": "2020-05-28T07:04:21.764947Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/fe7a8314-26da-4f1e-898e-5f2a5f22a260/?format=api"
            ],
            "labeltypes": [],
            "size": 94408,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57349,
            "uuid": "beb471cd-6a7d-4958-aa42-2ac82a2ddef9",
            "url": "https://demo.lizard.net/api/v4/rastersources/beb471cd-6a7d-4958-aa42-2ac82a2ddef9/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_18387",
            "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_dijkring14_max_wd_18387",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0785196044018095,
                "east": 5.465235155691564,
                "north": 52.488588238730095,
                "south": 51.88382593130749
            },
            "projection": "EPSG:28992",
            "origin_x": 66100.0,
            "origin_y": 433600.0,
            "upper_bound_x": 160300.0,
            "upper_bound_y": 500100.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-28T07:04:37.415970Z",
            "last_modified": "2020-05-28T07:04:43.397441Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/4ff2099a-3f60-4f4e-9c30-85ebb3451d78/?format=api"
            ],
            "labeltypes": [],
            "size": 98206,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57350,
            "uuid": "2748c1d3-51eb-4a60-9619-888845bd9811",
            "url": "https://demo.lizard.net/api/v4/rastersources/2748c1d3-51eb-4a60-9619-888845bd9811/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_18390",
            "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_dijkring14_max_wd_18390",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0785196044018095,
                "east": 5.465235155691564,
                "north": 52.488588238730095,
                "south": 51.88382593130749
            },
            "projection": "EPSG:28992",
            "origin_x": 66100.0,
            "origin_y": 433600.0,
            "upper_bound_x": 160300.0,
            "upper_bound_y": 500100.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-28T07:04:58.686175Z",
            "last_modified": "2020-05-28T07:05:03.744857Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2c4357b3-8b33-40da-b3ba-cc28bb2fc014/?format=api"
            ],
            "labeltypes": [],
            "size": 93927,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57351,
            "uuid": "e4f939f8-959b-4e2e-bb67-67584d63635d",
            "url": "https://demo.lizard.net/api/v4/rastersources/e4f939f8-959b-4e2e-bb67-67584d63635d/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_18393",
            "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_dijkring14_max_wd_18393",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0785196044018095,
                "east": 5.465235155691564,
                "north": 52.488588238730095,
                "south": 51.88382593130749
            },
            "projection": "EPSG:28992",
            "origin_x": 66100.0,
            "origin_y": 433600.0,
            "upper_bound_x": 160300.0,
            "upper_bound_y": 500100.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-28T07:05:18.845114Z",
            "last_modified": "2020-05-28T07:05:26.070927Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f231c744-c328-4124-897c-862dbb65ac24/?format=api"
            ],
            "labeltypes": [],
            "size": 93864,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57352,
            "uuid": "9609d43c-de4a-4e71-b676-530b082d1e76",
            "url": "https://demo.lizard.net/api/v4/rastersources/9609d43c-de4a-4e71-b676-530b082d1e76/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_18396",
            "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_dijkring14_max_wd_18396",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0785196044018095,
                "east": 5.465235155691564,
                "north": 52.488588238730095,
                "south": 51.88382593130749
            },
            "projection": "EPSG:28992",
            "origin_x": 66100.0,
            "origin_y": 433600.0,
            "upper_bound_x": 160300.0,
            "upper_bound_y": 500100.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-28T07:05:41.023928Z",
            "last_modified": "2020-05-28T07:05:47.391553Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/eec5b24f-1c06-4d09-8760-a619fffa2ea3/?format=api"
            ],
            "labeltypes": [],
            "size": 109777,
            "dtype": null,
            "fill_value": null
        }
    ]
}