Releases: EcosystemEcologyLab/fluxnet-package
Releases · EcosystemEcologyLab/fluxnet-package
fluxnet 0.4.0
fluxnet 0.3.2
- Fixes a bug introduced in 0.3.1 when more than one site id is provided to
site_ids.
fluxnet 0.3.1
site_ids = "all"is deprecated in favor ofsite_ids = NULLin all functions with this argument.
fluxnet 0.3.0
- Adds a new function,
flux_install_shuttle()which accepts the name of a virtualenv to use and a version offluxnet-shuttleto install. It pulls these from envvars, by default, making it easy to configure via a project-level .Renviron file. It can be run as a separate step, but this is optional as it will be called automatically the first timeflux_listall()orflux_download()are run. flux_download()no longer shows a progress bar as it downloads files.- Optionally, you can provide a list containing your Ameriflux user name, email, and intended use to
flux_download()via the newuser_infoargument andflux_amf_credentials()helper function. - To get all available sites with
flux_download(), usesite_ids = NULL.site_ids = "all"is deprecated. flux_download()now uses thefluxnet_shuttlePython library rather thanhttr2to perform downloads.- Fixed a bug in
flux_badm()that would cause it to error when some "BIF" files contained additional optional columns (#57) - The
use_cacheargument offlux_listall()has been removed. flux_listall()gained aclean_cacheargument to set the number of recent snapshot CSVs to keep. Defaults to 10.
fluxnet 0.2.1
- Eric Scott is now listed as package maintainer
v0.2.0
What's Changed
- Add download functions by @Aariq in #6
- use reticulate to install fluxnet-shuttle by @Aariq in #14
- Add flux_extract() by @Aariq in #10
- flux_discover_files() by @Aariq in #16
- Add flux_read() by @Aariq in #17
- Improve flux_read() by @Aariq in #21
- Improve flux_download() by @Aariq in #23
- Add basic use vignette by @Aariq in #26
- Package website by @Aariq in #27
- change default cache age to 1 day by @Aariq in #28
- print warning when downloads fail by @Aariq in #31
- change colnames in manifest by @Aariq in #32
- Merge metadata into manifest by @Aariq in #35
- Add flux_map_sites() by @Aariq in #37
- Deduplicate manifest by @Aariq in #40
- Fix large number of downloads failing. by @Aariq in #42
- Add
flux_qc()by @Aariq in #44 - Add startup message by @Aariq in #45
- Improve Vignette by @Aariq in #47
- Extract files from only specified networks by @Aariq in #50
- Functions to read in BADM by @Aariq in #51
New Contributors
Full Changelog: https://github.com/EcosystemEcologyLab/fluxnet-package/commits/v0.2.0