.. GeoTile documentation master file, created by sphinx-quickstart on Tue Jun 28 10:49:49 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. GeoTiles Documentation ====================== .. toctree:: :maxdepth: 2 :caption: GeoTile Documentation :hidden: Home About Getting Started API reference Change Log License GeoTile is an open source python library for creating and manipulating the tiles of the raster dataset. It is based on the `Rasterio`_ library. .. _`Rasterio`: https://rasterio.readthedocs.io/en/latest/ Motivation ---------- The main motivation to write this library is to make it easier to create tiles of the raster dataset as a deep learning training dataset. Since the library is extended to the Rasterio package, it also supports some very useful raster analysis function like, reprojection of raster, resampling of raster, raster masking etc. Useful links ------------ - `Binary Installers (PyPI) `_ - `Source Repository (GitHub) `_ - `Issues & Ideas `_ Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`