Releases: cuicaihao/split_raster
Releases · cuicaihao/split_raster
Release 0.3.5
Allow the Twine to skip existing versions
v0.3.4
Split Raster v0.3.4
Update details and add a project page
What's Changed
- update README.md by @cuicaihao in #2
New Contributors
- @cuicaihao made their first contribution in #2
Full Changelog: v0.3.3...v0.3.4
SplitRaster for Python 3.10, 3.11
Upgrade package to adapt python 3.10, 3.11.
Full Changelog: v0.3.2...v0.3.3
SplitRaster for Python 3.7, 3.8 and 3.9
Fix small bugs for the f-string issue in python 3.7, make it work with python3.7 environment including Google colab environment.
Split Raster: Slide Window and Random Sampling
Provide good support for deep learning and computer vision tasks by creating a tiled output from an input raster dataset.
New:
- This release adds the random sampling method to generate image pairs.
- This new feature can generate the input and target sample image in one line.
- User can choose the crop image size.
- User can choose the crop image pair number.
Early:
- Use the slide window method to crop one big image to small tiles.
- Use can choose the crop image size.
- Use can choose the overlap percentages.
- The Slide window method is used from the top left corner to the bottom right corner, row first (Z style).