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=190
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=191",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=189",
    "results": [
        {
            "id": 357360,
            "uuid": "461d7f6e-8a42-45d5-87c2-20c7a148ca1b",
            "url": "https://demo.lizard.net/api/v4/rastersources/461d7f6e-8a42-45d5-87c2-20c7a148ca1b/?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:49:10.171809Z",
            "last_modified": "2024-03-04T16:49:10.171796Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/81933a3f-05cd-4435-808c-ed3b860085d4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/671057e5-890c-4099-830e-fcfefc92b4fb/?format=api"
            ],
            "labeltypes": [],
            "size": 213068467,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357361,
            "uuid": "b9ed769b-4298-4c1f-8eda-752c6a1d1b8f",
            "url": "https://demo.lizard.net/api/v4/rastersources/b9ed769b-4298-4c1f-8eda-752c6a1d1b8f/?format=api",
            "name": "Groep 12 4 maart poging 7: 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-04T13:45:15Z",
            "last_value_timestamp": "2024-03-05T02:05:21.574219Z",
            "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-04T16:51:31.525122Z",
            "last_modified": "2024-03-04T16:51:31.525096Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/fa40ed23-b166-4ca5-bd5f-3037f42957e9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/db295b00-7b85-4ac5-be2b-b1fd32166592/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357362,
            "uuid": "e21ee531-c769-4a64-b730-ed05ff2c1ad4",
            "url": "https://demo.lizard.net/api/v4/rastersources/e21ee531-c769-4a64-b730-ed05ff2c1ad4/?format=api",
            "name": "Groep 12 4 maart poging 7: 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-04T16:51:31.548956Z",
            "last_modified": "2024-03-04T16:51:31.548932Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/fa40ed23-b166-4ca5-bd5f-3037f42957e9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7dda30a5-2faa-4e18-9753-f42f754a916b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2b0718f2-bed6-4576-a1ac-aa1323c71096/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 357363,
            "uuid": "dfbf1167-c178-4958-b0d8-9f810d563929",
            "url": "https://demo.lizard.net/api/v4/rastersources/dfbf1167-c178-4958-b0d8-9f810d563929/?format=api",
            "name": "Groep 12 4 maart poging 7: 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-04T13:45:15Z",
            "last_value_timestamp": "2024-03-04T13:45:15Z",
            "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-04T16:51:31.790280Z",
            "last_modified": "2024-03-04T16:51:31.790267Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/7dda30a5-2faa-4e18-9753-f42f754a916b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2b0718f2-bed6-4576-a1ac-aa1323c71096/?format=api",
                "https://demo.lizard.net/api/v4/rasters/277f7b76-a3b7-453b-8a03-c355870b4585/?format=api",
                "https://demo.lizard.net/api/v4/rasters/200186ab-1c3c-45b9-b4a0-74ee1ddff4ac/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357364,
            "uuid": "5b6f66ef-980d-4e4f-839d-56faa029d3f8",
            "url": "https://demo.lizard.net/api/v4/rastersources/5b6f66ef-980d-4e4f-839d-56faa029d3f8/?format=api",
            "name": "Groep 12 4 maart poging 7: 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:45:15Z",
            "last_value_timestamp": "2024-03-04T13:45:15Z",
            "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-04T16:51:31.935721Z",
            "last_modified": "2024-03-04T16:51:31.935694Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2b0718f2-bed6-4576-a1ac-aa1323c71096/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ecd54a5f-0daf-4769-9670-484a0c397582/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357365,
            "uuid": "1a2e4941-ce25-4254-9f95-0489ff84acd0",
            "url": "https://demo.lizard.net/api/v4/rastersources/1a2e4941-ce25-4254-9f95-0489ff84acd0/?format=api",
            "name": "Groep 12 4 maart poging 7: 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:45:15Z",
            "last_value_timestamp": "2024-03-05T02:05:21.574219Z",
            "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-04T16:51:32.115272Z",
            "last_modified": "2024-03-04T16:51:32.115243Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8d330445-901c-4c1a-afbe-638ae04b418d/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357366,
            "uuid": "881bfa78-e1dd-4239-a94a-9e5372aec305",
            "url": "https://demo.lizard.net/api/v4/rastersources/881bfa78-e1dd-4239-a94a-9e5372aec305/?format=api",
            "name": "Groep 12 4 maart poging 7: 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:45:15Z",
            "last_value_timestamp": "2024-03-04T13:45:15Z",
            "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-04T16:51:32.237306Z",
            "last_modified": "2024-03-04T16:51:32.237283Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/9144be7a-550e-45c3-8571-fd3f30aeeb48/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357367,
            "uuid": "dee6325c-d776-4279-a66b-e1d4aaefcfc2",
            "url": "https://demo.lizard.net/api/v4/rastersources/dee6325c-d776-4279-a66b-e1d4aaefcfc2/?format=api",
            "name": "Groep 12 4 maart poging 7: 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-04T16:51:32.265688Z",
            "last_modified": "2024-03-04T16:51:32.265664Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/9144be7a-550e-45c3-8571-fd3f30aeeb48/?format=api",
                "https://demo.lizard.net/api/v4/rasters/db295b00-7b85-4ac5-be2b-b1fd32166592/?format=api",
                "https://demo.lizard.net/api/v4/rasters/277f7b76-a3b7-453b-8a03-c355870b4585/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ecd54a5f-0daf-4769-9670-484a0c397582/?format=api",
                "https://demo.lizard.net/api/v4/rasters/200186ab-1c3c-45b9-b4a0-74ee1ddff4ac/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 357368,
            "uuid": "1e655960-8910-4de1-92f7-75deae5b1e1e",
            "url": "https://demo.lizard.net/api/v4/rastersources/1e655960-8910-4de1-92f7-75deae5b1e1e/?format=api",
            "name": "Groep 12 4 maart poging 6: 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.702344232725039,
                "east": 3.989691300880512,
                "north": 51.76537751873346,
                "south": 51.615417327519864
            },
            "projection": "EPSG:28992",
            "origin_x": 38690.0,
            "origin_y": 404290.0,
            "upper_bound_x": 58220.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-04T16:54:40.842786Z",
            "last_modified": "2024-03-04T16:54:40.842772Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/78940321-bfaf-4470-a107-0b51d3194eeb/?format=api"
            ],
            "labeltypes": [],
            "size": 8931419,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 357370,
            "uuid": "69045c4e-fe8d-4e27-842a-62ecab81c76b",
            "url": "https://demo.lizard.net/api/v4/rastersources/69045c4e-fe8d-4e27-842a-62ecab81c76b/?format=api",
            "name": "Groep 12 4 maart poging 7: 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.7035750291815424,
                "east": 3.998397745446642,
                "north": 51.76548025200563,
                "south": 51.611616126646275
            },
            "projection": "EPSG:28992",
            "origin_x": 38775.0,
            "origin_y": 403865.0,
            "upper_bound_x": 58815.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-04T16:55:26.029357Z",
            "last_modified": "2024-03-04T16:55:26.029329Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/561ff732-c2f6-4a6f-a615-7cecfa5ea625/?format=api"
            ],
            "labeltypes": [],
            "size": 8893789,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}