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
Daniel Scheffler
arosics
Commits
d83ebc60
Commit
d83ebc60
authored
Nov 02, 2020
by
Daniel Scheffler
Browse files
Replaced deprecated osgeo imports. Bumped version.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
937d8d11
Pipeline
#15177
passed with stages
in 2 minutes and 25 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
arosics/CoReg.py
View file @
d83ebc60
...
...
@@ -28,10 +28,7 @@ from copy import copy
from
typing
import
Iterable
,
Union
,
Tuple
# noqa F401
# custom
try
:
import
gdal
except
ImportError
:
from
osgeo
import
gdal
from
osgeo
import
gdal
import
numpy
as
np
try
:
...
...
arosics/CoReg_local.py
View file @
d83ebc60
...
...
@@ -28,10 +28,7 @@ from six import PY2
from
typing
import
TYPE_CHECKING
# custom
try
:
import
gdal
except
ImportError
:
from
osgeo
import
gdal
from
osgeo
import
gdal
try
:
import
pyfftw
except
ImportError
:
...
...
arosics/Tie_Point_Grid.py
View file @
d83ebc60
...
...
@@ -28,10 +28,7 @@ import warnings
import
time
# custom
try
:
import
gdal
except
ImportError
:
from
osgeo
import
gdal
from
osgeo
import
gdal
import
numpy
as
np
from
geopandas
import
GeoDataFrame
from
pandas
import
DataFrame
,
Series
...
...
arosics/version.py
View file @
d83ebc60
...
...
@@ -22,5 +22,5 @@
# with this program. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'1.1.
0
'
__versionalias__
=
'2020-1
0-30
_01'
__version__
=
'1.1.
1
'
__versionalias__
=
'2020-1
1-02
_01'
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