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=189
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=190",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=188",
    "results": [
        {
            "id": 357305,
            "uuid": "5dbc1a67-c096-4819-9ee8-1eb882cd8a63",
            "url": "https://demo.lizard.net/api/v4/rastersources/5dbc1a67-c096-4819-9ee8-1eb882cd8a63/?format=api",
            "name": "Groep 12 4 maart poging 6: 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-04T13:40:46Z",
            "last_value_timestamp": "2024-03-04T13:40: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-04T14:50:46.137837Z",
            "last_modified": "2024-03-04T14:50:46.137812Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/4ed8f2ef-6279-4a75-9f51-cf40e541e45a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a79e7a41-b0b8-4142-a370-7d6f4e5d4f33/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357306,
            "uuid": "9ab6eba9-782b-4d80-9569-e11ef3ac0a30",
            "url": "https://demo.lizard.net/api/v4/rastersources/9ab6eba9-782b-4d80-9569-e11ef3ac0a30/?format=api",
            "name": "Groep 12 4 maart poging 6: 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-04T13:40:46Z",
            "last_value_timestamp": "2024-03-05T02:40:54.195312Z",
            "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-04T14:50:46.357703Z",
            "last_modified": "2024-03-04T14:50:46.357683Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/7b57a8aa-3f19-4522-a7e0-0d4cf3df1184/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357307,
            "uuid": "73a38999-a941-4d50-9e4c-574369b86d5d",
            "url": "https://demo.lizard.net/api/v4/rastersources/73a38999-a941-4d50-9e4c-574369b86d5d/?format=api",
            "name": "Groep 12 4 maart poging 6: 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-04T13:40:46Z",
            "last_value_timestamp": "2024-03-04T13:40: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-04T14:50:46.505388Z",
            "last_modified": "2024-03-04T14:50:46.505376Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a0727ed3-b9a1-4c47-bc12-48af01b3bdad/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357308,
            "uuid": "832d7265-2f01-474d-814a-cb6875fca2ff",
            "url": "https://demo.lizard.net/api/v4/rastersources/832d7265-2f01-474d-814a-cb6875fca2ff/?format=api",
            "name": "Groep 12 4 maart poging 6: 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-04T14:50:46.528528Z",
            "last_modified": "2024-03-04T14:50:46.528491Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a0727ed3-b9a1-4c47-bc12-48af01b3bdad/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6d712513-cef4-4c54-84c5-16364bd6a523/?format=api",
                "https://demo.lizard.net/api/v4/rasters/08641dc0-f3ed-4e0a-bc7f-757b2a15b2ce/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a79e7a41-b0b8-4142-a370-7d6f4e5d4f33/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7d10bf86-dace-4151-bd71-5173207a8f25/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 357309,
            "uuid": "88b85e66-57a4-4b9a-9984-f12c0f9d3e68",
            "url": "https://demo.lizard.net/api/v4/rastersources/88b85e66-57a4-4b9a-9984-f12c0f9d3e68/?format=api",
            "name": "Burgh-Haamstede 26-2-18 N57 ophogen: 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.6552128130864876,
                "east": 3.95238679851537,
                "north": 51.76492206017791,
                "south": 51.60979142371999
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 403740.0,
            "upper_bound_x": 55625.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-04T14:51:37.963539Z",
            "last_modified": "2024-03-04T14:51:37.963519Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3361ae37-12c0-434c-a6c5-8c9096efa5e7/?format=api"
            ],
            "labeltypes": [],
            "size": 6799402,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357327,
            "uuid": "d023b4f9-9bed-4491-98e9-c466947334a7",
            "url": "https://demo.lizard.net/api/v4/rastersources/d023b4f9-9bed-4491-98e9-c466947334a7/?format=api",
            "name": "Burgh-Haamstede 26-2-18 N57 ophogen: 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-04T15:26:35.669951Z",
            "last_modified": "2024-03-04T15:26:35.669932Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/868eafe8-1e1f-45ac-9890-cdb93265c503/?format=api",
                "https://demo.lizard.net/api/v4/rasters/691bd36f-1ede-473a-a706-7e19bd044828/?format=api"
            ],
            "labeltypes": [],
            "size": 224641501,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357328,
            "uuid": "d7b3973f-0d5e-469c-b42c-1118f40eeb3f",
            "url": "https://demo.lizard.net/api/v4/rastersources/d7b3973f-0d5e-469c-b42c-1118f40eeb3f/?format=api",
            "name": "Burgh-Haamstede 26-2-18 N57 ophogen: 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-04T15:26:35.919696Z",
            "last_modified": "2024-03-04T15:26:35.919666Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/b7b95aa2-e5cc-4ab6-8ab0-83f3eb66cb3c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/691bd36f-1ede-473a-a706-7e19bd044828/?format=api"
            ],
            "labeltypes": [],
            "size": 211936416,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357340,
            "uuid": "a4b6fa2b-73b0-499f-a247-75425ad1c157",
            "url": "https://demo.lizard.net/api/v4/rastersources/a4b6fa2b-73b0-499f-a247-75425ad1c157/?format=api",
            "name": "Kerkwerve_130_1000_24: 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-04T16:01:23.809893Z",
            "last_modified": "2024-03-04T16:01:23.809866Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f15ad3a7-caec-4c4f-85b6-91698e8f257e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/37d8eb44-4b80-44e8-8cd4-450878c38a0b/?format=api"
            ],
            "labeltypes": [],
            "size": 233034297,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357341,
            "uuid": "fcdeb527-66b7-4f30-82dc-0894ee94be7d",
            "url": "https://demo.lizard.net/api/v4/rastersources/fcdeb527-66b7-4f30-82dc-0894ee94be7d/?format=api",
            "name": "Kerkwerve_130_1000_24: 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-04T16:01:24.094756Z",
            "last_modified": "2024-03-04T16:01:24.094732Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/0c94c4c4-1241-4665-b9ed-29c3ea62e7af/?format=api",
                "https://demo.lizard.net/api/v4/rasters/37d8eb44-4b80-44e8-8cd4-450878c38a0b/?format=api"
            ],
            "labeltypes": [],
            "size": 213054445,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357359,
            "uuid": "4a4d70a6-4c09-4155-90ea-df54913c1ea7",
            "url": "https://demo.lizard.net/api/v4/rastersources/4a4d70a6-4c09-4155-90ea-df54913c1ea7/?format=api",
            "name": "Kerkwerve_130_1000_24: 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-04T16:49:09.913560Z",
            "last_modified": "2024-03-04T16:49:09.913546Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/70f8b0e3-78ef-498b-8f65-30972d2ac7c8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/671057e5-890c-4099-830e-fcfefc92b4fb/?format=api"
            ],
            "labeltypes": [],
            "size": 233161314,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}