ec-jrc / lisflood-utilities

LISFLOOD OS - Utilities
https://ec-jrc.github.io/lisflood
European Union Public License 1.2
22 stars 9 forks source link

Feature/catchstats #63

Closed casadoj closed 4 months ago

casadoj commented 4 months ago

This branch creates a new tool called catchstats used to compute catchment statistics. The tool can be used either from the command prompt or imported in a Python script:

from lisfloodutilities.catchstats import catchment_statistics

I include documentation and test.

Apart from that, I have done some changes in the README.md to improve the readability of some documentation.