Published November 18, 2025
| Version v0.3.2
Software
Open
pythonraster/rastereasy: v0.3.2
Description
Improvements:
im2tiles: Output Folder Management (Breaking Change)
The default behavior of the im2tiles function has been changed. If the output folder already exists, the function will now delete by default any existing snippets within it before generating new ones.
To keep the existing snippets during execution, use the new argument: reset=False.
astype: New In-Place Modification Option (inplace)
A new inplace parameter has been added to the astype function.
If inplace=True, the data type modification will be performed directly on the current object. By default, inplace=False, which returns a new instance with the modified data type.
Files
pythonraster/rastereasy-v0.3.2.zip
Files
(57.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:e833a7cf81451b5fcfa48adabba5e108
|
57.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/pythonraster/rastereasy/tree/v0.3.2 (URL)
Software
- Repository URL
- https://github.com/pythonraster/rastereasy