API

neonutilities.by_file_aop(dpid, site, year)

This function queries the NEON API for AOP data by site, year, and product, and downloads all files found, preserving the original folder structure.

neonutilities.by_tile_aop(dpid, site, year, ...)

This function queries the NEON API for AOP data by site, year, product, and UTM coordinates, and downloads all files found, preserving the original folder structure.

neonutilities.load_by_product(dpid[, site, ...])

This function downloads product-site-month data package files from NEON, unzips and stacks the data files, and loads to the environment.

neonutilities.zips_by_product(dpid[, site, ...])

This function queries the NEON API for data by data product, site(s), and month(s), and downloads the corresponding data packages.

neonutilities.stack_by_table(filepath[, ...])

Join data files in a zipped or unzipped NEON data package by table type.

neonutilities.read_table_neon(data_file, ...)

Read a NEON data table with correct data types for each variable.

neonutilities.get_citation(dpid, release)

Use the DOI Foundation API to get BibTex-formatted citations for NEON data, or use a template to generate a BibTex citation for provisional data.

neonutilities.get_issue_log(dpid[, token])

Retrieves the issue log for any NEON data products.

neonutilities.stack_eddy(filepath[, level, ...])

Convert data of choice from HDF5 to tabular format.