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=202
https://demo.lizard.net/api/v4/rasters/?format=api&page=203", "previous": "https://demo.lizard.net/api/v4/rasters/?format=api&page=201", "results": [ { "url": "https://demo.lizard.net/api/v4/rasters/31f4a278-213f-41fb-be33-d6c3d443688b/?format=api", "uuid": "31f4a278-213f-41fb-be33-d6c3d443688b", "last_modified": "2024-12-31T16:28:07.333979Z", "created": "2024-04-18T03:49:38.109193Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api", "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6", "name": "N&S Branch Office" }, "access_modifier": "Public", "supplier": null, "shared_with": [], "writable": false, "is_geoblock": true, "weight": 9, "name": "cpami_taipei_geoblock", "description": "cpami_taipei_geoblock", "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": [], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 121.44762598832574, "east": 121.6708591370256, "north": 25.214385418425806, "south": 24.954459024757636 }, "projection": "EPSG:3826", "origin_x": null, "origin_y": null, "upper_bound_x": null, "upper_bound_y": null, "pixelsize_x": null, "pixelsize_y": null, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "ns-branch-office:cpami_taipei_geoblock" }, "options": { "styles": "branch4c:0:0.5" }, "rescalable": true, "aggregation_type": "none", "dtype": "f4", "fill_value": "3.4028234663852886e+38" }, { "url": "https://demo.lizard.net/api/v4/rasters/a16ea5ce-02ba-4c0b-8f51-483d46da2167/?format=api", "uuid": "a16ea5ce-02ba-4c0b-8f51-483d46da2167", "last_modified": "2024-12-31T16:26:41.417371Z", "created": "2024-04-18T03:57:23.627993Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api", "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6", "name": "N&S Branch Office" }, "access_modifier": "Public", "supplier": null, "shared_with": [], "writable": false, "is_geoblock": true, "weight": 9, "name": "cpami_ilan_geoblock", "description": null, "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": [], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 121.56412748907952, "east": 121.88830135147201, "north": 24.907666910083393, "south": 24.53692798687425 }, "projection": "EPSG:3826", "origin_x": null, "origin_y": null, "upper_bound_x": null, "upper_bound_y": null, "pixelsize_x": null, "pixelsize_y": null, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "ns-branch-office:cpami_ilan_geoblock" }, "options": { "styles": "branch4c:0:0.5" }, "rescalable": true, "aggregation_type": "none", "dtype": "f4", "fill_value": "3.4028234663852886e+38" }, { "url": "https://demo.lizard.net/api/v4/rasters/b3d44696-fa87-4e7b-8bb1-e3e0c0183fd4/?format=api", "uuid": "b3d44696-fa87-4e7b-8bb1-e3e0c0183fd4", "last_modified": "2024-04-23T12:26:20.412907Z", "created": "2024-04-23T12:26:20.412919Z", "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, "shared_with": [], "writable": false, "is_geoblock": false, "weight": 0, "name": "pet_pre_wtc_portfolio_mpb_kbo", "description": "Voor portfolio storymap van de MPC Klimaatbestendig ontwerpen. PET-kaart vóór bouw WTC Toren A in Amsterdam", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/549/?format=api", "id": 549, "code": "TAVG", "parameter": "Temperature", "unit": "°C", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2016-11-24T12:15:28.253800Z", "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": 4.871061177143002, "east": 4.878517835331531, "north": 52.34222937297979, "south": 52.338782072363216 }, "projection": "EPSG:28992", "origin_x": 119826.5, "origin_y": 483554.0, "upper_bound_x": 120332.0, "upper_bound_y": 483934.0, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "nelen-schuurmans-consultancy:pet_pre_wtc_portfolio_mpb_kbo" }, "options": { "styles": "pet_heatstress:38:52" }, "rescalable": false, "aggregation_type": "curve", "dtype": "f4", "fill_value": "3.4028234663852886e+38" }, { "url": "https://demo.lizard.net/api/v4/rasters/09446372-0e1d-430c-b2c6-acc1ff55da5b/?format=api", "uuid": "09446372-0e1d-430c-b2c6-acc1ff55da5b", "last_modified": "2024-04-23T12:28:00.440313Z", "created": "2024-04-23T12:28:00.440325Z", "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, "shared_with": [], "writable": false, "is_geoblock": false, "weight": 0, "name": "pet_post_wtc_portfolio_mpb_kbo", "description": "Voor portfolio storymap van de MPC Klimaatbestendig ontwerpen. PET-kaart na bouw WTC Toren A in Amsterdam", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/549/?format=api", "id": 549, "code": "TAVG", "parameter": "Temperature", "unit": "°C", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2016-11-24T12:15:28.253800Z", "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": 4.871061177143002, "east": 4.878517835331531, "north": 52.34222937297979, "south": 52.338782072363216 }, "projection": "EPSG:28992", "origin_x": 119826.5, "origin_y": 483554.0, "upper_bound_x": 120332.0, "upper_bound_y": 483934.0, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "nelen-schuurmans-consultancy:pet_post_wtc_portfolio_mpb_kbo" }, "options": { "styles": "pet_heatstress:38:52" }, "rescalable": false, "aggregation_type": "curve", "dtype": "f4", "fill_value": "3.4028234663852886e+38" }, { "url": "https://demo.lizard.net/api/v4/rasters/68f9eecf-573a-43e8-87e8-07663d5fc442/?format=api", "uuid": "68f9eecf-573a-43e8-87e8-07663d5fc442", "last_modified": "2024-04-25T09:33:09.244576Z", "created": "2024-04-25T08:57:44.845544Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/e29fe554-2610-4037-b4b1-4e6bd37a7881/?format=api", "uuid": "e29fe554-2610-4037-b4b1-4e6bd37a7881", "name": "Den Haag" }, "access_modifier": "Public", "supplier": "jelmer.roosjen", "shared_with": [], "writable": false, "is_geoblock": false, "weight": 0, "name": "Den Haag - Aandachtsgebieden Droogte 2024", "description": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/441/?format=api", "id": 441, "code": "UNKNOWN", "parameter": "", "unit": "", "scale": "nominal", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2015-09-14T12:34:08.171954Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, "temporal": false, "layer_collections": [ { "url": "https://demo.lizard.net/api/v4/layercollections/denhaag_klimaatatlas/?format=api", "slug": "denhaag_klimaatatlas", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/e29fe554-2610-4037-b4b1-4e6bd37a7881/?format=api", "uuid": "e29fe554-2610-4037-b4b1-4e6bd37a7881", "name": "Den Haag" }, "access_modifier": "Public", "supplier": "jelmer.roosjen", "created": "2021-06-01T14:48:16.651399Z", "last_modified": "2021-07-08T12:33:46.506483Z" } ], "first_value_timestamp": null, "last_value_timestamp": null, "spatial_bounds": null, "projection": null, "origin_x": null, "origin_y": null, "upper_bound_x": null, "upper_bound_y": null, "pixelsize_x": null, "pixelsize_y": null, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "den-haag:den-haag-aandachtsgebieden-droogte-2024" }, "options": {}, "rescalable": true, "aggregation_type": "none", "dtype": null, "fill_value": null }, { "url": "https://demo.lizard.net/api/v4/rasters/16693fd8-2dc3-45a6-a9a8-b045b089e134/?format=api", "uuid": "16693fd8-2dc3-45a6-a9a8-b045b089e134", "last_modified": "2024-04-26T09:22:54.335882Z", "created": "2024-04-26T09:08:37.866377Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/b08433fa-47c1-401e-b9cb-d4156034c679/?format=api", "uuid": "b08433fa-47c1-401e-b9cb-d4156034c679", "name": "Nelen & Schuurmans Technology" }, "access_modifier": "Public", "supplier": null, "shared_with": [], "writable": false, "is_geoblock": false, "weight": 0, "name": "test", "description": null, "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/7/?format=api", "id": 7, "code": "WNS1400.1h", "parameter": "Neerslag", "unit": "mm", "scale": "ratio", "description": "", "domain_values": null, "reference_frame": null, "compartment": "NT", "created": "2015-06-19T09:47:29.345611Z", "last_modified": "2021-02-15T15:03:11.838549Z" }, "temporal": false, "layer_collections": [], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 4.396076653196112, "east": 4.529069777115072, "north": 51.96187278439235, "south": 51.87963808870869 }, "projection": "EPSG:32640", "origin_x": -2924612.5, "origin_y": 7153777.5, "upper_bound_x": -2917192.5, "upper_bound_y": 7161192.5, "pixelsize_x": 5.0, "pixelsize_y": -5.0, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "nelen-schuurmans-technology:test" }, "options": { "styles": "3di-fhr" }, "rescalable": true, "aggregation_type": "none", "dtype": "f4", "fill_value": "-9999.0" }, { "url": "https://demo.lizard.net/api/v4/rasters/40941cc2-fc69-451a-b49d-15946882f431/?format=api", "uuid": "40941cc2-fc69-451a-b49d-15946882f431", "last_modified": "2024-08-27T13:26:48.572465Z", "created": "2024-05-02T09:39:23.231745Z", "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": "menno.blom@nelen-schuurmans.nl", "shared_with": [], "writable": false, "is_geoblock": false, "weight": 0, "name": "y0236_ahn4-maastricht", "description": "tijdelijke laag voo rextract", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/308/?format=api", "id": 308, "code": "HOOGTE (mNAP)", "parameter": "Hoogte", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "", "created": "2015-09-11T07:13:11.538482Z", "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": 3.255395586407216, "east": 7.241640961448317, "north": 53.50975733852789, "south": 50.73414494017975 }, "projection": "EPSG:28992", "origin_x": 13560.0, "origin_y": 306841.0, "upper_bound_x": 278026.5, "upper_bound_y": 615323.0, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "y0236_ahn4-maastricht" }, "options": { "styles": "dem_nl" }, "rescalable": true, "aggregation_type": "curve", "dtype": "f4", "fill_value": "3.4028234663852886e+38" }, { "url": "https://demo.lizard.net/api/v4/rasters/55a67a96-2bba-48da-a3ef-285684e430cf/?format=api", "uuid": "55a67a96-2bba-48da-a3ef-285684e430cf", "last_modified": "2024-05-02T21:03:30.426347Z", "created": "2024-05-02T20:56:20.947518Z", "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": "abe.feenstra", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 5, "name": "Dam Break Kenya Flood Extent Max water depth", "description": "", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/8716/?format=api", "id": 8716, "code": "3di_waterdepth", "parameter": "Water depth", "unit": "m", "scale": "interval", "description": "Water depth (used in 3Di postprocessing)", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2022-05-10T14:59:01.690519Z", "last_modified": "2022-05-10T14:59:01.690509Z" }, "temporal": false, "layer_collections": [], "first_value_timestamp": "2024-05-02T20:46:27Z", "last_value_timestamp": "2024-05-02T20:46:27Z", "spatial_bounds": { "west": 37.55478791008457, "east": 40.939100911476444, "north": 0.2493126659244502, "south": -2.967124799383803 }, "projection": "EPSG:3857", "origin_x": null, "origin_y": null, "upper_bound_x": null, "upper_bound_y": null, "pixelsize_x": null, "pixelsize_y": null, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "scenarios:39171:depth-max-dtri" }, "options": { "styles": "3di_waterdepth:0.0:2.0" }, "rescalable": false, "aggregation_type": "curve", "dtype": "f4", "fill_value": "3.4028234663852886e+38" }, { "url": "https://demo.lizard.net/api/v4/rasters/8084e24e-90fb-46d3-abb3-27b9dc1ab8b6/?format=api", "uuid": "8084e24e-90fb-46d3-abb3-27b9dc1ab8b6", "last_modified": "2024-05-16T10:03:52.307981Z", "created": "2024-05-03T11:57:31.297307Z", "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": "joost.vandijk", "shared_with": [], "writable": false, "is_geoblock": true, "weight": 16, "name": "Waterdiepte verschil Bodis Purmerend", "description": "Waterdiepte verschil kaart purmerend", "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": [], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 4.945987542773952, "east": 4.950938605422998, "north": 52.512747665729194, "south": 52.50957950480699 }, "projection": "EPSG:28992", "origin_x": null, "origin_y": null, "upper_bound_x": null, "upper_bound_y": null, "pixelsize_x": null, "pixelsize_y": null, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "nelen-schuurmans:test:bodis:geoblock:purmerend" }, "options": { "styles": "wd_diff:-0.1:0.1" }, "rescalable": false, "aggregation_type": "curve", "dtype": "f4", "fill_value": "3.4028234663852886e+38" }, { "url": "https://demo.lizard.net/api/v4/rasters/06288f23-f3f7-4448-a01a-7367fd872cdd/?format=api", "uuid": "06288f23-f3f7-4448-a01a-7367fd872cdd", "last_modified": "2024-05-16T10:13:27.222759Z", "created": "2024-05-16T10:09:08.040848Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/91cf9190-e0c9-452a-a291-6526bda6ad3b/?format=api", "uuid": "91cf9190-e0c9-452a-a291-6526bda6ad3b", "name": "BODIS" }, "access_modifier": "Public", "supplier": "joost.vandijk", "shared_with": [], "writable": false, "is_geoblock": false, "weight": 0, "name": "BODIS bodemdaling Purmerend", "description": "Bodemdaling BODIS Purmerend", "observation_type": { "url": "https://demo.lizard.net/api/v4/observationtypes/962/?format=api", "id": 962, "code": "hoogteverschil", "parameter": "Hoogteverschil", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2018-05-14T13:35:53.383014Z", "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": 4.946192519366358, "east": 4.950735418066326, "north": 52.512465816231526, "south": 52.50960920718019 }, "projection": "EPSG:28992", "origin_x": 125061.7247, "origin_y": 502527.2214, "upper_bound_x": 125368.2247, "upper_bound_y": 502843.2214, "pixelsize_x": 0.5, "pixelsize_y": -0.5, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "bodis:bodis-bodemdaling-purmerend" }, "options": { "styles": "bodemdaling_flevoland:-0.25:-0.05" }, "rescalable": true, "aggregation_type": "none", "dtype": "f8", "fill_value": "-9999.0" } ] }{ "count": 2103, "next": "