Skip to content

Commit 8537cdd

Browse files
authored
Merge pull request #879 from e-sensing/dev
Pre-release 1.2.0
2 parents 85f7e1f + 3fa6d7d commit 8537cdd

File tree

513 files changed

+15754
-24002
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

513 files changed

+15754
-24002
lines changed

.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: default
44
steps:
55
- name: test
66
pull: always
7-
image: oldlipe/sits-dev:0.16.3
7+
image: oldlipe/sits-dev:1.1.0
88
commands:
99
- R -e 'pacman::p_load(desc::desc_get_deps()[desc::desc_get_deps()[["type"]] != "Depends",][["package"]], install = T, update = F, character.only = T)'
1010
- R -e 'v<-gsub("(>) |(>=) ", "", desc::desc_get_deps()[desc::desc_get_deps()[["type"]] != "Depends" & desc::desc_get_deps()[["version"]] != "*", ][["version"]]); pacman::p_install_version(package = desc::desc_get_deps()[desc::desc_get_deps()[["type"]] != "Depends" & desc::desc_get_deps()[["version"]] != "*", ][["package"]], version = v)'

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ Meta
2424
*.bkp
2525
Makevars
2626
Makevars.*
27+
.sits/
2728
*.gcda
2829
*.gcno
29-
^_snaps
30+
_snaps/
3031
tags
3132
R/tags
3233
*.swp
33-
34+
RtmpJFrMnd.log

DESCRIPTION

+19-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: sits
22
Type: Package
3-
Version: 1.1.0-8
3+
Version: 1.2.0
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]'),
@@ -26,7 +26,7 @@ Description: An end-to-end toolkit for land use and land cover classification
2626
random forests, extreme gradient boosting, multi-layer perceptrons,
2727
temporal convolutional neural networks <doi:10.3390/rs11050523>,
2828
residual networks <arxiv:1809.04356>, and temporal attention encoders
29-
<arXiv:2007.00586>.
29+
<arxiv:2007.00586>.
3030
Performs efficient classification of big Earth observation data cubes and includes
3131
functions for post-classification smoothing based on Bayesian inference, and
3232
methods for uncertainty assessment. Enables best
@@ -48,7 +48,6 @@ Imports:
4848
dplyr (>= 1.0.0),
4949
gdalUtilities,
5050
grDevices,
51-
ggplot2,
5251
graphics,
5352
lubridate,
5453
parallel (>= 4.0.5),
@@ -67,13 +66,13 @@ Suggests:
6766
caret,
6867
dendextend,
6968
dtwclust,
70-
dtwSat (>= 0.2.7),
7169
DiagrammeR,
7270
digest,
7371
e1071,
7472
FNN,
7573
gdalcubes (>= 0.6.0),
7674
geojsonsf,
75+
ggplot2,
7776
httr,
7877
jsonlite,
7978
kohonen(>= 3.0.11),
@@ -85,10 +84,12 @@ Suggests:
8584
openxlsx,
8685
randomForest,
8786
randomForestExplainer,
87+
RColorBrewer,
8888
RcppArmadillo (>= 0.11),
8989
scales,
9090
stars (>= 0.5),
9191
testthat (>= 3.1.3),
92+
tmap,
9293
torchopt(>= 0.1.2),
9394
xgboost,
9495
zoo
@@ -109,40 +110,51 @@ Collate:
109110
'sits_active_learning.R'
110111
'sits_bands.R'
111112
'sits_bbox.R'
113+
'sits_block.R'
114+
'sits_chunks.R'
112115
'sits_classification.R'
113116
'sits_classify_ts.R'
114117
'sits_classify_cube.R'
118+
'sits_colors.R'
119+
'sits_combine_predictions.R'
115120
'sits_compare.R'
116121
'sits_config.R'
117122
'sits_csv.R'
118123
'sits_cube.R'
119124
'sits_cube_aux_functions.R'
125+
'sits_cube_copy.R'
120126
'sits_check.R'
121127
'sits_cluster.R'
122128
'sits_debug.R'
123129
'sits_distances.R'
124130
'sits_dt_reference.R'
125131
'sits_factory.R'
132+
'sits_file.R'
126133
'sits_file_info.R'
127134
'sits_filters.R'
128135
'sits_gdalcubes.R'
129136
'sits_geo_dist.R'
130137
'sits_get_data.R'
131138
'sits_imputation.R'
139+
'sits_internals.R'
140+
'sits_jobs.R'
132141
'sits_labels.R'
133142
'sits_label_classification.R'
134143
'sits_lighttae.R'
135144
'sits_machine_learning.R'
136145
'sits_merge.R'
137146
'sits_mixture_model.R'
138147
'sits_mlp.R'
148+
'sits_mosaic.R'
149+
'sits_model_export.R'
139150
'sits_parallel.R'
140151
'sits_patterns.R'
152+
'sits_period.R'
141153
'sits_plot.R'
154+
'sits_reclassify.R'
142155
'sits_raster_api.R'
143-
'sits_raster_api_terra.R'
144-
'sits_raster_blocks.R'
145156
'sits_raster_data.R'
157+
'sits_raster_api_terra.R'
146158
'sits_raster_sub_image.R'
147159
'sits_regularize.R'
148160
'sits_resnet.R'
@@ -152,7 +164,6 @@ Collate:
152164
'sits_sf.R'
153165
'sits_shp.R'
154166
'sits_smooth.R'
155-
'sits_smooth_aux_functions.R'
156167
'sits_som.R'
157168
'sits_source_api.R'
158169
'sits_source_api_aws.R'
@@ -172,10 +183,10 @@ Collate:
172183
'sits_torch_spatial_encoder.R'
173184
'sits_torch_temporal_attention_encoder.R'
174185
'sits_tibble.R'
186+
'sits_tile_api.R'
175187
'sits_timeline.R'
176188
'sits_train.R'
177189
'sits_tuning.R'
178-
'sits_twdtw.R'
179190
'sits_utils.R'
180191
'sits_uncertainty.R'
181192
'sits_validate.R'

0 commit comments

Comments
 (0)