SkillAgentSearch skills...

Geoplots

Easy-to-use python plots in Atmosphere-Ocean sciences

Install / Use

/learn @wy2136/Geoplots
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

geoplots: customized python plots for geoscience

Get Started

from geoplots import geoplot
import xarray as xr
import matplotlib.pyplot as plt

da = xr.open_dataarray('http://iridl.ldeo.columbia.edu/SOURCES/.NASA/.GPCP/.V2p2/.satellite-gauge/.prcp/T(Jan%201980)(Dec%202010)RANGE%2[T]average/dods')
geoplot(da)
plt.title('GPCP Precipitation Climatology: 1980-2010')

GPCP Precipitation Climatology: 1980-2010

Examples

  1. Create a basemap
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated3y ago
Forks2

Languages

Python

Security Score

70/100

Audited on Jul 10, 2022

No findings