geotile 1.1.0
0
Package for working with geographic raster tiles
Contents
geotile is a Python library that simplifies the creation and manipulation of raster dataset tiles. It's an invaluable tool for managing raster tiles, especially for deep learning training datasets. With geotile
, you can generate tiles of raster data, select specific bands for tiling, merge tiles, and even generate raster masks from shapefiles. It's a comprehensive solution for all your raster data tiling needs.
The osgeonepal/geotile
repo was created 2 years ago and the last code push was 1 months ago. The project is moderately popular with 76 github stars!
How to Install geotile
You can install geotile using pip
pip install geotile
or add it to a project with poetry
poetry add geotile
Package Details
- Author
- Tek Kshetri
- License
- MIT License
- Homepage
- https://github.com/iamtekson/geotile
- PyPi:
- https://pypi.org/project/geotile/
- GitHub Repo:
- https://github.com/iamtekson/geotile
Classifiers
Related Packages
Errors
A list of common geotile errors.
Code Examples
Here are some geotile
code examples and snippets.