cyfi
cyfi copied to clipboard
Add CLI option to specify cache
We should let users specify a cache directory for downloading the imagery. This entail adding a cache-dir CLI argument and passing this to CyFiPipeline in predict and predict_point and then adding corresponding tests.
Related, we could use platformdirs for this and use the user_cache_dir they provide