Skip to content
Snippets Groups Projects
Commit 7c26e85d authored by Verouden, Niels's avatar Verouden, Niels
Browse files

Change name of folder

Change folder name for function importing
parent df9277af
Branches
No related tags found
No related merge requests found
...@@ -62,14 +62,14 @@ _______________________________________________________________________________ ...@@ -62,14 +62,14 @@ _______________________________________________________________________________
# ============================================================================= # =============================================================================
# IMPORT FUNCTIONS # IMPORT FUNCTIONS
# ============================================================================= # =============================================================================
from eo_learn.py.s1Configuration import configSentinelHub from EO_Learn.py.s1Configuration import configSentinelHub
from eo_learn.py.s2InputParameters import inputParameters from EO_Learn.py.s2InputParameters import inputParameters
from eo_learn.py.s3Evalscripts import inputEvalscripts from EO_Learn.py.s3Evalscripts import inputEvalscripts
from eo_learn.py.s4SentinelHubTasks import sentinelHubTasks from EO_Learn.py.s4SentinelHubTasks import sentinelHubTasks
from eo_learn.py.s5ExecuteTasks import executeWorkflow from EO_Learn.py.s5ExecuteTasks import executeWorkflow
from eo_learn.py.s6ExportResults import exportResults from EO_Learn.py.s6ExportResults import exportResults
from eo_learn.py.s7RewriteTIF import rewriteTIF from EO_Learn.py.s7RewriteTIF import rewriteTIF
from eo_learn.py.s8Visualise import visualiseResults from EO_Learn.py.s8Visualise import visualiseResults
# ============================================================================= # =============================================================================
# DEFINE PARAMETERS # DEFINE PARAMETERS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment