Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NEWS and documentation #1281

Merged
merged 2 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@

# What's new in SITS version 1.5.2

* Include exclusion_mask in 'sits_classify()' and 'sits_smooth()'
* Support for classification with pixels without data (NA)
* Use ROI when plotting data cubes
* Refactor 'sits_cube_copy()' to improve timeout handling and efficiency
* Enable merging of Sentinel-1, Sentinel-2 and DEM in Brazil Data Cube tiling system
* Include `exclusion_mask` parameter in `sits_classify()` and `sits_smooth()`
* Support classification data cubes with NA values
* Support for multiple tiling system in `sits_regularize()`, including MGRS and Brazil Data Cube grids
* Review `sits_merge()` implementation to better handle multiple scenario cases
* Support `roi` when plotting data cubes
* Refactor `sits_cube_copy()` to improve timeout handling and efficiency
* Include filtering by tiles in regularization operation
* Include start_date and end_date for each collection in sits_list_collections()
* Add support to SpatExtent object from terra as roi in sits_cube()
* Fix crs usage in sits_get_data() to support WKT
* Include start and end dates for each collection in `sits_list_collections()`
* Add support to `SpatExtent` object from terra as `roi` in `sits_cube()`
* Update `crs` usage in `sits_get_data()` to support WKT
* Implement Sakoe-Chiba approximation for DTW algorithm

* Support for tmap version 4.0
* Enhance perfomance and usability in visualization functions
* Enhance `sits_classify()` performance with segments classification
* Support for interactive visualization with SOM samples
* General bug fixes

# What's new in SITS version 1.5.1

Expand Down
2 changes: 1 addition & 1 deletion man/sits_regularize.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading