Raster Instance
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/7b4fdce3-04ca-4411-8767-dbe9d15f0676/?format=api
https://demo.lizard.net/api/v4/rasters/7b4fdce3-04ca-4411-8767-dbe9d15f0676/?format=api", "uuid": "7b4fdce3-04ca-4411-8767-dbe9d15f0676", "last_modified": "2020-02-19T15:58:40.479245Z", "created": "2020-02-19T15:58:40.327047Z", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api", "uuid": "0258eefa-4043-409f-879c-601740340654", "name": "Waterpanel Noord" }, "access_modifier": "Public", "supplier": "chris.kerklaan", "shared_with": [], "writable": false, "is_geoblock": true, "source": { "name": "Clip", "graph": { "Clip": [ "dask_geomodeling.raster.misc.Clip", "LizardRasterSource", "Reclassify" ], "Reclassify": [ "dask_geomodeling.raster.misc.Reclassify", "RasterStoreSource", [ [ 83, 1 ], [ 99, 1 ], [ 175, 1 ], [ 104, 1 ], [ 251, 1 ], [ 285, 1 ], [ 153, 1 ], [ 32, 1 ], [ 88, 1 ], [ 204, 1 ], [ 242, 1 ], [ 304, 1 ], [ 345, 1 ], [ 268, 1 ], [ 380, 1 ], [ 50000, 0 ] ], true ], "RasterStoreSource": [ "lizard_nxt.blocks.LizardRasterSource", "501e1d53-0bdc-4aa3-9298-a6d5ab5ddb39" ], "LizardRasterSource": [ "lizard_nxt.blocks.LizardRasterSource", "6660cd1d-bdb2-4a90-a0a0-bdff4a13b8d5" ] } }, "weight": 4, "raster_sources": [ "https://demo.lizard.net/api/v4/rastersources/6660cd1d-bdb2-4a90-a0a0-bdff4a13b8d5/?format=api", "https://demo.lizard.net/api/v4/rastersources/501e1d53-0bdc-4aa3-9298-a6d5ab5ddb39/?format=api" ], "name": "Regionale wateroverlast na langdurige neerslag (T100)", "description": "", "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/wpn_klimaatatlas/?format=api", "slug": "wpn_klimaatatlas", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api", "uuid": "0258eefa-4043-409f-879c-601740340654", "name": "Waterpanel Noord" }, "access_modifier": "Public", "supplier": "chris.kerklaan", "created": "2020-02-19T14:04:29.578191Z", "last_modified": "2020-02-19T15:56:26.731593Z" } ], "first_value_timestamp": "1970-01-01T00:00:00Z", "last_value_timestamp": "1970-01-01T00:00:00Z", "spatial_bounds": { "west": 5.5650997779864415, "east": 6.24175707212159, "north": 51.77977608067297, "south": 51.04631197170487 }, "projection": "EPSG:3857", "origin_x": 619504.073499211, "origin_y": 6629489.8664434, "upper_bound_x": 694829.21892389, "upper_bound_y": 6760403.67586962, "pixelsize_x": 40.2808264303096, "pixelsize_y": -39.8277485324668, "interval": null, "wms_info": { "endpoint": "https://demo.lizard.net/wms/", "layer": "waterpanel-noord-wpn:regionale-wateroverlast-na-langdurige-neers" }, "options": { "styles": "Blues:0:0.3" }, "colormap": {}, "rescalable": false, "aggregation_type": "curve", "dtype": null, "fill_value": null }{ "url": "