kopia lustrzana https://github.com/OpenDroneMap/WebODM
Fix export by adding appropriate import
rodzic
ef94bb39b9
commit
675de10fb9
|
@ -110,6 +110,7 @@
|
||||||
from os import path, makedirs, getcwd
|
from os import path, makedirs, getcwd
|
||||||
from compare import compare
|
from compare import compare
|
||||||
import sys
|
import sys
|
||||||
|
import subprocess
|
||||||
import grass.script as grass
|
import grass.script as grass
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "ChangeDetection",
|
"name": "ChangeDetection",
|
||||||
"webodmMinVersion": "1.1.1",
|
"webodmMinVersion": "1.1.1",
|
||||||
"description": "Detect changes between two different tasks in the same project.",
|
"description": "Detect changes between two different tasks in the same project.",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"author": "Nicolas Chamo",
|
"author": "Nicolas Chamo",
|
||||||
"email": "nicolas@chamo.com.ar",
|
"email": "nicolas@chamo.com.ar",
|
||||||
"repository": "https://github.com/OpenDroneMap/WebODM",
|
"repository": "https://github.com/OpenDroneMap/WebODM",
|
||||||
|
|
Ładowanie…
Reference in New Issue