toddkarin / global-land-mask

Check whether a lat/lon point is on land for any point on earth
MIT License
106 stars 16 forks source link

numpy requirement missing in install_requires #8

Open merschformann opened 2 years ago

merschformann commented 2 years ago

The numpy requirement, although documented, is missing from the install_requires field in setup.py (which is missing in general). It would be great if we had it, so that pip installs it automatically. :relaxed:

merschformann commented 2 years ago

Also, thank you for sharing this project. It's a really interesting one. :+1: