Getting Started

Installation

GeoTile is written in pure python but some dependencies are written in C (Gdal, GEOS). These dependencies are not included in the source distribution of GeoTile. To install GeoTile, you need to install the dependencies first.

The best and easy way to install the GeoTile is conda distribution:

conda install -c conda-forge geotile

Detailed instruction

Do you prefer pip install or installation from source? Or specific version? See detailed instructions.

What now?

  • Now it is time to getting started with basic function

  • Explore the possibilities of GeoTile library, advance docs

  • If you are familier with basic function of GeoTile library, check the API Reference