openclimatefix / MetOfficeDataHub

Python wrapper around MetOffice Atmospheric Model Data REST API
MIT License
3 stars 0 forks source link

Check files already downloaded #29

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

Detailed Description

To stop multiple files being downloaded, check which files have already been downloaded, and dont download them

Context

good so we dont go over un necessary api limits of MetOffice

Possible Implementation

in here check files nams in save_dir and dont download if they are there - maybe move them to 'cache_dir' folder