Description Usage Arguments Value References
This function retrieves the Python command used to render given species of trees, as identified by their FIA identifier, USDA PLANTS code identifier, common name (as specified by the FIA program), species, or genus. Note that capitalization is ignored when matching all character-based lookups – all lookup values are stored as lower case and all queries are coerced to lower case. If no render method has been defined for the lookup value, a default method is returned.
1 2 3 4 5 6 7 8 9 | ftt_fia_sapling_lookup(fia_code)
ftt_plants_sapling_lookup(plants_code)
ftt_common_name_sapling_lookup(common_name)
ftt_species_sapling_lookup(species)
ftt_genus_sapling_lookup(genus)
|
fia_code |
The FIA species codes (See appendix F of Burrill et al. 2018) to search for. |
plants_code |
The USDA PLANTS species codes (USDA 2021) to search for. |
common_name |
The common names used to identify a particular species (See appendix F of Burrill et al. 2018) to search for. |
species |
The species to lookup, as a string in the format
|
genus |
The genera to search for. |
The Python command used to generate renders for the given lookup.
Burrill, Elizabeth A.; Wilson, Andrea M.; Turner, Jeffery A.; Pugh, Scott A.; Menlove, James; Christiansen, Glenn; Conkling, Barbara L.; David, Winnie. 2018. The Forest Inventory and Analysis Database: database description and user guide version 8.0 for Phase 2. U.S. Department of Agriculture, Forest Service. 946 p. (Online). Available at web address: http://www.fia.fs.fed.us/library/database-documentation.
USDA, NRCS. 2021. The PLANTS Database (http://plants.usda.gov, 14 January 2021). National Plant Data Team, Greensboro, NC 27401-4901 USA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.