Prototype datasets¶
Prototype datasets are early, experimental or one-off NEON data outside the standard
product catalogue, each with its own DOI and version1. Tools:
neon_search_prototype_datasets and
neon_get_prototype_dataset. Neither
needs a token.
- Search by
query(title, abstract, descriptions, keywords),theme,science_team,site_code,start_year/end_year(overlap),file_typeoris_published;facetsshow the exact upstream theme, team and file-type strings. - Theme and team strings differ from the product catalogue (
Land Cover and Processes,Aquatic Observational Systems (AOS)):themematches a prefix andscience_teama substring, soland coverandAOSboth work. neon_get_prototype_datasetreturns the dataset with its files (sizes, MD5s, signed URLs that expire in about 7 days) and locations by default; adddescriptions,citationsandrelated, orall.- Download the files on stdio with
neon_download_files(prototype_uuid=...); cite withneon_get_citation(prototype_uuid=...).
-
NEON Data API — Prototype datasets. https://data.neonscience.org/data-api/endpoints/prototype/ ↩