Skip to content

Commit e5f703b

Browse files
committed
update package version
1 parent 98c3654 commit e5f703b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: sits
22
Type: Package
3-
Version: 1.5.0-1
3+
Version: 1.5.1
44
Title: Satellite Image Time Series Analysis for Earth Observation Data Cubes
55
Authors@R: c(person('Rolf', 'Simoes', role = c('aut'), email = '[email protected]'),
66
person('Gilberto', 'Camara', role = c('aut', 'cre'), email = '[email protected]'),

NAMESPACE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,9 @@ S3method(sits_cube,default)
337337
S3method(sits_cube,local_cube)
338338
S3method(sits_cube,sar_cube)
339339
S3method(sits_cube,stac_cube)
340+
S3method(sits_detect_change,default)
341+
S3method(sits_detect_change,raster_cube)
342+
S3method(sits_detect_change,sits)
340343
S3method(sits_get_data,csv)
341344
S3method(sits_get_data,data.frame)
342345
S3method(sits_get_data,default)
@@ -440,6 +443,9 @@ export(sits_config)
440443
export(sits_config_show)
441444
export(sits_cube)
442445
export(sits_cube_copy)
446+
export(sits_detect_change)
447+
export(sits_detect_change_method)
448+
export(sits_dtw)
443449
export(sits_factory_function)
444450
export(sits_filter)
445451
export(sits_formula_linear)

0 commit comments

Comments
 (0)