SunSpecOrangeButton / pyoblib

Orange Button Python Library
Apache License 2.0
14 stars 19 forks source link

Cleanup and Externalize taxonomy related constants #177

Open joelebwf opened 5 years ago

joelebwf commented 5 years ago

Currently all taxonomy related constants have been placed in constants.py. There are two issues:

1) They are hard-coded to a single taxonomy. 2) They are duplicative

All duplicates should be removed and then they should be externalized to a configuration file in order for pyoblib to be compatible with multiple taxonomy versions.