semantique.reflectance#
- semantique.reflectance(*reference)[source]#
Reference to a data layer describing reflectance.
- Parameters:
*reference (
str
) – The index of the data layer within the “reflectance” category of the layout of the EO data cube.- Returns:
ArrayProxy
– A textual reference to the layer that can be solved by the query processor.
Examples
>>> import semantique as sq >>> sq.reflectance("s2_band01")