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

Small superbuild fixes #1

Closed paulinus closed 8 years ago

edgarriba commented 8 years ago

cool! thks!

edgarriba commented 8 years ago

@paulinus @dakotabenjamin take look into latest commits. I finally decided to rewrite the run.py in order to have a more clear api.

dakotabenjamin commented 8 years ago

wow I'm gonna have to take some time to look at all this!

Quick question, will this build in 12.04?

dakotabenjamin commented 8 years ago

Also, you may want to consult with @GeospatialDaryl, he has been working on an object oriented approach to the run script

edgarriba commented 8 years ago

@dakotabenjamin haven't tried yet with 12.04. Regarding OO, I've taken @GeospatialDaryl basic strucures and rewrited in a more standard Python style following this: https://google.github.io/styleguide/pyguide.html