Skip to content

Commit

Permalink
put satellite remove back in
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 26, 2024
1 parent 2ee377f commit e2a693e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions india_forecast_app/models/pvnet/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ def _prepare_data_sources(self):
# Process/cache remote zarr locally
process_and_cache_nwp(nwp_source_file_path, nwp_path)
if use_satellite:
shutil.rmtree(satellite_path, ignore_errors=True)
download_satellite_data(satellite_source_file_path)

if self.asset_type == "wind":
Expand Down

0 comments on commit e2a693e

Please sign in to comment.