creare-com / pydem

Python library for Global Hydrology Analysis. Used to calculate upstream contributing area, aspect, slope, and topographic wetness index.
Apache License 2.0
114 stars 35 forks source link

Fix float slice index #22

Closed mirkodandrea closed 1 year ago

mirkodandrea commented 1 year ago

Fixing error in process_uca_edges caused by slice indexes being floats. Also removed arg in showcall and improved .gitignore

mpu-creare commented 1 year ago

Great! Thanks for the contribution.