act.io.read_neon_csv

act.io.read_neon_csv(files, variable_files=None, position_files=None)[source]

Reads in the NEON formatted csv files from local paths or urls and returns an Xarray dataset.

Parameters:
  • filepath (list) – Files to read in

  • variable_files (list) – Name of variable files to read with metadata. Optional but the Dataset will not have any metadata

  • position_files (list) – Name of file to read with sensor positions. Optional, but the Dataset will not have any location information

Returns:

ds (xarray.Dataset) – Standard Xarray dataset