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=17
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=18",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=16",
    "results": [
        {
            "id": 42060,
            "uuid": "ea73290e-9e15-48df-90c3-de88473f8f28",
            "url": "https://demo.lizard.net/api/v4/rastersources/ea73290e-9e15-48df-90c3-de88473f8f28/?format=api",
            "name": "Eilandspolder 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": "eilandspolder_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.778317816772116,
                "east": 4.953687816772116,
                "north": 52.624601306794325,
                "south": 52.51053130679433
            },
            "projection": "EPSG:4326",
            "origin_x": 4.77831781677212,
            "origin_y": 52.5105313067943,
            "upper_bound_x": 4.95368781677212,
            "upper_bound_y": 52.6246013067943,
            "pixelsize_x": 1e-05,
            "pixelsize_y": -9.99999999999983e-06,
            "created": "2020-04-10T14:19:53.175155Z",
            "last_modified": "2020-04-23T14:50:37.289657Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8ad1e933-95f8-4b8c-b38a-f5af3d51385b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/05e7343c-447e-437d-ae50-321e7c51e441/?format=api"
            ],
            "labeltypes": [],
            "size": 21145878,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 42863,
            "uuid": "63073d8f-1908-4d59-a349-1d6dfce13263",
            "url": "https://demo.lizard.net/api/v4/rastersources/63073d8f-1908-4d59-a349-1d6dfce13263/?format=api",
            "name": "Kloosterzande 3D viewer",
            "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": "1234",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.773604095526549,
                "east": 4.2718350906440135,
                "north": 51.409670990579144,
                "south": 51.198561522104946
            },
            "projection": "EPSG:28992",
            "origin_x": 42727.0,
            "origin_y": 357808.0,
            "upper_bound_x": 77052.0,
            "upper_bound_y": 380658.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-02-14T08:36:23.170323Z",
            "last_modified": "2020-02-14T08:57:44.187492Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a444a052-200f-41bd-9d65-04c4fb99b813/?format=api"
            ],
            "labeltypes": [],
            "size": 709108,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 47974,
            "uuid": "1b94139f-4ea5-4c1c-8447-30d24a0afe3f",
            "url": "https://demo.lizard.net/api/v4/rastersources/1b94139f-4ea5-4c1c-8447-30d24a0afe3f/?format=api",
            "name": "1837_sd_grens_1000mg_autonoom_zomer2011",
            "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_1000mg_autonoom_zomer2011",
            "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-12T16:17:28.910882Z",
            "last_modified": "2020-03-23T08:26:07.141106Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5282437a-cbb9-487b-b767-aa93d62eb053/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1b011e9b-5ae1-40ca-9174-413cc1e02600/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5a76c1c8-0c6c-48ec-ab28-bf1df72e8077/?format=api"
            ],
            "labeltypes": [],
            "size": 286256,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 48136,
            "uuid": "7dc730f9-3e3e-4fc5-b098-c98cb2fe1fae",
            "url": "https://demo.lizard.net/api/v4/rastersources/7dc730f9-3e3e-4fc5-b098-c98cb2fe1fae/?format=api",
            "name": "Gevoelstemperatuur (PET)",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/5d0509a3-699e-41b7-8074-22d66494e093/?format=api",
                "uuid": "5d0509a3-699e-41b7-8074-22d66494e093",
                "name": "AS50+"
            },
            "access_modifier": "Public",
            "supplier": "maud.vandelden",
            "supplier_code": "1838_as50_PET_Hittestress",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 5.3534512713874225,
                "east": 5.760564529406858,
                "north": 51.83079407899148,
                "south": 51.52076265406611
            },
            "projection": "EPSG:28992",
            "origin_x": 152673.5,
            "origin_y": 392484.0,
            "upper_bound_x": 180736.5,
            "upper_bound_y": 426911.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2020-03-13T15:42:01.223469Z",
            "last_modified": "2020-05-25T17:30:30.522753Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/568edda7-bf56-4828-9977-2da7f66f8fa9/?format=api"
            ],
            "labeltypes": [],
            "size": 9258546750,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 49243,
            "uuid": "38bcc9f3-b849-46ae-a4f3-404ead64f4ac",
            "url": "https://demo.lizard.net/api/v4/rastersources/38bcc9f3-b849-46ae-a4f3-404ead64f4ac/?format=api",
            "name": "u0018_veendikte",
            "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": "u0018_bar_veendikte",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.382120876745854,
                "east": 4.647770620045937,
                "north": 51.90349555482109,
                "south": 51.82856418777834
            },
            "projection": "EPSG:28992",
            "origin_x": 85829.0,
            "origin_y": 427139.5,
            "upper_bound_x": 104030.5,
            "upper_bound_y": 435258.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2020-03-23T06:58:06.671750Z",
            "last_modified": "2020-03-23T06:59:34.065989Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/eab4e7c6-e502-44ab-b856-883a43d54f03/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b9185664-2fb5-4c8e-90a8-d192c039ff30/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ad8a1c58-82fb-4e1e-a4fd-643739e9c093/?format=api"
            ],
            "labeltypes": [],
            "size": 44685578,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 49244,
            "uuid": "8f93b3cc-9697-4e94-9079-68268b8d5217",
            "url": "https://demo.lizard.net/api/v4/rastersources/8f93b3cc-9697-4e94-9079-68268b8d5217/?format=api",
            "name": "Kloosterzande 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": "govert.termors",
            "supplier_code": "101",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.773604095526549,
                "east": 4.2718350906440135,
                "north": 51.409670990579144,
                "south": 51.198561522104946
            },
            "projection": "EPSG:28992",
            "origin_x": 42727.0,
            "origin_y": 357808.0,
            "upper_bound_x": 77052.0,
            "upper_bound_y": 380658.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-03-23T07:44:53.389109Z",
            "last_modified": "2020-03-23T08:57:26.590646Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 484391,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 49245,
            "uuid": "0f544e8c-7298-4928-bd7a-acc5f726fc50",
            "url": "https://demo.lizard.net/api/v4/rastersources/0f544e8c-7298-4928-bd7a-acc5f726fc50/?format=api",
            "name": "Middelburg 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": "ivar.lokhorst",
            "supplier_code": "102",
            "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-03-23T07:51:08.104335Z",
            "last_modified": "2020-03-23T08:58:17.015241Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 1110869,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 49246,
            "uuid": "7d8228e1-968f-4c42-a235-a682a481be42",
            "url": "https://demo.lizard.net/api/v4/rastersources/7d8228e1-968f-4c42-a235-a682a481be42/?format=api",
            "name": "Zeeland 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": "ivar.lokhorst",
            "supplier_code": "103",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.338647477232221,
                "east": 4.271560862731457,
                "north": 51.748808424623974,
                "south": 51.192133599243014
            },
            "projection": "EPSG:28992",
            "origin_x": 13508.0,
            "origin_y": 357819.0,
            "upper_bound_x": 77033.0,
            "upper_bound_y": 418394.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-03-23T08:17:07.641728Z",
            "last_modified": "2020-03-23T08:59:33.912725Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 8720021,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 49247,
            "uuid": "81383413-6404-4e25-8785-6361a9f0782f",
            "url": "https://demo.lizard.net/api/v4/rastersources/81383413-6404-4e25-8785-6361a9f0782f/?format=api",
            "name": "1837_sd_grens_1000mg_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_1000mg_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:38:41.827006Z",
            "last_modified": "2020-03-23T13:32:05.401032Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/dc5db21d-c6b0-45a5-be68-d183e04d6829/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a8c252bb-7182-4cca-966a-08901d494853/?format=api",
                "https://demo.lizard.net/api/v4/rasters/bb7764e5-014a-477b-878e-d9d00033ece7/?format=api"
            ],
            "labeltypes": [],
            "size": 281657,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 49248,
            "uuid": "5dce0b1a-ad07-4c10-83b7-18799f6d1f29",
            "url": "https://demo.lizard.net/api/v4/rastersources/5dce0b1a-ad07-4c10-83b7-18799f6d1f29/?format=api",
            "name": "1837_sd_grens_1500mg_autonoom_zomer2011",
            "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_autonoom_zomer2011",
            "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:45:29.329393Z",
            "last_modified": "2020-03-23T08:46:01.056435Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8dae84c2-5019-46bc-ae86-ab556bc6d791/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8a802974-0f23-4132-bc84-7642ecd7d9ad/?format=api",
                "https://demo.lizard.net/api/v4/rasters/00b2041c-4907-4a6b-860f-6a1305914a03/?format=api"
            ],
            "labeltypes": [],
            "size": 287965,
            "dtype": null,
            "fill_value": null
        }
    ]
}