Skip to content

Commit 6f85b45

Browse files
committed
Merge branch 'feat/dev-sits' of https://github.com/oldlipe/sits into hotfix/args-merge
2 parents 85a33ad + a1ea7c2 commit 6f85b45

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
sources:
2+
PLANET :
3+
s3_class : ["planet_cube", "stac_cube", "eo_cube",
4+
"raster_cube"]
5+
collections :
6+
MOSAIC :
7+
bands :
8+
B01 : &planet_mosaic_4m
9+
missing_value : 0
10+
minimum_value : 1
11+
maximum_value : 65534
12+
scale_factor : 0.01
13+
offset_value : 0
14+
resolution : 4.77
15+
band_name : "blue"
16+
data_type : "INT2U"
17+
B02 :
18+
<<: *planet_mosaic_4m
19+
band_name : "green"
20+
B03 :
21+
<<: *planet_mosaic_4m
22+
band_name : "red"
23+
B04 :
24+
<<: *planet_mosaic_4m
25+
band_name : "nir"
26+
satellite : "PLANETSCOPE"
27+
sensor : "MOSAIC"
28+
collection_name: "planet-mosaic"
29+
ext_tolerance: 0
30+
grid_system : ""

0 commit comments

Comments
 (0)