sowme change to clean

This commit is contained in:
Kaito0506
2024-09-18 14:26:05 +00:00
parent e3fd0fade7
commit 02da189f2a
3 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -85,7 +85,7 @@ def load_data(dc, date_range, longtitude_range, latitude_range):
} }
native_crs = notebook_utils.mostcommon_crs(dc, query) native_crs = notebook_utils.mostcommon_crs(dc, query)
print(f'Most common native CRS: {native_crs}') print(f'Most common native CRS: {native_crs}')
measurements = ['blue', 'green', 'red', 'nir', 'scl'] measurements = [ 'red', 'nir', 'scl']
load_params = { load_params = {
'measurements': measurements, # Selected measurement or alias names 'measurements': measurements, # Selected measurement or alias names