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
EnMAP
sensormapgeo
Commits
a2b70ffb
Commit
a2b70ffb
authored
Sep 01, 2020
by
Daniel Scheffler
Browse files
Fixed pyresample exception.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
063c8835
Pipeline
#12142
passed with stages
in 9 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sensormapgeo/transformer_2d.py
View file @
a2b70ffb
...
...
@@ -321,7 +321,7 @@ class SensorMapGeometryTransformer(object):
float
,
float
,
float
],
str
):
gt
=
area_definition
.
area_extent
[
0
],
area_definition
.
pixel_size_x
,
0
,
\
area_definition
.
area_extent
[
3
],
0
,
-
area_definition
.
pixel_size_y
prj
=
area_definition
.
crs_wkt
prj
=
area_definition
.
crs
.
to
_wkt
()
return
gt
,
prj
...
...
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