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=37
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=38",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=36",
    "results": [
        {
            "id": 57353,
            "uuid": "5edd3819-7cb0-4e3e-b85a-d50c03ee952e",
            "url": "https://demo.lizard.net/api/v4/rastersources/5edd3819-7cb0-4e3e-b85a-d50c03ee952e/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_18398",
            "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_18398",
            "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:06:02.253869Z",
            "last_modified": "2020-05-28T07:06:09.617107Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/07048488-1c7d-4b6b-88de-dae2f502f09e/?format=api"
            ],
            "labeltypes": [],
            "size": 133843,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57354,
            "uuid": "36eeb688-7c2b-4613-8dba-8dc4f4236f25",
            "url": "https://demo.lizard.net/api/v4/rastersources/36eeb688-7c2b-4613-8dba-8dc4f4236f25/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_18401",
            "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_18401",
            "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:06:24.226414Z",
            "last_modified": "2020-05-28T07:06:31.364868Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f0022145-77a7-4a53-87df-50154efdc4de/?format=api"
            ],
            "labeltypes": [],
            "size": 91764,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57355,
            "uuid": "38ae7f48-b67d-40c1-93ef-f72d141dbb91",
            "url": "https://demo.lizard.net/api/v4/rastersources/38ae7f48-b67d-40c1-93ef-f72d141dbb91/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_18732",
            "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_18732",
            "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:06:46.068313Z",
            "last_modified": "2020-05-28T07:06:51.410423Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2fbbac51-42c0-470f-9c47-7cc0034af30f/?format=api"
            ],
            "labeltypes": [],
            "size": 147853,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57356,
            "uuid": "2f164239-e377-451e-ae84-b8fd4c514916",
            "url": "https://demo.lizard.net/api/v4/rastersources/2f164239-e377-451e-ae84-b8fd4c514916/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_18752",
            "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_18752",
            "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:07:06.243379Z",
            "last_modified": "2020-05-28T07:07:12.985068Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f8d6a0fd-ac02-4fef-ace5-3bab468c51da/?format=api"
            ],
            "labeltypes": [],
            "size": 105728,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57357,
            "uuid": "c602cdb3-84c2-4ad3-bbe0-24feb8dbe0cb",
            "url": "https://demo.lizard.net/api/v4/rastersources/c602cdb3-84c2-4ad3-bbe0-24feb8dbe0cb/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_19451",
            "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_19451",
            "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:07:27.889602Z",
            "last_modified": "2020-05-28T07:07:35.333523Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/c2c08721-3113-4121-b4e4-4e5d46ac9aae/?format=api"
            ],
            "labeltypes": [],
            "size": 108241,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57358,
            "uuid": "5e4a97dc-cdc7-4e64-9a37-114b6d386a20",
            "url": "https://demo.lizard.net/api/v4/rastersources/5e4a97dc-cdc7-4e64-9a37-114b6d386a20/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_19563",
            "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_19563",
            "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:07:50.551227Z",
            "last_modified": "2020-05-28T07:07:56.351103Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5720a408-e7a9-4881-85aa-862243ae413f/?format=api"
            ],
            "labeltypes": [],
            "size": 168924,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57359,
            "uuid": "00a97dd9-fba0-45c3-9cb7-22266feb678b",
            "url": "https://demo.lizard.net/api/v4/rastersources/00a97dd9-fba0-45c3-9cb7-22266feb678b/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_5025",
            "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_5025",
            "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:08:11.199519Z",
            "last_modified": "2020-05-28T07:08:27.064232Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/bda88344-dd7e-4fd4-bcb5-d38749707fce/?format=api"
            ],
            "labeltypes": [],
            "size": 150426,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57360,
            "uuid": "9bb1e40a-8c24-49d4-9712-087288d5e068",
            "url": "https://demo.lizard.net/api/v4/rastersources/9bb1e40a-8c24-49d4-9712-087288d5e068/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_5028",
            "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_5028",
            "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:08:42.073355Z",
            "last_modified": "2020-05-28T07:08:51.226825Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/09e29c86-b2f0-4c86-8139-4222a4846557/?format=api"
            ],
            "labeltypes": [],
            "size": 133120,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57361,
            "uuid": "6f921d59-299a-4c78-a95d-daea129d1886",
            "url": "https://demo.lizard.net/api/v4/rastersources/6f921d59-299a-4c78-a95d-daea129d1886/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_571",
            "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_571",
            "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:09:10.504667Z",
            "last_modified": "2020-05-28T07:09:22.125767Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/68e9e6e1-dab2-4a91-91f0-cf07dd5aab86/?format=api"
            ],
            "labeltypes": [],
            "size": 138193,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57362,
            "uuid": "09347dc9-5ef2-485c-a032-69fc5b6c3425",
            "url": "https://demo.lizard.net/api/v4/rastersources/09347dc9-5ef2-485c-a032-69fc5b6c3425/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_577",
            "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_577",
            "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:09:37.564249Z",
            "last_modified": "2020-05-28T07:09:51.511858Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d4baa2ce-a257-4f37-88fb-15d3b607df03/?format=api"
            ],
            "labeltypes": [],
            "size": 265038,
            "dtype": null,
            "fill_value": null
        }
    ]
}