From 31a40d90e37872a27e97ae6c8b4e52da47dfa82d Mon Sep 17 00:00:00 2001 From: "algodeveloper1@free.fr" <algodeveloper1@free.fr> Date: Fri, 18 Dec 2020 09:46:45 +0000 Subject: [PATCH] MAJ read --- conf/configuration.properties | 2 +- src/read_s2.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/configuration.properties b/conf/configuration.properties index 1b169f2..45befbd 100644 --- a/conf/configuration.properties +++ b/conf/configuration.properties @@ -4,7 +4,7 @@ s2_folder = S2A_MSIL2A_20201129T110421_N0214_R094_T30TXQ_20201129T135030.SAFE # Outputs -output = /projects/data/read_s2/ +output = /tmp/data/read_s2/ bands_10m = Bands_10m.pkl bands_20m = Bands_20m.pkl bands_60m = Bands_60m.pkl diff --git a/src/read_s2.py b/src/read_s2.py index 3883699..bb0d978 100644 --- a/src/read_s2.py +++ b/src/read_s2.py @@ -5,7 +5,7 @@ if __name__ == '__main__': ########################################################################## import os, sys, fnmatch import numpy as np - os.sys.path.append('/projects/read_s2/src') + os.sys.path.append('/tmp/read_s2/src') import re from properties.p import Property -- GitLab