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

{
    "count": 2101,
    "next": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=36",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=34",
    "results": [
        {
            "id": 56043,
            "uuid": "d1891c5a-23aa-4308-a4c4-2a405800455e",
            "url": "https://demo.lizard.net/api/v4/rastersources/d1891c5a-23aa-4308-a4c4-2a405800455e/?format=api",
            "name": "p_ihw_spui_km_1005_dkr20_km_19_400000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_spui_km_1005_dkr20_km_19_400000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:18:56.549466Z",
            "last_modified": "2020-05-20T12:18:57.969280Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/0f758531-e628-4bb5-92b5-eccedeae3815/?format=api"
            ],
            "labeltypes": [],
            "size": 114525,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56044,
            "uuid": "262b7a9c-ba1c-4db7-869c-43ed25aa3ad5",
            "url": "https://demo.lizard.net/api/v4/rastersources/262b7a9c-ba1c-4db7-869c-43ed25aa3ad5/?format=api",
            "name": "p_ihw_spui_km_1007_4000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_spui_km_1007_4000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:19:13.010170Z",
            "last_modified": "2020-05-20T12:19:14.477909Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/fdd9f292-efe1-4246-951a-55381f35c6f3/?format=api"
            ],
            "labeltypes": [],
            "size": 77183,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56045,
            "uuid": "35eef951-519f-4aae-bb84-26333932955f",
            "url": "https://demo.lizard.net/api/v4/rastersources/35eef951-519f-4aae-bb84-26333932955f/?format=api",
            "name": "p_ihw_spui_km_1007_40000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_spui_km_1007_40000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:19:29.559648Z",
            "last_modified": "2020-05-20T12:19:31.055342Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/23d55ee9-42fc-4423-a14f-54150387dd87/?format=api"
            ],
            "labeltypes": [],
            "size": 80552,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56046,
            "uuid": "49f52c6f-7ae1-4222-8f1c-f681d0e52e34",
            "url": "https://demo.lizard.net/api/v4/rastersources/49f52c6f-7ae1-4222-8f1c-f681d0e52e34/?format=api",
            "name": "p_ihw_hartelkanaal_km_2_dkr20_km_34_4000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_hartelkanaal_km_2_dkr20_km_34_4000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:19:46.123365Z",
            "last_modified": "2020-05-20T12:19:47.492626Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/b7b9f6bf-c3f8-47bf-b568-07f760918d74/?format=api"
            ],
            "labeltypes": [],
            "size": 81130,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56047,
            "uuid": "2bb81160-0109-4c3a-bf06-5bbe3d17e176",
            "url": "https://demo.lizard.net/api/v4/rastersources/2bb81160-0109-4c3a-bf06-5bbe3d17e176/?format=api",
            "name": "p_ihw_spui_km_998_4000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_spui_km_998_4000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:20:02.990864Z",
            "last_modified": "2020-05-20T12:20:04.525721Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/33c0fef8-1aa0-4209-b380-3ecade82b2c9/?format=api"
            ],
            "labeltypes": [],
            "size": 55867,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56048,
            "uuid": "218b3f85-9448-48da-bc75-f6a93b676301",
            "url": "https://demo.lizard.net/api/v4/rastersources/218b3f85-9448-48da-bc75-f6a93b676301/?format=api",
            "name": "p_ihw_spui_km_998_40000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_spui_km_998_40000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:20:19.654707Z",
            "last_modified": "2020-05-20T12:20:20.892167Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/7e1e4f10-2976-4b1f-b831-3a896e7a2e93/?format=api"
            ],
            "labeltypes": [],
            "size": 56604,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56049,
            "uuid": "c2d93540-72d0-431f-ae89-892997ecacc0",
            "url": "https://demo.lizard.net/api/v4/rastersources/c2d93540-72d0-431f-ae89-892997ecacc0/?format=api",
            "name": "p_ihw_spui_km_998_400000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_spui_km_998_400000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:20:36.023648Z",
            "last_modified": "2020-05-20T12:20:37.484631Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f7eb8122-01a6-4f2c-8bad-14b555254576/?format=api"
            ],
            "labeltypes": [],
            "size": 53414,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56494,
            "uuid": "001af04b-3c7f-4e2e-9d17-7f824976eebe",
            "url": "https://demo.lizard.net/api/v4/rastersources/001af04b-3c7f-4e2e-9d17-7f824976eebe/?format=api",
            "name": "Global Riverine Floods  (T=100)",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/1b66a06a-4f96-435d-91af-6363deddfe2a/?format=api",
                "uuid": "1b66a06a-4f96-435d-91af-6363deddfe2a",
                "name": "European Commission, Joint Research Centre"
            },
            "access_modifier": "Public",
            "supplier": null,
            "supplier_code": "ivar.lokhorst",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": -166.79998779296875,
                "east": 180.0000122070174,
                "north": 83.22509765625,
                "south": -54.008235677077835
            },
            "projection": "EPSG:4326",
            "origin_x": -166.799987792969,
            "origin_y": -54.0082356770778,
            "upper_bound_x": 180.000012207017,
            "upper_bound_y": 83.22509765625,
            "pixelsize_x": 0.008333333333333,
            "pixelsize_y": -0.008333333333333,
            "created": "2020-05-22T06:28:08.653063Z",
            "last_modified": "2022-06-13T11:40:03.067669Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/dfd1b5a5-9b9f-4795-9c57-89b73b5e1852/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7cf20390-4227-46a9-8105-2919c056ed0b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/68c46f43-8baf-4dac-88ff-e14cec057961/?format=api",
                "https://demo.lizard.net/api/v4/rasters/64d967a7-4263-4f71-b2e0-94b9fbaa678a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/991995a6-28d3-4c29-8bad-bc5eb759a3c0/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6a36a054-0e0b-4e24-8efb-f208262f8084/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2b685642-e44b-47df-8863-4eb890077233/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1202c8a5-29be-42e0-b0e3-8b2d4fca3b75/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e351c1f9-f826-4c3e-b85a-e91765c538bf/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6034caf7-497b-4317-a698-ab19315143fd/?format=api",
                "https://demo.lizard.net/api/v4/rasters/27072bc5-82b5-45fe-a1a8-4a0b6ef9f4f7/?format=api",
                "https://demo.lizard.net/api/v4/rasters/44307554-47d1-4cf5-91a4-3511aaf86730/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a6be86e9-76b6-4270-9e3d-3586686df654/?format=api",
                "https://demo.lizard.net/api/v4/rasters/bf6ad5f3-3ab9-4621-8790-2b0940e1c4c2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d4f9b1a3-1441-4878-b76c-90027850e453/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c5dedd85-4628-4de6-a32d-e5af3eb6b663/?format=api",
                "https://demo.lizard.net/api/v4/rasters/93e12e62-d6e2-4141-855c-b342fdaf2f2c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0c2a37c8-2720-4a8e-ba0c-1b4c9eccb7ec/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f612969d-aed9-4b75-800e-1a9ac4c9d98b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9c0d0616-49c5-4bf6-9cf2-00861e539794/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b9465957-8a49-43ae-93bb-3a988e73a4f7/?format=api"
            ],
            "labeltypes": [],
            "size": 97100635,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57341,
            "uuid": "78c3bd48-005b-4137-9af4-41c47bd74406",
            "url": "https://demo.lizard.net/api/v4/rastersources/78c3bd48-005b-4137-9af4-41c47bd74406/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_14031",
            "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_primaire_keringen_dijkring14_max_wd_14031",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.513683769569351,
                "east": 4.732690272762313,
                "north": 52.06964519283304,
                "south": 51.90107442151971
            },
            "projection": "EPSG:28992",
            "origin_x": 95106.0,
            "origin_y": 435088.0,
            "upper_bound_x": 109956.0,
            "upper_bound_y": 453688.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-28T07:01:58.649437Z",
            "last_modified": "2020-05-28T07:02:02.414641Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/862e456a-673a-4722-8390-0adab8820e9d/?format=api"
            ],
            "labeltypes": [],
            "size": 97134,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 57342,
            "uuid": "6450bb58-3329-482f-b191-ed5250c4cc3a",
            "url": "https://demo.lizard.net/api/v4/rastersources/6450bb58-3329-482f-b191-ed5250c4cc3a/?format=api",
            "name": "plaatsgebonden_overstroming_primaire_keringen_dijkring14_max_wd_14032",
            "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_primaire_keringen_dijkring14_max_wd_14032",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.513683769569351,
                "east": 4.732690272762313,
                "north": 52.06964519283304,
                "south": 51.90107442151971
            },
            "projection": "EPSG:28992",
            "origin_x": 95106.0,
            "origin_y": 435088.0,
            "upper_bound_x": 109956.0,
            "upper_bound_y": 453688.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-28T07:02:17.326272Z",
            "last_modified": "2020-05-28T07:02:24.230050Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2f40edad-14a8-4b40-8e19-bf677b827b0c/?format=api"
            ],
            "labeltypes": [],
            "size": 100377,
            "dtype": null,
            "fill_value": null
        }
    ]
}