jgomezdans / get_modis

Downloading MODIS data from the USGS repository
GNU General Public License v3.0
62 stars 41 forks source link

Python 3.5 and filter by bounding box coordinates #2

Open gioeleminardi opened 8 years ago

jgomezdans commented 8 years ago

Hi @gioeleminardi ! Many thanks for your contribution, it does look really useful, I'd love to accept it, but it appears that you also need shapely as a dependency? I'd really like to avoid having that as a hard dependency, as a dependency on GEOS needs to be made compatible with the GEOS library in GDAL, and in our system, this is hard to get right, even with conda. Having said that, this is particularly useful for swath/L1 datasets, so will definitely get a test!!!

Also, since our computers still use Python 2.7, I'd need to ensure compatibility with that, but maybe it's time we caught up with the present ;-)

Many thanks for your contribution, really appreciated!