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
py_tools_ds
Commits
c5f2d296
Commit
c5f2d296
authored
Sep 17, 2018
by
Daniel Scheffler
Browse files
Added possible solution (not yet working).
parent
880962b5
Pipeline
#3204
passed with stages
in 1 minute and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
py_tools_ds/geo/raster/reproject.py
View file @
c5f2d296
...
...
@@ -438,6 +438,7 @@ def warp_ndarray(ndarray, in_gt, in_prj=None, out_prj=None, out_dtype=None,
width
=
out_XYdims
[
0
],
height
=
out_XYdims
[
1
],
resampleAlg
=
rspAlg
,
creationOptions
=
[
'TILED=YES'
,
'BIGTIFF=YES'
],
# FIXME does not work so far
srcNodata
=
in_nodata
,
dstNodata
=
out_nodata
,
srcAlpha
=
in_alpha
,
...
...
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