Raster List
API endpoint for rasterlayer objects.
Rasterlayers visualise raster data. The actual data is contained in
rastersources. To connect a rasterlayer to a rastersource, configure the
rasterlayer's source
field as follows:
{
"graph": {
"rastersource": [
"lizard_nxt.blocks.LizardRasterSource",
"<uuid of a rastersource object>"
]
},
"name": "rastersource"
}
Note that the organisations of the rastersource and rasterlayer should be
equal. The raster_sources
field cannot be used to configure the source:
it is merely a (read-only) hyperlink to the /rastersources endpoint.
GeoBlocks
Instead of directly visualising a raster source, raster layers can also
perform on-the-fly operations on multiple raster sources. This can be done
by extending the above example for the source
field. See
https://docs.lizard.net. Note that the rasterlayers's organisation must
have geoblocks-permissions to be able to use this feature.
Deletion
If a rasterlayer is deleted, its raster sources (see /rastersources endpoint) will remain available. These need to be cleaned up seperately, or else they will keep using space.
If a rastersource was deleted while there was a rasterlayer referencing it,
the rasterlayer will become broken. In this case, the deleted rastersources
will be listed in the source.deleted_sources
field.
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
.
observation_type
Filter on ObservationType
.
layer_collections
Filter on LayerCollection
.
first_value_timestamp
Temporal filter on first_value_timestamp
.
last_value_timestamp
Temporal filter on last_value_timestamp
.
raster_sources__uuid
Show rasters that make use of a raster_source
with given uuid.
access_modifier
Filter on access_modifier
, options are 'Public', 'Private', 'Common', or 'Hidden'.
ordering
Show the results in a specific order.
You can order them by name
, last_modified
, supplier
,
temporal
, access_modifier
, first_value_timestamp
,
last_value_timestamp
, observation_type
, observation_type__code
,
observation_type__parameter
, observation_type__unit
, and
organisation__name
. Add a -
in front to reverse the order.
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
?observation_type__code=HOOGTEmNAP
?observation_type__parameter=Hoogte
?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
?layer_collections__slug=10855cc
?raster_sources__uuid=10415ccb-ec31-4d43-bdb3-db597061527b
?access_modifier=Private
?access_modifier=100
?ordering=name
?ordering=-last_modified
?created__gte=2017-01-01T00:00:00Z
?last_modified__lt=2018-01-01T00:00:00Z
GET /api/v4/rasters/?format=api&page=11
https://demo.lizard.net/api/v4/rasters/?format=api&page=12", "previous": "https://demo.lizard.net/api/v4/rasters/?format=api&page=10", "results": [ { "url": "https://demo.lizard.net/api/v4/rasters/1432a645-7f89-4705-ab6f-592a4a46665a/?format=api", "uuid": "1432a645-7f89-4705-ab6f-592a4a46665a", "last_modified": "2019-08-20T09:19:59.621289Z", "created": "2019-08-20T09:09:23.621969Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api", "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb", "name": "Nelen & Schuurmans Consultancy" }, "access_modifier": "Public", "supplier": "kees.vanduijvendijk", "shared_with": [], "writable": false, "is_geoblock": false, "weight": 0, "name": "Geschaalde NDVI Juli 2019", "description": "NDVI per perceel gedeeld door gemiddelde van het gewas in juli in 2019. Voor droogte-portaal", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/1036/?format=api", "id": 1036, "code": "index", "parameter": "Index", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2019-04-03T13:10:41.085507Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/verdamping/?format=api", "slug": "verdamping", "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": "joeri.verheijden", "created": "2019-07-26T11:46:22.139736Z", "last_modified": "2019-08-09T10:11:13.283347Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 3.258011056493509, "east": 7.237385767704734, "north": 53.48554032761759, "south": 50.73434750493899 }, "projection": "EPSG:28992", "origin_x": 13653.612750001, "origin_y": 306860.986749999, "upper_bound_x": 277813.612750001, "upper_bound_y": 612620.986749999, "pixelsize_x": 20.0, "pixelsize_y": -20.0, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "nelen-schuurmans:geschaalde-ndvi-juli-2019" }, "options": { "styles": "RdYlGn:1:5" }, "rescalable": false, "aggregation_type": "average", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/3d18afb5-46ed-46c8-8f65-e8ad1564be17/?format=api", "uuid": "3d18afb5-46ed-46c8-8f65-e8ad1564be17", "last_modified": "2019-08-20T10:14:41.080453Z", "created": "2019-08-20T10:13:30.520422Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api", "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb", "name": "Nelen & Schuurmans Consultancy" }, "access_modifier": "Public", "supplier": "kees.vanduijvendijk", "shared_with": [], "writable": false, "is_geoblock": false, "weight": 0, "name": "Storymap droogte: SWI 31 Juli 2019", "description": "1 dag als voorbeeld", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/1036/?format=api", "id": 1036, "code": "index", "parameter": "Index", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2019-04-03T13:10:41.085507Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/verdamping/?format=api", "slug": "verdamping", "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": "joeri.verheijden", "created": "2019-07-26T11:46:22.139736Z", "last_modified": "2019-08-09T10:11:13.283347Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 3.2098683250639546, "east": 7.366099154831135, "north": 53.56225818069691, "south": 50.72215669551691 }, "projection": "EPSG:28992", "origin_x": 10720.965245875, "origin_y": 305585.055480393, "upper_bound_x": 286120.965245875, "upper_bound_y": 621385.055480393, "pixelsize_x": 200.0, "pixelsize_y": -200.0, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "nelen-schuurmans:storymap-droogte-swi-31-juli-2019" }, "options": { "styles": "BuPu:20:80" }, "rescalable": false, "aggregation_type": "average", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/d0ccd4c7-ede5-410a-ad74-fc96517f440c/?format=api", "uuid": "d0ccd4c7-ede5-410a-ad74-fc96517f440c", "last_modified": "2019-08-20T11:39:09.445946Z", "created": "2019-08-20T11:38:01.530546Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api", "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb", "name": "Nelen & Schuurmans Consultancy" }, "access_modifier": "Public", "supplier": "kees.vanduijvendijk", "shared_with": [], "writable": false, "is_geoblock": false, "weight": 0, "name": "storymap ndvi in tijd", "description": "voorbeeld verandering ndvi door droogte", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/1036/?format=api", "id": 1036, "code": "index", "parameter": "Index", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2019-04-03T13:10:41.085507Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/verdamping/?format=api", "slug": "verdamping", "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": "joeri.verheijden", "created": "2019-07-26T11:46:22.139736Z", "last_modified": "2019-08-09T10:11:13.283347Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 3.923268817864048, "east": 7.237689172489642, "north": 53.490854547159394, "south": 50.74542054407616 }, "projection": "EPSG:28992", "origin_x": 57833.7627499998, "origin_y": 307620.986749999, "upper_bound_x": 277833.76275, "upper_bound_y": 612620.986749999, "pixelsize_x": 1000.0, "pixelsize_y": -1000.0, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "nelen-schuurmans:storymap-ndvi-in-tijd" }, "options": { "styles": "RdYlGn:0.7:1.5" }, "rescalable": false, "aggregation_type": "average", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/0da44a4d-7d4e-4f23-a411-b9182563cd6a/?format=api", "uuid": "0da44a4d-7d4e-4f23-a411-b9182563cd6a", "last_modified": "2019-09-02T14:45:52.088948Z", "created": "2019-08-20T12:00:19.444642Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api", "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb", "name": "Nelen & Schuurmans Consultancy" }, "access_modifier": "Public", "supplier": "kees.vanduijvendijk", "shared_with": [], "writable": false, "is_geoblock": false, "weight": 0, "name": "storymap droogte: soil moisture", "description": "test soil moisture voorbeeld", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/1036/?format=api", "id": 1036, "code": "index", "parameter": "Index", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2019-04-03T13:10:41.085507Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/verdamping/?format=api", "slug": "verdamping", "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": "joeri.verheijden", "created": "2019-07-26T11:46:22.139736Z", "last_modified": "2019-08-09T10:11:13.283347Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 3.2098683250639555, "east": 7.366099154831136, "north": 53.56225818069688, "south": 50.72215669551691 }, "projection": "EPSG:28992", "origin_x": 10720.965245875, "origin_y": 305585.055480393, "upper_bound_x": 286120.965245875, "upper_bound_y": 621385.055480393, "pixelsize_x": 200.0, "pixelsize_y": -200.0, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "nelen-schuurmans:storymap-droogte-soil-moisture" }, "options": { "styles": "Blues:0:0.35" }, "rescalable": false, "aggregation_type": "average", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/ed142eee-b2bb-4170-bd77-9eab29677931/?format=api", "uuid": "ed142eee-b2bb-4170-bd77-9eab29677931", "last_modified": "2019-08-20T12:11:56.898979Z", "created": "2019-08-20T12:10:08.828464Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api", "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb", "name": "Nelen & Schuurmans Consultancy" }, "access_modifier": "Public", "supplier": "kees.vanduijvendijk", "shared_with": [], "writable": false, "is_geoblock": false, "weight": 0, "name": "storymap droogte: grondwaterstand", "description": "test droogte storymap", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/521/?format=api", "id": 521, "code": "Waterdepth", "parameter": "Waterdepth", "unit": "m", "scale": "interval", "description": "interval", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2016-07-14T10:07:22.899825Z", "last_modified": "2022-02-02T14:47:44.543819Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/verdamping/?format=api", "slug": "verdamping", "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": "joeri.verheijden", "created": "2019-07-26T11:46:22.139736Z", "last_modified": "2019-08-09T10:11:13.283347Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 4.165506832963468, "east": 6.890947048728541, "north": 52.51670206090736, "south": 51.210519637100084 }, "projection": "EPSG:28992", "origin_x": 72075.0, "origin_y": 358925.0, "upper_bound_x": 257075.0, "upper_bound_y": 503925.0, "pixelsize_x": 100.0, "pixelsize_y": -100.0, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "nelen-schuurmans:storymap-droogte-grondwaterstand" }, "options": { "styles": "Spectral:-5:0" }, "rescalable": false, "aggregation_type": "average", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/a6629e6d-a801-40a0-976e-aa7ab67e4686/?format=api", "uuid": "a6629e6d-a801-40a0-976e-aa7ab67e4686", "last_modified": "2019-08-20T12:59:01.424168Z", "created": "2019-08-20T12:55:07.247830Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api", "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb", "name": "Nelen & Schuurmans Consultancy" }, "access_modifier": "Public", "supplier": "kees.vanduijvendijk", "shared_with": [], "writable": false, "is_geoblock": false, "weight": 0, "name": "storymap droogte: kc-waarde 20-30 juli 2019", "description": "voorbeeld van kc-waarde uit timeseries", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/1036/?format=api", "id": 1036, "code": "index", "parameter": "Index", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2019-04-03T13:10:41.085507Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/verdamping/?format=api", "slug": "verdamping", "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": "joeri.verheijden", "created": "2019-07-26T11:46:22.139736Z", "last_modified": "2019-08-09T10:11:13.283347Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 3.258011056493509, "east": 7.237385767704734, "north": 53.48554032761759, "south": 50.73434750493899 }, "projection": "EPSG:28992", "origin_x": 13653.612750001, "origin_y": 306860.986749999, "upper_bound_x": 277813.612750001, "upper_bound_y": 612620.986749999, "pixelsize_x": 20.0, "pixelsize_y": -20.0, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "nelen-schuurmans:storymap-droogte-kc-waarde-20-30-juli-2019" }, "options": { "styles": "Reds:0.5:1.5" }, "rescalable": false, "aggregation_type": "average", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/2c9543cd-b94a-4552-9562-7ac1af103526/?format=api", "uuid": "2c9543cd-b94a-4552-9562-7ac1af103526", "last_modified": "2019-08-20T13:43:31.638606Z", "created": "2019-08-20T13:28:49.629665Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api", "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb", "name": "Nelen & Schuurmans Consultancy" }, "access_modifier": "Public", "supplier": "kees.vanduijvendijk", "shared_with": [], "writable": false, "is_geoblock": false, "weight": 0, "name": "storymap droogte: verdamping", "description": "voorbeeld droogte dashboard", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/1036/?format=api", "id": 1036, "code": "index", "parameter": "Index", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2019-04-03T13:10:41.085507Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/verdamping/?format=api", "slug": "verdamping", "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": "joeri.verheijden", "created": "2019-07-26T11:46:22.139736Z", "last_modified": "2019-08-09T10:11:13.283347Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 3.9103055542229885, "east": 6.593541529628853, "north": 52.107652965658836, "south": 51.31901530844821 }, "projection": "EPSG:28992", "origin_x": 53820.0, "origin_y": 370980.0, "upper_bound_x": 237640.0, "upper_bound_y": 458400.0, "pixelsize_x": 20.0, "pixelsize_y": -20.0, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "nelen-schuurmans:storymap-droogte-verdamping" }, "options": { "styles": "Spectral_r:0:5" }, "rescalable": false, "aggregation_type": "average", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/9d0bf3fa-5013-4982-848f-8aa90a00faf4/?format=api", "uuid": "9d0bf3fa-5013-4982-848f-8aa90a00faf4", "last_modified": "2019-08-20T14:18:26.899015Z", "created": "2019-08-20T14:14:38.075320Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api", "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb", "name": "Nelen & Schuurmans Consultancy" }, "access_modifier": "Public", "supplier": "kees.vanduijvendijk", "shared_with": [], "writable": false, "is_geoblock": false, "weight": 0, "name": "storymap droogte: neerslagtekort", "description": "storymap voorbeeld droogte dashboard", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/893/?format=api", "id": 893, "code": "rainexcess", "parameter": "Neerslagoverschot", "unit": "mm", "scale": "ratio", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-11-17T14:15:23.949406Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/verdamping/?format=api", "slug": "verdamping", "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": "joeri.verheijden", "created": "2019-07-26T11:46:22.139736Z", "last_modified": "2019-08-09T10:11:13.283347Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 2.5726507380303008, "east": 8.034122551443414, "north": 52.4779383872238, "south": 50.906197916870774 }, "projection": "EPSG:28992", "origin_x": -36200.0, "origin_y": 327600.0, "upper_bound_x": 334800.0, "upper_bound_y": 502200.0, "pixelsize_x": 100.0, "pixelsize_y": -100.0, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "nelen-schuurmans:storymap-droogte-neerslagtekort" }, "options": { "styles": "Spectral:-5:5" }, "rescalable": false, "aggregation_type": "average", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/bd00bc58-ca4f-4992-a15e-43270f6318df/?format=api", "uuid": "bd00bc58-ca4f-4992-a15e-43270f6318df", "last_modified": "2019-08-21T11:08:10.923755Z", "created": "2019-08-21T11:08:03.664396Z", "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", "shared_with": [], "writable": false, "is_geoblock": false, "weight": 0, "name": "TWN - droogte - verandering GLG 2050", "description": "Verandering GLG WH2050", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/876/?format=api", "id": 876, "code": "percent", "parameter": "Percentage", "unit": "%", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2017-09-26T12:13:37.060680Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": false, "layer_collections": [], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 6.325387486542825, "east": 7.076764375945061, "north": 52.49742117818989, "south": 52.1140540468508 }, "projection": "EPSG:28992", "origin_x": 219250.0, "origin_y": 459750.0, "upper_bound_x": 269750.0, "upper_bound_y": 501500.0, "pixelsize_x": 250.0, "pixelsize_y": -250.0, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "nelen-schuurmans:twn-droogte-verandering-glg-2050" }, "options": { "styles": "RdBu_r:-1.198:-0.8762" }, "rescalable": true, "aggregation_type": "sum", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/0b33f064-8ca2-4e35-a06d-e4f936da28b9/?format=api", "uuid": "0b33f064-8ca2-4e35-a06d-e4f936da28b9", "last_modified": "2019-08-30T12:55:00.140933Z", "created": "2019-08-21T11:47:54.364836Z", "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", "shared_with": [ { "url": "https://demo.lizard.net/api/v4/organisations/85c96106-7c1f-410f-9bcd-44692bb71996/?format=api", "uuid": "85c96106-7c1f-410f-9bcd-44692bb71996", "name": "National Center for High Performance Computing" } ], "writable": false, "is_geoblock": false, "weight": 0, "name": "TWN - Droogte - Kwel huidig", "description": "Kwel huidig", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/387/?format=api", "id": 387, "code": "VERDPG (mm)", "parameter": "VERDPG", "unit": "mm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2015-09-11T08:04:52.256434Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": false, "layer_collections": [], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 6.325387486542825, "east": 7.076764375945061, "north": 52.49742117818989, "south": 52.1140540468508 }, "projection": "EPSG:28992", "origin_x": 219250.0, "origin_y": 459750.0, "upper_bound_x": 269750.0, "upper_bound_y": 501500.0, "pixelsize_x": 250.0, "pixelsize_y": -250.0, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "nelen-schuurmans:twn-droogte-kwel-huidig" }, "options": { "styles": "Blues_trans:-10:10" }, "rescalable": true, "aggregation_type": "sum", "dtype": null, "fill_value": null } ] }{ "count": 2103, "next": "