11Package: sits
22Type: Package
3- Version: 1.5.0
3+ Version: 1.5.0-1
44Title: Satellite Image Time Series Analysis for Earth Observation Data Cubes
55Authors@R: c(person('Rolf', 'Simoes', role = c('aut'), email = 'rolf.simoes@inpe.br'),
66 person('Gilberto', 'Camara', role = c('aut', 'cre'), email = 'gilberto.camara.inpe@gmail.com'),
@@ -17,7 +17,7 @@ Description: An end-to-end toolkit for land use and land cover classification
1717 applied to satellite image data cubes, as described in Simoes et al (2021) <doi:10.3390/rs13132428>.
1818 Builds regular data cubes from collections in AWS, Microsoft Planetary Computer,
1919 Brazil Data Cube, and Digital Earth Africa using the Spatio-temporal Asset Catalog (STAC)
20- protocol (<https://stacspec.org/> and the 'gdalcubes' R package
20+ protocol (<https://stacspec.org/>) and the 'gdalcubes' R package
2121 developed by Appel and Pebesma (2019) <doi:10.3390/data4030092>.
2222 Supports visualization methods for images and time series and
2323 smoothing filters for dealing with noisy time series.
@@ -28,10 +28,12 @@ Description: An end-to-end toolkit for land use and land cover classification
2828 temporal convolutional neural networks proposed by Pelletier et al (2019) <doi:10.3390/rs11050523>,
2929 residual networks by Fawaz et al (2019) <doi:10.1007/s10618-019-00619-1>, and temporal attention encoders
3030 by Garnot and Landrieu (2020) <doi:10.48550/arXiv.2007.00586>.
31+ Supports GPU processing of deep learning models using torch <https://torch.mlverse.org/>.
3132 Performs efficient classification of big Earth observation data cubes and includes
3233 functions for post-classification smoothing based on Bayesian inference, and
33- methods for uncertainty assessment. Enables best
34- practices for estimating area and assessing accuracy of land change as
34+ methods for active learning and uncertainty assessment. Supports object-based
35+ time series analysis using package supercells <https://jakubnowosad.com/supercells/>.
36+ Enables best practices for estimating area and assessing accuracy of land change as
3537 recommended by Olofsson et al (2014) <doi:10.1016/j.rse.2014.02.015>.
3638 Minimum recommended requirements: 16 GB RAM and 4 CPU dual-core.
3739Encoding: UTF-8
@@ -58,7 +60,7 @@ Imports:
5860 sysfonts,
5961 slider (>= 0.2.0),
6062 stats,
61- terra (>= 1.7-71 ),
63+ terra (>= 1.7-65 ),
6264 tibble (>= 3.1),
6365 tidyr (>= 1.2.0),
6466 torch (>= 0.11.0),
@@ -130,7 +132,9 @@ Collate:
130132 'api_cube.R'
131133 'api_data.R'
132134 'api_debug.R'
135+ 'api_detect_changes.R'
133136 'api_download.R'
137+ 'api_dtw.R'
134138 'api_environment.R'
135139 'api_factory.R'
136140 'api_file_info.R'
@@ -146,6 +150,7 @@ Collate:
146150 'api_mosaic.R'
147151 'api_opensearch.R'
148152 'api_parallel.R'
153+ 'api_patterns.R'
149154 'api_period.R'
150155 'api_plot_time_series.R'
151156 'api_plot_raster.R'
@@ -215,6 +220,9 @@ Collate:
215220 'sits_cube_copy.R'
216221 'sits_clean.R'
217222 'sits_cluster.R'
223+ 'sits_detect_change.R'
224+ 'sits_detect_change_method.R'
225+ 'sits_dtw.R'
218226 'sits_factory.R'
219227 'sits_filters.R'
220228 'sits_geo_dist.R'
0 commit comments