Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -302,7 +302,7 @@ def process_single_geometry(row, start_date_str, end_date_str, dataset_id, selec
|
|
302 |
collection = preprocess_collection(collection, pixel_cloud_threshold)
|
303 |
st.write(f"After cloud masking: {collection.size().getInfo()} images")
|
304 |
|
305 |
-
|
306 |
|
307 |
if aggregation_period.lower() == 'custom (start date to end date)':
|
308 |
collection = aggregate_data_custom(collection)
|
|
|
302 |
collection = preprocess_collection(collection, pixel_cloud_threshold)
|
303 |
st.write(f"After cloud masking: {collection.size().getInfo()} images")
|
304 |
|
305 |
+
st.write(f"After initial filtering: {collection.size().getInfo()} images")
|
306 |
|
307 |
if aggregation_period.lower() == 'custom (start date to end date)':
|
308 |
collection = aggregate_data_custom(collection)
|