Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gts2
gts2_client
Commits
98bfa809
Commit
98bfa809
authored
May 23, 2019
by
choh
Browse files
Made AC version 0.13 default for gts2_client.
parent
fc3777c4
Pipeline
#4007
failed with stages
in 14 minutes and 55 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
98bfa809
...
...
@@ -9,6 +9,7 @@ Status
[
Coverage report
](
http://gts2.gitext.gfz-potsdam.de/gts2_client/coverage/
)
## Release notes
*
**2019-05-23:**
Switched to AC version 0.13
*
**2018-11-13:**
Changed default port to 443
*
**2018-02-20:**
Improved output to netCDF file
*
**2018-02-16:**
Added installation information and installation script for miniconda and all needed packages
...
...
gts2_client/gts2_client.py
View file @
98bfa809
...
...
@@ -709,7 +709,7 @@ def __get_auth(logger=None):
def
client
(
outpath
=
""
,
out_prefix
=
""
,
out_mode
=
"json"
,
geo_ll
=
(),
geo_ur
=
(),
sensor
=
"S2A"
,
bands
=
""
,
max_cloudy
=
"0.5"
,
level
=
"L2A"
,
start_date
=
""
,
end_date
=
""
,
version
=
"0.1
2
"
,
suffix
=
""
,
minimum_fill
=
""
,
level
=
"L2A"
,
start_date
=
""
,
end_date
=
""
,
version
=
"0.1
3
"
,
suffix
=
""
,
minimum_fill
=
""
,
only_tile
=
""
,
stack_resolution
=
"10"
,
quiet
=
False
,
rgb_extension
=
"jpg"
,
rgb_bands_selection
=
"realistic"
,
merge_tifs
=
False
,
merge_tile
=
None
):
"""
...
...
@@ -883,7 +883,7 @@ if __name__ == "__main__":
help
=
"sensor name (e.g. S2A) for all: S2all"
)
parser
.
add_argument
(
"-t"
,
"--level"
,
action
=
"store"
,
required
=
False
,
type
=
str
,
default
=
"L2A"
,
help
=
"processing level (e.g. L2A)"
)
parser
.
add_argument
(
"-v"
,
"--version"
,
action
=
"store"
,
required
=
False
,
type
=
str
,
default
=
"0.1
2
"
,
parser
.
add_argument
(
"-v"
,
"--version"
,
action
=
"store"
,
required
=
False
,
type
=
str
,
default
=
"0.1
3
"
,
help
=
"version of atmospheric correction (e.g. 0.10)"
)
parser
.
add_argument
(
"-b"
,
"--bands"
,
action
=
"store"
,
required
=
False
,
type
=
str
,
default
=
""
,
help
=
"list of Bands (e.g. -b B02_B03"
)
...
...
tests/test_gts2_client.py
View file @
98bfa809
...
...
@@ -15,7 +15,7 @@ geo_ur = (12.737961, 53.238058)
start_date
=
"20170410"
end_date
=
"20170530"
bands
=
"B02_B05"
version
=
"0.1
2
"
version
=
"0.1
3
"
level
=
"L2A"
max_cloudy
=
"0.1"
minimum_fill
=
"1.0"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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