Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 1 addition & 2 deletions R/api_source_stac.R
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,7 @@
ymin = bbox[["ymin"]],
ymax = bbox[["ymax"]],
crs = tile[["crs"]],
file_info = file_info,
labels = labels
file_info = file_info
)
# post-processing - fix labels from class cube
tile <- .source_collection_class_labels(
Expand Down
10 changes: 5 additions & 5 deletions inst/extdata/sources/config_source_bdc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sources:
open_data_token : true
metadata_search : "tile"
ext_tolerance : 0.01
grid_system : "BDC-Large V2"
grid_system : "BDC_LG_V2"
dates : "2016 to 2024"
CBERS-WFI-8D :
bands :
Expand Down Expand Up @@ -101,7 +101,7 @@ sources:
open_data_token : true
metadata_search : "tile"
ext_tolerance: 0.01
grid_system : "BDC-Large V2"
grid_system : "BDC_LG_V2"
dates: "2020 to 2024"
CBERS-MUX-2M : &bdc_cb4_mux
bands :
Expand Down Expand Up @@ -153,7 +153,7 @@ sources:
open_data_token : true
metadata_search : "tile"
ext_tolerance: 0.01
grid_system : "BDC-Medium V2"
grid_system : "BDC_MD_V2"
dates: "2016 to 2024"
LANDSAT-OLI-16D : &bdc_lc8
bands :
Expand Down Expand Up @@ -233,7 +233,7 @@ sources:
open_data_token: true
metadata_search : "tile"
ext_tolerance: 0.01
grid_system : "BDC-Medium V2"
grid_system : "BDC_MD_V2"
dates: "2010 to 2024"
MOD13Q1-6.1 : &bdc_mod2
bands :
Expand Down Expand Up @@ -386,7 +386,7 @@ sources:
open_data_token: true
metadata_search : "tile"
ext_tolerance: 0.01
grid_system : "BDC-Small V2"
grid_system : "BDC_SM_V2"
dates: "2017 to 2024"
AMAZONIA-1 :
bands :
Expand Down
Loading