We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca6092 commit a77c924Copy full SHA for a77c924
tethysapp/streamflow_prediction_tool/controllers.py
@@ -306,7 +306,7 @@ def get_watershed_layers_info(a_watershed_list):
306
available_forecast_dates = \
307
available_forecast_dates + \
308
get_ecmwf_valid_forecast_folder_list(
309
- path_to_watershed_files, ".txt")
+ path_to_watershed_files, ".geojson")
310
311
watershed_layers_info_array = get_watershed_layers_info(watersheds)[0]
312
0 commit comments