Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 381 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 381 Bytes

pygridplot

Visualize data over a model grid from an ESRI shapefile.

Installation

Recommended installation is via conda:

  • conda create -n animate python=2.7 pandas seaborn numexpr jupyter
  • activate animate
  • pip install descartes
  • conda install --yes --channel=ioos shapely
  • conda install --yes --channel=pelson pyshp
  • run setup.py or install via pip