Skip to content

Use a persistent location for caching data files #151

Open
@nikhilwoodruff

Description

@nikhilwoodruff

Right now the cache we use for data is reset on termination of the python process. This means data downloads are repeated every time a process is restarted. We could instead set a persistent location for the cache (since we're making sure we don't reuse outdated data by checking CRCs) so that we can avoid repeated downloads.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions