Skip to content

Version 0.4.1

Compare
Choose a tag to compare
@AleksMat AleksMat released this 09 Jan 10:39
· 1993 commits to master since this release

Change log:

  • Added eolearn.features.radiometric_normalization module with EOTasks: ReferenceScenes, HistogramMatching, BlueCompositing, HOTCompositing, MaxNDVICompositing, MaxNDWICompositing and MaxRatioCompositing. Contributed by @JohannesSchmid
  • Jupyter notebooks about LULC restructured and updated.
  • Implemented eolearn.core.FeatureTypeSet class.
  • eolearn.core.FeatureParser has new parameter allowed_feature_types.
  • Fixed masking in InterpolationTask.
  • Added MaskFeature task.
  • Binary masks in eolearn.io and eolearn.mask are now cast to numpy.bool dtype.