Commit 972ce0a0 authored by Gaetano Raffaele's avatar Gaetano Raffaele
Browse files

ENH: minor fixes.

No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -5,7 +5,7 @@ from time import sleep
import os, psutil
from functools import partial
import string, random
from gdal import BuildVRT
from osgeo.gdal import BuildVRT
def randomword(length):
return ''.join(random.choice(string.ascii_lowercase) for i in range(length))
......
import gdal, ogr, osr
from osgeo import gdal, ogr, osr
import numpy as np
import otb_numpy_proc
import otbApplication as otb
......
import otbApplication as otb
from otb_numpy_proc import to_otb_pipeline
from Common.otb_numpy_proc import to_otb_pipeline
import os
import glob
import numpy as np
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment