mrempel / geohexviz

GeoHexViz - generating publication-quality geospatical visualization of hexagonally binned data
MIT License
6 stars 2 forks source link

Warning users who install via pip about missing dependencies. #7

Closed tony-zeidan closed 1 year ago

tony-zeidan commented 1 year ago

There will no-doubt be some users who install via pip only or make some mistake via setup. I think we need a way to make the user know immediately that dependencies like geopandas are missing.

mrempel commented 1 year ago

When a user installs via PyPI and does not have GeoPandas installed, a warning is printed to the console stating that GeoPandas needs to be installed before GeoHexViz can be used.