Changed
- RasterMath made a lot of improvements using block reading and writing. For example, the default block size is now 256x256 (you can keep the default block size by choosing block_size=False), and Museo ToolBox automatic detect if the geotiff will be tiled or not (it depends on the block size).
- Some folders have Changed name :
- raster_tools and vector_tools to processing
- learn_tools to ai
- some functions have Changed name :
- getSamplesFromROI to extract_values
- historicalMap to load_historical_data
- getDistanceMatrix to get_distance_matrix
- classes now always begin with a capital case :
- learnAndPredict to SuperLearner
- rasterMath to RasterMath
- sequentialFeatureSelection to SequentialFeatureSelection
Fixed
- bug 7 : getSamplesFromROI (nowd extract_ROI) now extracts ROI values using by default memory. If it fails, it will create a temporary raster on disk then delete it when finished.
Removed
- Remove command lines (cli)