Version 0.4.1
Change log:
- Added
eolearn.features.radiometric_normalization
module with EOTasks:ReferenceScenes
,HistogramMatching
,BlueCompositing
,HOTCompositing
,MaxNDVICompositing
,MaxNDWICompositing
andMaxRatioCompositing
. Contributed by @JohannesSchmid - Jupyter notebooks about LULC restructured and updated.
- Implemented
eolearn.core.FeatureTypeSet
class. eolearn.core.FeatureParser
has new parameterallowed_feature_types
.- Fixed masking in
InterpolationTask
. - Added
MaskFeature
task. - Binary masks in
eolearn.io
andeolearn.mask
are now cast tonumpy.bool
dtype.