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

{
    "count": 2079,
    "next": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=13",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=11",
    "results": [
        {
            "id": 24306,
            "uuid": "14aa9dc0-ee17-4ffd-afbf-646cf429e0cd",
            "url": "https://demo.lizard.net/api/v4/rastersources/14aa9dc0-ee17-4ffd-afbf-646cf429e0cd/?format=api",
            "name": "storymap droogte: verdamping",
            "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": "kees.vanduijvendijk",
            "supplier_code": "kvd_eta",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.9103055542229885,
                "east": 6.593541529628853,
                "north": 52.107652965658836,
                "south": 51.31901530844821
            },
            "projection": "EPSG:28992",
            "origin_x": 53820.0,
            "origin_y": 370980.0,
            "upper_bound_x": 237640.0,
            "upper_bound_y": 458400.0,
            "pixelsize_x": 20.0,
            "pixelsize_y": -20.0,
            "created": "2019-08-20T13:28:49.629665Z",
            "last_modified": "2019-08-20T13:43:31.638606Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2c9543cd-b94a-4552-9562-7ac1af103526/?format=api"
            ],
            "labeltypes": [],
            "size": 109300800,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24314,
            "uuid": "34e66be9-ad80-44fe-8457-5326ea0125c6",
            "url": "https://demo.lizard.net/api/v4/rastersources/34e66be9-ad80-44fe-8457-5326ea0125c6/?format=api",
            "name": "storymap droogte: neerslagtekort",
            "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": "kees.vanduijvendijk",
            "supplier_code": "kvd_nt",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 2.5726507380303008,
                "east": 8.034122551443414,
                "north": 52.4779383872238,
                "south": 50.906197916870774
            },
            "projection": "EPSG:28992",
            "origin_x": -36200.0,
            "origin_y": 327600.0,
            "upper_bound_x": 334800.0,
            "upper_bound_y": 502200.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2019-08-20T14:14:38.075320Z",
            "last_modified": "2019-08-20T14:18:26.899015Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/9d0bf3fa-5013-4982-848f-8aa90a00faf4/?format=api"
            ],
            "labeltypes": [],
            "size": 17383235,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24371,
            "uuid": "d294e406-259f-4fd5-ad79-b4be5999fc4d",
            "url": "https://demo.lizard.net/api/v4/rastersources/d294e406-259f-4fd5-ad79-b4be5999fc4d/?format=api",
            "name": "TWN - droogte - verandering GLG 2050",
            "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": "twn_glg_verandering_2050",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.325387486542825,
                "east": 7.076764375945061,
                "north": 52.49742117818989,
                "south": 52.1140540468508
            },
            "projection": "EPSG:28992",
            "origin_x": 219250.0,
            "origin_y": 459750.0,
            "upper_bound_x": 269750.0,
            "upper_bound_y": 501500.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2019-08-21T11:08:03.664396Z",
            "last_modified": "2019-08-21T11:08:10.923755Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/bd00bc58-ca4f-4992-a15e-43270f6318df/?format=api"
            ],
            "labeltypes": [],
            "size": 143934,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24372,
            "uuid": "0a59c6b3-f741-4aea-b166-c266eacbec54",
            "url": "https://demo.lizard.net/api/v4/rastersources/0a59c6b3-f741-4aea-b166-c266eacbec54/?format=api",
            "name": "TWN - Droogte - Kwel huidig",
            "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": "twn_kwel_huidig",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.325387486542825,
                "east": 7.076764375945061,
                "north": 52.49742117818989,
                "south": 52.1140540468508
            },
            "projection": "EPSG:28992",
            "origin_x": 219250.0,
            "origin_y": 459750.0,
            "upper_bound_x": 269750.0,
            "upper_bound_y": 501500.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2019-08-21T11:47:54.364836Z",
            "last_modified": "2019-08-30T12:55:00.140933Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/0b33f064-8ca2-4e35-a06d-e4f936da28b9/?format=api"
            ],
            "labeltypes": [],
            "size": 147873,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24373,
            "uuid": "9dcea7da-f186-40a4-97e1-8e3c90fe3af8",
            "url": "https://demo.lizard.net/api/v4/rastersources/9dcea7da-f186-40a4-97e1-8e3c90fe3af8/?format=api",
            "name": "TWN - Droogte - Verandering kwel",
            "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": "twn_verandering_kwel",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.325387486542825,
                "east": 7.076764375945061,
                "north": 52.49742117818989,
                "south": 52.1140540468508
            },
            "projection": "EPSG:28992",
            "origin_x": 219250.0,
            "origin_y": 459750.0,
            "upper_bound_x": 269750.0,
            "upper_bound_y": 501500.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2019-08-21T12:13:44.712128Z",
            "last_modified": "2019-08-21T12:14:00.769129Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/558d9fe5-31f7-41b2-9d06-943a41953a16/?format=api"
            ],
            "labeltypes": [],
            "size": 147994,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24374,
            "uuid": "62b50144-fea7-4e2a-a404-0c2a3c5e592c",
            "url": "https://demo.lizard.net/api/v4/rastersources/62b50144-fea7-4e2a-a404-0c2a3c5e592c/?format=api",
            "name": "TWN -  Droogte - Verandering GLG",
            "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": "twn_droogte_vernadering_glg",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.325387486542825,
                "east": 7.076764375945061,
                "north": 52.49742117818989,
                "south": 52.1140540468508
            },
            "projection": "EPSG:28992",
            "origin_x": 219250.0,
            "origin_y": 459750.0,
            "upper_bound_x": 269750.0,
            "upper_bound_y": 501500.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2019-08-21T12:16:24.463181Z",
            "last_modified": "2019-08-21T12:16:40.155120Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/045ff506-d7a2-42ed-ae19-fb320c5e0555/?format=api"
            ],
            "labeltypes": [],
            "size": 144978,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24409,
            "uuid": "3dc42510-2167-4be2-bdcf-0288ec78b1ab",
            "url": "https://demo.lizard.net/api/v4/rastersources/3dc42510-2167-4be2-bdcf-0288ec78b1ab/?format=api",
            "name": "TWN - Droogte - GLG huidig",
            "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": "twn_droogte_huidig_glg",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 1.1251398933597005,
                "east": 2.423205478912409,
                "north": 5.030826169652366,
                "south": 3.8329441473028516
            },
            "projection": "EPSG:3857",
            "origin_x": 125250.0,
            "origin_y": 427000.0,
            "upper_bound_x": 269750.0,
            "upper_bound_y": 560750.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2019-08-21T14:59:00.139336Z",
            "last_modified": "2019-08-21T14:59:59.339922Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/bd81e309-8a70-4c6e-b5d9-cedf3f18bfa5/?format=api"
            ],
            "labeltypes": [],
            "size": 889298,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24469,
            "uuid": "6de73b12-f689-4db7-a82e-faa8e67be3fa",
            "url": "https://demo.lizard.net/api/v4/rastersources/6de73b12-f689-4db7-a82e-faa8e67be3fa/?format=api",
            "name": "TWN - ALMELO - GHG",
            "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": "twn_almelo_ghg",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.421474953824799,
                "east": 6.839988633535304,
                "north": 52.43865972288494,
                "south": 52.264165228542026
            },
            "projection": "EPSG:28992",
            "origin_x": 225598.0,
            "origin_y": 476113.0,
            "upper_bound_x": 253793.0,
            "upper_bound_y": 495048.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2019-08-22T12:52:56.939033Z",
            "last_modified": "2019-08-22T12:57:07.899371Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ee342e12-5c79-4dbe-9130-8e16136fd032/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0d00d987-4721-4ea8-954a-5ef35d9f95e9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/131a2e4b-1323-41b4-8a4f-a762ee7754cd/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9eb94e1a-1528-4221-b102-66c1236c1790/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0e9e9be8-be89-4df3-aa90-882de2953d36/?format=api"
            ],
            "labeltypes": [],
            "size": 15975398,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24506,
            "uuid": "d705b2ca-7b7c-41ff-8f70-8b637ed06112",
            "url": "https://demo.lizard.net/api/v4/rastersources/d705b2ca-7b7c-41ff-8f70-8b637ed06112/?format=api",
            "name": "Waterkring de Baronie 70 mm 1 hour maximale waterdiepte",
            "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": null,
            "supplier_code": "baronie_max_waterdiepte_70mm1hr",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.4821783722815125,
                "east": 5.01731663016094,
                "north": 51.64443073151148,
                "south": 51.393326797791545
            },
            "projection": "EPSG:28992",
            "origin_x": 92355.0,
            "origin_y": 378627.5,
            "upper_bound_x": 129258.0,
            "upper_bound_y": 406242.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-08-23T09:15:16.601876Z",
            "last_modified": "2019-08-29T07:05:46.911819Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ef74b62b-b00f-4a4c-9fa1-8226e1b63414/?format=api",
                "https://demo.lizard.net/api/v4/rasters/90fb26cf-3ce2-4dec-9e53-dda71bb96c32/?format=api",
                "https://demo.lizard.net/api/v4/rasters/13796a9d-5b07-47db-aa91-df9e8b68b124/?format=api"
            ],
            "labeltypes": [],
            "size": 5151649774,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24687,
            "uuid": "62772270-63fb-4ff9-81ff-f88aa23da4ec",
            "url": "https://demo.lizard.net/api/v4/rastersources/62772270-63fb-4ff9-81ff-f88aa23da4ec/?format=api",
            "name": "1833_hlt_waterdiepte_70mm",
            "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": "1833_hlt_waterdiepte_70mm",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.4723181362908075,
                "east": 4.600754054101921,
                "north": 52.31802149632648,
                "south": 52.183124192092485
            },
            "projection": "EPSG:28992",
            "origin_x": 92619.0,
            "origin_y": 466502.0,
            "upper_bound_x": 101215.5,
            "upper_bound_y": 481411.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-08-26T08:22:43.840487Z",
            "last_modified": "2019-10-24T14:37:59.188500Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/4f62d2bb-5647-4896-bcc5-b2926315ec9c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6375930d-4e92-406b-9b71-548fc5cd334f/?format=api"
            ],
            "labeltypes": [],
            "size": 192597284,
            "dtype": null,
            "fill_value": null
        }
    ]
}