mdbartos / pysheds

:earth_americas: Simple and fast watershed delineation in python.
GNU General Public License v3.0
702 stars 188 forks source link

sGrid and pGrid have major differences #241

Open giorgionicoletti opened 6 months ago

giorgionicoletti commented 6 months ago

I have been noticing that, when numba is installed, importing Grid() from pysheds.grid automatically imports the class defined in sGrid.py instead of pGrid.py.

However, several features are missing from sGrid (such as support for projections in cell_distances or the method cell_area). Is there a reason for this choice?

Thank you!