geoviews 1.14.1


pip install geoviews

  Latest version

Released: Aug 14, 2025


Meta
Author: HoloViz developers
Maintainer: HoloViz developers
Requires Python: >=3.10

Classifiers

Development Status
  • 5 - Production/Stable

Framework
  • Matplotlib

Intended Audience
  • Developers
  • Science/Research

License
  • OSI Approved :: BSD License

Natural Language
  • English

Operating System
  • OS Independent

Programming Language
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

Topic
  • Scientific/Engineering
  • Software Development :: Libraries



Geographic visualizations for HoloViews.

Downloads https://pypistats.org/packages/geoviews https://anaconda.org/pyviz/geoviews
Build Status Linux/MacOS/Windows Build Status
Coverage codecov
Latest dev release Github tag dev-site
Latest release Github release PyPI version geoviews version conda-forge version defaults version
Docs gh-pages site
Support Discourse

What is it?

GeoViews is a Python library that makes it easy to explore and visualize any data that includes geographic locations. It has particularly powerful support for multidimensional meteorological and oceanographic datasets, such as those used in weather, climate, and remote sensing research, but is useful for almost anything that you would want to plot on a map! You can see lots of example notebooks at geoviews.org, and a good overview is in our blog post announcement.

GeoViews is built on the HoloViews library for building flexible visualizations of multidimensional data. GeoViews adds a family of geographic plot types based on the Cartopy library, plotted using either the Matplotlib or Bokeh packages.

Each of the new GeoElement plot types is a new HoloViews Element that has an associated geographic projection based on cartopy.crs. The GeoElements currently include Feature, WMTS, Tiles, Points, Contours, Image, QuadMesh, TriMesh, RGB, HSV, Labels, Graph, HexTiles, VectorField and Text objects, each of which can easily be overlaid in the same plots. E.g. an object with temperature data can be overlaid with coastline data using an expression like gv.Image(temperature) * gv.Feature(cartopy.feature.COASTLINE). Each GeoElement can also be freely combined in layouts with any other HoloViews Element , making it simple to make even complex multi-figure layouts of overlaid objects.

Installation

If you want the latest GeoViews, you will need an up-to-date environment. Updating is never risk-free, but it is a good idea in general and the commands conda list --revisions and conda install --revision N can usually recover from updates gone awry.

conda update --all

You can then install GeoViews and all of its dependencies with the following:

conda install -c pyviz geoviews

Alternatively you can install the geoviews-core package, which only installs the minimal dependencies required to run geoviews:

conda install -c pyviz geoviews-core

In certain circumstances proj6 issues may prevent installation or cause issues (particularly with cartopy<=0.17). If you encounter these issues ensure you also pin proj4::

conda install proj4<6

Once installed you can copy the examples into the current directory using the geoviews command and run them using the Jupyter notebook:

geoviews examples
cd geoviews-examples
jupyter notebook

(Here geoviews examples is a shorthand for geoviews copy-examples --path geoviews-examples && geoviews fetch-data --path geoviews-examples.)

In the classic Jupyter notebook environment and JupyterLab, first make sure to load the gv.extension(). GeoViews objects will then render themselves if they are the last item in a notebook cell. For versions of jupyterlab>=3.0 the necessary extension is automatically bundled in the pyviz_comms package, which must be >=2.0. However note that for version of jupyterlab<3.0 you must also manually install the JupyterLab extension with:

jupyter labextension install @pyviz/jupyterlab_pyviz

Once you have installed JupyterLab and the extension launch it with:

jupyter-lab

If you want to try out the latest features between releases, you can get the latest dev release by specifying -c pyviz/label/dev in place of -c pyviz.

Additional dependencies

If you need to install libraries only available from conda-forge, such as Iris (to use data stored in Iris cubes) or xesmf, you should install from conda-forge:

conda create -n env-name -c pyviz -c conda-forge geoviews iris xesmf
conda activate env-name

GeoViews itself is also installable using pip, but to do that you will first need to have installed the dependencies of cartopy, or else have set up your system to be able to build them.

1.14.1 Aug 14, 2025
1.14.1rc0 Aug 14, 2025
1.14.1a0 Aug 09, 2025
1.14.0 Dec 17, 2024
1.14.0rc0 Dec 16, 2024
1.13.1 Nov 28, 2024
1.13.1rc1 Nov 27, 2024
1.13.1rc0 Nov 25, 2024
1.13.0 Sep 16, 2024
1.13.0rc3 Sep 16, 2024
1.13.0rc1 Aug 02, 2024
1.12.0 Apr 05, 2024
1.12.0rc0 Apr 05, 2024
1.12.0a3 Apr 04, 2024
1.12.0a2 Mar 20, 2024
1.12.0a1 Mar 20, 2024
1.12.0a0 Mar 20, 2024
1.11.1 Feb 13, 2024
1.11.1rc1 Feb 12, 2024
1.11.1a1 Jan 24, 2024
1.11.1a0 Jan 24, 2024
1.11.0 Nov 01, 2023
1.11.0a1 Nov 01, 2023
1.10.1 Jul 20, 2023
1.10.1a2 Jul 20, 2023
1.10.1a1 Jun 13, 2023
1.10.0 May 25, 2023
1.10.0a4 May 25, 2023
1.10.0a3 May 23, 2023
1.10.0a2 Apr 29, 2023
1.9.7a2 Apr 08, 2023
1.9.6 Jan 17, 2023
1.9.6a5 Jan 17, 2023
1.9.6a4 Jan 05, 2023
1.9.6a3 Jan 04, 2023
1.9.6a2 Jul 21, 2022
1.9.6a1 Jul 21, 2022
1.9.5 Mar 08, 2022
1.9.5rc1 Mar 07, 2022
1.9.4 Feb 17, 2022
1.9.4rc2 Feb 17, 2022
1.9.3 Dec 25, 2021
1.9.3a4 Dec 24, 2021
1.9.3a3 Dec 24, 2021
1.9.2 Sep 29, 2021
1.9.2a2 Sep 29, 2021
1.9.2a1 Sep 28, 2021
1.9.1 Mar 13, 2021
1.9.1a3 Mar 13, 2021
1.9.1a2 Mar 13, 2021
1.9.0 Mar 13, 2021
1.9.0a9 Mar 13, 2021
1.9.0a7 Mar 12, 2021
1.9.0a6 Mar 12, 2021
1.9.0a5 Mar 12, 2021
1.9.0a4 Mar 12, 2021
1.9.0a3 Mar 12, 2021
1.9.0a2 Mar 12, 2021
1.9.0a1 Mar 12, 2021
1.8.1 Mar 30, 2020
1.8.0 Mar 30, 2020
1.7.0 Mar 25, 2020
1.6.6 Nov 26, 2019
1.6.5 Oct 11, 2019
1.6.4 Oct 10, 2019
1.6.3 Aug 07, 2019
1.6.2 Jan 28, 2019
1.6.1 Jan 14, 2019
1.6.0 Dec 27, 2018
1.5.3 Jul 10, 2018
1.5.2 Jul 07, 2018
1.5.1 Jun 06, 2018
1.5.0 May 15, 2018

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
bokeh (>=3.6.0)
cartopy (>=0.18.0)
holoviews (>=1.16.0)
numpy
packaging
panel (>=1.0.0)
param (<3.0,>=1.9.3)
pyproj
shapely
xyzservices