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=16
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=17",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=15",
    "results": [
        {
            "id": 38542,
            "uuid": "e96d0281-118e-4cfd-b947-f000a0725635",
            "url": "https://demo.lizard.net/api/v4/rastersources/e96d0281-118e-4cfd-b947-f000a0725635/?format=api",
            "name": "1814_agv_waterdiepte_60mm1hr",
            "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": "ivar.lokhorst",
            "supplier_code": "1814:waterdiepte:agv:60mm1hr",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.7196745693322475,
                "east": 5.305072099091469,
                "north": 52.43151885100282,
                "south": 52.11695701024014
            },
            "projection": "EPSG:28992",
            "origin_x": 109599.82766182,
            "origin_y": 458955.396520405,
            "upper_bound_x": 149374.82766182,
            "upper_bound_y": 493750.396520405,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2020-01-20T13:31:29.926062Z",
            "last_modified": "2020-01-20T13:31:51.572615Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/40df0d88-cd28-4ac9-9d83-5618329c4691/?format=api"
            ],
            "labeltypes": [],
            "size": 6585812,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 38545,
            "uuid": "0ca9dfb5-2796-485b-8731-62f4240904ae",
            "url": "https://demo.lizard.net/api/v4/rastersources/0ca9dfb5-2796-485b-8731-62f4240904ae/?format=api",
            "name": "1814_agv_waterdiepte_75mm1hr",
            "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": "ivar.lokhorst",
            "supplier_code": "1814:agv:waterdiepte:75mm1hr",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.7196745693322475,
                "east": 5.305072099091469,
                "north": 52.43151885100282,
                "south": 52.11695701024014
            },
            "projection": "EPSG:28992",
            "origin_x": 109599.82766182,
            "origin_y": 458955.396520405,
            "upper_bound_x": 149374.82766182,
            "upper_bound_y": 493750.396520405,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2020-01-20T13:37:23.585295Z",
            "last_modified": "2020-01-20T13:37:42.057983Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a043c478-0da0-4923-83cd-70f3f261a2f2/?format=api"
            ],
            "labeltypes": [],
            "size": 8747502,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 38546,
            "uuid": "7bb3d7d0-a7b8-4828-8e67-2c509112f09f",
            "url": "https://demo.lizard.net/api/v4/rastersources/7bb3d7d0-a7b8-4828-8e67-2c509112f09f/?format=api",
            "name": "1814_agv_waterdiepte_130mm2hr",
            "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": "ivar.lokhorst",
            "supplier_code": "1814:agv:waterdiepte:130mm2hr",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.7196745693322475,
                "east": 5.305072099091469,
                "north": 52.43151885100282,
                "south": 52.11695701024014
            },
            "projection": "EPSG:28992",
            "origin_x": 109599.82766182,
            "origin_y": 458955.396520405,
            "upper_bound_x": 149374.82766182,
            "upper_bound_y": 493750.396520405,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2020-01-20T13:38:59.953971Z",
            "last_modified": "2020-01-20T13:39:26.243458Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d2bd086c-0011-42d3-a389-c706ea4c23c1/?format=api"
            ],
            "labeltypes": [],
            "size": 14439322,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 38547,
            "uuid": "f267a5d5-8306-48f0-aea4-584a1dd40cb7",
            "url": "https://demo.lizard.net/api/v4/rastersources/f267a5d5-8306-48f0-aea4-584a1dd40cb7/?format=api",
            "name": "1814_agv_waterdiepte_115mm48hr",
            "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": "ivar.lokhorst",
            "supplier_code": "1814:agv:waterdiepte:115mm48hr",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.7196745693322475,
                "east": 5.305072099091469,
                "north": 52.43151885100282,
                "south": 52.11695701024014
            },
            "projection": "EPSG:28992",
            "origin_x": 109599.82766182,
            "origin_y": 458955.396520405,
            "upper_bound_x": 149374.82766182,
            "upper_bound_y": 493750.396520405,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2020-01-20T13:40:38.371179Z",
            "last_modified": "2020-01-20T13:40:59.403522Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ddb8a4e4-3d46-40ba-b0c9-f7556fe50972/?format=api"
            ],
            "labeltypes": [],
            "size": 8155270,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 38548,
            "uuid": "ecebe905-5ead-4a06-a7aa-d38b0ae0b3f3",
            "url": "https://demo.lizard.net/api/v4/rastersources/ecebe905-5ead-4a06-a7aa-d38b0ae0b3f3/?format=api",
            "name": "1814_agv_waterdiepte_140mm48hr",
            "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": "ivar.lokhorst",
            "supplier_code": "1814:agv:waterdiepte:140mm48hr",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.7196745693322475,
                "east": 5.305072099091469,
                "north": 52.43151885100282,
                "south": 52.11695701024014
            },
            "projection": "EPSG:28992",
            "origin_x": 109599.82766182,
            "origin_y": 458955.396520405,
            "upper_bound_x": 149374.82766182,
            "upper_bound_y": 493750.396520405,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2020-01-20T13:41:55.733505Z",
            "last_modified": "2020-01-20T13:42:15.778616Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a99f997e-896f-4a97-88b0-46a231f25528/?format=api"
            ],
            "labeltypes": [],
            "size": 11062771,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 38549,
            "uuid": "563d48bb-c3a2-42f8-9a18-81e999a5d9a1",
            "url": "https://demo.lizard.net/api/v4/rastersources/563d48bb-c3a2-42f8-9a18-81e999a5d9a1/?format=api",
            "name": "1814_agv_waterdiepte_160mm2hr",
            "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": "ivar.lokhorst",
            "supplier_code": "1814:agv:waterdiepte:160mm2hr",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.7196745693322475,
                "east": 5.305072099091469,
                "north": 52.43151885100282,
                "south": 52.11695701024014
            },
            "projection": "EPSG:28992",
            "origin_x": 109599.82766182,
            "origin_y": 458955.396520405,
            "upper_bound_x": 149374.82766182,
            "upper_bound_y": 493750.396520405,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2020-01-20T13:43:09.074081Z",
            "last_modified": "2020-01-20T13:44:26.307165Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d78becc9-05d1-4f2a-81db-169c4fda3e51/?format=api"
            ],
            "labeltypes": [],
            "size": 16579273,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 38550,
            "uuid": "68f9e718-1d09-4762-8e94-5041a0318081",
            "url": "https://demo.lizard.net/api/v4/rastersources/68f9e718-1d09-4762-8e94-5041a0318081/?format=api",
            "name": "1814_agv_waterdiepte_220mm48hr",
            "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": "ivar.lokhorst",
            "supplier_code": "1814:agv:waterdiepte:220mm48hr",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.7196745693322475,
                "east": 5.305072099091469,
                "north": 52.43151885100282,
                "south": 52.11695701024014
            },
            "projection": "EPSG:28992",
            "origin_x": 109599.82766182,
            "origin_y": 458955.396520405,
            "upper_bound_x": 149374.82766182,
            "upper_bound_y": 493750.396520405,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2020-01-20T13:44:27.912669Z",
            "last_modified": "2020-01-20T13:44:56.717270Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/fda079be-5e22-40d2-b6f4-391f7a49050f/?format=api"
            ],
            "labeltypes": [],
            "size": 16592339,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 39393,
            "uuid": "964b8bfe-a70b-4692-affd-af4cf5bec9fe",
            "url": "https://demo.lizard.net/api/v4/rastersources/964b8bfe-a70b-4692-affd-af4cf5bec9fe/?format=api",
            "name": "Texel_clip",
            "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": "karl.schutt",
            "supplier_code": "Texel_clip",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.542589165735802,
                "east": 5.069091056475598,
                "north": 53.23687342146123,
                "south": 52.91535774497443
            },
            "projection": "EPSG:28992",
            "origin_x": 98603.1337,
            "origin_y": 547912.6127,
            "upper_bound_x": 133603.1337,
            "upper_bound_y": 583412.6127,
            "pixelsize_x": 500.0,
            "pixelsize_y": -500.0,
            "created": "2020-01-24T10:29:48.335081Z",
            "last_modified": "2020-01-24T10:30:09.024377Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 25004,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 40467,
            "uuid": "b1ce700f-6ed2-486a-9b68-d27eda5acec3",
            "url": "https://demo.lizard.net/api/v4/rastersources/b1ce700f-6ed2-486a-9b68-d27eda5acec3/?format=api",
            "name": "Schaduw Grunsvenplein 15:00",
            "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": "shadow_grunsvenplein_hourly_1500",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 5.96914806961712,
                "east": 5.976686347764045,
                "north": 50.889425322285845,
                "south": 50.884340484730615
            },
            "projection": "EPSG:28992",
            "origin_x": 195954.0,
            "origin_y": 321783.5,
            "upper_bound_x": 196480.0,
            "upper_bound_y": 322345.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2020-01-31T08:33:40.616237Z",
            "last_modified": "2020-02-12T12:47:36.294884Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/c0ab8e11-c9e3-41f5-bc9a-d3534a8206e4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/39782c76-ffc7-4bfb-b28a-7f53614a1d20/?format=api",
                "https://demo.lizard.net/api/v4/rasters/36d38e91-9751-4c49-af62-4dd37ef50ed5/?format=api"
            ],
            "labeltypes": [],
            "size": 276230,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 42059,
            "uuid": "c76fc8a8-e7f9-4d84-82cb-757d023ad55d",
            "url": "https://demo.lizard.net/api/v4/rastersources/c76fc8a8-e7f9-4d84-82cb-757d023ad55d/?format=api",
            "name": "Zegveld gemiddelde bodemdaling",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/91cf9190-e0c9-452a-a291-6526bda6ad3b/?format=api",
                "uuid": "91cf9190-e0c9-452a-a291-6526bda6ad3b",
                "name": "BODIS"
            },
            "access_modifier": "Public",
            "supplier": "martijn.krol",
            "supplier_code": "zegveld_subsidence_avg",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.792356598855472,
                "east": 4.872206598855472,
                "north": 52.15228400739803,
                "south": 52.11410400739803
            },
            "projection": "EPSG:4326",
            "origin_x": 4.79235659885547,
            "origin_y": 52.114104007398,
            "upper_bound_x": 4.87220659885547,
            "upper_bound_y": 52.152284007398,
            "pixelsize_x": 1.00000000000001e-05,
            "pixelsize_y": -9.99999999999921e-06,
            "created": "2020-04-10T14:05:51.164675Z",
            "last_modified": "2020-05-26T09:57:30.210533Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8ad1e933-95f8-4b8c-b38a-f5af3d51385b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c4e2fbbe-dabf-4f61-ba0d-f5e1c5e24805/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ac98a61b-91aa-4ff0-96b1-1a2048e10bc1/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d7abe164-8b70-4380-a6d6-1bd1b6036a1f/?format=api"
            ],
            "labeltypes": [],
            "size": 5512522,
            "dtype": null,
            "fill_value": null
        }
    ]
}