pysheds
pysheds copied to clipboard
sGrid and pGrid have major differences
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!