Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
geoarray
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Daniel Scheffler
geoarray
Commits
9777d0e0
Commit
9777d0e0
authored
Aug 09, 2018
by
Daniel Scheffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed code style issue.
parent
3eefe7d1
Pipeline
#3076
passed with stages
in 1 minute and 22 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
geoarray/baseclasses.py
geoarray/baseclasses.py
+0
-3
No files found.
geoarray/baseclasses.py
View file @
9777d0e0
...
...
@@ -4,7 +4,6 @@ import os
import
warnings
from
importlib
import
util
from
collections
import
OrderedDict
from
copy
import
deepcopy
import
numpy
as
np
from
matplotlib
import
pyplot
as
plt
...
...
@@ -23,8 +22,6 @@ try:
except
ImportError
:
import
gdal
import
gdalnumeric
from
geopandas
import
GeoDataFrame
from
pandas
import
DataFrame
from
py_tools_ds.convenience.object_oriented
import
alias_property
from
py_tools_ds.geo.coord_calc
import
get_corner_coordinates
from
py_tools_ds.geo.coord_grid
import
snap_bounds_to_pixGrid
...
...
Write
Preview
Markdown
is supported
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