All Projects → geopandas → Contextily

geopandas / Contextily

Licence: bsd-3-clause
Context geo-tiles in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Contextily

openstreetmap-americana
A quintessentially American map style
Stars: ✭ 89 (-64.96%)
Mutual labels:  mapping, cartography, openstreetmap, osm
fishfrymap
Fish Fry Map project repository
Stars: ✭ 14 (-94.49%)
Mutual labels:  cartography, openstreetmap, osm
Mapsui
Mapsui is a .NET Map component for WPF, Xamarin.Forms, Xamarin.Android, Xamarin.iOS and UWP
Stars: ✭ 447 (+75.98%)
Mutual labels:  mapping, osm, openstreetmap
Osmic
CC0 SVG Map Icons, mirror of repo on Gitlab
Stars: ✭ 89 (-64.96%)
Mutual labels:  osm, cartography, openstreetmap
Vector Datasource
Tilezen vector tile service - OpenStreetMap data in several formats
Stars: ✭ 427 (+68.11%)
Mutual labels:  tile, cartography, openstreetmap
Streetcomplete
Easy to use OpenStreetMap editor for Android
Stars: ✭ 2,456 (+866.93%)
Mutual labels:  mapping, openstreetmap, osm
Docker Osm
A docker compose project to setup an OSM PostGIS database with automatic updates from OSM periodically
Stars: ✭ 172 (-32.28%)
Mutual labels:  osm, openstreetmap
Topography atlas of space
Code and instructions for making topographic maps of planets and moons
Stars: ✭ 187 (-26.38%)
Mutual labels:  jupyter-notebook, cartography
Atlasr
Atlasr is a truly open-source and free map browser.
Stars: ✭ 196 (-22.83%)
Mutual labels:  tile, openstreetmap
Brutile
BruTile is a .NET library to access tile services like those of OpenStreetMap, MapBox or GeodanMaps.
Stars: ✭ 203 (-20.08%)
Mutual labels:  mapping, osm
Aphotomanager
Manage local photos on Android: gallery, geotag with photomap, privacy, tags, find, sort, view, copy, send, ... .
Stars: ✭ 164 (-35.43%)
Mutual labels:  osm, openstreetmap
Osmdata
R package for downloading OpenStreetMap data
Stars: ✭ 199 (-21.65%)
Mutual labels:  osm, openstreetmap
Dexplot
Simple plotting library that wraps Matplotlib and integrated with DataFrames
Stars: ✭ 208 (-18.11%)
Mutual labels:  jupyter-notebook, matplotlib
Osmdeepod
OSMDeepOD - OpenStreetMap (OSM) and Machine Learning (Deep Learning) based Object Detection from Aerial Imagery (Formerly also known as "OSM-Crosswalk-Detection").
Stars: ✭ 174 (-31.5%)
Mutual labels:  osm, openstreetmap
Atlas
OSM in memory
Stars: ✭ 172 (-32.28%)
Mutual labels:  osm, openstreetmap
Opentileserver
This script is for building a basic tile server with OpenStreetMap data
Stars: ✭ 190 (-25.2%)
Mutual labels:  mapping, openstreetmap
Qbstyles
QuantumBlack Matplotlib styles
Stars: ✭ 166 (-34.65%)
Mutual labels:  jupyter-notebook, matplotlib
Osm Python Tools
A library to access OpenStreetMap related services
Stars: ✭ 202 (-20.47%)
Mutual labels:  osm, openstreetmap
Deeplearning cv notes
📓 deepleaning and cv notes.
Stars: ✭ 223 (-12.2%)
Mutual labels:  jupyter-notebook, matplotlib
Edaviz
edaviz - Python library for Exploratory Data Analysis and Visualization in Jupyter Notebook or Jupyter Lab
Stars: ✭ 220 (-13.39%)
Mutual labels:  jupyter-notebook, matplotlib

contextily: context geo tiles in Python

contextily is a small Python 3 (3.6 and above) package to retrieve tile maps from the internet. It can add those tiles as basemap to matplotlib figures or write tile maps to disk 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 Coverage Status Binder

Tiles

The current tile providers that are available in contextily are the providers defined in the leaflet-providers package. This includes some popular tile maps, such as:

Dependencies

  • mercantile
  • numpy
  • matplotlib
  • pillow
  • rasterio
  • requests
  • geopy
  • joblib

Installation

Python 3 only (3.6 and above)

Latest released version, using pip:

pip3 install contextily

or conda:

conda install contextily

Contributors

contextily is developed by a community of enthusiastic volunteers. You can see a full list here.

If you would like to contribute to the project, have a look at the list of open issues, particularly those labeled as good first contributions.

License

BSD compatible. See LICENSE.txt

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].