Skip to content

Releases: cuicaihao/split_raster

Release 0.3.5

23 Mar 04:11
Compare
Choose a tag to compare
Allow the Twine to skip existing versions

v0.3.4

17 Mar 12:47
1040fec
Compare
Choose a tag to compare

Split Raster v0.3.4

Update details and add a project page

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.3.4

SplitRaster for Python 3.10, 3.11

15 Dec 21:55
Compare
Choose a tag to compare

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

16 Jan 12:03
Compare
Choose a tag to compare

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

11 Aug 02:24
Compare
Choose a tag to compare

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).