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=13
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=14",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=12",
    "results": [
        {
            "id": 24735,
            "uuid": "d7ab25a6-8177-48a2-945d-95e7ea00dbda",
            "url": "https://demo.lizard.net/api/v4/rastersources/d7ab25a6-8177-48a2-945d-95e7ea00dbda/?format=api",
            "name": "Stresstest 160mm 48h TWN",
            "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": "1830_twn_stresstest_160mm_48h",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.3227480050713325,
                "east": 7.0775130429007405,
                "north": 52.49816126092554,
                "south": 52.1138462114894
            },
            "projection": "EPSG:28992",
            "origin_x": 219069.5,
            "origin_y": 459728.0,
            "upper_bound_x": 269799.0,
            "upper_bound_y": 501580.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-08-27T06:47:25.716628Z",
            "last_modified": "2019-08-27T07:43:37.214251Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d32b8670-42d3-4241-9165-4560cc64e2d3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2ec352bb-5acb-43c6-93de-ea81f9c0d201/?format=api"
            ],
            "labeltypes": [],
            "size": 7025441015,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24792,
            "uuid": "444fac96-119f-4964-a156-f98f2561e6d0",
            "url": "https://demo.lizard.net/api/v4/rastersources/444fac96-119f-4964-a156-f98f2561e6d0/?format=api",
            "name": "Baronie overstroming",
            "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_overstromingen_waterdiepte",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.475058100908699,
                "east": 5.020780793251491,
                "north": 51.64868870449112,
                "south": 51.39131773022297
            },
            "projection": "EPSG:28992",
            "origin_x": 91868.0,
            "origin_y": 378410.0,
            "upper_bound_x": 129498.0,
            "upper_bound_y": 406715.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2019-08-28T09:41:35.881381Z",
            "last_modified": "2019-08-28T11:41:52.665584Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f43ab6c5-8f75-4322-b90b-8236153a8b0f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1882a6b6-c1e9-43c0-bed3-cb5ecf254822/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b4997dd3-08c9-4dd1-8d3d-9dcb8fbfe47b/?format=api"
            ],
            "labeltypes": [],
            "size": 14832393,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24897,
            "uuid": "eadf7b61-86a6-4d3a-a1c9-df3221e9e477",
            "url": "https://demo.lizard.net/api/v4/rastersources/eadf7b61-86a6-4d3a-a1c9-df3221e9e477/?format=api",
            "name": "HLT - PET hittstress",
            "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": "hlt_pet_heatstress",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.4533324849010025,
                "east": 4.614016616284333,
                "north": 52.31858982269951,
                "south": 52.1791031047939
            },
            "projection": "EPSG:28992",
            "origin_x": 91325.0,
            "origin_y": 466071.0,
            "upper_bound_x": 102118.0,
            "upper_bound_y": 481465.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": -1.0,
            "created": "2019-08-29T10:21:15.265695Z",
            "last_modified": "2019-10-24T14:39:18.679961Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 248047709,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24933,
            "uuid": "bfc9088b-d0be-4c66-bf1f-7a586408a7a3",
            "url": "https://demo.lizard.net/api/v4/rastersources/bfc9088b-d0be-4c66-bf1f-7a586408a7a3/?format=api",
            "name": "1830_twn_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": "1830_twn_verandering_glg_2050",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.943732300234112,
                "east": 7.097408739231976,
                "north": 53.03283826338092,
                "south": 51.81979238538452
            },
            "projection": "EPSG:28992",
            "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-30T11:34:34.380717Z",
            "last_modified": "2019-09-23T12:17:47.725111Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/1d45cc53-f6ae-437a-9cfd-76586a193f07/?format=api",
                "https://demo.lizard.net/api/v4/rasters/27f50dd6-94c4-4583-a78a-7c4da29f3bea/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f0e7d2d4-887c-4f95-be9a-bdecc33479d8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a0aba84b-8d29-4be2-9a2b-835697d6c202/?format=api"
            ],
            "labeltypes": [],
            "size": 839057,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24934,
            "uuid": "29e181d2-a479-4be5-9a3d-8a897628542e",
            "url": "https://demo.lizard.net/api/v4/rastersources/29e181d2-a479-4be5-9a3d-8a897628542e/?format=api",
            "name": "1830_twn_verandering_kwel_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": "1830_twn_verandering_kwel_2050",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.943732300234112,
                "east": 7.097408739231976,
                "north": 53.03283826338092,
                "south": 51.81979238538452
            },
            "projection": "EPSG:28992",
            "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-30T11:34:37.594510Z",
            "last_modified": "2019-09-23T12:24:43.017878Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/627fbcca-5d7b-457d-b09b-858f9b7f54ff/?format=api",
                "https://demo.lizard.net/api/v4/rasters/944fa86a-cc84-4f4a-a7bb-da0cf88d57bb/?format=api",
                "https://demo.lizard.net/api/v4/rasters/21847e36-c4c5-4aba-bdb5-f886792d16a6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1b613e55-626b-4c4e-bdca-2e6a8e86c02b/?format=api"
            ],
            "labeltypes": [],
            "size": 915518,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24935,
            "uuid": "571ce74d-14b6-4446-b16d-1cfd07bde070",
            "url": "https://demo.lizard.net/api/v4/rastersources/571ce74d-14b6-4446-b16d-1cfd07bde070/?format=api",
            "name": "1830_twn_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": "1830_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": 4.943732300234112,
                "east": 7.097408739231976,
                "north": 53.03283826338092,
                "south": 51.81979238538452
            },
            "projection": "EPSG:28992",
            "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-30T13:02:10.050078Z",
            "last_modified": "2019-09-23T12:24:38.660071Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ef02e675-2c6c-475a-9a4c-4aaff9eb02c8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/460451c3-c9eb-44ec-a642-92e2de533a43/?format=api",
                "https://demo.lizard.net/api/v4/rasters/29888321-9d3c-4fb6-ac3b-3e0bc2f1a6d7/?format=api",
                "https://demo.lizard.net/api/v4/rasters/738f4166-7bb0-49f6-ac1f-3388cde3fe3e/?format=api"
            ],
            "labeltypes": [],
            "size": 916127,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24953,
            "uuid": "df3fd23f-0146-4222-a574-f8be0fe464aa",
            "url": "https://demo.lizard.net/api/v4/rastersources/df3fd23f-0146-4222-a574-f8be0fe464aa/?format=api",
            "name": "1830_twn_wateroverlast_160mm2uur_masked",
            "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_nens_wateroverlast_160mm2uur_mask",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.322833954314396,
                "east": 7.077123099162651,
                "north": 52.4975854912986,
                "south": 52.11412094593787
            },
            "projection": "EPSG:28992",
            "origin_x": 219075.0,
            "origin_y": 459758.0,
            "upper_bound_x": 269774.0,
            "upper_bound_y": 501516.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": -1.0,
            "created": "2019-09-02T11:50:40.800558Z",
            "last_modified": "2024-08-01T04:05:23.701356Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/52c55110-0180-4152-8271-0c6acc4819ac/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8a87710f-c8cb-4273-9c3b-a3b29e1b24ac/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7f891867-e30c-42cc-a589-c6438b985499/?format=api",
                "https://demo.lizard.net/api/v4/rasters/66199169-7f15-4171-914f-d8f600db0b20/?format=api"
            ],
            "labeltypes": [],
            "size": 4146229137,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 24954,
            "uuid": "72c65bbb-00f6-4117-a63f-a437b1697ce2",
            "url": "https://demo.lizard.net/api/v4/rastersources/72c65bbb-00f6-4117-a63f-a437b1697ce2/?format=api",
            "name": "1830_twn_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": "1830_twn_GLG_huidig",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.947458871088659,
                "east": 7.097408739231976,
                "north": 53.0328520129681,
                "south": 51.81979238538452
            },
            "projection": "EPSG:28992",
            "origin_x": 125500.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-09-02T13:22:16.532987Z",
            "last_modified": "2024-08-01T01:54:36.438163Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/eeddf857-0874-4103-9223-391b836b7453/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1092ec76-624e-456b-9345-72884ededfb7/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6f7d7041-832b-4d27-be21-2003937d39b9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/63b75bc0-2fbf-45e6-8c88-8db7da68900d/?format=api"
            ],
            "labeltypes": [],
            "size": 710109,
            "dtype": "f4",
            "fill_value": "-3.4028230607370965e+38"
        },
        {
            "id": 24982,
            "uuid": "94d72794-5a4f-4a93-a5c2-1bca427f2246",
            "url": "https://demo.lizard.net/api/v4/rastersources/94d72794-5a4f-4a93-a5c2-1bca427f2246/?format=api",
            "name": "1830_twn_hitte_pet",
            "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": "1830_twn_hitte_pet",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.322740704989677,
                "east": 7.077527760815947,
                "north": 52.49816131950378,
                "south": 52.11384600392903
            },
            "projection": "EPSG:28992",
            "origin_x": 219069.0,
            "origin_y": 459728.0,
            "upper_bound_x": 269800.0,
            "upper_bound_y": 501580.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": -1.0,
            "created": "2019-09-03T07:38:38.502814Z",
            "last_modified": "2019-09-16T12:29:54.878388Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/382a2000-b364-49fa-809e-ecaf66b90c0f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/4b908187-48da-48f7-b07e-c238e9dbad22/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f83b51e7-ccf5-49a3-a87f-66ef171a9888/?format=api"
            ],
            "labeltypes": [],
            "size": 7194432838,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 25025,
            "uuid": "ff904440-0f1a-477d-939b-9d3cf0324e29",
            "url": "https://demo.lizard.net/api/v4/rastersources/ff904440-0f1a-477d-939b-9d3cf0324e29/?format=api",
            "name": "CAS Klimaateffectenatlas - droogte - laagste grondwaterstand - extreem droge zomer 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": "cas_droogte_huidig",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.0464264490318462,
                "east": 7.577083846553494,
                "north": 53.59110240393262,
                "south": 50.66919754954844
            },
            "projection": "EPSG:28992",
            "origin_x": 0.0,
            "origin_y": 300000.0,
            "upper_bound_x": 300000.0,
            "upper_bound_y": 625000.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2019-09-04T08:38:42.066215Z",
            "last_modified": "2019-09-23T12:24:28.822506Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/7e18b827-3303-4981-b069-c471614c26ac/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c7e9d559-b11a-46e0-83f1-483504984293/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d72cd61c-04e3-46e2-becd-53ab47758651/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f9ffb952-33a9-43c7-b2fb-781f662942f6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b58e0a0e-9893-4af2-9772-2b9812d03d7f/?format=api"
            ],
            "labeltypes": [],
            "size": 3123902,
            "dtype": null,
            "fill_value": null
        }
    ]
}