OpenWaterAnalytics / epanet-python

python wrapper for epanet library
76 stars 40 forks source link

Make toolkit and output APIs consistent #25

Closed michaeltryby closed 5 years ago

michaeltryby commented 5 years ago

Minor naming and indexing differences between packages should be addressed. For example, toolkit model elements are indexed starting from 1, while in output they are indexed starting from 0.

Since both packages are in the epanet namespace 'EN' prefixes can be stripped from the API. A Python compliant naming convention should be used.