swiss-seismological-service/SeismoStats

geos error

aronsho opened this issue · 1 comments

when including basemap, it shows an error when installing the dependencies:
geos_c.h not found

Problem is solved on
Mac:
brew install geos
Linux (not tested yet):
sudo apt-get libgeos-dev

Can we fix this so the user does not need to brew install? Otherwise, how to include in documentation?