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=10
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=11",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=9",
    "results": [
        {
            "id": 23902,
            "uuid": "6a89a3ab-b2ff-461a-b738-a2c657eb8f41",
            "url": "https://demo.lizard.net/api/v4/rastersources/6a89a3ab-b2ff-461a-b738-a2c657eb8f41/?format=api",
            "name": "TWN - Wateraanvoer",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "1830_twn_wateraanvoer",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.325387486542825,
                "east": 7.076764375945061,
                "north": 52.49742117818989,
                "south": 52.1140540468508
            },
            "projection": "EPSG:28992",
            "origin_x": 219250.0,
            "origin_y": 459750.0,
            "upper_bound_x": 269750.0,
            "upper_bound_y": 501500.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2019-08-06T13:54:04.604018Z",
            "last_modified": "2019-09-23T12:24:51.148793Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5b792ee7-3806-413d-9750-a9a6c474e67b/?format=api"
            ],
            "labeltypes": [],
            "size": 29260,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 23903,
            "uuid": "d28a6576-624f-4c15-b039-dec32e5612ef",
            "url": "https://demo.lizard.net/api/v4/rastersources/d28a6576-624f-4c15-b039-dec32e5612ef/?format=api",
            "name": "Stresstest 70mm TWN",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "kasper.lange",
            "supplier_code": "1830_twn_stresstest_70mm",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.3227480050713325,
                "east": 7.0775130429007405,
                "north": 52.49816126092554,
                "south": 52.1138462114894
            },
            "projection": "EPSG:28992",
            "origin_x": 219069.5,
            "origin_y": 459728.0,
            "upper_bound_x": 269799.0,
            "upper_bound_y": 501580.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-08-06T14:27:06.817946Z",
            "last_modified": "2019-08-08T07:15:39.725129Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/ae37b3da-e79c-4df9-a9f9-665be953cb6c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/45273b27-68a7-45a8-af72-ef47bbcdbf77/?format=api"
            ],
            "labeltypes": [],
            "size": 14126756519,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 23904,
            "uuid": "69286a2b-46bb-4777-ad5e-95700ba552ba",
            "url": "https://demo.lizard.net/api/v4/rastersources/69286a2b-46bb-4777-ad5e-95700ba552ba/?format=api",
            "name": "Stresstest 90mm TWN",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "kasper.lange",
            "supplier_code": "1830_twn_stresstest_90mm",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.3227480050713325,
                "east": 7.0775130429007405,
                "north": 52.49816126092554,
                "south": 52.1138462114894
            },
            "projection": "EPSG:28992",
            "origin_x": 219069.5,
            "origin_y": 459728.0,
            "upper_bound_x": 269799.0,
            "upper_bound_y": 501580.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-08-07T07:07:00.794373Z",
            "last_modified": "2019-08-07T09:38:09.562330Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/9cdff13c-ede0-4dda-9429-886f3d61413e/?format=api",
                "https://demo.lizard.net/api/v4/rasters/02545262-bdb7-4179-a8a0-755990a74958/?format=api"
            ],
            "labeltypes": [],
            "size": 15731910965,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 23919,
            "uuid": "8180932f-f2da-42bb-8bb3-b10c11460c1b",
            "url": "https://demo.lizard.net/api/v4/rastersources/8180932f-f2da-42bb-8bb3-b10c11460c1b/?format=api",
            "name": "Stresstest 160mm TWN",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "kasper.lange",
            "supplier_code": "1830_twn_stresstest_160mm",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.3227480050713325,
                "east": 7.0775130429007405,
                "north": 52.49816126092554,
                "south": 52.1138462114894
            },
            "projection": "EPSG:28992",
            "origin_x": 219069.5,
            "origin_y": 459728.0,
            "upper_bound_x": 269799.0,
            "upper_bound_y": 501580.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-08-07T09:40:16.421291Z",
            "last_modified": "2019-08-07T14:46:19.810430Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f7042cd3-33de-4fd8-ac66-01081a1423a4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0fe4a416-3217-4f78-b157-a04d214864ab/?format=api"
            ],
            "labeltypes": [],
            "size": 17477046148,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 23993,
            "uuid": "f4b9c83d-8474-4dff-a463-efa44efc3e58",
            "url": "https://demo.lizard.net/api/v4/rastersources/f4b9c83d-8474-4dff-a463-efa44efc3e58/?format=api",
            "name": "NDVI mosaic Sentinel-2 droogteportaal 20m",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "kees.vanduijvendijk",
            "supplier_code": "ndvI_kvd",
            "temporal": true,
            "interval": "1 00:00:00",
            "first_value_timestamp": "2018-04-01T00:00:00Z",
            "last_value_timestamp": "2019-07-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.0,
                "east": 8.0,
                "north": 54.0,
                "south": 50.0
            },
            "projection": "EPSG:4326",
            "origin_x": 3.0,
            "origin_y": 50.0,
            "upper_bound_x": 8.0,
            "upper_bound_y": 54.0,
            "pixelsize_x": 0.000179662234998203,
            "pixelsize_y": -0.000179662234998203,
            "created": "2019-08-12T11:12:26.522669Z",
            "last_modified": "2019-08-20T08:40:31.588737Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/6cd792a6-82fc-47af-8218-a777845597f9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/bd3f7e11-bb06-434d-b93b-4c5cf25759be/?format=api"
            ],
            "labeltypes": [],
            "size": 6736166644,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24063,
            "uuid": "02fa0cbf-224c-4243-ab8e-db7deac1d219",
            "url": "https://demo.lizard.net/api/v4/rastersources/02fa0cbf-224c-4243-ab8e-db7deac1d219/?format=api",
            "name": "Waterdiepte Haarlemmermeer",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": null,
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": null,
            "last_value_timestamp": null,
            "spatial_bounds": null,
            "projection": null,
            "origin_x": null,
            "origin_y": null,
            "upper_bound_x": null,
            "upper_bound_y": null,
            "pixelsize_x": null,
            "pixelsize_y": null,
            "created": "2019-08-13T08:24:05.410223Z",
            "last_modified": "2019-08-13T11:51:02.984424Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8bcd8f28-1885-46f4-a9af-607998d4e717/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24065,
            "uuid": "149f3715-0121-4bf1-86f1-531249f0fbf4",
            "url": "https://demo.lizard.net/api/v4/rastersources/149f3715-0121-4bf1-86f1-531249f0fbf4/?format=api",
            "name": "Waterdiepte Haarlemmermeer 120mm",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": null,
            "supplier_code": "wtrd-hlmm-120mm-2uur",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.549792059613234,
                "east": 4.8199485017074455,
                "north": 52.41915101650328,
                "south": 52.214368555881045
            },
            "projection": "EPSG:28992",
            "origin_x": 98030.5,
            "origin_y": 469913.5,
            "upper_bound_x": 116233.5,
            "upper_bound_y": 492523.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2019-08-13T11:24:46.630429Z",
            "last_modified": "2019-08-13T11:32:30.586730Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/576c5bd8-d58a-41e8-af27-6772af1425cf/?format=api",
                "https://demo.lizard.net/api/v4/rasters/bf292b1b-157f-4c78-9ae8-6cb003fbb6da/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3b734a60-5c88-4e39-83c5-030abeb30347/?format=api"
            ],
            "labeltypes": [],
            "size": 714944605,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24081,
            "uuid": "3ad19fb7-3e98-4df4-8770-a663ec6dbc0f",
            "url": "https://demo.lizard.net/api/v4/rastersources/3ad19fb7-3e98-4df4-8770-a663ec6dbc0f/?format=api",
            "name": "storymap - relative_ndvi_grasland",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "storymap_ndvi_grasland",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 5.309824996900871,
                "east": 5.474814261530036,
                "north": 52.107358010272975,
                "south": 52.05791647409866
            },
            "projection": "EPSG:28992",
            "origin_x": 149699.0,
            "origin_y": 452183.0,
            "upper_bound_x": 161002.0,
            "upper_bound_y": 457683.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": -1.0,
            "created": "2019-08-14T12:20:35.166142Z",
            "last_modified": "2019-08-14T12:24:17.297524Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/54418f53-80fb-4b48-b04a-1e153b7ddec2/?format=api"
            ],
            "labeltypes": [],
            "size": 7355888,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24082,
            "uuid": "6cad1d6e-57ac-46be-bffa-4f4d8bce65dd",
            "url": "https://demo.lizard.net/api/v4/rastersources/6cad1d6e-57ac-46be-bffa-4f4d8bce65dd/?format=api",
            "name": "storymap -  soil_water_index",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "supplier_code": "storymap_soil_water_index",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 5.309824996900871,
                "east": 5.474814261530036,
                "north": 52.107358010272975,
                "south": 52.05791647409866
            },
            "projection": "EPSG:28992",
            "origin_x": 149699.0,
            "origin_y": 452183.0,
            "upper_bound_x": 161002.0,
            "upper_bound_y": 457683.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": -1.0,
            "created": "2019-08-14T12:22:59.277020Z",
            "last_modified": "2019-08-14T12:24:38.030702Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/5dbdebbb-3d72-4a6e-b048-63ea50a8de50/?format=api"
            ],
            "labeltypes": [],
            "size": 5693349,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 24194,
            "uuid": "282b3fc8-e3c9-46a2-8779-6465e4d9a744",
            "url": "https://demo.lizard.net/api/v4/rastersources/282b3fc8-e3c9-46a2-8779-6465e4d9a744/?format=api",
            "name": "Provinciale wegtemperatuur Noord-Holland",
            "description": "",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "kasper.lange",
            "supplier_code": "1829_pnh_wegtemperatuur",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.4368747154703545,
                "east": 5.349368889424559,
                "north": 53.08268738095618,
                "south": 52.15204052394117
            },
            "projection": "EPSG:32631",
            "origin_x": 598275.0,
            "origin_y": 5780445.0,
            "upper_bound_x": 657405.0,
            "upper_bound_y": 5882475.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2019-08-16T12:26:04.479842Z",
            "last_modified": "2019-08-16T12:49:20.411573Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/303dd60e-c454-4e36-bf2a-08257a1a1497/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e7c61d07-d054-43b8-9dcc-a0ad68a20758/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f199c258-eb5b-4bd8-be3e-c65c3ba32c70/?format=api"
            ],
            "labeltypes": [],
            "size": 946313,
            "dtype": null,
            "fill_value": null
        }
    ]
}