OpenDroneMap / NodeMICMAC

A Lightweight REST API to Access MICMAC Photogrammetry and SFM Engine.
https://opendronemap.org/nodemicmac/
GNU General Public License v3.0
79 stars 21 forks source link

Adapt NodeMicMac for python3 #50

Closed rumenmitrev closed 2 years ago

rumenmitrev commented 3 years ago

Is it possible? What needs to be done?

kikislater commented 3 years ago

Good idea, i think it's not difficult and almost done in NodeODM. This PR : https://github.com/OpenDroneMap/NodeODM/pull/124/ check what to change and more. @pierotofy Could we move forward to this : applying NodeODM PR in NodeMicmac?

pierotofy commented 3 years ago

Yeah it should be possible; there might be a few conflicts to resolve, but should be doable.

I'd welcome a pull request!

kikislater commented 3 years ago

I got it ... Just some small modifications to do but build and running with 20.04 and python 3 is ok. I will submit PR soon

kikislater commented 3 years ago

I have updated to Ubuntu 20.04, Python 3 on this branch and some tweaks on non working parts like geojson footprint, standardization to NodeODM project ...

More to come ! But before, need to move to new ODM code and license ...

https://github.com/kikislater/NodeMICMAC/tree/python3 https://github.com/kikislater/NodeMICMAC/commit/f1c7d03773f48d22370853da3ed44d96b87b3bcb

kikislater commented 2 years ago

Done ! https://github.com/OpenDroneMap/NodeMICMAC/pull/54