edgarriba / OpenDroneMap

OpenDroneMap is a tool to postprocess small Unmanned Aerial Vehicle (sUAS), balloon, kite, and street view data to geographic data. With the current update, we are adding the ability to create orthophotos from drone, balloon, and kite imagery which has GPS ephemeris. Forked from qwesda/BundlerTools ( https://github.com/qwesda/BundlerTools )
GNU General Public License v3.0
0 stars 0 forks source link

Use Ecto to separate different processes #4

Closed edgarriba closed 8 years ago

edgarriba commented 8 years ago

since the application has many independent processes we could use Ecto which has Cells and can share parameters between them.

Ecto - A C++/Python Computation Graph Framework: http://plasmodic.github.io/ecto/index.html

pure Python example: https://gist.github.com/ethanrublee/5751178

edgarriba commented 8 years ago

done in 4e3a4e887cfcee4bee0e0c39521f987848896ddd