blaylockbk / goes2go

Download and process GOES-16 and GOES-17 data from NOAA's archive on AWS using Python.
https://goes2go.readthedocs.io/
MIT License
200 stars 36 forks source link

Feature request: timerange() download path other than "~/data/" #105

Open brianmapes opened 2 weeks ago

brianmapes commented 2 weeks ago

Love the package, so simple, much gratitude. It's so minor, but moving data into a Box folder (where it is synced for the team) after downloading it seems to take real clock hours on the ol download workhorse. If you're rummaging around anyway in the code, might you consider a filepath='~/data' argument to timerange() function?

ibarlet commented 3 days ago

Hi Brian, you may be able to configure this yourself. The timerange function pulls from the .toml configuration file that should be stored in ~.confg\goes2go\config.toml (or C:\Users_username_.config\goes2go\config.toml if you're on Windows)