Commit 2af79e43 authored by Gaetano Raffaele's avatar Gaetano Raffaele
Browse files

ENH: light refactoring.

No related merge requests found
Showing with 5 additions and 17 deletions
+5 -17
import gdal
import otbApplication as otb
from otb_numpy_proc import to_otb_pipeline
import glob
import os
import sys
import zipfile
import osr
import datetime
from s2theia import *
class S2Sen2CorTilePipeline(S2TheiaTilePipeline):
......
import sys
import warnings
import gdal
from osgeo import gdal
import otbApplication as otb
from otb_numpy_proc import to_otb_pipeline
from Common.otb_numpy_proc import to_otb_pipeline
import numpy as np
import glob
import os
import xml.etree.ElementTree as et
import zipfile
import osr
from osgeo import osr
import datetime
import uuid
import shutil
......
import sys
sys.path.append('../Common')
from Common.otb_numpy_proc import to_otb_pipeline
import os.path
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
from pathlib import Path
import re
import ogr
from osgeo import ogr
class SPOT67RasterPipeline:
# BEGIN SPOT6/7 VHR PROTOTYPE
......
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