contextily

Context geo-tiles in Python

BSD-3-CLAUSE License

Downloads
137.5K
Stars
485
Committers
24

Bot releases are visible (Hide)

contextily - v1.6.0 Latest Release

Published by github-actions[bot] 7 months ago

contextily - v1.5.2

Published by github-actions[bot] 8 months ago

What's Changed

Full Changelog: https://github.com/geopandas/contextily/compare/v1.5.1...v1.5.2

contextily - v1.5.1

Published by github-actions[bot] 8 months ago

Minor patch release aimed at fixing the documentation rendering.

contextily - Version 1.5.0: Zoom in, zoom out

Published by github-actions[bot] 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/geopandas/contextily/compare/v1.4.0...v1.5.0

contextily - Version 1.4.0: New default

Published by github-actions[bot] about 1 year ago

Contextily now uses OpenStreetMap Humanitarian as the default tiles due to Stamen moving under Stadia and requiring an API key.

What's Changed

New Contributors

Full Changelog: https://github.com/geopandas/contextily/compare/v1.3.0...v1.4.0

contextily - Version 1.3.0: query like it's text

Published by darribas over 1 year ago

This is a minor release adding more flexible querying of tile services, to bring it on par and in line with the API in GeoDataFrame.explore (added in #208 , thanks @martinfleis!!!). In addition, a few updates and bug fixes are also included.

contextily - Version 1.2.0: XYZ-serves-it

Published by darribas about 3 years ago

This is a minor release that does not add any new user functionality but switches the backend of tile providers from the original built-in one to that provided by XYZservices. In addition, the following changes and fixes are included:

  • More documentation for the Place API (#180, thanks to @chrstnbwnkl )
  • Update docs website to render it fully functional (#175, thanks to @jorisvandenbossche )
  • Update of tests to accommodate changes in Stament tiles
contextily - Version 1.1.0: transparent but for the letters

Published by darribas over 3 years ago

This is a release adds functionality for overlay tiles that have transparency (e.g. to add labels only) and includes a few bug fixes along the way.

New functionality:

  • Map tile overlays (#114): see new section added to documentation for the feature. This feature was contributed by @jpn-- (thanks!)

Bug fixes:

  • Documentation website bug fixed so side bar navigation is visible #168
contextily - Version 1.0.1

Published by jorisvandenbossche about 4 years ago

Small bug fix release:

  • Fix bug (and potential segfault) in the warping of tiles using rasterio (#159, #160, #163, #165).
  • Fix bug in resetting the extent when warping local tiles (#155, #156) .
  • Improved documentation, see https://contextily.readthedocs.io/en/latest/
contextily - Version 1.0: confinement gift

Published by jorisvandenbossche over 4 years ago

This is the 1.0 release, bringing a stable API to the library and a first set of basic functionality available to end users.

Besides all the changes introduced initially in the previous two release candidates (rc1 and rc2), the following features have been added:

  • Support for memory-efficient, window-based reading from local files (#86).
  • The url keyword is deprecated in favor of source (#90, #125).
  • The zoom level is now validated if the minimum and maximum zoom of the provider is known (#108).
  • Optionally set cache directory to a permanent directory with set_cache_dir (#106).

The project has also graduated from an individual account (darribas) to an organisational one, kindly hosted by the geopandas project:

https://github.com/geopandas/contextily/

This is to better reflect the broader community involved in the development of the project, as well as to increase its visibility. Issues and Pull Requests should be directed at contextily's new home.

Documentation

A new documentation site has been created and made available at:

https://contextily.readthedocs.io/en/latest/

Installation

You can install contextily through pip:

pip install contextily

Or conda:

conda install -c conda-forge contextily

Contributors

A full list of contributors to the project is available here.

contextily - Small step, giant leap

Published by darribas about 5 years ago

This release brings a lot of new functionality in preparation for 1.0 that we want to make available before fully releasing. This includes:

  • In-session local caching with joblib (#85, #53)
  • New providers infrastructure (#91, #66)
  • Tile warping so maps can be expressed in CRSs other than Web Mercator (#49)

And other minor additions:

  • [API BREAK] add_basemap now returns None instead of the ax passed (#92)
  • Dropping cartopy as dependency (#50)
  • Use of standard tile URLs (#73)
  • Attribution text wrapping (#94, #95, #96) and optional font size (#76)
  • Move codebase to black style (#87)

Install through pip:

pip install contextily==1.0rc2

Or conda:

conda install -c conda-forge contextily==1.0rc2
contextily - Placed

Published by darribas almost 7 years ago

This release includes the following changes and improvements:

  • Map search and Places API provided by @choldgraf
  • Refactoring of code to incorporate Places API
  • Fix of a bug that precluded rasterio/numpy to work properly with an updated version of the library
  • Drop of support for Python 3.4

The release is available to install on pip:

pip install -U contextily

And on conda, using the conda-forge channel (thanks to @ocefpaf!):

conda install -c conda-forge contextily

contextily - Alive

Published by darribas about 8 years ago

This is the initial release of contextily. Basic functionality includes:

  • Download and integrate tile maps on-the-fly with bounds2img.
  • Download and save tile maps into raster files (GeoTIFF) with bounds2raster.
  • Check for the required number of tiles with howmany.
  • Support for all of Stamen's tiles.

Installation

Make sure the dependencies are installed and then run:

pip install contextily
Package Rankings
Top 1.96% on Pypi.org
Top 12.85% on Conda-forge.org
Badges
Extracted from project README
Tests codecov Binder