Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ESPACE-DEV
pyrasta
Commits
f80c21cf
Commit
f80c21cf
authored
Jun 25, 2021
by
Benjamin Pillot
Browse files
Add mask method
parent
b2062a0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyrasta/base.py
View file @
f80c21cf
...
...
@@ -201,7 +201,9 @@ class RasterBase:
-------
"""
return
_raster_mask
(
self
,
mask
,
gdal_driver
,
data_type
,
no_data
,
all_touched
)
return
_raster_mask
(
self
,
mask
,
gdal_driver
,
data_type
,
no_data
,
all_touched
,
window_size
,
nb_processes
,
chunksize
)
@
classmethod
def
merge
(
cls
,
rasters
,
bounds
=
None
,
output_format
=
"Gtiff"
,
...
...
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