Skip to content

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

License

Notifications You must be signed in to change notification settings

wy2136/geoplots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages