Skip to content

Releases: NEONScience/NEON-utilities

neonUtilities version 4.0.1

Choose a tag to compare

@cklunch cklunch released this 02 Jul 22:25

Corresponds to neonUtilities version 4.0.1 published to CRAN. See NEWS.md for change log.

neonUtilities version 4.0.0

Choose a tag to compare

@cklunch cklunch released this 22 Jun 13:00
d404932

Corresponds to neonUtilities version 4.0.0 published to CRAN.

neonUtilities version 3.0.3

Choose a tag to compare

@cklunch cklunch released this 22 Jan 20:25

Corresponds to neonUtilities version 3.0.3 published to CRAN.

neonUtilities version 3.0.2

Choose a tag to compare

@cklunch cklunch released this 27 Sep 12:45

Corresponds to neonUtilities version 3.0.2 published to CRAN.

neonUtilities version 3.0.1

Choose a tag to compare

@cklunch cklunch released this 28 Aug 19:47

Corresponds to neonUtilities version 3.0.1, published to CRAN.

neonUtilities version 3.0.0

Choose a tag to compare

@cklunch cklunch released this 31 Jul 13:50

Corresponds to neonUtilities version 3.0.0, published to CRAN.

v2.4.1.9000 release for SAE processing

Pre-release

Choose a tag to compare

@cklunch cklunch released this 03 Nov 16:23

This release of neonUtilities is not intended for public use. It contains a modification of the stackEddy() function to avoid calls to the NEON API, for use in internal NEON data processing pipelines. This version will not be submitted to CRAN, and future CRAN releases will incorporate this functionality in a way that does not interfere with end user needs.

neonDataStackR v0.1.6 'brazil'

Choose a tag to compare

@chrlaney chrlaney released this 05 Apr 16:03
88d9bb7
  • Added function to convert individual NEON csv files to GeoCSV format
  • Added better messaging for progress of data unzipping and stacking
  • Formally added byFileAOP() for downloading large amounts of AOP data using the API; no longer fails if download duration exceeds 24 hours.
  • Added warning messages if stackByTable() is used for remote sensing (AOP), eddy covariance, or digital hemipsheric photos.
  • NOTE: dpID now must be included in call to stackByTable()

neonDataStackR_v0.1.6_brazil.zip

neonDataStackR v0.1.5 'filbert'

Choose a tag to compare

@cklunch cklunch released this 24 Jan 20:09

This release:

  • Fixes a bug that incorrectly merged tables in the case where one table name was a substring of another table name.
  • Adds an option to delete the unzipped, unstacked files after stacking.

neonDataStackR v0.1.4 'walnut'

Choose a tag to compare

@chrlaney chrlaney released this 14 Dec 22:30
  • 'Site-all' data tables were not being properly stacked. This package includes a new function to identify 'site-all' data tables and stack only one per site (site-all tables are exact replicates in each monthly package for a given site).

  • This release also formally includes the function zipsByProduct(), which allows the user to pull data using the NEON API and stack the tables in one step.