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=181
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=182",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=180",
    "results": [
        {
            "id": 355770,
            "uuid": "9c232e30-6c5f-47f5-8282-3523e76dd01e",
            "url": "https://demo.lizard.net/api/v4/rastersources/9c232e30-6c5f-47f5-8282-3523e76dd01e/?format=api",
            "name": "Groep 12 Woonwijk ophogen 1 maart poging 3: mask",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "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": 3.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-01T17:50:23.985667Z",
            "last_modified": "2024-03-01T17:50:23.985656Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/aaf0fd73-6545-469f-843d-e15c71bc152a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/5c44d838-dd08-45d4-8c56-eb3d8fe08223/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b99d6dd5-5d32-4c81-8c7f-a324b074976e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c8f5f461-ac59-48e0-bd03-a5ed34a0b299/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ddf2b0d3-4588-4dbb-b5b8-1a9e7fbbae12/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 355771,
            "uuid": "9431b8c8-27a3-4ef0-9827-90c353162304",
            "url": "https://demo.lizard.net/api/v4/rastersources/9431b8c8-27a3-4ef0-9827-90c353162304/?format=api",
            "name": "CollinZONDERCOMP2: grid s1 interp.",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": true,
            "interval": null,
            "first_value_timestamp": "2024-03-01T13:23:37Z",
            "last_value_timestamp": "2024-03-14T09:28:00.875000Z",
            "spatial_bounds": {
                "west": 3.6552128130864876,
                "east": 4.122061961197487,
                "north": 51.76688500189374,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2024-03-01T17:51:00.620544Z",
            "last_modified": "2024-03-01T17:51:00.620525Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/881a6b61-1913-4521-b0ce-bf815b0656b9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6e497628-186e-49b3-a95e-2da7f458b070/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355772,
            "uuid": "991506a1-1ba8-4470-83bc-9fda9166a5b6",
            "url": "https://demo.lizard.net/api/v4/rastersources/991506a1-1ba8-4470-83bc-9fda9166a5b6/?format=api",
            "name": "CollinZONDERCOMP2: bath",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "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": 3.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-01T17:51:00.640521Z",
            "last_modified": "2024-03-01T17:51:00.640502Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/881a6b61-1913-4521-b0ce-bf815b0656b9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ee328513-d6bd-44bc-8fc9-bbf7b79a5f73/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ba06e5a7-50dc-4652-968a-37594904c69c/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 355773,
            "uuid": "eb905c50-268f-4dcc-8de9-f2cca23b96a2",
            "url": "https://demo.lizard.net/api/v4/rastersources/eb905c50-268f-4dcc-8de9-f2cca23b96a2/?format=api",
            "name": "CollinZONDERCOMP2: grid s1-max interp.",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2024-03-01T13:23:37Z",
            "last_value_timestamp": "2024-03-01T13:23:37Z",
            "spatial_bounds": {
                "west": 3.6552128130864876,
                "east": 4.122061961197487,
                "north": 51.76688500189374,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2024-03-01T17:51:00.831867Z",
            "last_modified": "2024-03-01T17:51:00.831848Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ee328513-d6bd-44bc-8fc9-bbf7b79a5f73/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ba06e5a7-50dc-4652-968a-37594904c69c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/405dee29-bf3b-4c76-8e85-11bdf30fdabc/?format=api",
                "https://demo.lizard.net/api/v4/rasters/567f6e79-540e-400e-8108-96b524a5e5d9/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355774,
            "uuid": "632fd928-0614-448b-aa37-130e9e0f5367",
            "url": "https://demo.lizard.net/api/v4/rastersources/632fd928-0614-448b-aa37-130e9e0f5367/?format=api",
            "name": "CollinZONDERCOMP2: grid ucr-max",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2024-03-01T13:23:37Z",
            "last_value_timestamp": "2024-03-01T13:23:37Z",
            "spatial_bounds": {
                "west": 3.6552128130864876,
                "east": 4.122061961197487,
                "north": 51.76688500189374,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2024-03-01T17:51:01.007475Z",
            "last_modified": "2024-03-01T17:51:01.007442Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ba06e5a7-50dc-4652-968a-37594904c69c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d882d631-b81a-475e-b0d1-16b35f9be517/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355775,
            "uuid": "47c92199-be63-415f-87d7-e7a02e103447",
            "url": "https://demo.lizard.net/api/v4/rastersources/47c92199-be63-415f-87d7-e7a02e103447/?format=api",
            "name": "CollinZONDERCOMP2: grid rain",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": true,
            "interval": null,
            "first_value_timestamp": "2024-03-01T13:23:37Z",
            "last_value_timestamp": "2024-03-14T09:28:00.875000Z",
            "spatial_bounds": {
                "west": 3.6552128130864876,
                "east": 4.122061961197487,
                "north": 51.76688500189374,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2024-03-01T17:51:01.228811Z",
            "last_modified": "2024-03-01T17:51:01.228787Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/7049593e-8228-4cfa-a782-809c8c5351d7/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355776,
            "uuid": "60f64860-b186-4384-87bd-e8b7e48c179c",
            "url": "https://demo.lizard.net/api/v4/rastersources/60f64860-b186-4384-87bd-e8b7e48c179c/?format=api",
            "name": "CollinZONDERCOMP2: grid rise-velocity",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2024-03-01T13:23:37Z",
            "last_value_timestamp": "2024-03-01T13:23:37Z",
            "spatial_bounds": {
                "west": 3.6552128130864876,
                "east": 4.122061961197487,
                "north": 51.76688500189374,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2024-03-01T17:51:01.379319Z",
            "last_modified": "2024-03-01T17:51:01.379292Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a1af030c-6278-4848-9338-ba508ee5fa7a/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355777,
            "uuid": "a93c668a-65fb-4f32-a15b-aa3dd9c40526",
            "url": "https://demo.lizard.net/api/v4/rastersources/a93c668a-65fb-4f32-a15b-aa3dd9c40526/?format=api",
            "name": "CollinZONDERCOMP2: mask",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "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": 3.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-01T17:51:01.405033Z",
            "last_modified": "2024-03-01T17:51:01.405019Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a1af030c-6278-4848-9338-ba508ee5fa7a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6e497628-186e-49b3-a95e-2da7f458b070/?format=api",
                "https://demo.lizard.net/api/v4/rasters/405dee29-bf3b-4c76-8e85-11bdf30fdabc/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d882d631-b81a-475e-b0d1-16b35f9be517/?format=api",
                "https://demo.lizard.net/api/v4/rasters/567f6e79-540e-400e-8108-96b524a5e5d9/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 355778,
            "uuid": "511c9674-0853-47da-b049-4e69e486d1c2",
            "url": "https://demo.lizard.net/api/v4/rastersources/511c9674-0853-47da-b049-4e69e486d1c2/?format=api",
            "name": "Versie 3 groep 8 Ouwerkerk: depth-first-dtri",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "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": 3.7844807432326384,
                "east": 4.107414081831099,
                "north": 51.72704898873023,
                "south": 51.59888808864815
            },
            "projection": "EPSG:28992",
            "origin_x": 44265.0,
            "origin_y": 402325.0,
            "upper_bound_x": 66340.0,
            "upper_bound_y": 416150.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-01T17:51:30.860420Z",
            "last_modified": "2024-03-01T17:51:30.860402Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/125cf9ff-9842-4bae-978e-857b23ffe12f/?format=api"
            ],
            "labeltypes": [],
            "size": 8569630,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355788,
            "uuid": "cba40308-19cf-4aca-b7a5-aa6b79dfe2f0",
            "url": "https://demo.lizard.net/api/v4/rastersources/cba40308-19cf-4aca-b7a5-aa6b79dfe2f0/?format=api",
            "name": "Versie 3 groep 8 Ouwerkerk: direct-damage",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "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": 3.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2024-03-01T18:26:56.725580Z",
            "last_modified": "2024-03-01T18:26:56.725556Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/db11bfe9-3251-493f-ae1b-213d86c4ac91/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d4b66cd8-bf18-48c4-88ec-2bae28673339/?format=api"
            ],
            "labeltypes": [],
            "size": 232027687,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}