-
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
95da43a
commit 52ec4b8
Showing
20 changed files
with
111,725 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Changelog | ||
|
||
<!--next-version-placeholder--> | ||
|
||
## v0.0.1 (6 Mar 2024) | ||
|
||
- Initial pre-release |
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[build-system] | ||
requires = ["setuptools >= 61.0.0"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "ecflux" | ||
version = "0.0.1" | ||
description = "A package for working with flux tower data" | ||
authors = [ | ||
{ name = "Bryn Morgan", email = "brynmorgan@ucsb.edu" } | ||
] | ||
license = {file = "LICENSE"} | ||
readme = "README.md" | ||
classifiers = [ | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3", | ||
] | ||
keywords = ["eddy covariance", "flux tower", "footprint", "ecosystem fluxes", "micrometeorology"] | ||
requires-python = ">=3.10" | ||
dynamic = ["dependencies"] | ||
|
||
[project.urls] | ||
homepage = "https://github.com/brynemorgan/ecflux" | ||
# documentation = | ||
# repository = "https://github.com/brynemorgan/ecflux.git" | ||
# changelog = "https://github.com/brynemorgan/ecflux/blob/main/CHANGELOG.md" | ||
|
||
[tool.setuptools.dynamic] | ||
dependencies = {file = "requirements.txt"} | ||
|
||
[tool.setuptools.packages.find] | ||
where = ["src"] | ||
include = ["fluxtower*"] | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
numpy | ||
pandas | ||
pytz | ||
timezonefinder |
95,829 changes: 95,829 additions & 0 deletions
95,829
src/fluxtower/AMF_AA-Net_BIF_CCBY4_20220811.csv
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
AMF_ID,SITE_ID,VEG_HEIGHT,TOWER_HEIGHT | ||
CR-SoC,SOLC,,40.0 | ||
US-Wkg,WALN,, | ||
US-xBR,BART,23.0, | ||
US-xGR,GRSM,30.0, | ||
US-xHA,HARV,26.0, | ||
US-xRN,ORNL,28.0, | ||
US-xSE,SERC,38.0, | ||
US-xSJ,SJER,21.0,39.0 |
Oops, something went wrong.