kylebarron / landsat-cogeo-mosaic

Create mosaicJSON for Landsat imagery
https://kylebarron.dev/landsat-cogeo-mosaic/
MIT License
4 stars 0 forks source link

Requirements.txt is missing some requirements #16

Closed JesseCrocker closed 4 years ago

JesseCrocker commented 4 years ago

After running pip3 install landsat-cogeo-mosaic i expect to be able to run landsat-cogeo-mosaic, but i also had to install geopandas and keplergl_cli before it would work.

kylebarron commented 4 years ago

You have to run pip install landsat-cogeo-mosaic[cli] to install the extra packages for the CLI. I'll update the docs