vascobnunes / fetchLandsatSentinelFromGoogleCloud

Find and download Landsat and Sentinel-2 data from the public Google Cloud
https://vascobnunes.github.io/fetchLandsatSentinelFromGoogleCloud/
MIT License
52 stars 22 forks source link

update setup.py #42

Closed dgketchum closed 6 years ago

dgketchum commented 6 years ago

This should allow one to download the package from pip, and use the fels command, rather than typing out the file name.

This is based on my own (USGS-based) landsat downloader https://github.com/dgketchum/Landsat578/blob/master/setup.py that I have operational on pip. USGS was down today and I started to work on building gcs functionality and found your project!

A great resource describing how to push new 'tags' (aka versions) to pip is here: http://peterdowns.com/posts/first-time-with-pypi.html.

dgketchum commented 6 years ago

should have tagged this #30

vascobnunes commented 6 years ago

Thank you for your collaboration. We will test this and merge.

vascobnunes commented 6 years ago

@dgketchum I tried your setup.py but after uploading to pypi and trying to install I get the following error (see screenshot) image

dgketchum commented 6 years ago

@vascobnunes, I looked this over and created a patch that follows the naming conventions of other packages (including one of my own) that should allow this to upload as a package

vascobnunes commented 6 years ago

yup, this works now. thanks a lot @dgketchum