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=33
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=34",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=32",
    "results": [
        {
            "id": 56023,
            "uuid": "69fb8591-e8c7-4799-9b08-de5380aa0619",
            "url": "https://demo.lizard.net/api/v4/rastersources/69fb8591-e8c7-4799-9b08-de5380aa0619/?format=api",
            "name": "p_ihw_noordzee_dkr20_strandpaal_15_400000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_noordzee_dkr20_strandpaal_15_400000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:13:27.890433Z",
            "last_modified": "2020-05-20T12:13:29.342781Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/7701f026-9f4f-4124-b5a1-5465f026cf1f/?format=api"
            ],
            "labeltypes": [],
            "size": 193789,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56024,
            "uuid": "80b5b0fa-21ac-455b-8ae3-636676d92fb7",
            "url": "https://demo.lizard.net/api/v4/rastersources/80b5b0fa-21ac-455b-8ae3-636676d92fb7/?format=api",
            "name": "p_ihw_oude_maas_km_1001_4000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_oude_maas_km_1001_4000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:13:44.445490Z",
            "last_modified": "2020-05-20T12:13:45.939931Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/62613e2e-8864-4801-abc6-82b3bda3ce99/?format=api"
            ],
            "labeltypes": [],
            "size": 75466,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56025,
            "uuid": "7fc93441-10ff-44d6-aba6-32a3a0d30eb0",
            "url": "https://demo.lizard.net/api/v4/rastersources/7fc93441-10ff-44d6-aba6-32a3a0d30eb0/?format=api",
            "name": "p_ihw_oude_maas_km_1001_40000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_oude_maas_km_1001_40000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:14:00.814370Z",
            "last_modified": "2020-05-20T12:14:02.156026Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/25d31a30-748e-4070-b83d-b2142ffcc494/?format=api"
            ],
            "labeltypes": [],
            "size": 86972,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56026,
            "uuid": "541bdb86-a656-4bb2-9deb-832cc1c984bf",
            "url": "https://demo.lizard.net/api/v4/rastersources/541bdb86-a656-4bb2-9deb-832cc1c984bf/?format=api",
            "name": "p_ihw_oude_maas_km_1001_400000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_oude_maas_km_1001_400000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:14:17.336706Z",
            "last_modified": "2020-05-20T12:14:18.879166Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/29e6c7a3-da0b-40d7-94f6-54f79aa60dfc/?format=api"
            ],
            "labeltypes": [],
            "size": 96387,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56027,
            "uuid": "56e11906-f710-418c-adda-c193c41cbafe",
            "url": "https://demo.lizard.net/api/v4/rastersources/56e11906-f710-418c-adda-c193c41cbafe/?format=api",
            "name": "p_ihw_oude_maas_km_1002_40001",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_oude_maas_km_1002_4000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:14:33.996167Z",
            "last_modified": "2020-06-29T12:07:17.900058Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/fa46b7c6-29ef-4f73-a7f4-d70dbd0b9d1f/?format=api"
            ],
            "labeltypes": [],
            "size": 54493,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56028,
            "uuid": "bd5a4d3d-a6ba-450f-b622-1647ad8d3616",
            "url": "https://demo.lizard.net/api/v4/rastersources/bd5a4d3d-a6ba-450f-b622-1647ad8d3616/?format=api",
            "name": "p_ihw_oude_maas_km_1002_40000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_oude_maas_km_1002_40000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:14:50.616167Z",
            "last_modified": "2020-05-20T12:14:52.043947Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d7c42240-f011-486b-9156-6a843a17657c/?format=api"
            ],
            "labeltypes": [],
            "size": 59891,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56029,
            "uuid": "371772db-f4f4-4f20-a538-3c4ee3f1cb7b",
            "url": "https://demo.lizard.net/api/v4/rastersources/371772db-f4f4-4f20-a538-3c4ee3f1cb7b/?format=api",
            "name": "p_ihw_oude_maas_km_1002_400000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_oude_maas_km_1002_400000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:15:07.003866Z",
            "last_modified": "2020-05-20T12:15:08.407807Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/215046af-23a7-4c7a-b42b-763643968975/?format=api"
            ],
            "labeltypes": [],
            "size": 64059,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56030,
            "uuid": "a040d585-53c2-41d8-bc2e-a81fe2ae3212",
            "url": "https://demo.lizard.net/api/v4/rastersources/a040d585-53c2-41d8-bc2e-a81fe2ae3212/?format=api",
            "name": "p_ihw_oude_maas_km_999_4000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_oude_maas_km_999_4000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:15:23.390956Z",
            "last_modified": "2020-05-20T12:15:24.672130Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/daf90cb7-89e1-4090-bbb8-89aa44cb1755/?format=api"
            ],
            "labeltypes": [],
            "size": 67884,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56031,
            "uuid": "9ee3b2df-be59-4828-9907-cc4b01d516e7",
            "url": "https://demo.lizard.net/api/v4/rastersources/9ee3b2df-be59-4828-9907-cc4b01d516e7/?format=api",
            "name": "p_ihw_oude_maas_km_999_40000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_oude_maas_km_999_40000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:15:39.942687Z",
            "last_modified": "2020-05-20T12:15:41.236668Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/2b8d0ad7-5e14-48ce-a510-63de0e94c53e/?format=api"
            ],
            "labeltypes": [],
            "size": 77542,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56032,
            "uuid": "3f98fdf8-9f0b-4562-b9b8-d53208a37886",
            "url": "https://demo.lizard.net/api/v4/rastersources/3f98fdf8-9f0b-4562-b9b8-d53208a37886/?format=api",
            "name": "p_ihw_spui_km_1001_4000",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f206d169-7a5b-4d4e-982c-184d5f0aafc4/?format=api",
                "uuid": "f206d169-7a5b-4d4e-982c-184d5f0aafc4",
                "name": "ihw"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "p_ihw_spui_km_1001_4000",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0186537633896435,
                "east": 4.437969235495899,
                "north": 51.945487030513334,
                "south": 51.778730667300586
            },
            "projection": "EPSG:28992",
            "origin_x": 60900.0,
            "origin_y": 422000.0,
            "upper_bound_x": 89500.0,
            "upper_bound_y": 440100.0,
            "pixelsize_x": 50.0,
            "pixelsize_y": -50.0,
            "created": "2020-05-20T12:15:56.445799Z",
            "last_modified": "2020-05-20T12:15:57.992757Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/705808fc-0b4b-47c2-b829-1adc97bf137c/?format=api"
            ],
            "labeltypes": [],
            "size": 104556,
            "dtype": null,
            "fill_value": null
        }
    ]
}