Changelog
Source:NEWS.md
fluxnet (development version)
- 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.0
- Added
flux_varinfo()andflux_badm()for reading and tidying “BIFVARINFO” and “BIF” files, respectively. -
flux_extract()andflux_read()gain anetworkargument to specify a subset of networks (e.g. ICOS, TERN) to extract data from. Suggested by @lbell3141. - Added
flux_qc(), a function to flag overly gapfilled rows of aggregated (not hourly) data. - Added
flux_map_sites(). -
flux_download()now useshttr2rather thancurlfor downloading files. This fixed a bug where downloads were failing when attempting to download large numbers of sites at once. - Added
flux_map_sites() -
flux_download()prints a warning when downloads fail. - Changed default cache age for
flux_listall()to 1 day. -
flux_download()now retries failed downloads once andoverwrite = FALSEno longer skips downloading corrupted or partial downloads. - Added
flux_read()for reading in FLUXNET data in a manifest. - Added
flux_discover_files()for creating a file manifest.
fluxnet 0.1.0
- Added
flux_extract()for extracting data from downloaded .zip files. - Added functions for downloading FLUXNET data