sowme change to clean

This commit is contained in:
Kaito0506
2024-09-18 14:26:05 +00:00
parent 42c52c3505
commit 0307ca1223
6 changed files with 2960 additions and 1303 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)
print(f'Most common native CRS: {native_crs}')
measurements = ['blue', 'green', 'red', 'nir', 'scl']
measurements = [ 'red', 'nir', 'scl']
load_params = {
'measurements': measurements, # Selected measurement or alias names
+1797 -1177
View File
File diff suppressed because one or more lines are too long
+4 -4
View File
@@ -3545,10 +3545,10 @@
}
],
"source": [
"%%time\n",
"# Tiến hành loại bỏ các vị trí bị mây ảnh hưởng\n",
"result = mask_clean(data)\n",
"progress(result)"
"# %%time\n",
"# # Tiến hành loại bỏ các vị trí bị mây ảnh hưởng\n",
"# result = mask_clean(data)\n",
"# progress(result)"
]
},
{
+1168 -131
View File
File diff suppressed because one or more lines are too long