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

{
    "count": 2103,
    "next": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=174",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=172",
    "results": [
        {
            "id": 355653,
            "uuid": "e55d3a7f-62ff-4bc5-a3a7-a7c7690360dc",
            "url": "https://demo.lizard.net/api/v4/rastersources/e55d3a7f-62ff-4bc5-a3a7-a7c7690360dc/?format=api",
            "name": "Groep 8 Ouwerkerk versie 4.0: 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-01T12:09:26Z",
            "last_value_timestamp": "2024-03-01T12:09:26Z",
            "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-01T12:48:10.265040Z",
            "last_modified": "2024-03-01T12:48:10.265007Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3906bdcf-2a5c-494b-87df-a8ee2f0c0830/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355654,
            "uuid": "39c8ef77-4bc3-4498-828c-eec3a15b66aa",
            "url": "https://demo.lizard.net/api/v4/rastersources/39c8ef77-4bc3-4498-828c-eec3a15b66aa/?format=api",
            "name": "Groep 8 Ouwerkerk versie 4.0: 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-01T12:48:10.286362Z",
            "last_modified": "2024-03-01T12:48:10.286336Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3906bdcf-2a5c-494b-87df-a8ee2f0c0830/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7315a49e-5223-44b5-abdc-2ac4f283c892/?format=api",
                "https://demo.lizard.net/api/v4/rasters/989a6821-bc4d-4905-abc0-f16a1237e9d4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/cf6edc2a-65c3-4a84-9c93-7cbd83a94f83/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6b8281bb-2f9c-4a31-a1e9-92432f9b308e/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 355655,
            "uuid": "4248ad6e-e909-4d4f-b3a7-43856a61532b",
            "url": "https://demo.lizard.net/api/v4/rastersources/4248ad6e-e909-4d4f-b3a7-43856a61532b/?format=api",
            "name": "Groep 8 Ouwerkerk versie 4.0: 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.7510789306966306,
                "east": 4.122061961197487,
                "north": 51.708696365377776,
                "south": 51.598418705472014
            },
            "projection": "EPSG:28992",
            "origin_x": 41910.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 414090.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-01T12:48:25.652427Z",
            "last_modified": "2024-03-01T12:48:25.652411Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/9c543bb0-80a6-4c2e-b093-bd69495a91fe/?format=api"
            ],
            "labeltypes": [],
            "size": 5855342,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355665,
            "uuid": "144eda79-58a6-4b4f-85c0-56e5a25928a2",
            "url": "https://demo.lizard.net/api/v4/rastersources/144eda79-58a6-4b4f-85c0-56e5a25928a2/?format=api",
            "name": "Groep 8 Ouwerkerk versie 4.0: 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-01T13:23:14.939482Z",
            "last_modified": "2024-03-01T13:23:14.939461Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/eb25fe36-cb62-49a8-bd53-dacf69e8328d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/00e60f1e-a955-4f92-92eb-1322d8aa44fc/?format=api"
            ],
            "labeltypes": [],
            "size": 216667577,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355666,
            "uuid": "2e965e9f-c496-4dd1-b813-41aec8334673",
            "url": "https://demo.lizard.net/api/v4/rastersources/2e965e9f-c496-4dd1-b813-41aec8334673/?format=api",
            "name": "Groep 8 Ouwerkerk versie 4.0: indirect-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-01T13:23:15.192837Z",
            "last_modified": "2024-03-01T13:23:15.192813Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/eb25fe36-cb62-49a8-bd53-dacf69e8328d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6ca397a8-f5b6-44be-b3ce-281530a02cfe/?format=api"
            ],
            "labeltypes": [],
            "size": 211447030,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355667,
            "uuid": "0ff1730a-ff7f-4bf3-ac9a-ee7573a8047d",
            "url": "https://demo.lizard.net/api/v4/rastersources/0ff1730a-ff7f-4bf3-ac9a-ee7573a8047d/?format=api",
            "name": "CollinMETCOMP2: 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:17:46Z",
            "last_value_timestamp": "2024-03-14T08:21:48.375000Z",
            "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-01T13:24:13.169847Z",
            "last_modified": "2024-03-01T13:24:13.169824Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8a1fe0a6-cb8e-4088-804f-a3c38fe50aef/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9f127204-9d6a-498c-9e51-92cb20a173d2/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355668,
            "uuid": "31d44957-2421-4a4c-a6e7-3142d0cdd79f",
            "url": "https://demo.lizard.net/api/v4/rastersources/31d44957-2421-4a4c-a6e7-3142d0cdd79f/?format=api",
            "name": "CollinMETCOMP2: 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-01T13:24:13.194385Z",
            "last_modified": "2024-03-01T13:24:13.194370Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8a1fe0a6-cb8e-4088-804f-a3c38fe50aef/?format=api",
                "https://demo.lizard.net/api/v4/rasters/de7a615f-432a-4672-b14e-72a606415f99/?format=api",
                "https://demo.lizard.net/api/v4/rasters/12ffc2e8-a4f0-4e8b-8a37-7d36258e1eca/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 355669,
            "uuid": "e65ecc8e-0a70-4c6e-bdf7-69fd64c2738e",
            "url": "https://demo.lizard.net/api/v4/rastersources/e65ecc8e-0a70-4c6e-bdf7-69fd64c2738e/?format=api",
            "name": "CollinMETCOMP2: 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:17:46Z",
            "last_value_timestamp": "2024-03-01T13:17:46Z",
            "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-01T13:24:13.476438Z",
            "last_modified": "2024-03-01T13:24:13.476420Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3edb1427-fe65-4e3c-a6e7-b809a7a68632/?format=api",
                "https://demo.lizard.net/api/v4/rasters/de7a615f-432a-4672-b14e-72a606415f99/?format=api",
                "https://demo.lizard.net/api/v4/rasters/652a0b84-c104-4d5a-816e-7ad22383eb45/?format=api",
                "https://demo.lizard.net/api/v4/rasters/12ffc2e8-a4f0-4e8b-8a37-7d36258e1eca/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355670,
            "uuid": "1fd7b698-db9e-4b2a-8505-6988676ba4d8",
            "url": "https://demo.lizard.net/api/v4/rastersources/1fd7b698-db9e-4b2a-8505-6988676ba4d8/?format=api",
            "name": "CollinMETCOMP2: 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:17:46Z",
            "last_value_timestamp": "2024-03-01T13:17:46Z",
            "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-01T13:24:13.649640Z",
            "last_modified": "2024-03-01T13:24:13.649611Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/15bcb44d-3997-4ab4-ae6d-d9c1aae73244/?format=api",
                "https://demo.lizard.net/api/v4/rasters/12ffc2e8-a4f0-4e8b-8a37-7d36258e1eca/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 355671,
            "uuid": "9624ac1f-041e-40ab-9600-469fbe26ed0f",
            "url": "https://demo.lizard.net/api/v4/rastersources/9624ac1f-041e-40ab-9600-469fbe26ed0f/?format=api",
            "name": "CollinMETCOMP2: 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:17:46Z",
            "last_value_timestamp": "2024-03-14T08:21:48.375000Z",
            "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-01T13:24:13.861784Z",
            "last_modified": "2024-03-01T13:24:13.861770Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/4c935b78-f71c-49bc-90e2-c98d04f6b093/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}