Enviropy: statistical methods and plotting tools for environmental data

Right now this is a fun project to learn Python with the goal of having a convenient package for storing and analyzing environmental data.


A quick overview

Connect to external data sources
>>> from enviropy.external import read_manages3, read_gint
>>> read_manages3('C:\path\to\Site.mdb')
>>> read_gint('C:\path\to\gint.gpj')

The API Documentation

Specifics on functions, classes, and methods will go here…

The Contributor Guide

Contributions are encouraged and welcomed…