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=32
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=33",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=31",
    "results": [
        {
            "id": 56013,
            "uuid": "8d044f49-c249-4aef-ad0c-a99d0a30c184",
            "url": "https://demo.lizard.net/api/v4/rastersources/8d044f49-c249-4aef-ad0c-a99d0a30c184/?format=api",
            "name": "p_ihw_hartelkanaal_km_4_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_hartelkanaal_km_4_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:10:42.875863Z",
            "last_modified": "2020-05-20T12:10:44.522673Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3eaf2073-74b7-4da3-b3e7-84ad558c015d/?format=api"
            ],
            "labeltypes": [],
            "size": 137311,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56014,
            "uuid": "1792d0ba-23ef-4cf0-9e95-86e59986b1c8",
            "url": "https://demo.lizard.net/api/v4/rastersources/1792d0ba-23ef-4cf0-9e95-86e59986b1c8/?format=api",
            "name": "p_ihw_hartelkanaal_km_2_dkr20_km_34_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_hartelkanaal_km_2_dkr20_km_34_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:10:59.536537Z",
            "last_modified": "2020-05-20T12:11:00.872285Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/0c4baf95-4288-4839-83db-b58d9d57b688/?format=api"
            ],
            "labeltypes": [],
            "size": 228552,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56015,
            "uuid": "39fb169d-6161-45cc-a2cb-d84f77a8a352",
            "url": "https://demo.lizard.net/api/v4/rastersources/39fb169d-6161-45cc-a2cb-d84f77a8a352/?format=api",
            "name": "p_ihw_hartelkanaal_km_6_dkr20_km_38_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_hartelkanaal_km_6_dkr20_km_38_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:11:15.958396Z",
            "last_modified": "2020-05-20T12:11:17.393086Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/1ac4ee46-d1c8-4d8d-95f9-aed92c278c76/?format=api"
            ],
            "labeltypes": [],
            "size": 175978,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56016,
            "uuid": "04e345c9-4157-4947-aa11-b2f15b54aa09",
            "url": "https://demo.lizard.net/api/v4/rastersources/04e345c9-4157-4947-aa11-b2f15b54aa09/?format=api",
            "name": "p_ihw_hartelkanaal_km_6_dkr20_km_38_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_hartelkanaal_km_6_dkr20_km_38_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:11:32.516279Z",
            "last_modified": "2020-05-20T12:11:33.893526Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/82da0b54-b302-4e05-bcc7-3d08a0a38634/?format=api"
            ],
            "labeltypes": [],
            "size": 238083,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56017,
            "uuid": "b12fd206-73a1-4aea-98c5-f16f2e3fb8dd",
            "url": "https://demo.lizard.net/api/v4/rastersources/b12fd206-73a1-4aea-98c5-f16f2e3fb8dd/?format=api",
            "name": "p_ihw_hartelkanaal_km_6_dkr20_km_38_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_hartelkanaal_km_6_dkr20_km_38_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:11:48.928977Z",
            "last_modified": "2020-05-20T12:11:50.351599Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/69831abe-f06e-40d4-ad97-e60ddea351f2/?format=api"
            ],
            "labeltypes": [],
            "size": 295836,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56018,
            "uuid": "af19ea38-3d07-4824-93c8-1e6c5ecb0990",
            "url": "https://demo.lizard.net/api/v4/rastersources/af19ea38-3d07-4824-93c8-1e6c5ecb0990/?format=api",
            "name": "p_ihw_noordzee_dkr20_strandpaal_12_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_noordzee_dkr20_strandpaal_12_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:12:05.372028Z",
            "last_modified": "2020-05-20T12:12:06.724745Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/3859a82a-cfc2-4662-8f46-ab7326cbfa25/?format=api"
            ],
            "labeltypes": [],
            "size": 171478,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56019,
            "uuid": "49a39f92-c3e6-43f9-a745-f5ee82d52855",
            "url": "https://demo.lizard.net/api/v4/rastersources/49a39f92-c3e6-43f9-a745-f5ee82d52855/?format=api",
            "name": "p_ihw_noordzee_dkr20_strandpaal_12_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_noordzee_dkr20_strandpaal_12_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:12:21.783117Z",
            "last_modified": "2020-05-20T12:12:23.133195Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/83d431d0-e95f-4ae3-a061-9c8455b84354/?format=api"
            ],
            "labeltypes": [],
            "size": 184778,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56020,
            "uuid": "c8d4b9b1-0b1e-4280-88d4-d355878b90b0",
            "url": "https://demo.lizard.net/api/v4/rastersources/c8d4b9b1-0b1e-4280-88d4-d355878b90b0/?format=api",
            "name": "p_ihw_noordzee_dkr20_strandpaal_12_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_12_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:12:38.241053Z",
            "last_modified": "2020-05-20T12:12:39.639355Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/9fb978bd-e3af-475f-a415-6864f8b1d212/?format=api"
            ],
            "labeltypes": [],
            "size": 186054,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56021,
            "uuid": "743f788f-b279-4c9e-ab9d-03100f11b53e",
            "url": "https://demo.lizard.net/api/v4/rastersources/743f788f-b279-4c9e-ab9d-03100f11b53e/?format=api",
            "name": "p_ihw_noordzee_dkr20_strandpaal_15_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_noordzee_dkr20_strandpaal_15_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:12:54.663133Z",
            "last_modified": "2020-05-20T12:12:55.961097Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/6d61d996-9106-4d3a-ad86-c2b1232adbc6/?format=api"
            ],
            "labeltypes": [],
            "size": 164641,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 56022,
            "uuid": "2a87a9ad-b93c-43a7-b90c-da4df5ccd550",
            "url": "https://demo.lizard.net/api/v4/rastersources/2a87a9ad-b93c-43a7-b90c-da4df5ccd550/?format=api",
            "name": "p_ihw_noordzee_dkr20_strandpaal_15_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_noordzee_dkr20_strandpaal_15_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:13:11.155174Z",
            "last_modified": "2020-05-20T12:13:12.634287Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f4fe8610-4d9e-4529-a181-c6fb4192c1aa/?format=api"
            ],
            "labeltypes": [],
            "size": 191255,
            "dtype": null,
            "fill_value": null
        }
    ]
}