geopandas / contextily

Context geo-tiles in Python
https://contextily.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
520 stars 82 forks source link

Make TileProvider part of a public API #171

Closed martinfleis closed 3 years ago

martinfleis commented 3 years ago

I am wrapping custom MapBox tiles to TileProvider object to make them easier to be reused. However, I noticed that TileProvider is part of a private _providers.py module.

It would be useful to have it part of a public API.

Although the best place for it would probably be the discussed xyzservices package, so we may leave it for that one (xref #153).

martinfleis commented 3 years ago

Closed by https://github.com/geopandas/xyzservices