Skip to content
#

cartopy

Here are 60 public repositories matching this topic...

digitaltopo
digitaltopo commented Apr 8, 2020

Is your feature request related to a problem? Please describe.

I’m trying to create a custom grid (grid lines). I’ve seen the Cartopy graticules example in the Geoviews Geometries documentation 1:

graticules = cf.NaturalEarthFeature(
category='physical',
name='graticules_30',
scale='110m')
...
I’d like to create a grid that matches a web mercator web map tile grid at a

The PyEarthScience repository created by DKRZ (German Climate Computing Center) provides Python scripts and Jupyter notebooks in particular for scientific data processing and visualization used in climate science. It contains scripts for visualization, I/O, and analysis using PyNGL, PyNIO, xarray, cfgrib, xesmf, cartopy, and others.

  • Updated May 26, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the cartopy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cartopy topic, visit your repo's landing page and select "manage topics."

Learn more