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=15
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=16",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=14",
    "results": [
        {
            "id": 32392,
            "uuid": "23160196-3dc6-497b-9fe5-179d0669f67c",
            "url": "https://demo.lizard.net/api/v4/rastersources/23160196-3dc6-497b-9fe5-179d0669f67c/?format=api",
            "name": "mapathon_nens_vlaardingen",
            "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": "mapathon_nens_vlaardingen",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.0785196044018095,
                "east": 5.465235155691564,
                "north": 52.488588238730095,
                "south": 51.88382593130749
            },
            "projection": "EPSG:28992",
            "origin_x": 66100.0,
            "origin_y": 433600.0,
            "upper_bound_x": 160300.0,
            "upper_bound_y": 500100.0,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2019-11-19T16:23:33.909629Z",
            "last_modified": "2019-11-20T10:06:44.624838Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 239415,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 32436,
            "uuid": "3b034731-f2dc-47a2-b0be-eef600973491",
            "url": "https://demo.lizard.net/api/v4/rastersources/3b034731-f2dc-47a2-b0be-eef600973491/?format=api",
            "name": "mapathon_nens_haringvliet",
            "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": "mapathon_nens_haringvliet",
            "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": 25.0,
            "pixelsize_y": -25.0,
            "created": "2019-11-20T09:55:41.216307Z",
            "last_modified": "2019-11-20T10:05:46.228111Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 357235,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 32437,
            "uuid": "be65349d-07f1-4463-b2ab-22b57fcde65e",
            "url": "https://demo.lizard.net/api/v4/rastersources/be65349d-07f1-4463-b2ab-22b57fcde65e/?format=api",
            "name": "mapathon_nens_hartelkanaal_1",
            "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": "mapathon_nens_hartelkanaal_1",
            "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": 25.0,
            "pixelsize_y": -25.0,
            "created": "2019-11-20T09:55:58.215091Z",
            "last_modified": "2019-11-20T10:05:02.305958Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 808271,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 32438,
            "uuid": "54b50e2c-c1a7-45cb-a9df-705604d6271c",
            "url": "https://demo.lizard.net/api/v4/rastersources/54b50e2c-c1a7-45cb-a9df-705604d6271c/?format=api",
            "name": "mapathon_nens_hartelkanaal_2",
            "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": "mapathon_nens_hartelkanaal_2",
            "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": 25.0,
            "pixelsize_y": -25.0,
            "created": "2019-11-20T09:56:16.304674Z",
            "last_modified": "2019-11-20T10:05:27.696564Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 1160343,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 32439,
            "uuid": "3ce23ffe-3d70-4f5e-a72b-30f298a3a573",
            "url": "https://demo.lizard.net/api/v4/rastersources/3ce23ffe-3d70-4f5e-a72b-30f298a3a573/?format=api",
            "name": "mapathon_nens_noordzeedijk",
            "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": "mapathon_nens_noordzeedijk",
            "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": 25.0,
            "pixelsize_y": -25.0,
            "created": "2019-11-20T09:56:34.342308Z",
            "last_modified": "2019-11-20T10:05:32.389019Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 676378,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 32440,
            "uuid": "2f8bc3cf-481f-4763-9653-c798ae745ac3",
            "url": "https://demo.lizard.net/api/v4/rastersources/2f8bc3cf-481f-4763-9653-c798ae745ac3/?format=api",
            "name": "mapathon_nens_spui_1",
            "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": "mapathon_nens_spui_1",
            "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": 25.0,
            "pixelsize_y": -25.0,
            "created": "2019-11-20T09:56:51.515674Z",
            "last_modified": "2019-11-20T10:05:37.006111Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 291005,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 32441,
            "uuid": "a130c991-c182-4d11-a813-6fdfa107dc70",
            "url": "https://demo.lizard.net/api/v4/rastersources/a130c991-c182-4d11-a813-6fdfa107dc70/?format=api",
            "name": "mapathon_nens_spui_2",
            "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": "mapathon_nens_spui_2",
            "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": 25.0,
            "pixelsize_y": -25.0,
            "created": "2019-11-20T09:57:08.309844Z",
            "last_modified": "2019-11-20T10:07:33.048706Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 389960,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 34556,
            "uuid": "56301477-559a-47d2-98c3-6313722833c7",
            "url": "https://demo.lizard.net/api/v4/rastersources/56301477-559a-47d2-98c3-6313722833c7/?format=api",
            "name": "Cambodian_provices",
            "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": "wietze.suijker",
            "supplier_code": "1234",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 102.3199313268789,
                "east": 107.64329208038438,
                "north": 14.68950291076989,
                "south": 10.251942293822562
            },
            "projection": "EPSG:32648",
            "origin_x": 211368.144414943,
            "origin_y": 1134450.09131999,
            "upper_bound_x": 784668.144414943,
            "upper_bound_y": 1625650.09131999,
            "pixelsize_x": 100.0,
            "pixelsize_y": -100.0,
            "created": "2020-04-07T11:19:21.507031Z",
            "last_modified": "2020-04-07T11:19:46.591602Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/cf7815b4-7874-4b18-b7a3-a4e5d7da4e11/?format=api",
                "https://demo.lizard.net/api/v4/rasters/62242b8f-53d8-4997-be1b-cd128f05a059/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e3019603-0d64-462c-b203-132d26a8d858/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3fec2a90-5fdc-456d-a82c-8b9a5bd92776/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8d45e4e7-5996-4ebb-a9c9-b0d0bb43e01b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0143512a-92ee-41fd-b9df-4a09b8e05926/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e3576e78-e995-4927-950f-e7526ef4d371/?format=api",
                "https://demo.lizard.net/api/v4/rasters/25684b98-6fda-46a4-aa19-752a65f9b021/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0d9977de-3122-47ee-af7a-4c73767975ef/?format=api",
                "https://demo.lizard.net/api/v4/rasters/2d81933b-451f-46b8-a11c-1784fb3941f4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/fb4b4d06-e573-41cc-91e3-5d8b01c7a2cf/?format=api",
                "https://demo.lizard.net/api/v4/rasters/d1d8c3e9-80b1-4121-9ebb-39f5f9d07fcc/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a24e64a4-1570-4ece-82b7-006077316eef/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3a978415-1f35-4b3c-98d2-4168ffae5861/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8525855c-fafa-4df2-be48-d1f781d0fac8/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f75e7002-948d-47a4-8718-e1749df0d731/?format=api",
                "https://demo.lizard.net/api/v4/rasters/81c87370-f342-4ea0-87ac-775215e362a5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/6b0516aa-a0ea-4007-8ce5-bf2cf4c21fc6/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0d8c866c-0bad-44f8-9803-0b769be7913d/?format=api",
                "https://demo.lizard.net/api/v4/rasters/43038a77-69ac-4e1f-93ab-540095ca0a96/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f20b66ba-d3b8-4ef0-a501-e81e8d41e600/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a87ef06c-58fe-4283-95e3-1de40a85df2c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/a6428243-3f78-4309-94ce-55f21a5946fd/?format=api",
                "https://demo.lizard.net/api/v4/rasters/95572ac2-af8b-40ca-a7d0-3a9b91f160b2/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3d0ef785-5e1e-4583-80e5-5c59ee57a39b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/53ef8503-3a0f-4c81-9029-5ae43a202cb4/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c032568e-ed0c-449f-bf61-d0c5366add76/?format=api",
                "https://demo.lizard.net/api/v4/rasters/13bb9993-2bc2-4215-9f46-7fb906fb3d8b/?format=api",
                "https://demo.lizard.net/api/v4/rasters/92e4d716-7599-425d-bf69-ba945be95cae/?format=api",
                "https://demo.lizard.net/api/v4/rasters/3b4346eb-53b4-42df-8d3a-6e2b58ff9675/?format=api",
                "https://demo.lizard.net/api/v4/rasters/963a2693-4c64-4bce-8946-774aeb29ba96/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e4558300-d302-4fa5-baa8-4f55cb270b47/?format=api",
                "https://demo.lizard.net/api/v4/rasters/f7c9e8e6-25c0-40e5-a854-9dfab67f5d80/?format=api",
                "https://demo.lizard.net/api/v4/rasters/b2057767-7462-482c-8e63-7472d5612b85/?format=api",
                "https://demo.lizard.net/api/v4/rasters/bbfd3d08-420d-4bff-9239-67ea76b5c5f3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/8a73dd75-fed6-4297-b99d-cdba192cd2bb/?format=api",
                "https://demo.lizard.net/api/v4/rasters/7177ceb2-bd22-4c46-8936-ba1269cf161f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/13541552-1175-4202-82fb-8f2374e4679c/?format=api",
                "https://demo.lizard.net/api/v4/rasters/450c2d1a-9e0a-4106-94fa-02b9bbca4037/?format=api"
            ],
            "labeltypes": [],
            "size": 2431399,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 37034,
            "uuid": "bb0ace54-615d-4bc2-8cff-3c3e74a1271e",
            "url": "https://demo.lizard.net/api/v4/rastersources/bb0ace54-615d-4bc2-8cff-3c3e74a1271e/?format=api",
            "name": "p_sd_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_sd_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": 3.606274917155181,
                "east": 4.204360608012678,
                "north": 51.78660756879951,
                "south": 51.5899433235928
            },
            "projection": "EPSG:28992",
            "origin_x": 32106.5,
            "origin_y": 401611.0,
            "upper_bound_x": 73046.0,
            "upper_bound_y": 422663.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2020-01-10T11:28:15.828710Z",
            "last_modified": "2020-05-01T10:03:57.429993Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/c075a09f-aaca-4c3a-99b8-507451d766d8/?format=api"
            ],
            "labeltypes": [],
            "size": 2449867359,
            "dtype": null,
            "fill_value": null
        },
        {
            "id": 38085,
            "uuid": "bd4008fe-04d7-4d9d-8347-31301e9e0ebf",
            "url": "https://demo.lizard.net/api/v4/rastersources/bd4008fe-04d7-4d9d-8347-31301e9e0ebf/?format=api",
            "name": "p_sd_waterdiepte_90mm",
            "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_sd_waterdiepte_90mm",
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 3.677752477715168,
                "east": 4.10618921876681,
                "north": 51.747726830838594,
                "south": 51.610613586996685
            },
            "projection": "EPSG:28992",
            "origin_x": 36942.0,
            "origin_y": 403796.0,
            "upper_bound_x": 66281.0,
            "upper_bound_y": 418452.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": -1.0,
            "created": "2020-01-16T09:05:38.895039Z",
            "last_modified": "2020-05-01T10:06:41.579380Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/0538c08e-520e-4e3f-89f3-ff23782a736a/?format=api",
                "https://demo.lizard.net/api/v4/rasters/cc4900cc-b19e-4f65-9e4e-28fe99e475d3/?format=api",
                "https://demo.lizard.net/api/v4/rasters/ed7131a1-658c-4430-9d32-7558502932d5/?format=api"
            ],
            "labeltypes": [],
            "size": 434911200,
            "dtype": null,
            "fill_value": null
        }
    ]
}