YashMK89 commited on
Commit
2d8931b
·
verified ·
1 Parent(s): 68af47c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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)
 
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)