Utilities and scripts for working with NEON data. Currently: an R package with functions to join (stack) the month-by-site files in downloaded NEON data, to convert data to geoCSV format, and to download data from the API.
Function
Which of the functions in the neonUtilities package is this bug found in?
footRaster()
Describe the bug
A clear and concise description of what the bug is.
The orientation of the output raster depends on the date of data publication (internal change in eddy4R processing) and on the version of R (4.0 handles orientation differently from 3.x versions).
Need to add checks to function to verify inputs and R version and output a consistent and correct orientation. cc @cflorian1
Function Which of the functions in the neonUtilities package is this bug found in?
footRaster()
Describe the bug A clear and concise description of what the bug is.
The orientation of the output raster depends on the date of data publication (internal change in eddy4R processing) and on the version of R (4.0 handles orientation differently from 3.x versions).
Need to add checks to function to verify inputs and R version and output a consistent and correct orientation. cc @cflorian1