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

{
    "count": 2089,
    "next": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=26",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=24",
    "results": [
        {
            "id": 54902,
            "uuid": "c6a9aedf-a0f7-46e4-a28f-e7d5eddefc76",
            "url": "https://demo.lizard.net/api/v4/rastersources/c6a9aedf-a0f7-46e4-a28f-e7d5eddefc76/?format=api",
            "name": "plaatsgebonden_overstroming_dijkring14_max_wd_18398",
            "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": "plaatsgebonden_overstroming_dijkring14_max_wd_18398",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0785196044018095,
                "east": 5.465235155691564,
                "north": 52.488588238730095,
                "south": 51.88382593130749
            },
            "projection": "EPSG:28992",
            "origin_x": 66100.0,
            "origin_y": 433600.0,
            "upper_bound_x": 160300.0,
            "upper_bound_y": 500100.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-12T14:05:55.173140Z",
            "last_modified": "2020-05-12T14:05:59.825359Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/09f5ab3f-c549-4b83-8f10-7f696158a54e/?format=api"
            ],
            "labeltypes": [],
            "size": 133843,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 54903,
            "uuid": "b6bddd16-e78c-4195-b412-e5dbd71ecb7c",
            "url": "https://demo.lizard.net/api/v4/rastersources/b6bddd16-e78c-4195-b412-e5dbd71ecb7c/?format=api",
            "name": "plaatsgebonden_overstroming_dijkring14_max_wd_18401",
            "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": "plaatsgebonden_overstroming_dijkring14_max_wd_18401",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0785196044018095,
                "east": 5.465235155691564,
                "north": 52.488588238730095,
                "south": 51.88382593130749
            },
            "projection": "EPSG:28992",
            "origin_x": 66100.0,
            "origin_y": 433600.0,
            "upper_bound_x": 160300.0,
            "upper_bound_y": 500100.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-12T14:06:14.776637Z",
            "last_modified": "2020-05-12T14:06:18.826210Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/0b7438dd-4453-4f46-8c7c-0fb17cbb9ec9/?format=api"
            ],
            "labeltypes": [],
            "size": 91764,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 54904,
            "uuid": "2af961e0-19d5-44dd-b3a8-7355a56dcc90",
            "url": "https://demo.lizard.net/api/v4/rastersources/2af961e0-19d5-44dd-b3a8-7355a56dcc90/?format=api",
            "name": "plaatsgebonden_overstroming_dijkring14_max_wd_18733",
            "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": "plaatsgebonden_overstroming_dijkring14_max_wd_18733",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0785196044018095,
                "east": 5.465235155691564,
                "north": 52.488588238730095,
                "south": 51.88382593130749
            },
            "projection": "EPSG:28992",
            "origin_x": 66100.0,
            "origin_y": 433600.0,
            "upper_bound_x": 160300.0,
            "upper_bound_y": 500100.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-12T14:06:33.703592Z",
            "last_modified": "2020-05-12T14:06:38.256220Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/0f718ce1-e8ce-43e1-b162-df9de0809e74/?format=api"
            ],
            "labeltypes": [],
            "size": 104297,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55267,
            "uuid": "3fe2952b-1048-4785-84ab-f3f88f7960b6",
            "url": "https://demo.lizard.net/api/v4/rastersources/3fe2952b-1048-4785-84ab-f3f88f7960b6/?format=api",
            "name": "plaatsgebonden_overstroming_dijkring15_max_wd_3613",
            "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": "plaatsgebonden_overstroming_dijkring15_max_wd_3613",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.105141260388252,
                "east": 5.462376471235711,
                "north": 52.48713413902224,
                "south": 51.8610878161736
            },
            "projection": "EPSG:28992",
            "origin_x": 67906.0,
            "origin_y": 431038.0,
            "upper_bound_x": 160106.0,
            "upper_bound_y": 499938.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-15T08:02:59.390329Z",
            "last_modified": "2020-05-15T08:03:10.692457Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/9bc8d4e6-d223-40fa-b26a-f5c2d70522a8/?format=api"
            ],
            "labeltypes": [],
            "size": 909583,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55268,
            "uuid": "e410d61e-4bd1-44f0-9687-c4ae6cb8d252",
            "url": "https://demo.lizard.net/api/v4/rastersources/e410d61e-4bd1-44f0-9687-c4ae6cb8d252/?format=api",
            "name": "plaatsgebonden_overstroming_dijkring15_max_wd_3616",
            "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": "plaatsgebonden_overstroming_dijkring15_max_wd_3616",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.105141260388252,
                "east": 5.462376471235711,
                "north": 52.48713413902224,
                "south": 51.8610878161736
            },
            "projection": "EPSG:28992",
            "origin_x": 67906.0,
            "origin_y": 431038.0,
            "upper_bound_x": 160106.0,
            "upper_bound_y": 499938.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-15T08:03:25.338804Z",
            "last_modified": "2020-05-15T08:03:38.672735Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/76d624e9-1ddc-4e43-8c7f-d1e5fbe902da/?format=api"
            ],
            "labeltypes": [],
            "size": 644382,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55269,
            "uuid": "bcb96be8-81b1-46cc-a6ba-653d8542ade5",
            "url": "https://demo.lizard.net/api/v4/rastersources/bcb96be8-81b1-46cc-a6ba-653d8542ade5/?format=api",
            "name": "plaatsgebonden_overstroming_dijkring15_max_wd_3621",
            "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": "plaatsgebonden_overstroming_dijkring15_max_wd_3621",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.105141260388252,
                "east": 5.462376471235711,
                "north": 52.48713413902224,
                "south": 51.8610878161736
            },
            "projection": "EPSG:28992",
            "origin_x": 67906.0,
            "origin_y": 431038.0,
            "upper_bound_x": 160106.0,
            "upper_bound_y": 499938.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-05-15T08:03:53.086767Z",
            "last_modified": "2020-05-15T08:04:07.925042Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/e603f9ff-4d35-4f22-ac4f-a7b4bfbd357f/?format=api"
            ],
            "labeltypes": [],
            "size": 817209,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55801,
            "uuid": "7dc679d9-9b47-40f9-b780-f656a46f116c",
            "url": "https://demo.lizard.net/api/v4/rastersources/7dc679d9-9b47-40f9-b780-f656a46f116c/?format=api",
            "name": "s0149_dGHG_AGOR_tov_WH2050",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api",
                "uuid": "0258eefa-4043-409f-879c-601740340654",
                "name": "Waterpanel Noord"
            },
            "access_modifier": "Public",
            "supplier": null,
            "supplier_code": "karl.schutt",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.879145017432486,
                "east": 6.620942910076674,
                "north": 51.857465345290485,
                "south": 50.665791020097565
            },
            "projection": "EPSG:28992",
            "origin_x": 120000.0,
            "origin_y": 298000.0,
            "upper_bound_x": 240000.0,
            "upper_bound_y": 430000.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-18T11:50:00.643116Z",
            "last_modified": "2020-06-19T08:15:24.560266Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/b6f17e53-0e7b-46d0-b306-fb3745e5b598/?format=api",
                "https://demo.lizard.net/api/v4/rasters/4a03f217-2a81-443b-af41-677d57567f17/?format=api",
                "https://demo.lizard.net/api/v4/rasters/10a27b2c-e7ff-49c6-a044-ac9c0db57200/?format=api"
            ],
            "labeltypes": [],
            "size": 5148809,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55803,
            "uuid": "eb809cef-cd76-4aae-9c8f-3a6c2735067b",
            "url": "https://demo.lizard.net/api/v4/rastersources/eb809cef-cd76-4aae-9c8f-3a6c2735067b/?format=api",
            "name": "s0149_dGLG_AGOR_tov_WH2050",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api",
                "uuid": "0258eefa-4043-409f-879c-601740340654",
                "name": "Waterpanel Noord"
            },
            "access_modifier": "Public",
            "supplier": null,
            "supplier_code": "karl.schutt",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.879145017432486,
                "east": 6.620942910076674,
                "north": 51.857465345290485,
                "south": 50.665791020097565
            },
            "projection": "EPSG:28992",
            "origin_x": 120000.0,
            "origin_y": 298000.0,
            "upper_bound_x": 240000.0,
            "upper_bound_y": 430000.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-18T11:58:57.712132Z",
            "last_modified": "2020-06-19T08:15:43.265910Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/259a84ff-fbf3-4fba-a6ad-6d8495149f55/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3496218e-ad54-4e8e-82df-c26af5a6b467/?format=api",
                "https://demo.lizard.net/api/v4/rasters/fbbb0ac4-5936-48ed-89ca-3ded513258f0/?format=api"
            ],
            "labeltypes": [],
            "size": 5094273,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55806,
            "uuid": "e8766bac-caf1-4609-8e24-c2f4f4925246",
            "url": "https://demo.lizard.net/api/v4/rastersources/e8766bac-caf1-4609-8e24-c2f4f4925246/?format=api",
            "name": "Waterdiepte bij extreme neerslag (70 mm) Uden",
            "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": "remo.vantilburg",
            "supplier_code": "1838_as50_70mm_uden",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 5.594761488413426,
                "east": 5.71549955417551,
                "north": 51.68004244618272,
                "south": 51.63513693756569
            },
            "projection": "EPSG:3857",
            "origin_x": 622806.0,
            "origin_y": 6734420.5,
            "upper_bound_x": 636246.5,
            "upper_bound_y": 6742478.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2020-05-18T12:39:28.777575Z",
            "last_modified": "2024-08-01T00:03:52.100494Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/b6d59c8b-458e-4eeb-978b-b949654fbca0/?format=api"
            ],
            "labeltypes": [],
            "size": 402366016,
            "dtype": "f8",
            "fill_value": "-9999.0"
        },
        {
            "id": 55853,
            "uuid": "c726ab42-9f5e-40ad-8a41-aa1f59185bc8",
            "url": "https://demo.lizard.net/api/v4/rastersources/c726ab42-9f5e-40ad-8a41-aa1f59185bc8/?format=api",
            "name": "p_lochem_boombedekking_ahn3",
            "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": "p_lochem_boombedekking_ahn3",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.1544234668392725,
                "east": 6.496160306115328,
                "north": 52.24779061669709,
                "south": 52.09628928150058
            },
            "projection": "EPSG:28992",
            "origin_x": 207569.5,
            "origin_y": 457025.5,
            "upper_bound_x": 230735.5,
            "upper_bound_y": 473584.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2020-05-19T11:57:52.979938Z",
            "last_modified": "2020-05-19T12:07:17.689761Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/81bb2839-71e1-468d-820b-ab78085eab86/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8a8e6389-7706-4460-a4d6-532069a208f2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3ad47f7d-58e9-4b05-9bc2-d9d2aee44daa/?format=api"
            ],
            "labeltypes": [],
            "size": 226785441,
            "dtype": null,
            "fill_value": null
        }
    ]
}