You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GeNet has a bunch of useful python applications in the scripts directory to perform tasks such as validating or simplifying a network, or adding elevation and slope data to a network. It would be good to pull all of these different apps into a single, discoverable CLI so that we could issue commands such as genet network simplify, genet network validate or genet network add-link-slopes. The CLI should be discoverable, enabling commands such as genet --help, genet network --help or genet network simplify --help.
The text was updated successfully, but these errors were encountered:
GeNet has a bunch of useful python applications in the
scripts
directory to perform tasks such as validating or simplifying a network, or adding elevation and slope data to a network. It would be good to pull all of these different apps into a single, discoverable CLI so that we could issue commands such asgenet network simplify
,genet network validate
orgenet network add-link-slopes
. The CLI should be discoverable, enabling commands such asgenet --help
,genet network --help
orgenet network simplify --help
.The text was updated successfully, but these errors were encountered: