Metadata-Version: 2.1
Name: contextily
Version: 1.0rc2
Summary: Context geo-tiles in Python
Home-page: https://github.com/darribas/contextily
Author: Dani Arribas-Bel
Author-email: daniel.arribas.bel@gmail.com
License: 3-Clause BSD
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: geopy
Requires-Dist: matplotlib
Requires-Dist: mercantile
Requires-Dist: pillow
Requires-Dist: rasterio
Requires-Dist: requests
Requires-Dist: joblib

`contextily`: context geo tiles in Python
-----------------------------------------

`contextily` is a small Python 3 package to retrieve and write to disk tile maps from
the internet into geospatial raster files. Bounding boxes can be passed in both WGS84 (`EPSG:4326`) and Spheric Mercator (`EPSG:3857`). See the notebook
`contextily_guide.ipynb` for usage.

[![Build Status](https://travis-ci.org/darribas/contextily.svg?branch=master)](https://travis-ci.org/darribas/contextily)
[![Coverage Status](https://coveralls.io/repos/github/darribas/contextily/badge.svg?branch=master)](https://coveralls.io/github/darribas/contextily?branch=master)

![Tiles](tiles.png)

* Toner and Terrain map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a
  href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a
  href="http://openstreetmap.org">OpenStreetMap</a>, under <a
  href="http://www.openstreetmap.org/copyright">ODbL</a>.
* Watercolor map tiles by <a href="http://stamen.com">Stamen Design</a>, under
  <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by
  <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a
  href="http://creativecommons.org/licenses/by-sa/3.0">CC BY SA</a>.

## Dependencies

* `mercantile`
* `numpy`
- `matplotlib`
* `pillow`
* `rasterio`
* `requests`
* `geopy`
* `joblib`

## Installation

Python 3 only:

```sh
pip3 install contextily
```

## Contributors

* [Dani Arribas-Bel](http://darribas.org/) ([@darribas](http://twitter.com/darribas))
* [Chris Holdgraf](http://chrisholdgraf.com/) ([@choldgraf](http://twitter.com/choldgraf))
* [Filipe Fernandes](https://ocefpaf.github.io/python4oceanographers/) ([@ocefpaf](http://twitter.com/ocefpaf))

## License

BSD compatible. See `LICENSE.txt`


