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=26
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2090,
    "next": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=27",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=25",
    "results": [
        {
            "id": 55854,
            "uuid": "4f1efe73-017b-4e94-80d7-bc56a8c5a4b2",
            "url": "https://demo.lizard.net/api/v4/rastersources/4f1efe73-017b-4e94-80d7-bc56a8c5a4b2/?format=api",
            "name": "p_lochem_droogtestress_terrestische_natuur",
            "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": "p_lochem_droogtestress_terrestische_natuur",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.157092287525422,
                "east": 6.492693862500658,
                "north": 52.24701844341964,
                "south": 52.098338971572794
            },
            "projection": "EPSG:28992",
            "origin_x": 207750.0,
            "origin_y": 457250.0,
            "upper_bound_x": 230500.0,
            "upper_bound_y": 473500.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2020-05-19T12:01:30.381970Z",
            "last_modified": "2020-05-19T12:01:35.768758Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/52797058-f27c-4caa-a147-187959ade38d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/46886a7b-de20-474d-9c44-72ef8bbbca8d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/734d59a5-9b69-4b28-91e7-b235c968a1ee/?format=api"
            ],
            "labeltypes": [],
            "size": 26474,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55855,
            "uuid": "8d3eb28c-237e-4ca7-83e8-c50da3eebae4",
            "url": "https://demo.lizard.net/api/v4/rastersources/8d3eb28c-237e-4ca7-83e8-c50da3eebae4/?format=api",
            "name": "p_lochem_ghg_2050",
            "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": "p_lochem_ghg_2050",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.157092287525422,
                "east": 6.492693862500658,
                "north": 52.24701844341964,
                "south": 52.098338971572794
            },
            "projection": "EPSG:28992",
            "origin_x": 207750.0,
            "origin_y": 457250.0,
            "upper_bound_x": 230500.0,
            "upper_bound_y": 473500.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2020-05-19T12:01:48.115717Z",
            "last_modified": "2020-06-08T10:44:02.564882Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/eb92ec6e-1d20-416f-ba41-665aa0469b3a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/50b23701-235e-4936-ad4a-1799416da1af/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8b169a7d-e2c0-4b3e-af91-2359361b976f/?format=api"
            ],
            "labeltypes": [],
            "size": 42481,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55856,
            "uuid": "d39d961a-9682-403b-b41b-5067f3a03b3f",
            "url": "https://demo.lizard.net/api/v4/rastersources/d39d961a-9682-403b-b41b-5067f3a03b3f/?format=api",
            "name": "p_lochem_ghg_huidig",
            "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": "p_lochem_ghg_huidig",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.154507509721649,
                "east": 6.496004572281915,
                "north": 52.24770920769559,
                "south": 52.09651089169451
            },
            "projection": "EPSG:28992",
            "origin_x": 207575.0,
            "origin_y": 457050.0,
            "upper_bound_x": 230725.0,
            "upper_bound_y": 473575.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-05-19T12:02:06.378287Z",
            "last_modified": "2020-05-19T12:02:10.080513Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/82b81aed-c826-4d03-a385-8b15d0fbcad0/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a351b8f4-705a-48d3-a957-3f1164a0a19f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/71ba6122-9820-4724-874d-2947c5d82a2b/?format=api"
            ],
            "labeltypes": [],
            "size": 1920966,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55857,
            "uuid": "e337d340-ba76-4fa7-b21c-cab244a64a6e",
            "url": "https://demo.lizard.net/api/v4/rastersources/e337d340-ba76-4fa7-b21c-cab244a64a6e/?format=api",
            "name": "p_lochem_glg_2050",
            "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": "p_lochem_glg_2050",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.157092287525422,
                "east": 6.492693862500658,
                "north": 52.24701844341964,
                "south": 52.098338971572794
            },
            "projection": "EPSG:28992",
            "origin_x": 207750.0,
            "origin_y": 457250.0,
            "upper_bound_x": 230500.0,
            "upper_bound_y": 473500.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2020-05-19T12:02:23.900533Z",
            "last_modified": "2020-06-08T09:48:54.599465Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/769a075c-92c0-4a6f-bb60-e8adebe34879/?format=api",
                "https://demo.lizard.net/api/v4/rasters/83d388bb-4166-4b01-855f-2b8ca26cb844/?format=api",
                "https://demo.lizard.net/api/v4/rasters/75069337-a0e7-4adf-9959-9987fba1edbc/?format=api"
            ],
            "labeltypes": [],
            "size": 40642,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55858,
            "uuid": "3fc6392f-0d64-443f-b598-f0ed4d178466",
            "url": "https://demo.lizard.net/api/v4/rastersources/3fc6392f-0d64-443f-b598-f0ed4d178466/?format=api",
            "name": "p_lochem_glg_huidig",
            "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": "p_lochem_glg_huidig",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.157092287525422,
                "east": 6.492693862500658,
                "north": 52.24701844341964,
                "south": 52.098338971572794
            },
            "projection": "EPSG:28992",
            "origin_x": 207750.0,
            "origin_y": 457250.0,
            "upper_bound_x": 230500.0,
            "upper_bound_y": 473500.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2020-05-19T12:02:40.514603Z",
            "last_modified": "2020-06-08T09:49:41.601602Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8a9a1d29-5aba-44d0-8d81-9ddadeddeeb9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/9c3ee984-8f7e-4949-a9a8-96e37f2d6426/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f1a8bb66-e382-42a8-8992-ca9b44f37f19/?format=api"
            ],
            "labeltypes": [],
            "size": 42227,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55859,
            "uuid": "c4a9ad5a-8a5c-417b-9347-a989e395a9d2",
            "url": "https://demo.lizard.net/api/v4/rastersources/c4a9ad5a-8a5c-417b-9347-a989e395a9d2/?format=api",
            "name": "p_lochem_kwel_huidig",
            "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": "p_lochem_kwel_huidig",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.157092287525422,
                "east": 6.492693862500658,
                "north": 52.24701844341964,
                "south": 52.098338971572794
            },
            "projection": "EPSG:28992",
            "origin_x": 207750.0,
            "origin_y": 457250.0,
            "upper_bound_x": 230500.0,
            "upper_bound_y": 473500.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2020-05-19T12:02:57.407665Z",
            "last_modified": "2020-06-08T10:37:49.513105Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/dd76bc2c-afa5-4d47-9fb7-bd3414731dea/?format=api",
                "https://demo.lizard.net/api/v4/rasters/1386cd88-cbdb-4a22-b109-09824dccd529/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0fda587d-01a0-42e4-b603-7be5abea7c19/?format=api"
            ],
            "labeltypes": [],
            "size": 42519,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55860,
            "uuid": "27a82cab-09c4-4536-80c1-806385b8467e",
            "url": "https://demo.lizard.net/api/v4/rastersources/27a82cab-09c4-4536-80c1-806385b8467e/?format=api",
            "name": "p_lochem_kwel_wegzijging_2050",
            "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": "p_lochem_kwel_wegzijging_2050",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.157092287525422,
                "east": 6.492693862500658,
                "north": 52.24701844341964,
                "south": 52.098338971572794
            },
            "projection": "EPSG:28992",
            "origin_x": 207750.0,
            "origin_y": 457250.0,
            "upper_bound_x": 230500.0,
            "upper_bound_y": 473500.0,
            "pixelsize_x": 250.0,
            "pixelsize_y": -250.0,
            "created": "2020-05-19T12:03:15.198016Z",
            "last_modified": "2020-05-19T12:03:18.300090Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/24f84736-3c61-4785-8d75-e118c0d22bf5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/aaceb6e6-2c7b-4a1a-80f5-39d4f9d76caa/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d8f36211-68c5-4211-b530-2c22932f396b/?format=api"
            ],
            "labeltypes": [],
            "size": 42563,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55861,
            "uuid": "bc4efba5-098b-4d75-988e-ba33e4b36141",
            "url": "https://demo.lizard.net/api/v4/rastersources/bc4efba5-098b-4d75-988e-ba33e4b36141/?format=api",
            "name": "p_lochem_pet_hittestress",
            "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": "p_lochem_pet_hittestress",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.154416093121777,
                "east": 6.496167849998223,
                "north": 52.24779965153466,
                "south": 52.096284719734214
            },
            "projection": "EPSG:28992",
            "origin_x": 207569.0,
            "origin_y": 457025.0,
            "upper_bound_x": 230736.0,
            "upper_bound_y": 473585.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": -1.0,
            "created": "2020-05-19T12:03:31.753060Z",
            "last_modified": "2020-05-19T12:08:52.810748Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/37620736-9fb7-4b8c-a447-7799e52ea60b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/cba7325a-9434-48f7-bfa0-a9a64664902b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0a535153-b727-42cd-a557-4e308a4673e3/?format=api"
            ],
            "labeltypes": [],
            "size": 1102034106,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55862,
            "uuid": "6dc87904-5dfb-414c-8c23-55523777395f",
            "url": "https://demo.lizard.net/api/v4/rastersources/6dc87904-5dfb-414c-8c23-55523777395f/?format=api",
            "name": "p_lochem_t1000_kort",
            "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": "p_lochem_t1000_kort",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.154960358435245,
                "east": 6.516220462998268,
                "north": 52.249372164567085,
                "south": 52.0857298611361
            },
            "projection": "EPSG:28992",
            "origin_x": 207618.5,
            "origin_y": 455871.5,
            "upper_bound_x": 232103.0,
            "upper_bound_y": 473760.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2020-05-19T12:07:53.296079Z",
            "last_modified": "2020-05-19T12:22:21.276600Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d0cab531-5afe-454d-a4ae-8c5dffb76eb3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/73db178d-bde4-4759-907b-73abec4f676f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/30bb6507-b8d3-4736-aee3-dbfa36633049/?format=api"
            ],
            "labeltypes": [],
            "size": 1699401180,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 55865,
            "uuid": "2eeb2fa5-980a-4a66-ac47-6869b7ec56af",
            "url": "https://demo.lizard.net/api/v4/rastersources/2eeb2fa5-980a-4a66-ac47-6869b7ec56af/?format=api",
            "name": "p_lochem_t100_kort",
            "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": "p_lochem_t100_kort",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 6.154960358435245,
                "east": 6.516220462998268,
                "north": 52.249372164567085,
                "south": 52.0857298611361
            },
            "projection": "EPSG:28992",
            "origin_x": 207618.5,
            "origin_y": 455871.5,
            "upper_bound_x": 232103.0,
            "upper_bound_y": 473760.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2020-05-19T12:17:02.338422Z",
            "last_modified": "2020-05-19T12:34:04.029107Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/8755df6c-e12d-4d8b-b74d-866f090de3ef/?format=api",
                "https://demo.lizard.net/api/v4/rasters/82814c92-96c0-4553-a8ff-10bcdb72aa4d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/4e9d4e0f-9804-4479-9022-5cc1fb9ab575/?format=api"
            ],
            "labeltypes": [],
            "size": 1275839466,
            "dtype": null,
            "fill_value": null
        }
    ]
}