Skip to main content

A python package to create raster tiles for deep learning training image chips

Project description

tilechips

A very simple package to generate tiles for geographic raster data, build to help user to prepare datasets for deep learning training and annotation.

tilechips require GDAL to operate.

Please use composite geographic raster (RGB of band combination).

Requirements

  • GDAL
  • tqdm

Installation

PIP

  1. python -m pip install GDAL
  2. python -m pip install tilechips

or

Clone to local directory

  1. git clone https://github.com/wslerry/tilechips.git
  2. cd tilechips
  3. python -m pip install GDAL
  4. python setup.py install

Example

from tilechips.tiles import IO

IO(input_image,output_directory,x_size,y_size,save_vrt=False)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tilechips-0.0.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

tilechips-0.0.2-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page