Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Daniel Scheffler
geoarray
Commits
219191f7
Commit
219191f7
authored
Oct 04, 2019
by
Daniel Scheffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typing issue. Updated version info.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
2fa363e7
Pipeline
#4981
passed with stages
in 1 minute and 29 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
geoarray/baseclasses.py
geoarray/baseclasses.py
+1
-1
geoarray/version.py
geoarray/version.py
+2
-2
No files found.
geoarray/baseclasses.py
View file @
219191f7
...
...
@@ -83,7 +83,7 @@ class GeoArray(object):
"""
def
__init__
(
self
,
path_or_array
,
geotransform
=
None
,
projection
=
None
,
bandnames
=
None
,
nodata
=
None
,
progress
=
True
,
q
=
False
):
# type: (Union[str, np.ndarray], tuple, str, list, float, bool, bool) -> None
# type: (Union[str, np.ndarray
, GeoArray
], tuple, str, list, float, bool, bool) -> None
"""Get an instance of GeoArray.
:param path_or_array: a numpy.ndarray or a valid file path
...
...
geoarray/version.py
View file @
219191f7
...
...
@@ -20,5 +20,5 @@
# with this program. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'0.8.2
2
'
__versionalias__
=
'2019
081
4.01'
__version__
=
'0.8.2
3
'
__versionalias__
=
'2019
100
4.01'
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