satellogic / telluric

telluric is a Python library to manage vector and raster geospatial data in an interactive and easy way
MIT License
87 stars 18 forks source link

Cannot import GeoVector if vis dependencies not present #280

Closed astrojuanlu closed 3 years ago

astrojuanlu commented 4 years ago
    import telluric as tl
/usr/local/lib/python3.7/site-packages/telluric/__init__.py:1: in <module>
    from telluric.georaster import GeoRaster2, MutableGeoRaster, GeoMultiRaster
/usr/local/lib/python3.7/site-packages/telluric/georaster.py:42: in <module>
    from telluric.vectors import GeoVector
/usr/local/lib/python3.7/site-packages/telluric/vectors.py:20: in <module>
    from telluric.plotting import NotebookPlottingMixin
/usr/local/lib/python3.7/site-packages/telluric/plotting.py:11: in <module>
    import folium
E   ModuleNotFoundError: No module named 'folium'