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
Daniel Scheffler
py_tools_ds
Commits
c7c5f58d
Commit
c7c5f58d
authored
Aug 27, 2020
by
Daniel Scheffler
Browse files
Fixed pretty WKT incompatibility in Test_get_GDAL_ds_inmem class.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
c6d9fb54
Pipeline
#11946
failed with stages
in 73 minutes and 4 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
tests/test_io/test_raster/test_gdal.py
View file @
c7c5f58d
...
...
@@ -68,6 +68,7 @@ class Test_get_GDAL_ds_inmem(TestCase):
AXIS["Northing",NORTH],
AUTHORITY["EPSG","32636"]]
"""
self
.
prj
=
' '
.
join
(
self
.
prj
.
split
())
def
test_2d_array
(
self
):
ds
=
get_GDAL_ds_inmem
(
array
=
self
.
arr2d
)
...
...
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