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=18
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=19",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=17",
    "results": [
        {
            "id": 49249,
            "uuid": "b9c951b2-d94e-4183-aa23-82c5c2a6b7ed",
            "url": "https://demo.lizard.net/api/v4/rastersources/b9c951b2-d94e-4183-aa23-82c5c2a6b7ed/?format=api",
            "name": "1837_sd_grens_1500mg_w+_zomer2050",
            "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": "1837_sd_grens_1500mg_w+_zomer2050",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.6491097430806505,
                "east": 4.131451151602787,
                "north": 51.761908336508085,
                "south": 51.594064277040516
            },
            "projection": "EPSG:28992",
            "origin_x": 35000.0,
            "origin_y": 402000.0,
            "upper_bound_x": 68000.0,
            "upper_bound_y": 420000.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-03-23T08:47:26.492859Z",
            "last_modified": "2020-03-23T13:45:45.708877Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/15c4ffb9-e42c-43c2-b799-fe67ac0b2ba7/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a6c0c0f6-8981-4fc2-a502-e1b1f2418061/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c86619ca-e24a-494b-8573-01c9f4ef2dee/?format=api"
            ],
            "labeltypes": [],
            "size": 284142,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 49441,
            "uuid": "2ca2a1fb-395d-451f-bfa8-575d1788e0cb",
            "url": "https://demo.lizard.net/api/v4/rastersources/2ca2a1fb-395d-451f-bfa8-575d1788e0cb/?format=api",
            "name": "Den Haag - Laagste grondwaterstand bij 2 droge jaren na elkaar (2003 en 2018) ten opzichte van 2015-2017",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e29fe554-2610-4037-b4b1-4e6bd37a7881/?format=api",
                "uuid": "e29fe554-2610-4037-b4b1-4e6bd37a7881",
                "name": "Den Haag"
            },
            "access_modifier": "Public",
            "supplier": "kasper.lange",
            "supplier_code": "1827_den_haag_laagste_grondwaterstand_bij_2_droge_jaren_na_elkaar_(2003_en_2018)_ten_opzichte_van_2015-2017",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.187498917116111,
                "east": 4.423361614535009,
                "north": 52.12969711485596,
                "south": 52.01382981478972
            },
            "projection": "EPSG:28992",
            "origin_x": 72851.0,
            "origin_y": 447951.0,
            "upper_bound_x": 88836.0,
            "upper_bound_y": 460606.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2020-03-24T16:19:33.512053Z",
            "last_modified": "2024-08-01T00:25:14.921191Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/bac631d0-8297-4ee7-935b-2e9d86e46670/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2a99cbf4-db9e-404a-8d42-1880e3999898/?format=api"
            ],
            "labeltypes": [],
            "size": 14761771,
            "dtype": "f4",
            "fill_value": "-3.4028234663852886e+38"
        },
        {
            "id": 49442,
            "uuid": "33c44c43-558f-4d6a-9883-4408d3d48eeb",
            "url": "https://demo.lizard.net/api/v4/rastersources/33c44c43-558f-4d6a-9883-4408d3d48eeb/?format=api",
            "name": "Den Haag - Laagste grondwaterstand 2018 ten opzichte van 2015-2017",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e29fe554-2610-4037-b4b1-4e6bd37a7881/?format=api",
                "uuid": "e29fe554-2610-4037-b4b1-4e6bd37a7881",
                "name": "Den Haag"
            },
            "access_modifier": "Public",
            "supplier": "kasper.lange",
            "supplier_code": "1827_den_haag_laagste_grondwaterstand_2018_ten_opzichte_van_2015",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.183017201208829,
                "east": 4.423361614535009,
                "north": 52.1361676995365,
                "south": 52.01378605613654
            },
            "projection": "EPSG:28992",
            "origin_x": 72556.0,
            "origin_y": 447951.0,
            "upper_bound_x": 88836.0,
            "upper_bound_y": 461326.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2020-03-24T16:24:27.524684Z",
            "last_modified": "2020-03-24T17:00:36.866936Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2837a793-f770-4c76-9f0b-4008012da79a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/95dddda2-d9ef-4d13-baca-8fc1c4cb8f6b/?format=api"
            ],
            "labeltypes": [],
            "size": 18865428,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 50862,
            "uuid": "bab96e16-acc3-41b5-b401-bf19927b03e7",
            "url": "https://demo.lizard.net/api/v4/rastersources/bab96e16-acc3-41b5-b401-bf19927b03e7/?format=api",
            "name": "wszui - dp 795 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_Wszui - dp 795",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.3535595898709136,
                "east": 3.8302654224112724,
                "north": 51.41202428212872,
                "south": 51.21295905922516
            },
            "projection": "EPSG:28992",
            "origin_x": 13508.0,
            "origin_y": 360137.0,
            "upper_bound_x": 46233.0,
            "upper_bound_y": 381487.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-02T15:14:03.778541Z",
            "last_modified": "2020-04-28T14:26:49.119818Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/31a44f1e-5331-4f93-a54a-bdcfb91a924c/?format=api"
            ],
            "labeltypes": [],
            "size": 419509,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 50863,
            "uuid": "fb40e333-cb28-4d3f-addb-7c3cde016649",
            "url": "https://demo.lizard.net/api/v4/rastersources/fb40e333-cb28-4d3f-addb-7c3cde016649/?format=api",
            "name": "nzsch - dp 5 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_NzSch - dp 5",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.6768459034948657,
                "east": 4.102556637057108,
                "north": 51.74716540328634,
                "south": 51.60990825133464
            },
            "projection": "EPSG:28992",
            "origin_x": 36878.0,
            "origin_y": 403719.0,
            "upper_bound_x": 66028.0,
            "upper_bound_y": 418394.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-02T15:22:12.007888Z",
            "last_modified": "2020-04-28T14:22:20.530266Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5b670a44-0ea9-4158-9776-c18b6cb70b04/?format=api"
            ],
            "labeltypes": [],
            "size": 458242,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 50864,
            "uuid": "f87eb62d-fa96-48e9-9be9-be59c396780c",
            "url": "https://demo.lizard.net/api/v4/rastersources/f87eb62d-fa96-48e9-9be9-be59c396780c/?format=api",
            "name": "nzwal - dp 110 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_NzWal - dp 110",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.4309122004456407,
                "east": 3.7103695708931177,
                "north": 51.589556820170266,
                "south": 51.43884636673394
            },
            "projection": "EPSG:28992",
            "origin_x": 19428.0,
            "origin_y": 385118.0,
            "upper_bound_x": 38428.0,
            "upper_bound_y": 401418.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-02T15:22:28.428179Z",
            "last_modified": "2020-04-28T14:22:10.486820Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/61a029b7-8790-4cd1-812a-8764ba213dae/?format=api"
            ],
            "labeltypes": [],
            "size": 447557,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 50865,
            "uuid": "c30ed30e-84b7-46d1-8236-faf97cb82307",
            "url": "https://demo.lizard.net/api/v4/rastersources/c30ed30e-84b7-46d1-8236-faf97cb82307/?format=api",
            "name": "nzwal - dp 230 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_NzWal - dp 230",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.4309122004456407,
                "east": 3.7103695708931177,
                "north": 51.589556820170266,
                "south": 51.43884636673394
            },
            "projection": "EPSG:28992",
            "origin_x": 19428.0,
            "origin_y": 385118.0,
            "upper_bound_x": 38428.0,
            "upper_bound_y": 401418.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-02T15:22:45.044190Z",
            "last_modified": "2020-04-28T14:21:58.695135Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a1496971-0e5d-4571-bdd9-2386c165ca2c/?format=api"
            ],
            "labeltypes": [],
            "size": 690533,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 50866,
            "uuid": "76073fb1-e75e-435f-868e-53b6e2d2cd10",
            "url": "https://demo.lizard.net/api/v4/rastersources/76073fb1-e75e-435f-868e-53b6e2d2cd10/?format=api",
            "name": "nzwal - dp 330 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_NzWal - dp 330",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.4309122004456407,
                "east": 3.7103695708931177,
                "north": 51.589556820170266,
                "south": 51.43884636673394
            },
            "projection": "EPSG:28992",
            "origin_x": 19428.0,
            "origin_y": 385118.0,
            "upper_bound_x": 38428.0,
            "upper_bound_y": 401418.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-02T15:23:02.994095Z",
            "last_modified": "2020-04-28T14:21:46.143574Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2fac43f5-661a-49dc-be9b-ee8fbe3def5b/?format=api"
            ],
            "labeltypes": [],
            "size": 1110869,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 50867,
            "uuid": "f0ce7f66-6114-4ea3-a106-4749bafd38e8",
            "url": "https://demo.lizard.net/api/v4/rastersources/f0ce7f66-6114-4ea3-a106-4749bafd38e8/?format=api",
            "name": "os - dp 1075 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_OS - dp 1075",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.9813431730814157,
                "east": 4.2357648587242,
                "north": 51.654957591205225,
                "south": 51.504388865531645
            },
            "projection": "EPSG:28992",
            "origin_x": 57713.0,
            "origin_y": 391532.0,
            "upper_bound_x": 75063.0,
            "upper_bound_y": 407982.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-02T15:23:20.445549Z",
            "last_modified": "2020-04-28T14:22:31.412460Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/bde72a10-8e99-4fdd-a821-7592bcfee6fd/?format=api"
            ],
            "labeltypes": [],
            "size": 571335,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 50868,
            "uuid": "d69472fa-622c-43d9-92b8-5e14b8ab5601",
            "url": "https://demo.lizard.net/api/v4/rastersources/d69472fa-622c-43d9-92b8-5e14b8ab5601/?format=api",
            "name": "os - dp 135 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_OS - dp 135",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.6768459034948657,
                "east": 4.102556637057108,
                "north": 51.74716540328634,
                "south": 51.60990825133464
            },
            "projection": "EPSG:28992",
            "origin_x": 36878.0,
            "origin_y": 403719.0,
            "upper_bound_x": 66028.0,
            "upper_bound_y": 418394.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-02T15:23:36.575901Z",
            "last_modified": "2020-04-28T14:22:43.566812Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/97351435-a52b-46d7-8669-3eb1c6a3a77d/?format=api"
            ],
            "labeltypes": [],
            "size": 539091,
            "dtype": null,
            "fill_value": null
        }
    ]
}