Skip to content

Geosyntec/pygridplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pygridplot

Build Status Coverage Status

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

Then, with the environment still activated run the setup.py or install via pip. In other words, when you're in the directory with setup.py:

python setup.py install

or

pip install .

Releases

No releases published

Packages

No packages published

Languages