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

Add summary() support to EO cubes #1024

Merged
merged 25 commits into from
Oct 23, 2023
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
2cbcfcb
update .check_chr_parameter function
OldLipe Oct 16, 2023
8cef809
add raster summary function
OldLipe Oct 16, 2023
6779e4d
add cloud coverage information in raster cube summary (Close #1003)
OldLipe Oct 16, 2023
6f65054
add cli package in DESCRIPTION
OldLipe Oct 16, 2023
3997697
update docs
OldLipe Oct 16, 2023
3a9482b
Merge branch 'dev' of https://github.com/e-sensing/sits into feat/tem…
OldLipe Oct 16, 2023
2c0401e
update typo
OldLipe Oct 18, 2023
eb5679c
update summary
OldLipe Oct 18, 2023
5e407a9
Merge branch 'dev' of https://github.com/e-sensing/sits into feat/tem…
OldLipe Oct 18, 2023
f575671
update tests
OldLipe Oct 18, 2023
b816296
Merge branch 'dev' of https://github.com/e-sensing/sits into feat/tem…
OldLipe Oct 18, 2023
19158da
update summary function
OldLipe Oct 19, 2023
6fdf3ef
update tests
OldLipe Oct 19, 2023
a6ee017
Merge branch 'dev' of https://github.com/e-sensing/sits into feat/tem…
OldLipe Oct 19, 2023
71f8a61
update segments code
OldLipe Oct 20, 2023
5765058
update inst
OldLipe Oct 20, 2023
8c2c2dd
update docs
OldLipe Oct 20, 2023
3755ab6
update summary function
OldLipe Oct 21, 2023
7319073
update docs
OldLipe Oct 21, 2023
cc20e0c
Merge branch 'feat/temp_seg' of https://github.com/oldlipe/sits into …
OldLipe Oct 21, 2023
ae228ad
Revert "update segments code"
OldLipe Oct 22, 2023
97ed365
fix bug in sits_summary
OldLipe Oct 22, 2023
569cdf5
update tests
OldLipe Oct 22, 2023
fac98e2
update docs
OldLipe Oct 22, 2023
80aa800
Merge branch 'dev' of https://github.com/e-sensing/sits into feat/tem…
OldLipe Oct 22, 2023
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
Prev Previous commit
Next Next commit
update inst
  • Loading branch information
OldLipe committed Oct 20, 2023
commit 57650586b475e5f8fa8fc339be2311dcad3dad3a
4 changes: 2 additions & 2 deletions inst/extdata/config_internals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sf_geom_types_supported : ["POINT", "POLYGON", "MULTIPOLYGON"]

# local cube config options
local_s3_class : ["local_cube", "raster_cube"]
local_file_extensions : ["tiff", "tif", "jp2", "hdf", "vrt"]
local_file_extensions : ["tiff", "tif", "jp2", "hdf", "vrt", "gpkg"]
local_parse_info_col : ["tile", "band", "date"]
local_parse_info_def : ["X1", "X2", "tile", "band", "date"]

Expand All @@ -64,7 +64,7 @@ results_parse_info_col : ["tile", "start_date", "end_date", "band"]
# bands resulting from classification and post-classification
sits_results_bands : ["probs", "bayes", "uncert", "entropy",
"class", "least", "margin", "variance",
"segments", "probs-vector"]
"segments", "probs-vector", "class-vector"]

# bands resulting from classification and smoothing
sits_probs_bands : ["probs", "bayes", "probs-vector"]
Expand Down