palexandremello / goes-py

A Python package can be useful to download dataset from GOES satellite on AWS
BSD 2-Clause "Simplified" License
21 stars 8 forks source link

Destination path only home directory? #7

Closed david-e-rupp closed 2 years ago

david-e-rupp commented 2 years ago

First, thanks for this handy tool!

Second, I see your example case has a destination path as the first parameter. However, when I include a destination path, I'm told the ABI_Downloader function only uses 7, not 8, parameters. Leaving out the destination path works, but files are then saved to my home directory. Unfortunately, I am very limited in what I am allowed to store there, so I'd like to download the files directly to another location that I specify,

david-e-rupp commented 2 years ago

Problem solved. I uninstalled goespy and reinstalled from source code. The first time I installed with pip and tried --upgrade, but that didn't do it.

palexandremello commented 2 years ago

We need do new build to pypi, new features are only in source code. But thank so much for your feedback

spestana commented 2 years ago

@palexandremello let me know if I can help update pypi with the latest version of goes-py.

@david-e-rupp thanks for using the download tool! I'd also be interested in hearing about what application you're using GOES ABI imagery for.

spestana commented 2 years ago

I am going to close this issue, but note that we do need to release the latest version of goespy to pypi!