PyMicmac are Python utilities for the MicMac photogrammetric suite.
pymicmac
addresses two main issues with MicMac
:
1 pymicmac
helps you when running a sequence of MicMac
commands. The sequence of commands is defined in an XML. During execution pymicmac
creates isolated execution folders separating the input data from the intermediates and the output data. pymicmac
also adds CPU/MEM monitoring for the commands.
2 pymicmac
contains distributed computing versions of Tapioca
and of the matching pipeline (Malt
, Tawny
, Nuage2Ply
). This allows running Tapioca
and the matching pipeline in distributed systems such as SGE clusters or a bunch of ssh-reachable machines.
Changes:
- Created Anaconda package on https://conda.anaconda.org/improphoto
- Improved documentation
- Improved code quality