stac-extensions / raster

Describes raster assets at band level (one or multiple) with specific information such as data type, unit, number of bits used, nodata.
Apache License 2.0
13 stars 7 forks source link

Use Expression Object for band_expression #9

Closed m-mohr closed 3 years ago

m-mohr commented 3 years ago

From recent discussion:

make band_expressions more pluggable (e.g. openeo process graph) [Matthias]

  • maybe put them in “virtual” assets
  • make object with type (e.g. riotiler, openeo) and expression (anything)
  • new extension?

=> Instead of new extension, added to processing extension.

PR is here: https://github.com/stac-extensions/processing/pull/2

emmanuelmathot commented 3 years ago

transferred in https://github.com/stac-extensions/virtual-assets, where PR https://github.com/stac-extensions/processing/pull/2 is referenced in readme until resolution