NEONScience / NEON-utilities

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.
GNU Affero General Public License v3.0
57 stars 36 forks source link

regularize raster orientation in footRaster #98

Closed cklunch closed 3 years ago

cklunch commented 4 years ago

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