jkeifer / pyHytemporal

An in-progress python library and command line tools for hypertemporal image classification
MIT License
0 stars 0 forks source link

Refactor classification.py into multiple files #8

Closed jkeifer closed 10 years ago

jkeifer commented 10 years ago

Classification.py is growing and becoming very unwieldy. I believe organization of the project would be improved by breaking that file into multiple smaller, more focused files, and renaming a few of the functions i.e. phonological_classification. Importing would also become much more speedy, as quite a few things are currently being loaded, and wouldn't need to be.

jkeifer commented 10 years ago

Moved get refs and classify to other files. Still need to move find fit and figure out name for file containing build multiband image.

jkeifer commented 10 years ago

Finished this.