neonutilities.get_citation¶
- 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. Helper function to download and stacking functions.
Parameters¶
- dpid: str
The data product ID of the data to be cited
- release: str
The data release to be cited. Can be provisional.
Return¶
A character string containing the citation in BibTex format.
Example¶
Get the citation for Breeding landbird point counts (DP1.10003.001), RELEASE-2023
>>> cit = get_citation(dpid="DP1.10003.001", release="RELEASE-2023")
Created on Fri Aug 25 10:26:23 2023
@author: Claire Lunch