README.md
# GTiff2Tiles
![Icon](Resources/Icon.png)
**GTiff2Tiles** is an analogue of [gdal2tiles.py](https://github.com/OSGeo/gdal/blob/master/gdal/swig/python/scripts/gdal2tiles.py) and [MapTiler](https://www.maptiler.com/) on **C#** for creating tiles.
[![build-test-deploy](https://github.com/Gigas002/GTiff2Tiles/actions/workflows/build-test-deploy.yml/badge.svg)](https://github.com/Gigas002/GTiff2Tiles/actions/workflows/build-test-deploy.yml)
[![codecov](https://codecov.io/gh/Gigas002/GTiff2Tiles/branch/master/graph/badge.svg)](https://codecov.io/gh/Gigas002/GTiff2Tiles)
[![Maintainability](https://api.codeclimate.com/v1/badges/f01b570988c070e70cc9/maintainability)](https://codeclimate.com/github/Gigas002/GTiff2Tiles/maintainability)
[![Release](https://img.shields.io/github/v/release/Gigas002/GTiff2tiles?include_prereleases)](https://github.com/Gigas002/GTiff2Tiles/releases)
[![NuGet](https://img.shields.io/nuget/vpre/GTiff2Tiles)](https://www.nuget.org/packages/GTiff2Tiles/)
[![Docker](https://img.shields.io/docker/v/gigas002/gtiff2tiles-console
)](https://hub.docker.com/r/gigas002/gtiff2tiles-console)
## Project state
I'm not developing this project actively, so don't expect any new features. I'm keeping it alive, merging some dependencies bump stuff and will review any PRs that are suggested. There's a cross-platofrm GUI Avalonia app WIP, so you can contribute here, if you really want to
## Versions and .NET Framework support
Use version `1.4.1` if you need .NET Framework support, otherwise it's **strongly recommended** to build library from source code yourself, or use latest build from github [releases](https://github.com/Gigas002/GTiff2Tiles/releases) page, pre-release package on [nuget](https://www.nuget.org/packages/GTiff2Tiles/) and [docker hub](https://hub.docker.com/r/gigas002/gtiff2tiles-console)
## Documentation
Docs for latest version are available to browse on [GitHub Pages](https://gigas002.github.io/GTiff2Tiles/)
Outdated docs for release 1.4.x Core's API are available on [GitHub Wiki](https://github.com/Gigas002/GTiff2Tiles/wiki)
## Examples
In [Examples](https://github.com/Gigas002/GTiff2Tiles/tree/master/Examples) directory you can find **GeoTIFFs** for some tests
## Contributing
Feel free to contribute if you want to, I'll review everything
## License
Project is licensed under [WTFPL](LICENSE.txt) license
## 3rd party resources
Icon is provided by [Google’s material design](https://material.io/tools/icons/?icon=image&style=baseline) and is used in all of **GTiff2Tiles** projects.
Examples GeoTIFFs for Tokyo were downloaded using free & opensource [SAS Planet](http://www.sasgis.org/download/) from [bing maps](https://www.bing.com/maps).