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 User Guide¶
A user guide is planned…
The API Documentation¶
Specifics on functions, classes, and methods will go here…