Skip to content

Commit

Permalink
version 1.5.2 on dev - initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertocamara committed Aug 12, 2024
1 parent b211ecd commit d0d5a49
Show file tree
Hide file tree
Showing 9 changed files with 192 additions and 1 deletion.
7 changes: 6 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: sits
Type: Package
Version: 1.5.1
Version: 1.5.2
Title: Satellite Image Time Series Analysis for Earth Observation Data Cubes
Authors@R: c(person('Rolf', 'Simoes', role = c('aut'), email = '[email protected]'),
person('Gilberto', 'Camara', role = c('aut', 'cre', 'ths'), email = '[email protected]'),
Expand Down Expand Up @@ -137,6 +137,8 @@ Collate:
'api_cube.R'
'api_data.R'
'api_debug.R'
'api_detect_change.R'
'api_dtw.R'
'api_download.R'
'api_environment.R'
'api_factory.R'
Expand Down Expand Up @@ -230,6 +232,9 @@ Collate:
'sits_cube_copy.R'
'sits_clean.R'
'sits_cluster.R'
'sits_detect_change.R'
'sits_detect_change_method.R'
'sits_dtw.R'
'sits_factory.R'
'sits_filters.R'
'sits_geo_dist.R'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
104 changes: 104 additions & 0 deletions man/sits_detect_change.Rd

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

27 changes: 27 additions & 0 deletions man/sits_detect_change_method.Rd

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

55 changes: 55 additions & 0 deletions man/sits_dtw.Rd

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

0 comments on commit d0d5a49

Please sign in to comment.