Marchowes / pyProm

Surface Network Analyzer.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Analyze needs to be more modular. #53

Closed Marchowes closed 7 years ago

Marchowes commented 7 years ago

Enough of this BS with needing a seperate MultiPoint Object clone-ish.

The Analysis object needs to be broken up into modular pieces for future unit test fun. analyze() should be "findSaddlesAndSummits"

The Multipoint sub-routine should be its own stand alone object

and finally, we'll want to build a Walk object that takes in summit and saddle containers and spits out a domain object with interconnected summits and saddles.

Marchowes commented 7 years ago

https://github.com/Marchowes/pyProm/pull/54