Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
gms_preprocessing
Commits
edf7ea08
Commit
edf7ea08
authored
Oct 23, 2017
by
Daniel Scheffler
Browse files
Bugfix.
Former-commit-id:
68fe457f
parent
e4bf232e
Pipeline
#1996
failed with stage
in 26 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gms_preprocessing/__init__.py
View file @
edf7ea08
...
...
@@ -13,8 +13,8 @@ from .processing.process_controller import process_controller # noqa: E402
__author__
=
"""Daniel Scheffler"""
__email__
=
'daniel.scheffler@gfz-potsdam.de'
__version__
=
'0.8.1
0
'
__versionalias__
=
'2017102
0
.01'
__version__
=
'0.8.1
1
'
__versionalias__
=
'2017102
3
.01'
__all__
=
[
'algorithms'
,
'io'
,
'misc'
,
...
...
gms_preprocessing/misc/path_generator.py
View file @
edf7ea08
...
...
@@ -5,6 +5,7 @@ import re
import
tempfile
import
warnings
import
uuid
from
logging
import
Logger
from
..config
import
GMS_config
as
CFG
from
.definition_dicts
import
get_GMS_sensorcode
...
...
@@ -336,7 +337,8 @@ def get_path_ac_options(GMS_identifier):
assert
os
.
path
.
exists
(
path_ac
)
except
AssertionError
:
# FIXME this is a temporary workaround for issue #6 of sicor
GMS_identifier
[
'logger'
].
warning
(
logger
=
GMS_identifier
[
'logger'
]
or
Logger
(
__name__
)
logger
.
warning
(
'Could not locate options file for atmospheric correction within SICOR installation folder. '
'Using the one provided with gms_preprocessing (maybe outdated).'
)
from
gms_preprocessing
import
__file__
...
...
setup.py
View file @
edf7ea08
...
...
@@ -25,7 +25,7 @@ test_requirements = requirements + ['coverage', 'nose', 'nose-htmloutput', 'redn
setup
(
name
=
'gms_preprocessing'
,
version
=
'0.8.1
0
'
,
version
=
'0.8.1
1
'
,
description
=
"GeoMultiSens - Scalable Multi-Sensor Analysis of Remote Sensing Data"
,
long_description
=
readme
+
'
\n\n
'
+
history
,
author
=
"Daniel Scheffler"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment