Metadata-Version: 2.1
Name: geotiler
Version: 0.14.5
Summary: GeoTiler - library to create maps using tiles from a map provider
Home-page: https://wrobell.dcmod.org/geotiler/
Author: Artur Wroblewski
Author-email: wrobell@riseup.net
License: GPL (includes BSD licensed code)
Project-URL: Code, https://github.com/wrobell/geotiler
Project-URL: Bug tracker, https://github.com/wrobell/geotiler/issues
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Provides-Extra: tests
License-File: COPYING

GeoTiler is a library to create maps using tiles from a map provider.

The main goal of the library is to enable a programmer to create maps using
tiles downloaded from OpenStreetMap, Stamen or other map provider.

The maps can be used by interactive applications or to create data analysis
graphs.

The code is based on Python port of Modest Maps project [1][2], which is
licensed under BSD license. All subsequent changes are licensed under GPL
v3 license.

- [1] http://modestmaps.com/
- [2] https://github.com/stamen/modestmaps-py

.. note::
   Version 0.20.0 of GeoTiler will change API. Please use::

        geotiler>=0.14.2,<0.20.0

   as your dependency requirement if you need old API.


