Skip to content

Commit 73d398d

Browse files
committed
fix data types
1 parent 8db5cc2 commit 73d398d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

inst/extdata/sources/config_source_deaustralia.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,9 @@ sources:
431431
<<: *deaustralia_ls5_geomedian_band_30m
432432
band_name: "swir2"
433433
EDEV : &deaustralia_ls5_geomedian_product_30m
434-
missing_value : -32768
435-
minimum_value : 0
436-
maximum_value : 65536
434+
missing_value : -3.402823466385288e+37
435+
minimum_value : -3.402823466385288e+37
436+
maximum_value : 1.7014118346015974e+37
437437
scale_factor : 1
438438
offset_value : 0
439439
resampling : "bilinear"
@@ -486,9 +486,9 @@ sources:
486486
<<: *deaustralia_ls7_geomedian_band_30m
487487
band_name: "swir2"
488488
EDEV : &deaustralia_ls7_geomedian_product_30m
489-
missing_value : -32768
490-
minimum_value : 0
491-
maximum_value : 65536
489+
missing_value : -3.402823466385288e+37
490+
minimum_value : -3.402823466385288e+37
491+
maximum_value : 1.7014118346015974e+37
492492
scale_factor : 1
493493
offset_value : 0
494494
resampling : "bilinear"
@@ -541,9 +541,9 @@ sources:
541541
<<: *deaustralia_ls8_geomedian_band_30m
542542
band_name: "swir2"
543543
EDEV : &deaustralia_ls8_geomedian_product_30m
544-
missing_value : -32768
545-
minimum_value : 0
546-
maximum_value : 65536
544+
missing_value : -3.402823466385288e+37
545+
minimum_value : -3.402823466385288e+37
546+
maximum_value : 1.7014118346015974e+37
547547
scale_factor : 1
548548
offset_value : 0
549549
resampling : "bilinear"
@@ -580,7 +580,7 @@ sources:
580580
resampling : "bilinear"
581581
resolution : 30
582582
band_name : "bs"
583-
data_type : "INT2S"
583+
data_type : "INT1U"
584584
PV :
585585
<<: *deaustralia_fc_band_30m
586586
band_name: "pv"

0 commit comments

Comments
 (0)