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
geomultisens
gms_preprocessing
Commits
2b6af110
Commit
2b6af110
authored
Nov 29, 2017
by
Daniel Scheffler
Browse files
Fix.
Former-commit-id:
3153cf38
parent
3a6a59df
Changes
1
Hide whitespace changes
Inline
Side-by-side
gms_preprocessing/algorithms/L1B_P.py
View file @
2b6af110
...
...
@@ -537,7 +537,7 @@ class L1B_object(L1A_object):
align_grids
=
True
,
# FIXME not needed here
match_gsd
=
True
,
# FIXME not needed here
max_shift
=
CFG
.
coreg_max_shift_allowed
,
w
indow_size
=
CFG
.
coreg_window_size
,
w
s
=
CFG
.
coreg_window_size
,
data_corners_ref
=
[[
x
,
y
]
for
x
,
y
in
self
.
spatRef_scene
.
polyUTM
.
convex_hull
.
exterior
.
coords
],
data_corners_tgt
=
[
transform_any_prj
(
EPSG2WKT
(
4326
),
self
.
meta_odict
[
'coordinate system string'
],
x
,
y
)
for
x
,
y
in
HLP_F
.
reorder_CornerLonLat
(
self
.
trueDataCornerLonLat
)],
...
...
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