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=195
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=196",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=194",
    "results": [
        {
            "id": 358100,
            "uuid": "41b39aa4-af9f-45e0-932a-e803591809ef",
            "url": "https://demo.lizard.net/api/v4/rastersources/41b39aa4-af9f-45e0-932a-e803591809ef/?format=api",
            "name": "Groep 12 6 maart poging 8: 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-06T13:57:32.989566Z",
            "last_modified": "2024-03-06T13:57:32.989553Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/1dab2263-88e6-4d19-9f52-6083e7c9b0ec/?format=api",
                "https://demo.lizard.net/api/v4/rasters/744268d8-44a7-4c66-b2f4-0db46ae5d1ac/?format=api",
                "https://demo.lizard.net/api/v4/rasters/812ce16c-11c3-4c0c-a31c-7b9a28bd9b3a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d5183d7f-efe4-4f1f-a6ef-3d2e6394091b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d6d1ae04-210d-431c-a8a6-a45d04f8dcdb/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 358101,
            "uuid": "eec56fcd-f414-46c9-8edf-959588e7aaec",
            "url": "https://demo.lizard.net/api/v4/rastersources/eec56fcd-f414-46c9-8edf-959588e7aaec/?format=api",
            "name": "Groep 12 6 maart poging 8: 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.7039370283509614,
                "east": 4.000958193335281,
                "north": 51.76551034715957,
                "south": 51.610498122911714
            },
            "projection": "EPSG:28992",
            "origin_x": 38800.0,
            "origin_y": 403740.0,
            "upper_bound_x": 58990.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-06T13:58:18.629181Z",
            "last_modified": "2024-03-06T13:58:18.629166Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/dc3f61cc-7010-4437-9143-9287e1013c83/?format=api"
            ],
            "labeltypes": [],
            "size": 8892996,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 358113,
            "uuid": "dfdac5e6-dc46-4e09-a5b4-c93bd875df74",
            "url": "https://demo.lizard.net/api/v4/rastersources/dfdac5e6-dc46-4e09-a5b4-c93bd875df74/?format=api",
            "name": "Groep 12 6 maart poging 9: 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-06T13:57:14Z",
            "last_value_timestamp": "2024-03-07T03:07:18.097656Z",
            "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-06T14:35:47.246309Z",
            "last_modified": "2024-03-06T14:35:47.246283Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a8246890-7be0-4626-84c5-faed81e66900/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0e221da3-c729-4aa2-b34d-1f2b2630a215/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 358114,
            "uuid": "905793cb-9c07-4bd0-b8a2-5a13f2b0d734",
            "url": "https://demo.lizard.net/api/v4/rastersources/905793cb-9c07-4bd0-b8a2-5a13f2b0d734/?format=api",
            "name": "Groep 12 6 maart poging 9: 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-06T14:35:47.266209Z",
            "last_modified": "2024-03-06T14:35:47.266188Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a8246890-7be0-4626-84c5-faed81e66900/?format=api",
                "https://demo.lizard.net/api/v4/rasters/80adb603-49bb-4894-b680-c6868aea33e3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/523ff1f9-c952-44c1-b694-13890eb229ac/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 358115,
            "uuid": "5fb7f36a-9b36-4952-9abe-c7a5b3d7821f",
            "url": "https://demo.lizard.net/api/v4/rastersources/5fb7f36a-9b36-4952-9abe-c7a5b3d7821f/?format=api",
            "name": "Groep 12 6 maart poging 9: 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-06T13:57:14Z",
            "last_value_timestamp": "2024-03-06T13:57:14Z",
            "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-06T14:35:47.512796Z",
            "last_modified": "2024-03-06T14:35:47.512772Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/80adb603-49bb-4894-b680-c6868aea33e3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/523ff1f9-c952-44c1-b694-13890eb229ac/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7f8391c9-35f0-4852-83b7-97b633ea0781/?format=api",
                "https://demo.lizard.net/api/v4/rasters/687648dd-e384-448b-9cdb-efa3f57db26d/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 358116,
            "uuid": "d3469a19-7fa2-4f5d-8d83-8d876230ff59",
            "url": "https://demo.lizard.net/api/v4/rastersources/d3469a19-7fa2-4f5d-8d83-8d876230ff59/?format=api",
            "name": "Groep 12 6 maart poging 9: 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-06T13:57:14Z",
            "last_value_timestamp": "2024-03-06T13:57:14Z",
            "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-06T14:35:47.664224Z",
            "last_modified": "2024-03-06T14:35:47.664201Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/523ff1f9-c952-44c1-b694-13890eb229ac/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3e345815-f494-44d3-b06b-63994878881f/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 358117,
            "uuid": "af4ff5b4-9cba-4cf0-b1ef-009d5c2c2eec",
            "url": "https://demo.lizard.net/api/v4/rastersources/af4ff5b4-9cba-4cf0-b1ef-009d5c2c2eec/?format=api",
            "name": "Groep 12 6 maart poging 9: 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-06T13:57:14Z",
            "last_value_timestamp": "2024-03-07T03:07:18.097656Z",
            "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-06T14:35:47.857882Z",
            "last_modified": "2024-03-06T14:35:47.857859Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d9102db4-158c-4ecb-830a-83f65e46a860/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 358118,
            "uuid": "0efb23cc-0a18-45c6-95c6-0e95b234b098",
            "url": "https://demo.lizard.net/api/v4/rastersources/0efb23cc-0a18-45c6-95c6-0e95b234b098/?format=api",
            "name": "Groep 12 6 maart poging 9: 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-06T13:57:14Z",
            "last_value_timestamp": "2024-03-06T13:57:14Z",
            "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-06T14:35:48.003678Z",
            "last_modified": "2024-03-06T14:35:48.003656Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ecebcda8-7611-4946-87a4-91a932b4f281/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 358119,
            "uuid": "38b49f2b-42b5-466f-9e1f-d709a53f8724",
            "url": "https://demo.lizard.net/api/v4/rastersources/38b49f2b-42b5-466f-9e1f-d709a53f8724/?format=api",
            "name": "Groep 12 6 maart poging 9: 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-06T14:35:48.024343Z",
            "last_modified": "2024-03-06T14:35:48.024321Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ecebcda8-7611-4946-87a4-91a932b4f281/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0e221da3-c729-4aa2-b34d-1f2b2630a215/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7f8391c9-35f0-4852-83b7-97b633ea0781/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3e345815-f494-44d3-b06b-63994878881f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/687648dd-e384-448b-9cdb-efa3f57db26d/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 358120,
            "uuid": "22c4be69-bd4f-4a8b-9605-1a87d456926c",
            "url": "https://demo.lizard.net/api/v4/rastersources/22c4be69-bd4f-4a8b-9605-1a87d456926c/?format=api",
            "name": "Groep 12 6 maart poging 9: 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.7020546337204654,
                "east": 3.987642518657133,
                "north": 51.765353254170265,
                "south": 51.61631172506878
            },
            "projection": "EPSG:28992",
            "origin_x": 38670.0,
            "origin_y": 404390.0,
            "upper_bound_x": 58080.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-06T14:36:37.344759Z",
            "last_modified": "2024-03-06T14:36:37.344737Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2179560b-639d-4729-8a44-241048113e0f/?format=api"
            ],
            "labeltypes": [],
            "size": 9143686,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}