Clone or download the repository and then
>python setup.py install
or via pip:
pip install https://github.com/aleaf/Figures/archive/master.zip
- python packages: numpy and matplotlib (both standard with the Anaconda Distribution)
- for full USGS formatting, the Univers font is required. See here for instructions on getting Univers working with
matplotlib
. - note: the
xsection
module requires flopy, but it needs some work - the
map
module requiresbasemap, fiona, shapely, descartes and GIS_utils
. The first four can be installed fromgis.yml
using conda:
>conda env create -f gis.yml
GIS_utils can be obtained from https://github.com/aleaf/GIS_utils
Or installed using pip:
>pip install https://github.com/aleaf/GIS_utils/archive/master.zip