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
bc3891f7
Commit
bc3891f7
authored
Sep 07, 2021
by
Daniel Scheffler
Browse files
Fixed deprecated gdalnumeric import.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
ab51cda1
Pipeline
#27295
passed with stages
in 46 minutes and 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
HISTORY.rst
View file @
bc3891f7
...
...
@@ -7,6 +7,7 @@ History
* CI now uses Mambaforge. Revised test_sensormapgeo_install CI job.
* 'make lint' now also directly prints the logs.
* Fixed deprecated gdalnumeric import.
0.4.8 (2020-02-08)
...
...
tests/test_sensormapgeo.py
View file @
bc3891f7
...
...
@@ -30,7 +30,7 @@ import os
from
unittest
import
TestCase
import
numpy
as
np
from
gdalnumeric
import
LoadFile
from
osgeo.
gdalnumeric
import
LoadFile
from
py_tools_ds.geo.coord_calc
import
corner_coord_to_minmax
,
get_corner_coordinates
from
sensormapgeo
import
__path__
...
...
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