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=20
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=21",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=19",
    "results": [
        {
            "id": 50879,
            "uuid": "dc8a2708-7ab8-4e11-8845-d879d00f9c51",
            "url": "https://demo.lizard.net/api/v4/rastersources/dc8a2708-7ab8-4e11-8845-d879d00f9c51/?format=api",
            "name": "wsnoo - dp 200 waterdieptekaart",
            "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": "future_insight_WSNoo - dp 200",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.005206451157951,
                "east": 4.235983446180122,
                "north": 51.51954971159218,
                "south": 51.39126676271683
            },
            "projection": "EPSG:28992",
            "origin_x": 59079.0,
            "origin_y": 378918.0,
            "upper_bound_x": 74879.0,
            "upper_bound_y": 392918.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-02T15:26:33.733826Z",
            "last_modified": "2020-04-28T14:24:33.679098Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/a69f152b-3fc9-4747-808d-e38f8981b8d9/?format=api"
            ],
            "labeltypes": [],
            "size": 513656,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 50880,
            "uuid": "181abf8d-a484-41f5-b039-957814e8a9de",
            "url": "https://demo.lizard.net/api/v4/rastersources/181abf8d-a484-41f5-b039-957814e8a9de/?format=api",
            "name": "wsnoo - dp 385 waterdieptekaart",
            "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": "future_insight_WSNoo - dp 385",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.6954608038970744,
                "east": 4.018195046004518,
                "north": 51.55117279661707,
                "south": 51.38346757971438
            },
            "projection": "EPSG:28992",
            "origin_x": 37660.0,
            "origin_y": 378500.0,
            "upper_bound_x": 59710.0,
            "upper_bound_y": 396700.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-02T15:26:49.746206Z",
            "last_modified": "2020-04-28T14:24:43.165960Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/625cf1d8-f511-4223-bfd7-689504798714/?format=api"
            ],
            "labeltypes": [],
            "size": 413989,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 50881,
            "uuid": "b6c90fd9-80f0-442d-a54e-7a7604696032",
            "url": "https://demo.lizard.net/api/v4/rastersources/b6c90fd9-80f0-442d-a54e-7a7604696032/?format=api",
            "name": "wsnoo - dp 50 waterdieptekaart",
            "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": "future_insight_WSNoo - dp 50",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.005206451157951,
                "east": 4.235983446180122,
                "north": 51.51954971159218,
                "south": 51.39126676271683
            },
            "projection": "EPSG:28992",
            "origin_x": 59079.0,
            "origin_y": 378918.0,
            "upper_bound_x": 74879.0,
            "upper_bound_y": 392918.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-02T15:27:05.744044Z",
            "last_modified": "2020-04-28T14:24:53.021166Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/f788b897-d0b3-4e99-885b-925dbba47d8a/?format=api"
            ],
            "labeltypes": [],
            "size": 497327,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 50882,
            "uuid": "3a51bc4a-c592-4da4-ba46-70816cdaa162",
            "url": "https://demo.lizard.net/api/v4/rastersources/3a51bc4a-c592-4da4-ba46-70816cdaa162/?format=api",
            "name": "wsnoo - dp 540 waterdieptekaart",
            "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": "future_insight_WSNoo - dp 540",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.6954608038970744,
                "east": 4.018195046004518,
                "north": 51.55117279661707,
                "south": 51.38346757971438
            },
            "projection": "EPSG:28992",
            "origin_x": 37660.0,
            "origin_y": 378500.0,
            "upper_bound_x": 59710.0,
            "upper_bound_y": 396700.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-02T15:27:21.987910Z",
            "last_modified": "2020-04-28T14:25:04.003828Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/4054500d-f020-48b5-bde6-057d5e6f2099/?format=api"
            ],
            "labeltypes": [],
            "size": 249441,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 50883,
            "uuid": "051af779-c619-4b01-a869-ecd30db9cc00",
            "url": "https://demo.lizard.net/api/v4/rastersources/051af779-c619-4b01-a869-ecd30db9cc00/?format=api",
            "name": "wsnoo - dp 760 waterdieptekaart",
            "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": "future_insight_WSNoo - dp 760",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.4309122004456407,
                "east": 3.7103695708931177,
                "north": 51.589556820170266,
                "south": 51.43884636673394
            },
            "projection": "EPSG:28992",
            "origin_x": 19428.0,
            "origin_y": 385118.0,
            "upper_bound_x": 38428.0,
            "upper_bound_y": 401418.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-02T15:27:38.204902Z",
            "last_modified": "2020-04-28T14:25:14.468626Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/cb081ef3-f8b4-465e-aafb-e0fa069b4a23/?format=api"
            ],
            "labeltypes": [],
            "size": 321744,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 50884,
            "uuid": "8d859ec5-edcb-4a03-acd4-fef2282e93c6",
            "url": "https://demo.lizard.net/api/v4/rastersources/8d859ec5-edcb-4a03-acd4-fef2282e93c6/?format=api",
            "name": "wszui - dp 145 waterdieptekaart",
            "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": "future_insight_Wszui - dp 145",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.773604095526549,
                "east": 4.2718350906440135,
                "north": 51.409670990579144,
                "south": 51.198561522104946
            },
            "projection": "EPSG:28992",
            "origin_x": 42727.0,
            "origin_y": 357808.0,
            "upper_bound_x": 77052.0,
            "upper_bound_y": 380658.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-02T15:27:54.260918Z",
            "last_modified": "2020-04-28T14:25:23.794920Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/c40f27db-f79c-4903-95ff-b6b61c8ac444/?format=api"
            ],
            "labeltypes": [],
            "size": 651504,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 50885,
            "uuid": "80629b8d-c717-499c-9202-af436c593be1",
            "url": "https://demo.lizard.net/api/v4/rastersources/80629b8d-c717-499c-9202-af436c593be1/?format=api",
            "name": "wszui - dp 190 waterdieptekaart",
            "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": "future_insight_Wszui - dp 190",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.773604095526549,
                "east": 4.2718350906440135,
                "north": 51.409670990579144,
                "south": 51.198561522104946
            },
            "projection": "EPSG:28992",
            "origin_x": 42727.0,
            "origin_y": 357808.0,
            "upper_bound_x": 77052.0,
            "upper_bound_y": 380658.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-02T15:28:10.481260Z",
            "last_modified": "2020-04-28T14:25:33.088680Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/32f7d3af-1e56-456e-a81a-64e55cc4439e/?format=api"
            ],
            "labeltypes": [],
            "size": 484391,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 50886,
            "uuid": "5ed9a5e3-7fc4-4580-80af-d23560d74ae2",
            "url": "https://demo.lizard.net/api/v4/rastersources/5ed9a5e3-7fc4-4580-80af-d23560d74ae2/?format=api",
            "name": "wszui - dp 245 waterdieptekaart",
            "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": "future_insight_Wszui - dp 245",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.773604095526549,
                "east": 4.2718350906440135,
                "north": 51.409670990579144,
                "south": 51.198561522104946
            },
            "projection": "EPSG:28992",
            "origin_x": 42727.0,
            "origin_y": 357808.0,
            "upper_bound_x": 77052.0,
            "upper_bound_y": 380658.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-02T15:28:26.744707Z",
            "last_modified": "2020-04-28T14:25:42.557121Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/7f3fc3aa-9879-4ec2-8e9b-a51cdeac3f99/?format=api"
            ],
            "labeltypes": [],
            "size": 371299,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 50887,
            "uuid": "4507d8ff-e0f6-43c5-9eb1-6748cca51336",
            "url": "https://demo.lizard.net/api/v4/rastersources/4507d8ff-e0f6-43c5-9eb1-6748cca51336/?format=api",
            "name": "wszui - dp 365 waterdieptekaart",
            "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": "future_insight_Wszui - dp 365",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.773604095526549,
                "east": 4.2718350906440135,
                "north": 51.409670990579144,
                "south": 51.198561522104946
            },
            "projection": "EPSG:28992",
            "origin_x": 42727.0,
            "origin_y": 357808.0,
            "upper_bound_x": 77052.0,
            "upper_bound_y": 380658.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-02T15:28:42.884593Z",
            "last_modified": "2020-04-28T14:26:06.978663Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/9bdddf74-184a-4e28-9643-43a01adc0c92/?format=api"
            ],
            "labeltypes": [],
            "size": 394775,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 50888,
            "uuid": "f8cefad3-b6c2-4723-82f4-b30ef7483073",
            "url": "https://demo.lizard.net/api/v4/rastersources/f8cefad3-b6c2-4723-82f4-b30ef7483073/?format=api",
            "name": "wszui - dp 40 waterdieptekaart",
            "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": "future_insight_Wszui - dp 40",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.773604095526549,
                "east": 4.2718350906440135,
                "north": 51.409670990579144,
                "south": 51.198561522104946
            },
            "projection": "EPSG:28992",
            "origin_x": 42727.0,
            "origin_y": 357808.0,
            "upper_bound_x": 77052.0,
            "upper_bound_y": 380658.0,
            "pixelsize_x": 25.0,
            "pixelsize_y": -25.0,
            "created": "2020-04-02T15:28:58.978770Z",
            "last_modified": "2020-04-28T14:26:16.509165Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/012d52dc-1b23-4518-b0c6-a90a67327594/?format=api"
            ],
            "labeltypes": [],
            "size": 735933,
            "dtype": null,
            "fill_value": null
        }
    ]
}