Skip to content

Commit 29193f8

Browse files
Merge branch 'dev' of https://github.com/e-sensing/sits into dev
2 parents bfcea25 + 020bb18 commit 29193f8

File tree

1 file changed

+36
-8
lines changed

1 file changed

+36
-8
lines changed

inst/extdata/sources/config_source_deafrica.yml

+36-8
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ sources:
254254
AWS_NO_SIGN_REQUEST: true
255255
open_data: true
256256
open_data_token: false
257-
metadata_search : "feature"
257+
metadata_search : "tile"
258258
ext_tolerance: 0
259259
grid_system : "WRS-2"
260260
LS9_SR :
@@ -407,18 +407,18 @@ sources:
407407
maximum_value : 10000
408408
scale_factor : 0.0001
409409
offset_value : 0
410-
resolution : 60
410+
resolution : 60
411411
band_name : "B01"
412-
data_type : "INT2S"
412+
data_type : "INT2S"
413413
B02 : &deafrica_msi_10m
414414
missing_value : -9999
415415
minimum_value : 0
416416
maximum_value : 10000
417417
scale_factor : 0.0001
418418
offset_value : 0
419-
resolution : 10
419+
resolution : 10
420420
band_name : "B02"
421-
data_type : "INT2S"
421+
data_type : "INT2S"
422422
B03 :
423423
<<: *deafrica_msi_10m
424424
band_name : "B03"
@@ -431,9 +431,9 @@ sources:
431431
maximum_value : 10000
432432
scale_factor : 0.0001
433433
offset_value : 0
434-
resolution : 20
434+
resolution : 20
435435
band_name : "B05"
436-
data_type : "INT2S"
436+
data_type : "INT2S"
437437
B06 :
438438
<<: *deafrica_msi_20m
439439
band_name : "B06"
@@ -485,4 +485,32 @@ sources:
485485
open_data_token: false
486486
metadata_search : "tile"
487487
ext_tolerance: 0
488-
grid_system : "MGRS"
488+
grid_system : "MGRS"
489+
SENTINEL-1-RTC :
490+
bands :
491+
VV : &deafrica_rtc_20m
492+
missing_value : -32768.0
493+
minimum_value : 0
494+
maximum_value : 65534
495+
scale_factor : 1
496+
offset_value : 0
497+
resolution : 20
498+
band_name : "VV"
499+
data_type : "FLT4S"
500+
VH :
501+
<<: *deafrica_rtc_20m
502+
band_name : "VH"
503+
satellite : "SENTINEL-1"
504+
sensor : "RTC"
505+
orbits : ["ascending", "descending"]
506+
access_vars :
507+
AWS_DEFAULT_REGION : "af-south-1"
508+
AWS_S3_ENDPOINT : "s3.af-south-1.amazonaws.com"
509+
AWS_NO_SIGN_REQUEST : true
510+
collection_name : "s1_rtc"
511+
sar_cube : true
512+
open_data : true
513+
open_data_token : false
514+
metadata_search : "tile"
515+
ext_tolerance : 0
516+
grid_system : "MGRS"

0 commit comments

Comments
 (0)