fitoprincipe / geebap

Best Available Pixel (BAP) composite in Google Earth Engine (GEE) using the Python API
GNU General Public License v3.0
84 stars 23 forks source link

Fixed dependencies #5

Closed LiliGuimaraes closed 5 years ago

LiliGuimaraes commented 5 years ago

I've tried to install geebap in a clean virtualenv and some dependencies are missing.

fitoprincipe commented 5 years ago

Thank you @LiliGuimaraes ! This is the first PR of the repo :+1: :tada:

I'm not sure about this. The dependencies you propose are geetools dependencies. I recognize I have an issue there, in geetools, because although I wrote them down in install_requires, they do not get installed when pip install geetools. If you help me fix that, it'd be great. I also should update documentation to guide future installs to the right direction

fitoprincipe commented 5 years ago

I fixed geetools installation (https://github.com/gee-community/gee_tools/commit/227747a3a2c151cc47d810951126ae79c6a1af33), so now it should work =)