TNO Intern

Commit 36349836 authored by Arjo Segers's avatar Arjo Segers
Browse files

Updated paths to new source file locations.

parent e5f5b4ef
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -36,7 +36,9 @@ import logging
# prefix of CSO installation:
prefix = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), os.pardir))
# extend path:
sys.path.insert(0, os.path.join(prefix, "py"))
sys.path.insert(0, os.path.join(prefix, "src"))
sys.path.insert(0, os.path.join(prefix, "src", "utopya"))
sys.path.insert(0, os.path.join(prefix, "src", "cso"))

# tools:
import utopya
+5 −2
Original line number Diff line number Diff line
@@ -271,7 +271,7 @@ my.work : /Scratch/${USER}/CSO-Tutorial
*.script.class                      :  utopya.UtopyaJobScriptForeground

! search path for python modules:
*.pypath                            :  ${CSO_PREFIX}/py
*.pypath                            :  ${CSO_PREFIX}/src:${CSO_PREFIX}/src/utopya:${CSO_PREFIX}/src/cso
        
! work directory for jobs; 
*.workdir                           :  ${my.work}/__NAME2PATH__
@@ -292,7 +292,10 @@ my.work : /Scratch/${USER}/CSO-Tutorial

! full time range:
cso.tutorial.inquire-table-dataspace.timerange.start        :  2018-01-01 00:00:00
cso.tutorial.inquire-table-dataspace.timerange.end          :  2024-01-01 00:00:00
cso.tutorial.inquire-table-dataspace.timerange.end          :  2025-01-01 00:00:00
!! ... testing ...
!cso.tutorial.inquire-table-dataspace.timerange.start        :  2018-06-01 00:00:00
!cso.tutorial.inquire-table-dataspace.timerange.end          :  2018-07-01 00:00:00

! API url:
cso.tutorial.inquire-table-dataspace.url                    :  https://catalogue.dataspace.copernicus.eu/resto/api