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=206
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=207",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=205",
    "results": [
        {
            "id": 474893,
            "uuid": "4df73c15-cf50-40f5-a5c0-0059559340d1",
            "url": "https://demo.lizard.net/api/v4/rastersources/4df73c15-cf50-40f5-a5c0-0059559340d1/?format=api",
            "name": "BODIS_Testcase_v4_Rotterdam_Bloemhof_future #2 - bui09: grid s1-max interp.",
            "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": "stijn.overmeen",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2024-01-01T02:00:00.695312Z",
            "last_value_timestamp": "2024-01-01T02:00:00.695312Z",
            "spatial_bounds": {
                "west": 4.493448267044883,
                "east": 4.509889296173231,
                "north": 51.898432019987055,
                "south": 51.889591611381135
            },
            "projection": "EPSG:28992",
            "origin_x": 93486.0,
            "origin_y": 433830.0,
            "upper_bound_x": 94606.0,
            "upper_bound_y": 434800.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2024-08-19T09:00:58.269267Z",
            "last_modified": "2024-08-19T09:01:33.929713Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3a50e1fa-ef1c-455e-99d9-a9955e181897/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c61f570c-2e04-4457-9423-10b8e5171db4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/42882cc7-faa8-4b76-8bee-7aa48f0dab7f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f2ed1b87-77c0-4000-a051-8dee04f78847/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 474894,
            "uuid": "0ba16c01-3314-4e2d-8de7-406a34340a2a",
            "url": "https://demo.lizard.net/api/v4/rastersources/0ba16c01-3314-4e2d-8de7-406a34340a2a/?format=api",
            "name": "BODIS_Testcase_v4_Rotterdam_Bloemhof_future #2 - bui09: grid ucr-max",
            "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": "stijn.overmeen",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2024-01-01T02:00:00.695312Z",
            "last_value_timestamp": "2024-01-01T02:00:00.695312Z",
            "spatial_bounds": {
                "west": 4.493448267044883,
                "east": 4.509889296173231,
                "north": 51.898432019987055,
                "south": 51.889591611381135
            },
            "projection": "EPSG:28992",
            "origin_x": 93486.0,
            "origin_y": 433830.0,
            "upper_bound_x": 94606.0,
            "upper_bound_y": 434800.0,
            "pixelsize_x": 10.0,
            "pixelsize_y": -10.0,
            "created": "2024-08-19T09:00:58.569708Z",
            "last_modified": "2024-08-19T09:01:34.016888Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/c61f570c-2e04-4457-9423-10b8e5171db4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/bba7c891-10ae-4f72-9227-b385cc790608/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 474895,
            "uuid": "9e3d3799-2301-497f-bcec-bef60276307b",
            "url": "https://demo.lizard.net/api/v4/rastersources/9e3d3799-2301-497f-bcec-bef60276307b/?format=api",
            "name": "BODIS_Testcase_v4_Rotterdam_Bloemhof_future #2 - bui09: grid rain",
            "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": "stijn.overmeen",
            "supplier_code": null,
            "temporal": true,
            "interval": null,
            "first_value_timestamp": "2024-01-01T01:00:00Z",
            "last_value_timestamp": "2024-01-01T02:00:00.695312Z",
            "spatial_bounds": {
                "west": 4.493448267044883,
                "east": 4.509889296173231,
                "north": 51.898432019987055,
                "south": 51.889591611381135
            },
            "projection": "EPSG:28992",
            "origin_x": 93486.0,
            "origin_y": 433830.0,
            "upper_bound_x": 94606.0,
            "upper_bound_y": 434800.0,
            "pixelsize_x": 10.0,
            "pixelsize_y": -10.0,
            "created": "2024-08-19T09:00:58.877207Z",
            "last_modified": "2024-08-19T09:01:33.637725Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f61f760f-7e8c-49b4-be21-3b9ed81153b2/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 474896,
            "uuid": "a3a2dd30-9b2b-41d3-af9d-7f5bf2e64f97",
            "url": "https://demo.lizard.net/api/v4/rastersources/a3a2dd30-9b2b-41d3-af9d-7f5bf2e64f97/?format=api",
            "name": "BODIS_Testcase_v4_Rotterdam_Bloemhof_future #2 - bui09: grid rise-velocity",
            "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": "stijn.overmeen",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2024-01-01T02:00:00.695312Z",
            "last_value_timestamp": "2024-01-01T02:00:00.695312Z",
            "spatial_bounds": {
                "west": 4.493448267044883,
                "east": 4.509889296173231,
                "north": 51.898432019987055,
                "south": 51.889591611381135
            },
            "projection": "EPSG:28992",
            "origin_x": 93486.0,
            "origin_y": 433830.0,
            "upper_bound_x": 94606.0,
            "upper_bound_y": 434800.0,
            "pixelsize_x": 10.0,
            "pixelsize_y": -10.0,
            "created": "2024-08-19T09:00:59.121886Z",
            "last_modified": "2024-08-19T09:01:33.726726Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3275a450-bcf0-41ff-ab17-728a1885dae9/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 474897,
            "uuid": "c1ef8c4d-aa76-4366-a170-a7099454c1c1",
            "url": "https://demo.lizard.net/api/v4/rastersources/c1ef8c4d-aa76-4366-a170-a7099454c1c1/?format=api",
            "name": "BODIS_Testcase_v4_Rotterdam_Bloemhof_future #2 - bui09: mask",
            "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": "stijn.overmeen",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.49344880290635,
                "east": 4.509765834762842,
                "north": 51.89840413549082,
                "south": 51.889591611381135
            },
            "projection": "EPSG:28992",
            "origin_x": 93486.0,
            "origin_y": 433830.0,
            "upper_bound_x": 94597.5,
            "upper_bound_y": 434797.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2024-08-19T09:00:59.147915Z",
            "last_modified": "2024-08-31T23:01:41.128565Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3275a450-bcf0-41ff-ab17-728a1885dae9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/95f9e7ad-6a36-452b-82b1-13253b3fd420/?format=api",
                "https://demo.lizard.net/api/v4/rasters/42882cc7-faa8-4b76-8bee-7aa48f0dab7f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/bba7c891-10ae-4f72-9227-b385cc790608/?format=api"
            ],
            "labeltypes": [],
            "size": 847580,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 485556,
            "uuid": "4cd2e3eb-7a0d-4d08-b08a-8200d9cc0efe",
            "url": "https://demo.lizard.net/api/v4/rastersources/4cd2e3eb-7a0d-4d08-b08a-8200d9cc0efe/?format=api",
            "name": "1811_maastricht_waterdiepte_56mm_2024",
            "description": "Max. waterdiepte Maastricht bij T100 bui van Waterschap Limburg (56mm in 2u) o.b.v. 3Di modelresultaten van Geul West, Maastricht Oost en Maastricht West.",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/d19b76d3-93b1-42c2-9ffe-b06af89b16dd/?format=api",
                "uuid": "d19b76d3-93b1-42c2-9ffe-b06af89b16dd",
                "name": "Maastricht"
            },
            "access_modifier": "Public",
            "supplier": null,
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 5.638363818629002,
                "east": 5.784614394312603,
                "north": 50.93732975999337,
                "south": 50.75445359141672
            },
            "projection": "EPSG:28992",
            "origin_x": 172725.0,
            "origin_y": 307242.0,
            "upper_bound_x": 182936.0,
            "upper_bound_y": 327542.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": -1.0,
            "created": "2024-11-13T11:09:40.819666Z",
            "last_modified": "2024-12-01T11:54:06.461329Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 112540892,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 486744,
            "uuid": "917fd4a6-0eb9-4590-a8c6-e227d757cd20",
            "url": "https://demo.lizard.net/api/v4/rastersources/917fd4a6-0eb9-4590-a8c6-e227d757cd20/?format=api",
            "name": "1830_twn_gecombineerd_waterdieptebeeld_gemeenten_2024",
            "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": "jelmer.roosjen",
            "supplier_code": "1830_twn_gecombineerd_waterdieptebeeld_gemeenten_2024",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.46670111486093,
                "east": 7.038487382424347,
                "north": 52.483421031943834,
                "south": 52.17912411713885
            },
            "projection": "EPSG:28992",
            "origin_x": 228822.26791949302,
            "origin_y": 466933.475910156,
            "upper_bound_x": 267181.767919493,
            "upper_bound_y": 500076.475910156,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2024-11-21T13:54:19.512714Z",
            "last_modified": "2025-02-13T07:37:34.283002Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/6e3a8375-c6cf-4419-9593-168a5661c99e/?format=api"
            ],
            "labeltypes": [],
            "size": 638531398,
            "dtype": "f4",
            "fill_value": "-3.4028234663852886e+38"
        },
        {
            "id": 494457,
            "uuid": "4997d835-6fbd-4bbb-93d7-cc42cf8bd4f4",
            "url": "https://demo.lizard.net/api/v4/rastersources/4997d835-6fbd-4bbb-93d7-cc42cf8bd4f4/?format=api",
            "name": "Z0075 - IPDC - Aruba #9 - '1 126mmh 15min - '2- 59mmh_2h - '3 320mm_2.5h_3: grid s1 interp.",
            "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": "remo.vantilburg",
            "supplier_code": null,
            "temporal": true,
            "interval": null,
            "first_value_timestamp": "2000-01-01T12:00:00Z",
            "last_value_timestamp": "2000-01-01T20:00:05.380859Z",
            "spatial_bounds": {
                "west": -70.1100608991987,
                "east": -69.81443053589021,
                "north": 12.674050344781646,
                "south": 12.366301404603487
            },
            "projection": "EPSG:32619",
            "origin_x": 379460.9643,
            "origin_y": 1367308.8597,
            "upper_bound_x": 411460.9643,
            "upper_bound_y": 1401228.8597,
            "pixelsize_x": 2.0,
            "pixelsize_y": -2.0,
            "created": "2024-12-23T09:49:46.254224Z",
            "last_modified": "2024-12-23T09:58:38.283325Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/4e860e4e-1aec-4d1b-989c-af730e438ba6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/cc33480f-5ce5-427f-89ef-543bd210590a/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 494458,
            "uuid": "d5c5a3e8-c902-487d-abef-5681430f39ce",
            "url": "https://demo.lizard.net/api/v4/rastersources/d5c5a3e8-c902-487d-abef-5681430f39ce/?format=api",
            "name": "Z0075 - IPDC - Aruba #9 - '1 126mmh 15min - '2- 59mmh_2h - '3 320mm_2.5h_3: bath",
            "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": "remo.vantilburg",
            "supplier_code": null,
            "temporal": true,
            "interval": "00:05:00",
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": -70.11004367934356,
                "east": -69.81926862605599,
                "north": 12.670056964850435,
                "south": 12.366301404603487
            },
            "projection": "EPSG:32619",
            "origin_x": 379460.9643,
            "origin_y": 1367308.8597,
            "upper_bound_x": 410934.9643,
            "upper_bound_y": 1400788.8597,
            "pixelsize_x": 2.0,
            "pixelsize_y": -2.0,
            "created": "2024-12-23T09:49:46.271681Z",
            "last_modified": "2025-01-01T01:29:26.069730Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/4e860e4e-1aec-4d1b-989c-af730e438ba6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/79585579-bb69-4969-b89c-8c65c7d533a3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9cf0dfc0-c8ee-4726-89cf-aeb35283ea3a/?format=api"
            ],
            "labeltypes": [],
            "size": 576159682,
            "dtype": "f4",
            "fill_value": "9.969209968386869e+36"
        },
        {
            "id": 494459,
            "uuid": "6364151c-78e2-450c-a5a7-9af6875cdf4c",
            "url": "https://demo.lizard.net/api/v4/rastersources/6364151c-78e2-450c-a5a7-9af6875cdf4c/?format=api",
            "name": "Z0075 - IPDC - Aruba #9 - '1 126mmh 15min - '2- 59mmh_2h - '3 320mm_2.5h_3: grid s1-max interp.",
            "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": "remo.vantilburg",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2000-01-01T20:00:05.380859Z",
            "last_value_timestamp": "2000-01-01T20:00:05.380859Z",
            "spatial_bounds": {
                "west": -70.1100608991987,
                "east": -69.81443053589021,
                "north": 12.674050344781646,
                "south": 12.366301404603487
            },
            "projection": "EPSG:32619",
            "origin_x": 379460.9643,
            "origin_y": 1367308.8597,
            "upper_bound_x": 411460.9643,
            "upper_bound_y": 1401228.8597,
            "pixelsize_x": 2.0,
            "pixelsize_y": -2.0,
            "created": "2024-12-23T09:49:47.311171Z",
            "last_modified": "2024-12-23T09:58:38.375765Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/79585579-bb69-4969-b89c-8c65c7d533a3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9cf0dfc0-c8ee-4726-89cf-aeb35283ea3a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/32580006-d584-4b1e-aeeb-cb9e8c3a391a/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "-9999.0"
        }
    ]
}