You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Argopy uses a refresh rate for cache of 1 day, since this is the update frequency of the Ifremer erddap and GDAC ftp.
But some users may not need the most recent data, or simply a longer latency in data refresh rate.
So would it be possible to add an option to control the cache expiration delay?
Example
argopy.set_options(cache_expiration=86400*10)
The text was updated successfully, but these errors were encountered:
Argopy uses a refresh rate for cache of 1 day, since this is the update frequency of the Ifremer erddap and GDAC ftp.
But some users may not need the most recent data, or simply a longer latency in data refresh rate.
So would it be possible to add an option to control the cache expiration delay?
Example
The text was updated successfully, but these errors were encountered: