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
geoarray
Commits
4a817323
Commit
4a817323
authored
Nov 22, 2021
by
Daniel Scheffler
Browse files
Removed duplicate import.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
e5b3555c
Changes
1
Hide whitespace changes
Inline
Side-by-side
geoarray/baseclasses.py
View file @
4a817323
...
...
@@ -32,7 +32,7 @@ from copy import copy, deepcopy
from
typing
import
Union
,
Optional
# noqa F401
import
numpy
as
np
from
osgeo
import
gdal
,
gdal_array
,
gdal_array
from
osgeo
import
gdal
,
gdal_array
from
shapely.geometry
import
Polygon
from
shapely.wkt
import
loads
as
shply_loads
# dill -> imported when dumping GeoArray
...
...
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