Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@AleksMat AleksMat released this 03 Sep 16:57
· 1517 commits to master since this release

Change log:

  • Added new EOTasks:
    • in eolearn.core:
      • DuplicateFeature,
      • InitializeFeature,
      • MoveFeature,
      • MergeFeatureTask,
      • MapFeatureTask,
      • ZipFeatureTask,
      • ExtractBandsTask,
      • CreateEOPatchTask
    • in eolearn.features:
      • ValueFilloutTask,
      • EuclideanNormTask,
      • NormalizedDifferenceIndexTask
    • in eolearn.mask:
      • SnowMask,
      • TheiaSnowMask,
      • ClassFrequencyTask
    • in eolearn.ml_tools:
      • TrainTestSplitTask
  • Changed algorithm for spatial resizing in AddCloudMaskTask
  • VectorToRaster now has optional parameters overlap_value and buffer
  • Improvements in ErosionTask
  • S1IWWMSInput and S1IWWCSInput tasks now have an optional parameter for orbit direction
  • Removed EOWorkflow.make_linear_workflow method
  • Improvements in LinearWorkflow and WorkflowResults
  • Improvements of EOExecutor and the report it generates
  • Added credits and licensing info to all modules
  • Added a prototype project Land Cover Classification with fastai, contributed by @Geoyi