Skip to content

mroberge/Figures

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 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 via conda forge:
>conda config --add channels conda-forge

then for each package:

>conda install <package name>

GIS_utils can be installed with 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

Languages

  • Jupyter Notebook 90.9%
  • Python 6.8%
  • HTML 2.3%