Marchowes / pyProm

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

Optimize equal height #105

Closed Marchowes closed 5 years ago

Marchowes commented 6 years ago

1) move toBeAnalyzed points to analyzed list after they've been popped 2) keep track of all explored points 3) new iterator which accepts a hash of exempt points for skipping. 4) maybe pass in disposable map and set bool to overwrite values as nodata? 5) Use BaseGridPoints

Marchowes commented 5 years ago

Done