mirror of
https://git.victorphan.net/basketballcantho/CSIROBoeingPhase5-Vietnam.git
synced 2026-08-05 05:43:10 +07:00
sowme change to clean
This commit is contained in:
Binary file not shown.
Binary file not shown.
+1
-1
@@ -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
|
||||||
|
|||||||
+1799
-1179
File diff suppressed because one or more lines are too long
@@ -3545,10 +3545,10 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"%%time\n",
|
"# %%time\n",
|
||||||
"# Tiến hành loại bỏ các vị trí bị mây ảnh hưởng\n",
|
"# # Tiến hành loại bỏ các vị trí bị mây ảnh hưởng\n",
|
||||||
"result = mask_clean(data)\n",
|
"# result = mask_clean(data)\n",
|
||||||
"progress(result)"
|
"# progress(result)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
+1156
-119
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user