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
arosics
Commits
a0c02f8d
Commit
a0c02f8d
authored
Nov 28, 2018
by
Daniel Scheffler
Browse files
Fixed exception in case Tie_Point_Grid.to_PointShapefile() is called with skip_nodata=False.
parent
0449ff41
Pipeline
#3292
passed with stages
in 4 minutes and 7 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
arosics/Tie_Point_Grid.py
View file @
a0c02f8d
...
...
@@ -611,9 +611,9 @@ class Tie_Point_Grid(object):
GDF
=
self
.
CoRegPoints_table
if
skip_nodata
:
GDF2pass
=
GDF
else
:
GDF2pass
=
GDF
[
GDF
[
skip_nodata_col
]
!=
self
.
outFillVal
].
copy
()
else
:
GDF2pass
=
GDF
GDF2pass
.
LAST_ERR
=
GDF2pass
.
apply
(
lambda
GDF_row
:
repr
(
GDF_row
.
LAST_ERR
),
axis
=
1
)
# replace boolean values (cannot be written)
...
...
arosics/version.py
View file @
a0c02f8d
__version__
=
'0.8.1
0
'
__versionalias__
=
'2018-11-28_0
1
'
__version__
=
'0.8.1
1
'
__versionalias__
=
'2018-11-28_0
2
'
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