Raster Source List
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=6
https://demo.lizard.net/api/v4/rastersources/?format=api&page=7", "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=5", "results": [ { "id": 12080, "uuid": "48d19f09-8912-42b2-8ea9-f52801edda2a", "url": "https://demo.lizard.net/api/v4/rastersources/48d19f09-8912-42b2-8ea9-f52801edda2a/?format=api", "name": "Overstromingsbeeld regionaal HHNKv3", "description": "", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "access_modifier": "Public", "supplier": "project.support", "supplier_code": "overstromingskaart_nh_rkv3", "temporal": false, "interval": null, "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 4.5939663902076004, "east": 5.0861393747826265, "north": 52.923189900538, "south": 52.37610588365797 }, "projection": "EPSG:28992", "origin_x": 101650.0, "origin_y": 487870.0, "upper_bound_x": 134500.0, "upper_bound_y": 548500.0, "pixelsize_x": 5.0, "pixelsize_y": -5.0, "created": "2019-01-26T14:20:01.354979Z", "last_modified": "2024-08-01T00:38:58.278467Z", "writable": false, "layers": [ "https://demo.lizard.net/api/v4/rasters/04ec2fd5-af97-41d8-8902-ef51d633243b/?format=api", "https://demo.lizard.net/api/v4/rasters/6acae2fa-1055-408b-b310-274770a7908e/?format=api", "https://demo.lizard.net/api/v4/rasters/953157f7-47a0-4ffa-bdf9-bcbb18bc3adc/?format=api" ], "labeltypes": [], "size": 53798733, "dtype": "f4", "fill_value": "-9999.0" }, { "id": 12458, "uuid": "d90e384e-5f45-4ba8-94fe-0a765eb9e7b7", "url": "https://demo.lizard.net/api/v4/rastersources/d90e384e-5f45-4ba8-94fe-0a765eb9e7b7/?format=api", "name": "DEM Wisbech", "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": "dem_wisbech", "temporal": false, "interval": null, "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": -0.2312902299578271, "east": 0.29426944113247694, "north": 52.851202330851194, "south": 52.5511191644147 }, "projection": "EPSG:27700", "origin_x": 519998.0, "origin_y": 297248.0, "upper_bound_x": 554620.0, "upper_bound_y": 329674.0, "pixelsize_x": 2.0, "pixelsize_y": -2.0, "created": "2019-02-05T12:52:45.364191Z", "last_modified": "2019-02-07T13:07:37.184659Z", "writable": false, "layers": [ "https://demo.lizard.net/api/v4/rasters/bed0cba2-c19f-44b1-b6ef-03c445372499/?format=api" ], "labeltypes": [], "size": 278081520, "dtype": null, "fill_value": null }, { "id": 12522, "uuid": "c9117771-0885-4e1a-82f1-287b76ed438b", "url": "https://demo.lizard.net/api/v4/rastersources/c9117771-0885-4e1a-82f1-287b76ed438b/?format=api", "name": "Global daily precipitation", "description": "", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/6f666b72-c109-42c4-93af-e81a322f811c/?format=api", "uuid": "6f666b72-c109-42c4-93af-e81a322f811c", "name": "NOAA" }, "access_modifier": "Public", "supplier": "project.support", "supplier_code": "spiceup_globalprecip", "temporal": true, "interval": "1 00:00:00", "first_value_timestamp": "2016-12-31T23:00:00Z", "last_value_timestamp": "2018-12-30T23:00:00Z", "spatial_bounds": { "west": -180.0, "east": 180.0, "north": 85.0, "south": -85.0 }, "projection": "EPSG:4326", "origin_x": -180.0, "origin_y": -85.0, "upper_bound_x": 180.0, "upper_bound_y": 85.0, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "created": "2019-02-08T14:41:14.480849Z", "last_modified": "2019-02-11T16:28:08.887237Z", "writable": false, "layers": [ "https://demo.lizard.net/api/v4/rasters/de585be9-5aa9-4c42-9ea6-d1e2cc7a890f/?format=api", "https://demo.lizard.net/api/v4/rasters/708a1afa-abc1-449b-968d-b91e9c9d593d/?format=api", "https://demo.lizard.net/api/v4/rasters/720a560d-381f-4910-ab4c-578df65f737c/?format=api" ], "labeltypes": [], "size": 176537321, "dtype": null, "fill_value": null }, { "id": 12524, "uuid": "15a8ed75-1d3f-4d86-81d4-2ba1617acf58", "url": "https://demo.lizard.net/api/v4/rastersources/15a8ed75-1d3f-4d86-81d4-2ba1617acf58/?format=api", "name": "Global daily maximum temperature", "description": "", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/6f666b72-c109-42c4-93af-e81a322f811c/?format=api", "uuid": "6f666b72-c109-42c4-93af-e81a322f811c", "name": "NOAA" }, "access_modifier": "Public", "supplier": "project.support", "supplier_code": "spiceup_globaltmax", "temporal": true, "interval": "1 00:00:00", "first_value_timestamp": "2016-12-31T23:00:00Z", "last_value_timestamp": "2018-12-30T23:00:00Z", "spatial_bounds": { "west": -180.0, "east": 180.0, "north": 85.0, "south": -85.0 }, "projection": "EPSG:4326", "origin_x": -180.0, "origin_y": -85.0, "upper_bound_x": 180.0, "upper_bound_y": 85.0, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "created": "2019-02-11T09:26:40.526249Z", "last_modified": "2019-02-11T16:26:26.655137Z", "writable": false, "layers": [ "https://demo.lizard.net/api/v4/rasters/db1fd3c5-3f62-45c6-9c21-bc54c5282aa8/?format=api", "https://demo.lizard.net/api/v4/rasters/c3b2bcb7-26b7-4400-ad15-47a0ed090d46/?format=api", "https://demo.lizard.net/api/v4/rasters/3e9b1687-1893-4c5e-bcb5-5be3c1c3ba1b/?format=api", "https://demo.lizard.net/api/v4/rasters/a08762c1-7ac6-42aa-9fa2-278d5ffe9997/?format=api" ], "labeltypes": [], "size": 267148837, "dtype": null, "fill_value": null }, { "id": 12525, "uuid": "7b3e8539-7a32-44f6-bff1-dedd4deb95e2", "url": "https://demo.lizard.net/api/v4/rastersources/7b3e8539-7a32-44f6-bff1-dedd4deb95e2/?format=api", "name": "Global daily minimum temperature", "description": "", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/6f666b72-c109-42c4-93af-e81a322f811c/?format=api", "uuid": "6f666b72-c109-42c4-93af-e81a322f811c", "name": "NOAA" }, "access_modifier": "Public", "supplier": "project.support", "supplier_code": "spiceup_globaltmin", "temporal": true, "interval": "1 00:00:00", "first_value_timestamp": "2016-12-31T23:00:00Z", "last_value_timestamp": "2018-12-30T23:00:00Z", "spatial_bounds": { "west": -179.99972534179685, "east": 179.55280004900328, "north": 81.0, "south": -80.96734330333874 }, "projection": "EPSG:3857", "origin_x": -20037477.7679779, "origin_y": -16190604.123151, "upper_bound_x": 19987726.2719615, "upper_bound_y": 16213801.067584, "pixelsize_x": 63938.0256229065, "pixelsize_y": -64040.3264639031, "created": "2019-02-11T11:14:46.722352Z", "last_modified": "2019-02-11T15:24:35.163482Z", "writable": false, "layers": [ "https://demo.lizard.net/api/v4/rasters/07c309a8-917a-4390-8854-8064a8aec2b3/?format=api", "https://demo.lizard.net/api/v4/rasters/c3b2bcb7-26b7-4400-ad15-47a0ed090d46/?format=api", "https://demo.lizard.net/api/v4/rasters/3e9b1687-1893-4c5e-bcb5-5be3c1c3ba1b/?format=api", "https://demo.lizard.net/api/v4/rasters/a08762c1-7ac6-42aa-9fa2-278d5ffe9997/?format=api" ], "labeltypes": [], "size": 273096027, "dtype": null, "fill_value": null }, { "id": 12727, "uuid": "d6a47f3f-b4cd-41f3-a126-7a4a07871538", "url": "https://demo.lizard.net/api/v4/rastersources/d6a47f3f-b4cd-41f3-a126-7a4a07871538/?format=api", "name": "regionalekeringen_overstromingskaart", "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": "regionalekeringen_overstromingskaart", "temporal": false, "interval": null, "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 3.8144309823974796, "east": 5.4559984131880706, "north": 52.466125551637944, "south": 51.64523481570031 }, "projection": "EPSG:28992", "origin_x": 48100.0, "origin_y": 407400.0, "upper_bound_x": 159675.0, "upper_bound_y": 497600.0, "pixelsize_x": 25.0, "pixelsize_y": -25.0, "created": "2019-02-26T12:36:29.762979Z", "last_modified": "2019-10-24T14:39:27.570075Z", "writable": false, "layers": [ "https://demo.lizard.net/api/v4/rasters/0f722ae2-e8ab-449f-bbbf-eb672748d0f1/?format=api", "https://demo.lizard.net/api/v4/rasters/66d8bba4-1733-4b87-9730-c5527ed747fa/?format=api", "https://demo.lizard.net/api/v4/rasters/202cab85-4bbf-48bf-b1e9-7d32e078d980/?format=api", "https://demo.lizard.net/api/v4/rasters/868beaf9-591d-4e29-a256-c5b36db9fad5/?format=api", "https://demo.lizard.net/api/v4/rasters/1609f985-47c1-471c-83c1-daf7ec1f9603/?format=api", "https://demo.lizard.net/api/v4/rasters/bc8bc4e5-52f0-4b32-8213-60ae51c8696e/?format=api", "https://demo.lizard.net/api/v4/rasters/9a396f12-1f96-4fc5-b74e-dc8bd4f1dca5/?format=api", "https://demo.lizard.net/api/v4/rasters/c33078eb-deff-431d-bbe0-461c638c1345/?format=api", "https://demo.lizard.net/api/v4/rasters/a4bc2245-dd89-4260-ba58-b438ca00ca9d/?format=api", "https://demo.lizard.net/api/v4/rasters/2032f352-f0b5-40de-b5e2-8a9621e2d322/?format=api", "https://demo.lizard.net/api/v4/rasters/c3b796fb-5b99-461c-8078-ba28cdefbcba/?format=api", "https://demo.lizard.net/api/v4/rasters/7c985ef9-9eeb-4b0e-9c6b-e152a03523f0/?format=api", "https://demo.lizard.net/api/v4/rasters/93fa3510-e3e0-4eff-ae61-bc20543c648a/?format=api", "https://demo.lizard.net/api/v4/rasters/4defa1cf-c9b2-4c2c-aa54-87fd0f1305b7/?format=api", "https://demo.lizard.net/api/v4/rasters/dbe9eb43-746f-4815-bdde-d21689ce28ba/?format=api" ], "labeltypes": [], "size": 9281790, "dtype": null, "fill_value": null }, { "id": 12851, "uuid": "f151917d-c1bd-45f6-b747-d33fc77bfab0", "url": "https://demo.lizard.net/api/v4/rastersources/f151917d-c1bd-45f6-b747-d33fc77bfab0/?format=api", "name": "Overstromingskaart_primaire_keringen+vinanen", "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": "project.support", "supplier_code": "Overstromingskaart_primaire_keringen+vinanen", "temporal": false, "interval": null, "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 3.8191906145856445, "east": 5.181978356453833, "north": 52.3315991364524, "south": 51.6495031109049 }, "projection": "EPSG:28992", "origin_x": 48100.0, "origin_y": 407875.0, "upper_bound_x": 140800.0, "upper_bound_y": 482650.0, "pixelsize_x": 25.0, "pixelsize_y": -25.0, "created": "2019-03-05T07:45:56.299501Z", "last_modified": "2019-11-01T15:13:44.357833Z", "writable": false, "layers": [ "https://demo.lizard.net/api/v4/rasters/eab32744-a5d9-44b6-b1e3-008a0328917b/?format=api", "https://demo.lizard.net/api/v4/rasters/abbfe236-c22a-4d57-b5b1-93c521db9ab7/?format=api", "https://demo.lizard.net/api/v4/rasters/f258d555-4908-41dd-b845-50ae25f5043e/?format=api", "https://demo.lizard.net/api/v4/rasters/b479db97-d30a-4cce-8dd3-f9467e3ada5d/?format=api", "https://demo.lizard.net/api/v4/rasters/a12de479-3c43-4b42-a9d0-a8a3dabc02ba/?format=api", "https://demo.lizard.net/api/v4/rasters/0d40e571-4599-45cc-b556-18c937f0e9ec/?format=api", "https://demo.lizard.net/api/v4/rasters/b8c87723-0434-4f26-9524-cb6a3e14fb13/?format=api", "https://demo.lizard.net/api/v4/rasters/1ad9978d-f257-4a72-860c-bed935e70e3e/?format=api", "https://demo.lizard.net/api/v4/rasters/53653aa9-4b0f-42a1-afb3-570499b01a72/?format=api", "https://demo.lizard.net/api/v4/rasters/82734a2e-ca41-4577-b223-5f7b9523f66e/?format=api", "https://demo.lizard.net/api/v4/rasters/cd941947-e228-4efa-8275-fe4670a583c3/?format=api" ], "labeltypes": [], "size": 4462921, "dtype": null, "fill_value": null }, { "id": 13544, "uuid": "0ff5f155-9060-4ba6-a950-cadc1698ed98", "url": "https://demo.lizard.net/api/v4/rastersources/0ff5f155-9060-4ba6-a950-cadc1698ed98/?format=api", "name": "Soil moisture (root zone SMAP L4)", "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": "project.support", "supplier_code": "SMAP_SPL4SMAU", "temporal": true, "interval": "1 00:00:00", "first_value_timestamp": "2015-04-01T15:38:38.071000Z", "last_value_timestamp": "2020-11-02T15:38:38.071000Z", "spatial_bounds": { "west": -179.99335275894148, "east": 179.97488571937632, "north": 85.08204498730983, "south": -85.02208005658397 }, "projection": "EPSG:4326", "origin_x": -179.993352758941, "origin_y": -85.022080056584, "upper_bound_x": 179.974885719376, "upper_bound_y": 85.0820449873098, "pixelsize_x": 0.0933527589414725, "pixelsize_y": -0.07061192405309, "created": "2019-03-21T15:38:32.502995Z", "last_modified": "2020-11-06T11:25:00.679243Z", "writable": false, "layers": [ "https://demo.lizard.net/api/v4/rasters/ad3f2c95-5aa2-4833-ad77-3c1d6782ffbb/?format=api", "https://demo.lizard.net/api/v4/rasters/91fdbb1c-9133-4052-b714-1281221593b0/?format=api", "https://demo.lizard.net/api/v4/rasters/3f92dcc5-0d3f-4a93-b890-83f0c8f438fd/?format=api", "https://demo.lizard.net/api/v4/rasters/fdd39787-d025-4cbe-9f55-217c313be1d6/?format=api", "https://demo.lizard.net/api/v4/rasters/5e8af2a2-d236-4c69-a17a-6d5b06adfc0b/?format=api", "https://demo.lizard.net/api/v4/rasters/93759eed-13c5-455a-abe1-067b289ed3a7/?format=api", "https://demo.lizard.net/api/v4/rasters/c9c3c49a-2e41-4122-9103-b99466285797/?format=api", "https://demo.lizard.net/api/v4/rasters/e1c1c6dc-279b-43af-b07e-29226d820c82/?format=api", "https://demo.lizard.net/api/v4/rasters/c5c40a84-9013-46ff-8990-91ba3f316566/?format=api", "https://demo.lizard.net/api/v4/rasters/c7c03811-1212-4def-9f35-e5e7ea3db0ad/?format=api", "https://demo.lizard.net/api/v4/rasters/5ca40e22-3a68-4f0e-a9d4-3259edff2e44/?format=api", "https://demo.lizard.net/api/v4/rasters/510eaefe-d7c9-4dcf-8d3c-7190409ce5d8/?format=api", "https://demo.lizard.net/api/v4/rasters/b4487e92-c5b1-44aa-aaa4-efbf831e58fd/?format=api", "https://demo.lizard.net/api/v4/rasters/ffe834d0-8c2e-4ec4-b8ff-91ea72c12aa1/?format=api", "https://demo.lizard.net/api/v4/rasters/6216abcc-d7f9-47d3-b62c-c072600e8697/?format=api", "https://demo.lizard.net/api/v4/rasters/ec1654b4-a83c-476e-8f25-3b1680cba194/?format=api", "https://demo.lizard.net/api/v4/rasters/ca90a2ae-7978-4423-ae88-3c15b0383525/?format=api", "https://demo.lizard.net/api/v4/rasters/778e3da6-5cb0-421d-80ee-928204bf1ab5/?format=api", "https://demo.lizard.net/api/v4/rasters/c37fa33b-0eb2-499e-8a3c-0a42be7648e2/?format=api", "https://demo.lizard.net/api/v4/rasters/ded7e4b6-653d-477e-b8c4-1342236e6526/?format=api", "https://demo.lizard.net/api/v4/rasters/6ace24f4-696c-4008-8d23-3ee8baa4ed0c/?format=api", "https://demo.lizard.net/api/v4/rasters/8c7f8ede-4fae-49a8-a72b-6d2a4e0d6fcd/?format=api", "https://demo.lizard.net/api/v4/rasters/81c145ed-9fe9-43f6-8700-7da3a8d0400a/?format=api", "https://demo.lizard.net/api/v4/rasters/26097e03-a3f8-4984-afca-70d2a68f354d/?format=api", "https://demo.lizard.net/api/v4/rasters/f532b741-de0b-47d2-9da9-bbb505232b32/?format=api", "https://demo.lizard.net/api/v4/rasters/9791d058-add6-4ed7-bb15-f590d6501e56/?format=api" ], "labeltypes": [], "size": 20397835377, "dtype": null, "fill_value": null }, { "id": 14686, "uuid": "ba13f5ce-f739-4917-8e64-fbfdddc6164d", "url": "https://demo.lizard.net/api/v4/rastersources/ba13f5ce-f739-4917-8e64-fbfdddc6164d/?format=api", "name": "Indonesia boundaries", "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": "indonesia_boundaries", "temporal": false, "interval": null, "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 94.85970672008911, "east": 141.1597067200891, "north": 6.22694033193081, "south": -11.17305966806919 }, "projection": "EPSG:4326", "origin_x": 94.8597067200891, "origin_y": -11.1730596680692, "upper_bound_x": 141.159706720089, "upper_bound_y": 6.22694033193081, "pixelsize_x": 0.1, "pixelsize_y": -0.1, "created": "2019-05-20T20:10:11.438026Z", "last_modified": "2020-10-21T21:11:35.385698Z", "writable": false, "layers": [ "https://demo.lizard.net/api/v4/rasters/8f2f0f55-fa2c-4efb-888f-d230f15e9389/?format=api", "https://demo.lizard.net/api/v4/rasters/25fe5c2a-9c3f-46c0-af83-3ef5c0a11d6e/?format=api", "https://demo.lizard.net/api/v4/rasters/e1c1c6dc-279b-43af-b07e-29226d820c82/?format=api", "https://demo.lizard.net/api/v4/rasters/c5c40a84-9013-46ff-8990-91ba3f316566/?format=api", "https://demo.lizard.net/api/v4/rasters/2d42dd6b-fd4f-49ff-b3e7-13d1c570b079/?format=api", "https://demo.lizard.net/api/v4/rasters/23452191-9eae-4a1c-98f0-9f2cbe55b0f0/?format=api", "https://demo.lizard.net/api/v4/rasters/5ca40e22-3a68-4f0e-a9d4-3259edff2e44/?format=api", "https://demo.lizard.net/api/v4/rasters/510eaefe-d7c9-4dcf-8d3c-7190409ce5d8/?format=api", "https://demo.lizard.net/api/v4/rasters/b4487e92-c5b1-44aa-aaa4-efbf831e58fd/?format=api", "https://demo.lizard.net/api/v4/rasters/ffe834d0-8c2e-4ec4-b8ff-91ea72c12aa1/?format=api", "https://demo.lizard.net/api/v4/rasters/3e5ce0fa-970a-428b-a290-3433763b9235/?format=api", "https://demo.lizard.net/api/v4/rasters/f98dd11c-4226-4425-806e-4e790094e5d5/?format=api", "https://demo.lizard.net/api/v4/rasters/924ddb51-acc1-41d5-bf04-fb11dd6df1cf/?format=api", "https://demo.lizard.net/api/v4/rasters/16bbd150-083c-465a-a3ee-6b545d9dca0a/?format=api", "https://demo.lizard.net/api/v4/rasters/ce7b2707-5f1f-482c-998d-ca99abb2d1ce/?format=api", "https://demo.lizard.net/api/v4/rasters/bc587c7e-05b3-4b03-b88b-e2fb27c20029/?format=api", "https://demo.lizard.net/api/v4/rasters/fde51f9f-738a-4838-9692-97f0117f8fc1/?format=api", "https://demo.lizard.net/api/v4/rasters/00598939-a137-44a1-9f91-85dd13bfb2b1/?format=api", "https://demo.lizard.net/api/v4/rasters/9ceb4dfb-887c-429b-8395-bf83d1a11471/?format=api", "https://demo.lizard.net/api/v4/rasters/6068c7c1-eb6b-4e54-918e-f3acd08b5fe2/?format=api", "https://demo.lizard.net/api/v4/rasters/0c0a9cd7-d7ff-4248-8b9d-9fd6cc62960a/?format=api", "https://demo.lizard.net/api/v4/rasters/ef37a438-97c3-412b-8c98-112ae8ad7953/?format=api", "https://demo.lizard.net/api/v4/rasters/e5464a98-b7f7-4a67-9a5e-6e38c0ba941b/?format=api", "https://demo.lizard.net/api/v4/rasters/b2280602-c054-4e19-a610-94c1ac0c9cca/?format=api", "https://demo.lizard.net/api/v4/rasters/b07ddb30-807f-406b-bcd8-8fb21e721819/?format=api", "https://demo.lizard.net/api/v4/rasters/ffe7b8e1-c77e-4712-8c59-d0c90ce046df/?format=api", "https://demo.lizard.net/api/v4/rasters/ec1654b4-a83c-476e-8f25-3b1680cba194/?format=api", "https://demo.lizard.net/api/v4/rasters/750451b6-7199-425f-9841-2f0e6037e9da/?format=api", "https://demo.lizard.net/api/v4/rasters/ca90a2ae-7978-4423-ae88-3c15b0383525/?format=api", "https://demo.lizard.net/api/v4/rasters/51e7a231-136e-4d75-bd3e-90282885f786/?format=api", "https://demo.lizard.net/api/v4/rasters/6ace24f4-696c-4008-8d23-3ee8baa4ed0c/?format=api", "https://demo.lizard.net/api/v4/rasters/b217a8e9-47b7-44b1-91ad-0c9aefa40a9b/?format=api", "https://demo.lizard.net/api/v4/rasters/b77d9b3e-e29f-4dc0-b5cd-da41b7ce4ea1/?format=api", "https://demo.lizard.net/api/v4/rasters/35aef9c5-e8d6-4e5b-8561-e5e6ed123e86/?format=api", "https://demo.lizard.net/api/v4/rasters/8c7f8ede-4fae-49a8-a72b-6d2a4e0d6fcd/?format=api", "https://demo.lizard.net/api/v4/rasters/81c145ed-9fe9-43f6-8700-7da3a8d0400a/?format=api", "https://demo.lizard.net/api/v4/rasters/26097e03-a3f8-4984-afca-70d2a68f354d/?format=api", "https://demo.lizard.net/api/v4/rasters/f532b741-de0b-47d2-9da9-bbb505232b32/?format=api", "https://demo.lizard.net/api/v4/rasters/9791d058-add6-4ed7-bb15-f590d6501e56/?format=api", "https://demo.lizard.net/api/v4/rasters/37b0ca15-e138-48ab-b9af-65dd7329039f/?format=api", "https://demo.lizard.net/api/v4/rasters/60fedf52-742b-44d6-81e5-fcb7a55f3780/?format=api", "https://demo.lizard.net/api/v4/rasters/7d6f44aa-d419-4f21-ab8f-8f81f7c01c79/?format=api", "https://demo.lizard.net/api/v4/rasters/e322f94d-96f4-4d61-8965-e9bf05e082e2/?format=api" ], "labeltypes": [ "ab4d0693-59b4-4dea-863f-4afcde4b67bd", "3d77fb10-1a2c-40ef-8396-f2bc2cd638e1", "025a748d-4507-4b13-98af-ecae696bbeac", "94486dbf-4acb-4483-8236-ac96c12b326e" ], "size": 109479, "dtype": null, "fill_value": null }, { "id": 15734, "uuid": "6ce8bc6f-757a-47fd-85b7-67b97e78f281", "url": "https://demo.lizard.net/api/v4/rastersources/6ce8bc6f-757a-47fd-85b7-67b97e78f281/?format=api", "name": "HRSL Population 2018 (Africa)", "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": "kvd", "temporal": false, "interval": null, "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": -25.33263888888889, "east": 63.497638888888886, "north": 37.53402777777778, "south": -34.83097222222222 }, "projection": "EPSG:4326", "origin_x": -25.3326388888889, "origin_y": -34.8309722222222, "upper_bound_x": 63.4976388888889, "upper_bound_y": 37.5340277777778, "pixelsize_x": 0.000277777777777778, "pixelsize_y": -0.000277777777777778, "created": "2019-04-29T11:48:20.157926Z", "last_modified": "2019-05-02T12:45:10.400208Z", "writable": false, "layers": [ "https://demo.lizard.net/api/v4/rasters/16f2f004-2c1d-4a97-b431-b460daec54be/?format=api" ], "labeltypes": [], "size": 5031986246, "dtype": null, "fill_value": null } ] }{ "count": 2079, "next": "