-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d310c7f
commit 95da43a
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,19 @@ | ||
# ecflux | ||
# ecflux | ||
This repository contains code for working with data from eddy covariance towers, with specific existing framework for working with data from Campbell Scientific loggers, EddyPro, and the [AmeriFlux network](https://ameriflux.lbl.gov). It includes modules for calculating flux tower footprints according to [Kljun et al. (2015)](https://footprint.kljun.net). | ||
|
||
## Getting Started | ||
This code is a work in progress. For now, it can be used locally by cloning the repo. | ||
##### Prerequisites | ||
- `numpy` | ||
- `pandas` | ||
- `pytz` | ||
- `timezonefinder` | ||
|
||
##### Installation | ||
1. Clone the repo | ||
``` | ||
git clone https://github.com/brynemorgan/ecflux.git | ||
``` | ||
|
||
## Contact | ||
Bryn Morgan, [[email protected]](mailto:[email protected]) |