Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Apr 19, 2024
1 parent e8cf0b7 commit bfadf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/satellite_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_data(zarr_file):
fs.get(zarr_file, hash_filename, recursive=True)
print("Downloaded")

if not os.path.exists(hash_filename):
if not os.path.exists(hash_filename_unzip):
print("Unzipping")
os.system(f"unzip -qq {hash_filename} -d {hash_filename_unzip}")
ds = xr.open_dataset(hash_filename_unzip)
Expand Down

0 comments on commit bfadf07

Please sign in to comment.