Skip to content

Version 1.5.4

Latest

Choose a tag to compare

@OldLipe OldLipe released this 14 Jan 18:11
dd33dfc

What's new in SITS version 1.5.4

  • Fix bug in sits_summary() in obtaining the variance summary with multiple tiles
  • Add new plot type in sits_accuracy() function ("confusion_matrix")
  • Add new type parameter in sits_accuracy() function for selecting plot type
  • Improve plot.som_evaluate_cluster function to include a legend parameter
  • Add new sits_snic segmentation function based on the snic package
  • Add pkgdown documentation website for the sits package
  • Add new imputation functions: impute_mean(), impute_median(), and impute_mean_window()
  • Improve validation messages in the sits_accuracy() function
  • Add sits_labels<- support for probs_vector_cube and probs_class_cube
  • Extend the sits_colors_qgis() function to export sits color palettes to QGIS for vector cubes
  • Fix area calculations in sits_summary()
  • Add res parameter to the sits_mosaic() function to allow generating mosaics at different resolutions
  • General bug fixes