Skip to content

aleaf/Figures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Figures:

Clone or download the repository and then

>python setup.py install

or via pip:

pip install https://github.com/aleaf/Figures/archive/master.zip

Requirements

  • 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 requires basemap, fiona, shapely, descartes and GIS_utils. The first four can be installed from gis.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

Demonstration Notebooks

USGS Report formatting
USGS Report map

About

make nice figures for USGS reports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published