cboettig commited on
Commit
368a65a
1 Parent(s): d66d6a2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ if polygon is not None:
219
  gdf = read_polygon(polygon)
220
  box = gdf.total_bounds
221
  before_date = date - timedelta(days=14)
222
- after_date = date + timedelta(days=30)
223
  search_dates = before_date.strftime("%Y-%m-%d") + "/" + after_date.strftime("%Y-%m-%d")
224
  items = stac_search(box, search_dates)
225
  out = items.to_dict()
 
219
  gdf = read_polygon(polygon)
220
  box = gdf.total_bounds
221
  before_date = date - timedelta(days=14)
222
+ after_date = date + timedelta(days=14)
223
  search_dates = before_date.strftime("%Y-%m-%d") + "/" + after_date.strftime("%Y-%m-%d")
224
  items = stac_search(box, search_dates)
225
  out = items.to_dict()