diff --git a/NAMESPACE b/NAMESPACE
index 786b6ba..570b6c3 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -41,6 +41,7 @@ export(set_language)
export(set_lit)
export(set_methods)
export(set_missing_data)
+export(set_new_creator)
export(set_producing_units)
export(set_protocol)
export(set_publisher)
diff --git a/R/editEMLfunctions.R b/R/editEMLfunctions.R
index acf3341..4b9cbe2 100644
--- a/R/editEMLfunctions.R
+++ b/R/editEMLfunctions.R
@@ -2261,6 +2261,95 @@ set_creator_orgs <- function(eml_object,
return(eml_object)
}
+#' Adds creators to EML
+#'
+#' @description Sometimes it is necessary to change the creators (authors) of a data package. If the data package and EML have already been created, it can be tedious to have to re-run all of the EMLassemblyline functions and then have to re-do all of the EMLeditor functions. This function allows the user to add in one or more creators without having to re-run the entire workflow. This will not over-write the or remove the existing creators, just add to the list of creators.
+#'
+#' @details Each creator must have at minimum a last name. You may also supply a first name and one middle name. If you are adding a list of creators, you must supply all fields for each creator; if one creator is for instance missing or does not use a first name, do not skip this but instead list it as NA. If you need to re-arrange creators or remove creators, you can do so using the `set_creator_order` function.Do NOT use this function to add organizations as creators. Instead use `set_creator_orgs`. If your new creator has an orcid, add the orcid in via `set_creator_orgs`
+#'
+#' @inheritParams set_title
+#' @param last_name String (or list of strings). The last name(s) of the creator(s) to add. You must supply a last name for each creator.
+#' @param first_name String (or list of strings). The first name(s) or initials of the creator(s) to add. Use NA if there is no first name.
+#' @param middle_name String (or list of strings). The middle name(s) or initial(s) of the creator(s) to add. Use NA if there is no middle name.
+#' @param organization_name String (or list of strings). The organizational affiliation of the creator(s) to add, e.g. "National Park Service". Use NA if there is no organizational affiliation.
+#' @param email_address String (or list of strings). The email address(es) of the creator(s) to add. Use NA if there are no email addresses.
+#'
+#' @return emlobject
+#' @export
+#'
+#' @examples
+#' \dontrun{
+#' meta2 <- set_new_creator(metadata, "Doe", "John", "D.", "NPS", "John_Doe@@nps.gov")
+
+#' meta2 <- set_new_creator(metadata,
+#' last_name = c("Doe", "Smith"),
+#' first_name = c("John", "Jane"),
+#' middle_name = c(NA, "S."),
+#' organization_name = c("NPS", "UCLA"),
+#' email_address = c("john_doe@@nps.gov", NA))
+#'}
+set_new_creator <- function(eml_object,
+ last_name = NA,
+ first_name = NA,
+ middle_name = NA,
+ organization_name = NA,
+ email_address = NA,
+ force = FALSE,
+ NPS = TRUE) {
+ #make sure all creators have at least a last name:
+ if (sum(is.na(last_name)) > 0) {
+ cat("At a minimum, each creator requires a last name")
+ stop()
+ }
+ #get creators (what if there are none? does that even happen?)
+ existing_creators <- eml_object[["dataset"]][["creator"]]
+
+ # If there's only one creator, creator ends up with one less level of nesting. Re-nest it so that the rest of the code works consistently
+ names_list <- c("individualName", "organizationName", "positionName")
+ if (sum(names_list %in% names(existing_creators)) > 0) {
+ existing_creators <- list(creator)
+ }
+
+ #### Add in new creator(s):
+ new_creators <- NULL
+ creator <- NULL
+ for (i in seq_along(last_name)) {
+ #generate a new creator
+ creator <- list(
+ individualName = list(
+ surName = last_name[i],
+ givenName = list(
+ if (!is.na(first_name[i])){first_name[i]} else {NULL},
+ middle_name[i])),
+ organizationName = organization_name[i],
+ electronicMailAddress = email_address[i]#,
+
+ # could not get adding orcids to work; fixme later.
+ #if (!is.na(orcid[i])) {
+ # userId = list(directory = 'https://orcid.org',
+ # userId = paste0("https://orcid.org/", orcid[i]))
+ #}
+ )
+ #remove any null elements
+ creator <- creator[!sapply(creator,is.null)]
+ #add newest creator to list of new creators:
+ new_creators <- append(new_creators, list(creator))
+ }
+ replace_creators <- append(existing_creators, new_creators)
+
+ #replace old creator list with new creator list
+ eml_object[["dataset"]][["creator"]] <- replace_creators
+
+ #add NPS publisher & for or by nps
+ if (NPS == TRUE) {
+ eml_object <- .set_npspublisher(eml_object)
+ }
+ # add/update EMLeditor and version to metadataa
+ eml_object <- .set_version(eml_object)
+
+ return(eml_object)
+}
+
#' Rearrange the order of creators (authors)
#'
#' @description The `set_creator_order()` requires that your metadata contain two or more creators. The function allows users to rearrange the order of creators (authors on DataStore) or delete a creator.
diff --git a/Untitled/BICY_Example/Example_BICY_Veg_metadata.xml b/Untitled/BICY_Example/Example_BICY_Veg_metadata.xml
new file mode 100644
index 0000000..10920ad
--- /dev/null
+++ b/Untitled/BICY_Example/Example_BICY_Veg_metadata.xml
@@ -0,0 +1,16888 @@
+
+
+
+ doi: https://doi.org/10.57830/2295086
+ EXAMPLE: A Quantitative Plant Inventory of Big Cypress National Preserve: Processed Data (Publicly Available)
+
+
+ Issac
+ A
+ Quevedo
+
+ NPS
+ issac_quevedo@partner.nps.gov
+ https://orcid.org/0000-0003-0129-981X
+
+
+ SFCN
+
+
+ IMD
+
+
+
+ Robert
+ L
+ Baker
+
+ NPS
+ robert_baker@nps.gov
+ https://orcid.org/0000-0001-7591-5035
+ Contributor
+
+ 2022-11-11
+ eng
+
+ "A quantitative plant inventory was conducted between the years of 2002 and 2004 by the Institute for Regional Conservation (IRC) on the 295,100 ha Big Cypress National Preserve in southern Florida. The goal of the study was to document at least 90% of plant taxa in the preserve. Abundance was measured on three hundred, 1 km x 1 km, sample stations; two, 250 m, transects per station; intercept points spaced 2.5 m along transects; as well as sixty, 500 m, roadside belt transects. 1094 unique plant taxa, both previously known and unknown, were documented. The data has been processed for dissemination by the Inverntory and Monitoring Division (IMD), complying with Executive Order 13642, Making Open and Machine Readable the New Default for Government Information (GPO 2013). Four tabular datasets have been created using the raw data provided from the park, following Darwin Core naming standards and introducing data quality flagging where data was missing or unclear."
+
+
+
+ vegetation
+ plant
+ taxonomy
+ species
+ inventory
+ transect
+ survey
+ LTER Controlled Vocabulary
+
+
+ npspecies
+ intercept
+ belt
+
+
+ This data package is released to the "public domain" under Creative Commons CC0 1.0 "No Rights Reserved" (see: https://creativecommons.org/publicdomain/zero/1.0/). It is considered professional etiquette to provide attribution of the original work if this data package is shared in whole or by individual components. A generic citation is provided for this data package on the website https://portal.edirepository.org (herein "website") in the summary metadata page. Communication (and collaboration) with the creators of this data package is recommended to prevent duplicate research or publication. This data package (and its components) is made available "as is" and with no warranty of accuracy or fitness for use. The creators of this data package and the website shall not be liable for any damages resulting from misinterpretation or misuse of the data package or its components. Periodic updates of this data package may be available from the website. Thank you.
+
+
+
+
+ NPS Unit Connections: BICY
+
+ -80.8267
+ -81.3835
+ 26.2593
+ 25.6152
+
+
+
+ BICY
+
+ -80.9777691883015
+ -80.9777691883015
+ 25.7898999866714
+ 25.7898999866714
+
+
+
+
+
+ 2002-04-08
+
+
+ 2006-06-24
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Paspalum
+ 40990
+
+ species
+ Paspalum monostachyum
+ 41030
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Malpighiales
+ 822428
+
+ family
+ Chrysobalanaceae
+ 25356
+
+ genus
+ Chrysobalanus
+ 25147
+
+ species
+ Chrysobalanus icaco
+ icaco
+ coco plum
+ 25148
+
+
+
+
+
+
+
+
+
+
+
+
+
+ species
+ Myrica cerifera
+ southern bayberry
+ wax myrtle
+ 19261
+
+
+ variety
+ Dichanthelium ensifolium var. unciphyllum
+ 534434
+
+
+ species
+ Taxodium ascendens
+ pond cypress
+ pondcypress
+ 183433
+
+
+ species
+ Sarcostemma clausum
+ 30403
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Polypodiophytina
+ 954903
+
+ class
+ Polypodiopsida
+ leptosporangiate ferns
+ 846528
+
+ subclass
+ Polypodiidae
+ 846532
+
+ order
+ Polypodiales
+ 500029
+
+ family
+ Blechnaceae
+ Chain Ferns
+ Deer Ferns
+ Blechnoids
+ 17861
+
+ genus
+ Blechnum
+ midsorus fern
+ 17862
+
+ species
+ Blechnum serrulatum
+ toothed midsorus fern
+ 17864
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Myrtales
+ 27072
+
+ family
+ Myrtaceae
+ myrtles
+ 27172
+
+ genus
+ Eugenia
+ eugenias
+ stoppers
+ 27192
+
+ species
+ Eugenia axillaris
+ white stopper
+ 27199
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Polypodiophytina
+ 954903
+
+ class
+ Polypodiopsida
+ leptosporangiate ferns
+ 846528
+
+ subclass
+ Polypodiidae
+ 846532
+
+ order
+ Polypodiales
+ 500029
+
+ family
+ Thelypteridaceae
+ marsh ferns
+ 500085
+
+ genus
+ Thelypteris
+ marsh ferns
+ wood ferns
+ maiden fern
+ 17250
+
+ species
+ Thelypteris interrupta
+ Willdenow's maiden fern
+ 17257
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Oleaceae
+ olives
+ 32927
+
+ genus
+ Fraxinus
+ ash
+ 32928
+
+ species
+ Fraxinus caroliniana
+ Carolina ash
+ 32941
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Arecales
+ 42431
+
+ family
+ Arecaceae
+ 500043
+
+ genus
+ Sabal
+ palmetto
+ 42502
+
+ species
+ Sabal palmetto
+ cabbage palmetto
+ cabbage palm
+ 42506
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Arecales
+ 42431
+
+ family
+ Arecaceae
+ 500043
+
+ genus
+ Serenoa
+ serenoa
+ 42507
+
+ species
+ Serenoa repens
+ saw palmetto
+ 42508
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Magnolianae
+ 846543
+
+ order
+ Magnoliales
+ 18065
+
+ family
+ Annonaceae
+ custard apples
+ 18092
+
+ genus
+ Annona
+ 18095
+
+ species
+ Annona glabra
+ pond apple
+ 18101
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Panicum
+ 40901
+
+ species
+ Panicum hemitomon
+ 40909
+
+
+
+
+
+
+
+
+
+
+
+
+
+ species
+ Rapanea punctata
+ Florida rapanea
+ 23895
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Cladium
+ sawgrass
+ 39877
+
+ species
+ Cladium jamaicense
+ Jamaica swamp sawgrass
+ 39878
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Spartina
+ 41266
+
+ species
+ Spartina bakeri
+ 41273
+
+
+
+
+
+
+
+
+
+
+
+
+
+ species
+ Panicum tenerum
+ bluejoint panicum
+ bluejoint panicgrass
+ blue-joint panicgrass
+ 40958
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Sapindales
+ 28643
+
+ family
+ Anacardiaceae
+ cashews
+ 28771
+
+ genus
+ Toxicodendron
+ poison ivy
+ poison oak
+ 28818
+
+ species
+ Toxicodendron radicans
+ poison ivy
+ eastern poison ivy
+ 28821
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Plantaginaceae
+ plantains
+ 32869
+
+ genus
+ Bacopa
+ water hyssop
+ waterhyssop
+ 33037
+
+ species
+ Bacopa caroliniana
+ blue waterhyssop
+ 33039
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Pinopsida
+ conifers
+ 500009
+
+ subclass
+ Pinidae
+ 954916
+
+ order
+ Pinales
+ pines
+ 500028
+
+ family
+ Cupressaceae
+ cypress
+ redwood
+ 18042
+
+ genus
+ Taxodium
+ cypress
+ bald cypress
+ 18040
+
+ species
+ Taxodium distichum
+ baldcypress
+ bald cypress
+ 18041
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Eleocharis
+ spikerush
+ 40010
+
+ species
+ Eleocharis cellulosa
+ Gulf Coast spikerush
+ 40036
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Cirsium
+ thistle
+ 36334
+
+ species
+ Cirsium horridulum
+ yellow thistle
+ 36379
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Malpighiales
+ 822428
+
+ family
+ Salicaceae
+ willows
+ 22443
+
+ genus
+ Salix
+ willow
+ 22476
+
+ species
+ Salix caroliniana
+ coastal plain willow
+ 22516
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Baccharis
+ baccharis
+ 35681
+
+ species
+ Baccharis glomeruliflora
+ silverling
+ 35689
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Panicum
+ 40901
+
+ species
+ Panicum virgatum
+ old switch panic grass
+ 40913
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Myrtales
+ 27072
+
+ family
+ Onagraceae
+ evening primroses
+ 27279
+
+ genus
+ Ludwigia
+ seedbox
+ primrose-willow
+ 27334
+
+ species
+ Ludwigia repens
+ creeping primrose-willow
+ 27362
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Sapindales
+ 28643
+
+ family
+ Sapindaceae
+ soapberries
+ 28657
+
+ genus
+ Acer
+ maples
+ 28727
+
+ species
+ Acer rubrum
+ red maple
+ 28728
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Amphicarpum
+ 41383
+
+ species
+ Amphicarpum muhlenbergianum
+ 782171
+
+
+
+
+
+
+
+
+
+
+
+
+
+ species
+ Pluchea rosea
+ 36067
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Fagales
+ 19273
+
+ family
+ Fagaceae
+ 19275
+
+ genus
+ Quercus
+ oak
+ 19276
+
+ species
+ Quercus pumila
+ running oak
+ 195183
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Acanthaceae
+ 34350
+
+ genus
+ Ruellia
+ wild petunia
+ 34371
+
+ species
+ Ruellia succulenta
+ Carolina wild petunia
+ 520617
+
+
+
+
+
+
+
+
+
+
+
+
+
+ species
+ Piriqueta caroliniana
+ 22210
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Polypodiophytina
+ 954903
+
+ class
+ Polypodiopsida
+ leptosporangiate ferns
+ 846528
+
+ subclass
+ Polypodiidae
+ 846532
+
+ order
+ Polypodiales
+ 500029
+
+ family
+ Lomariopsidaceae
+ fringedferns
+ 897571
+
+ genus
+ Nephrolepis
+ swordfern
+ Boston fern
+ 17601
+
+ species
+ Nephrolepis exaltata
+ Boston swordfern
+ 17605
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Polypodiophytina
+ 954903
+
+ class
+ Polypodiopsida
+ leptosporangiate ferns
+ 846528
+
+ subclass
+ Polypodiidae
+ 846532
+
+ order
+ Polypodiales
+ 500029
+
+ family
+ Blechnaceae
+ Chain Ferns
+ Deer Ferns
+ Blechnoids
+ 17861
+
+ genus
+ Woodwardia
+ chain fern
+ chainfern
+ 17748
+
+ species
+ Woodwardia virginica
+ Virginia chainfern
+ 17751
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Magnolianae
+ 846543
+
+ order
+ Laurales
+ 500025
+
+ family
+ Lauraceae
+ laurels
+ 18145
+
+ genus
+ Persea
+ bay
+ 18148
+
+ species
+ Persea palustris
+ swamp bay
+ 504254
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Rhynchospora
+ beaksedge
+ 40144
+
+ species
+ Rhynchospora divergens
+ spreading beaksedge
+ 40167
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Eustachys
+ 41739
+
+ species
+ Eustachys glauca
+ 41741
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Myrtales
+ 27072
+
+ family
+ Onagraceae
+ evening primroses
+ 27279
+
+ genus
+ Ludwigia
+ seedbox
+ primrose-willow
+ 27334
+
+ species
+ Ludwigia microcarpa
+ smallfruit primrose-willow
+ 27353
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Rhynchospora
+ beaksedge
+ 40144
+
+ species
+ Rhynchospora microcarpa
+ southern beaksedge
+ 40186
+
+
+
+
+
+
+
+
+
+
+
+
+
+ species
+ Aster elliottii
+ 509275
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Apiales
+ 500017
+
+ family
+ Apiaceae
+ 500042
+
+ genus
+ Centella
+ 29611
+
+ species
+ Centella asiatica
+ spadeleaf
+ 29612
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Rhynchospora
+ beaksedge
+ 40144
+
+ species
+ Rhynchospora inundata
+ narrowfruit horned beaksedge
+ 40182
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Vitales
+ 846630
+
+ family
+ Vitaceae
+ grapes
+ 28600
+
+ genus
+ Vitis
+ grape
+ 28606
+
+ species
+ Vitis rotundifolia
+ muscadine
+ muscadine grape
+ 28609
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Liliales
+ 42612
+
+ family
+ Smilacaceae
+ catbrier
+ 43339
+
+ genus
+ Smilax
+ common greenbriar
+ greenbriar
+ sarsaparilla
+ catbrier
+ greenbrier
+ 43340
+
+ species
+ Smilax auriculata
+ earleaf greenbrier
+ wild-bamboo
+ 43349
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Rhynchospora
+ beaksedge
+ 40144
+
+ species
+ Rhynchospora corniculata
+ shortbristle horned beaksedge
+ 40146
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Magnolianae
+ 846543
+
+ order
+ Laurales
+ 500025
+
+ family
+ Lauraceae
+ laurels
+ 18145
+
+ genus
+ Cassytha
+ 18172
+
+ species
+ Cassytha filiformis
+ devil's gut
+ 18173
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Sapindales
+ 28643
+
+ family
+ Anacardiaceae
+ cashews
+ 28771
+
+ genus
+ Schinus
+ peppertree
+ 28809
+
+ species
+ Schinus terebinthifolius
+ Brazilian pepper-tree
+ Christmas berry
+ Florida holly
+ warui
+ Christmasberry
+ Brazilian peppertree
+ 28812
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Muhlenbergia
+ 41883
+
+ species
+ Muhlenbergia capillaris
+ 41902
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Fagales
+ 19273
+
+ family
+ Fagaceae
+ 19275
+
+ genus
+ Quercus
+ oak
+ 19276
+
+ species
+ Quercus virginiana
+ live oak
+ 19283
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Cyperus
+ flatsedge
+ 39882
+
+ species
+ Cyperus haspan
+ haspan flatsedge
+ 39930
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Eriocaulaceae
+ pipewort
+ 39193
+
+ genus
+ Eriocaulon
+ pipewort
+ 39194
+
+ species
+ Eriocaulon compressum
+ flattened pipewort
+ 39198
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Malpighiales
+ 822428
+
+ family
+ Rhizophoraceae
+ mangroves
+ 27789
+
+ genus
+ Rhizophora
+ mangrove
+ 27790
+
+ species
+ Rhizophora mangle
+ American mangrove
+ red mangrove
+ 27791
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Asparagales
+ 897479
+
+ family
+ Amaryllidaceae
+ 182703
+
+ genus
+ Crinum
+ swamplily
+ 182708
+
+ species
+ Crinum americanum
+ seven sisters
+ 182710
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Saxifraganae
+ 846550
+
+ order
+ Saxifragales
+ 846633
+
+ family
+ Haloragaceae
+ water milfoil
+ 27033
+
+ genus
+ Proserpinaca
+ mermaidweed
+ 27048
+
+ species
+ Proserpinaca palustris
+ marsh mermaid-weed
+ marsh mermaidweed
+ 27049
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Polypodiophytina
+ 954903
+
+ class
+ Polypodiopsida
+ leptosporangiate ferns
+ 846528
+
+ subclass
+ Polypodiidae
+ 846532
+
+ order
+ Polypodiales
+ 500029
+
+ family
+ Lomariopsidaceae
+ fringedferns
+ 897571
+
+ genus
+ Nephrolepis
+ swordfern
+ Boston fern
+ 17601
+
+ species
+ Nephrolepis biserrata
+ giant swordfern
+ 17603
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Bromeliaceae
+ 42330
+
+ genus
+ Tillandsia
+ air plant
+ airplant
+ 42359
+
+ species
+ Tillandsia variabilis
+ leatherleaf airplant
+ 505514
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Polypodiophytina
+ 954903
+
+ class
+ Polypodiopsida
+ leptosporangiate ferns
+ 846528
+
+ subclass
+ Polypodiidae
+ 846532
+
+ order
+ Polypodiales
+ 500029
+
+ family
+ Polypodiaceae
+ common ferns
+ licorice ferns
+ 17226
+
+ genus
+ Phlebodium
+ golden polypody
+ 17655
+
+ species
+ Phlebodium aureum
+ golden polypody
+ 17656
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Eupatorium
+ thoroughwort
+ 35977
+
+ species
+ Eupatorium leptophyllum
+ false fennel
+ 35991
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Scleria
+ nutrush
+ 40303
+
+ species
+ Scleria baldwinii
+ Baldwin's nutrush
+ 40304
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Bromeliaceae
+ 42330
+
+ genus
+ Tillandsia
+ air plant
+ airplant
+ 42359
+
+ species
+ Tillandsia utriculata
+ spreading airplant
+ 42372
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Bromeliaceae
+ 42330
+
+ genus
+ Tillandsia
+ air plant
+ airplant
+ 42359
+
+ species
+ Tillandsia balbisiana
+ northern needleleaf
+ 42361
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Eupatorium
+ thoroughwort
+ 35977
+
+ species
+ Eupatorium mikanioides
+ semaphore thoroughwort
+ 35994
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Flaveria
+ yellowtops
+ 37375
+
+ species
+ Flaveria linearis
+ narrowleaf yellowtops
+ 502630
+
+
+
+
+
+
+
+
+
+
+
+
+
+ species
+ Panicum rigidulum
+ 40956
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Rosales
+ 24057
+
+ family
+ Cannabaceae
+ hemp
+ 19118
+
+ genus
+ Celtis
+ hackberry
+ 19039
+
+ species
+ Celtis laevigata
+ sugar hackberry
+ sugarberry
+ 19042
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Mikania
+ hempvine
+ 36042
+
+ species
+ Mikania scandens
+ climbing hempvine
+ 36043
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Malvales
+ 21500
+
+ family
+ Malvaceae
+ mallows
+ 21608
+
+ genus
+ Sida
+ fanpetals
+ 21725
+
+ species
+ Sida acuta
+ common wireweed
+ 21726
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Rhynchospora
+ beaksedge
+ 40144
+
+ species
+ Rhynchospora miliacea
+ millet beaksedge
+ 40188
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Fagales
+ 19273
+
+ family
+ Fagaceae
+ 19275
+
+ genus
+ Quercus
+ oak
+ 19276
+
+ species
+ Quercus laurifolia
+ laurel oak
+ 19368
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Solanales
+ 500033
+
+ family
+ Solanaceae
+ nightshades
+ 30411
+
+ genus
+ Physalis
+ groundcherry
+ 30587
+
+ species
+ Physalis walteri
+ Walter's groundcherry
+ 504376
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Rhynchospora
+ beaksedge
+ 40144
+
+ species
+ Rhynchospora tracyi
+ Tracy's beaksedge
+ 40202
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Bromeliaceae
+ 42330
+
+ genus
+ Tillandsia
+ air plant
+ airplant
+ 42359
+
+ species
+ Tillandsia fasciculata
+ giant airplant
+ 42364
+
+ variety
+ Tillandsia fasciculata var. densispica
+ giant airplant
+ 530694
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Ericales
+ 23443
+
+ family
+ Ericaceae
+ heaths
+ 23463
+
+ genus
+ Lyonia
+ lyonias
+ staggerbush
+ 23558
+
+ species
+ Lyonia fruticosa
+ coastal plain staggerbush
+ 23562
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ 6
+
+ phylum
+ Tracheophyta
+ 7707728
+
+ class
+ Liliopsida
+ 196
+
+ order
+ Poales
+ 1369
+
+ family
+ Juncaceae
+ 5353
+
+ genus
+ Juncus
+ 2701072
+
+ species
+ Juncus polycephalos
+ 7310303
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Verbenaceae
+ verbenas
+ 32064
+
+ genus
+ Phyla
+ frogfruit
+ fogfruit
+ 32193
+
+ species
+ Phyla nodiflora
+ frog fruit
+ sawtooth fogfruit
+ turkey tangle
+ turkey tangle fogfruit
+ turkey tangle frogfruit
+ 32197
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Lamiaceae
+ mints
+ 32251
+
+ genus
+ Piloblephis
+ 500487
+
+ species
+ Piloblephis rigida
+ wild pennyroyal
+ 504397
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Fagales
+ 19273
+
+ family
+ Fagaceae
+ 19275
+
+ genus
+ Quercus
+ oak
+ 19276
+
+ species
+ Quercus chapmanii
+ Chapman's oak
+ 19310
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Myrtales
+ 27072
+
+ family
+ Lythraceae
+ loosestrife
+ 27074
+
+ genus
+ Cuphea
+ waxweed
+ 27094
+
+ species
+ Cuphea carthagenensis
+ Colombian waxweed
+ 27103
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Solanales
+ 500033
+
+ family
+ Hydroleaceae
+ 835373
+
+ genus
+ Hydrolea
+ false fiddleleaf
+ 31382
+
+ species
+ Hydrolea corymbosa
+ skyflower
+ 31383
+
+
+
+
+
+
+
+
+
+
+
+
+
+ species
+ Dichanthelium erectifolium
+ 41660
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Lamiaceae
+ mints
+ 32251
+
+ genus
+ Hyptis
+ bushmint
+ 32522
+
+ species
+ Hyptis alata
+ clustered bushmint
+ 32523
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Alismatales
+ 38883
+
+ family
+ Araceae
+ Arums
+ 42521
+
+ genus
+ Lemna
+ duckweed
+ 42588
+
+ species
+ Lemna obscura
+ little duckweed
+ 42593
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Dioscoreales
+ 810114
+
+ family
+ Nartheciaceae
+ 810128
+
+ genus
+ Aletris
+ colicroot
+ 42767
+
+ species
+ Aletris lutea
+ yellow colicroot
+ 42770
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Acanthaceae
+ 34350
+
+ genus
+ Ruellia
+ wild petunia
+ 34371
+
+ species
+ Ruellia caroliniensis
+ Carolina wild petunia
+ 34373
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Fabales
+ 500022
+
+ family
+ Fabaceae
+ peas
+ legumes
+ 500059
+
+ genus
+ Lysiloma
+ false tamarind
+ 26771
+
+ species
+ Lysiloma latisiliquum
+ false tamarind
+ 503631
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Malpighiales
+ 822428
+
+ family
+ Hypericaceae
+ 822429
+
+ genus
+ Hypericum
+ St. Johnswort
+ 21416
+
+ species
+ Hypericum brachyphyllum
+ coastal plain St. Johnswort
+ 21428
+
+
+
+
+
+
+
+
+
+
+
+
+
+ species
+ Ocotea coriacea
+ lancewood
+ 503982
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Solidago
+ goldenrod
+ 36223
+
+ species
+ Solidago gigantea
+ giant goldenrod
+ 36259
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Vitales
+ 846630
+
+ family
+ Vitaceae
+ grapes
+ 28600
+
+ genus
+ Vitis
+ grape
+ 28606
+
+ species
+ Vitis cinerea
+ sweet grape
+ graybark grape
+ 28615
+
+ variety
+ Vitis cinerea var. floridana
+ Florida grape
+ 530856
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Panicum
+ 40901
+
+ species
+ Panicum repens
+ 504106
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Gentianales
+ 29910
+
+ family
+ Rubiaceae
+ madders
+ 34784
+
+ genus
+ Cephalanthus
+ buttonbush
+ 34785
+
+ species
+ Cephalanthus occidentalis
+ buttonbush
+ common buttonbush
+ 34786
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Polypodiophytina
+ 954903
+
+ class
+ Polypodiopsida
+ leptosporangiate ferns
+ 846528
+
+ subclass
+ Polypodiidae
+ 846532
+
+ order
+ Polypodiales
+ 500029
+
+ family
+ Polypodiaceae
+ common ferns
+ licorice ferns
+ 17226
+
+ genus
+ Pleopeltis
+ scaly polypody
+ 17669
+
+ species
+ Pleopeltis polypodioides
+ resurrection fern
+ 504451
+
+ variety
+ Pleopeltis polypodioides var. michauxiana
+ resurrection fern
+ 897673
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Rosales
+ 24057
+
+ family
+ Rhamnaceae
+ buckthorns
+ 28445
+
+ genus
+ Berchemia
+ supplejack
+ 28446
+
+ species
+ Berchemia scandens
+ Alabama supplejack
+ 28447
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Lentibulariaceae
+ bladderworts
+ 34432
+
+ genus
+ Utricularia
+ bladderwort
+ 34443
+
+ species
+ Utricularia purpurea
+ purple bladderwort
+ eastern purple bladderwort
+ 34461
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Caryophyllanae
+ 846539
+
+ order
+ Caryophyllales
+ 19520
+
+ family
+ Caryophyllaceae
+ pinks
+ 19942
+
+ genus
+ Drymaria
+ drymary
+ 20281
+
+ species
+ Drymaria cordata
+ chickweed
+ whitesnow
+ 20282
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Cornales
+ 27788
+
+ family
+ Cornaceae
+ dogwoods
+ 27796
+
+ genus
+ Cornus
+ dogwood
+ 27798
+
+ species
+ Cornus foemina
+ stiff dogwood
+ swamp dogwood
+ 27802
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Malpighiales
+ 822428
+
+ family
+ Euphorbiaceae
+ spurge
+ 28031
+
+ genus
+ Stillingia
+ toothleaf
+ 28409
+
+ species
+ Stillingia aquatica
+ water toothleaf
+ 28410
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Pityopsis
+ silkgrass
+ 196340
+
+ species
+ Pityopsis graminifolia
+ narrowleaf silkgrass
+ 196349
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Polypodiophytina
+ 954903
+
+ class
+ Polypodiopsida
+ leptosporangiate ferns
+ 846528
+
+ subclass
+ Polypodiidae
+ 846532
+
+ order
+ Salviniales
+ water ferns
+ heterosporous ferns
+ 18004
+
+ family
+ Salviniaceae
+ water ferns
+ floating ferns
+ 18010
+
+ genus
+ Salvinia
+ watermoss
+ 18011
+
+ species
+ Salvinia minima
+ water fern
+ water spangles
+ 181822
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Celastrales
+ 27931
+
+ family
+ Celastraceae
+ bittersweet
+ 27937
+
+ genus
+ Hippocratea
+ 27934
+
+ species
+ Hippocratea volubilis
+ medicine vine
+ 27936
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Acanthaceae
+ 34350
+
+ genus
+ Avicennia
+ black mangrove
+ mangrove
+ 32136
+
+ species
+ Avicennia germinans
+ black mangrove
+ 32137
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Malpighiales
+ 822428
+
+ family
+ Hypericaceae
+ 822429
+
+ genus
+ Hypericum
+ St. Johnswort
+ 21416
+
+ species
+ Hypericum hypericoides
+ St. Andrew's cross
+ 503138
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Gentianales
+ 29910
+
+ family
+ Rubiaceae
+ madders
+ 34784
+
+ genus
+ Diodia
+ buttonweed
+ 34788
+
+ species
+ Diodia virginiana
+ Virginia buttonweed
+ 34790
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Myrtales
+ 27072
+
+ family
+ Combretaceae
+ combretums
+ 27755
+
+ genus
+ Conocarpus
+ mangrove
+ 27765
+
+ species
+ Conocarpus erectus
+ button mangrove
+ 27766
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Helenium
+ sneezeweed
+ 36005
+
+ species
+ Helenium pinnatifidum
+ southeastern sneezeweed
+ 36019
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Liliales
+ 42612
+
+ family
+ Smilacaceae
+ catbrier
+ 43339
+
+ genus
+ Smilax
+ common greenbriar
+ greenbriar
+ sarsaparilla
+ catbrier
+ greenbrier
+ 43340
+
+ species
+ Smilax bona-nox
+ saw greenbrier
+ 43341
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Asparagales
+ 897479
+
+ family
+ Orchidaceae
+ orchids
+ 43397
+
+ genus
+ Encyclia
+ butterfly orchid
+ 43551
+
+ species
+ Encyclia tampensis
+ Tampa butterfly orchid
+ 43554
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Rosales
+ 24057
+
+ family
+ Urticaceae
+ nettles
+ 19119
+
+ genus
+ Boehmeria
+ false nettle
+ 19120
+
+ species
+ Boehmeria cylindrica
+ small-spike false nettle
+ smallspike false nettle
+ 19121
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Alismatales
+ 38883
+
+ family
+ Hydrocharitaceae
+ frog's bit
+ tape-grass
+ waternymphs
+ 38935
+
+ genus
+ Hydrilla
+ 38973
+
+ species
+ Hydrilla verticillata
+ Florida elodea
+ water thyme
+ hydrilla
+ water-thyme
+ waterthyme
+ 38974
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Sporobolus
+ 42115
+
+ species
+ Sporobolus virginicus
+ 42127
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Scleria
+ nutrush
+ 40303
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Eupatorium
+ thoroughwort
+ 35977
+
+ species
+ Eupatorium serotinum
+ lateflowering thoroughwort
+ 35981
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Polypodiophytina
+ 954903
+
+ class
+ Polypodiopsida
+ leptosporangiate ferns
+ 846528
+
+ subclass
+ Polypodiidae
+ 846532
+
+ order
+ Polypodiales
+ 500029
+
+ family
+ Polypodiaceae
+ common ferns
+ licorice ferns
+ 17226
+
+ genus
+ Campyloneurum
+ strapfern
+ 17425
+
+ species
+ Campyloneurum phyllitidis
+ long strapfern
+ 17429
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Santalanae
+ 846549
+
+ order
+ Santalales
+ 27840
+
+ family
+ Ximeniaceae
+ 895563
+
+ genus
+ Ximenia
+ 27849
+
+ species
+ Ximenia americana
+ tallow wood
+ tallowwood
+ 27850
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Polypodiophytina
+ 954903
+
+ class
+ Polypodiopsida
+ leptosporangiate ferns
+ 846528
+
+ subclass
+ Polypodiidae
+ 846532
+
+ order
+ Polypodiales
+ 500029
+
+ family
+ Thelypteridaceae
+ marsh ferns
+ 500085
+
+ genus
+ Thelypteris
+ marsh ferns
+ wood ferns
+ maiden fern
+ 17250
+
+ species
+ Thelypteris kunthii
+ Kunth's maiden fern
+ 17258
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Vitales
+ 846630
+
+ family
+ Vitaceae
+ grapes
+ 28600
+
+ genus
+ Parthenocissus
+ creeper
+ 28601
+
+ species
+ Parthenocissus quinquefolia
+ American ivy
+ fiveleaved ivy
+ woodbine
+ Virginia creeper
+ 28602
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Acanthaceae
+ 34350
+
+ genus
+ Dyschoriste
+ snakeherb
+ 500252
+
+ species
+ Dyschoriste angusta
+ pineland snakeherb
+ 502189
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Saccharum
+ 42054
+
+ species
+ Saccharum giganteum
+ 504933
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Eriocaulaceae
+ pipewort
+ 39193
+
+ genus
+ Eriocaulon
+ pipewort
+ 39194
+
+ species
+ Eriocaulon ravenelii
+ Ravenel's pipewort
+ 39201
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Fabales
+ 500022
+
+ family
+ Fabaceae
+ peas
+ legumes
+ 500059
+
+ genus
+ Chamaecrista
+ sensitive pea
+ 500196
+
+ species
+ Chamaecrista fasciculata
+ partridge pea
+ sleepingplant
+ showy partridgepea
+ 501383
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Fuirena
+ umbrella-sedge
+ 40130
+
+ species
+ Fuirena breviseta
+ saltmarsh umbrella-sedge
+ 40133
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Rosales
+ 24057
+
+ family
+ Moraceae
+ mulberries
+ 19063
+
+ genus
+ Ficus
+ fig
+ 19081
+
+ species
+ Ficus aurea
+ Florida strangler
+ Florida strangler fig
+ 19092
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Bromeliaceae
+ 42330
+
+ genus
+ Tillandsia
+ air plant
+ airplant
+ 42359
+
+ species
+ Tillandsia setacea
+ southern needleleaf
+ 42370
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Ranunculanae
+ 846547
+
+ order
+ Ranunculales
+ 18409
+
+ family
+ Ranunculaceae
+ buttercups
+ crowfoot
+ 18410
+
+ genus
+ Clematis
+ leather flower
+ 18685
+
+ species
+ Clematis baldwinii
+ pine hyacinth
+ 18689
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Solidago
+ goldenrod
+ 36223
+
+ species
+ Solidago stricta
+ wand goldenrod
+ 36315
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Juncaceae
+ rushes
+ Rush Family
+ 39219
+
+ genus
+ Juncus
+ rush
+ 39220
+
+ species
+ Juncus marginatus
+ grassleaf rush
+ 39289
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Plantaginaceae
+ plantains
+ 32869
+
+ genus
+ Gratiola
+ hedge hyssop
+ hedgehyssop
+ 33189
+
+ species
+ Gratiola ramosa
+ branched hedgehyssop
+ 33199
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Juncaceae
+ rushes
+ Rush Family
+ 39219
+
+ genus
+ Juncus
+ rush
+ 39220
+
+ species
+ Juncus megacephalus
+ bighead rush
+ 39291
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Coreopsis
+ tickseed
+ 37123
+
+ species
+ Coreopsis leavenworthii
+ Leavenworth's tickseed
+ 37141
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Stenotaphrum
+ 42156
+
+ species
+ Stenotaphrum secundatum
+ 42157
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Bromeliaceae
+ 42330
+
+ genus
+ Tillandsia
+ air plant
+ airplant
+ 42359
+
+ species
+ Tillandsia paucifolia
+ potbelly airplant
+ 505511
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Malpighiales
+ 822428
+
+ family
+ Hypericaceae
+ 822429
+
+ genus
+ Hypericum
+ St. Johnswort
+ 21416
+
+ species
+ Hypericum cistifolium
+ roundpod St. Johnswort
+ 21432
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Acanthaceae
+ 34350
+
+ genus
+ Elytraria
+ scalystem
+ 182353
+
+ species
+ Elytraria caroliniensis
+ Carolina scalystem
+ 502286
+
+ variety
+ Elytraria caroliniensis var. angustifolia
+ Carolina scalystem
+ 527871
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Eragrostis
+ 40716
+
+ species
+ Eragrostis elliottii
+ 40720
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Asparagales
+ 897479
+
+ family
+ Iridaceae
+ 43190
+
+ genus
+ Sisyrinchium
+ blue-eyed grass
+ 43237
+
+ species
+ Sisyrinchium angustifolium
+ blueeyed grass
+ common blue-eyed grass
+ common blue-eyedgrass
+ blue-eyed grass
+ narrowleaf blue-eyed grass
+ 43240
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Malpighiales
+ 822428
+
+ family
+ Passifloraceae
+ 22218
+
+ genus
+ Passiflora
+ passionflower
+ 22219
+
+ species
+ Passiflora suberosa
+ corky passionflower
+ devil's pumpkin
+ huehue haole
+ indigo berry
+ wild passionfruit
+ maypop
+ corkystem passionflower
+ 22232
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Liliales
+ 42612
+
+ family
+ Smilacaceae
+ catbrier
+ 43339
+
+ genus
+ Smilax
+ common greenbriar
+ greenbriar
+ sarsaparilla
+ catbrier
+ greenbrier
+ 43340
+
+ species
+ Smilax tamnoides
+ bristly greenbrier
+ 43348
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Eleocharis
+ spikerush
+ 40010
+
+ species
+ Eleocharis geniculata
+ Canada spikesedge
+ 40046
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Solanales
+ 500033
+
+ family
+ Convolvulaceae
+ morningglories
+ morning-glories
+ 30648
+
+ genus
+ Ipomoea
+ morningglory
+ morning-glory
+ 30758
+
+ species
+ Ipomoea sagittata
+ saltmarsh morning-glory
+ 30792
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Sapindales
+ 28643
+
+ family
+ Burseraceae
+ burseras
+ 28762
+
+ genus
+ Bursera
+ bursera
+ 28763
+
+ species
+ Bursera simaruba
+ West Indian birch
+ gumbo limbo
+ 28766
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Aristida
+ 41400
+
+ species
+ Aristida purpurascens
+ 41428
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Liliales
+ 42612
+
+ family
+ Smilacaceae
+ catbrier
+ 43339
+
+ genus
+ Smilax
+ common greenbriar
+ greenbriar
+ sarsaparilla
+ catbrier
+ greenbrier
+ 43340
+
+ species
+ Smilax laurifolia
+ laurel greenbrier
+ 43345
+
+
+
+
+
+
+
+
+
+
+
+
+
+ species
+ Spermacoce assurgens
+ woodland false buttonweed
+ 35244
+
+
+ variety
+ Sagittaria graminea var. chapmanii
+ Chapman's arrowhead
+ 530206
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Carex
+ sedge species
+ sedges
+ sedge
+ 39369
+
+ species
+ Carex lupuliformis
+ false hop sedge
+ 39412
+
+
+
+
+
+
+
+
+
+
+
+
+
+ species
+ Aster carolinianus
+ 35540
+
+
+ species
+ Coelorachis rugosa
+ 41582
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Ericales
+ 23443
+
+ family
+ Sapotaceae
+ sapodillas
+ sapotes
+ 23802
+
+ genus
+ Sideroxylon
+ bumelia
+ bully
+ 500559
+
+ species
+ Sideroxylon salicifolium
+ white bully
+ 505224
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Magnolianae
+ 846543
+
+ order
+ Magnoliales
+ 18065
+
+ family
+ Magnoliaceae
+ magnolias
+ 18068
+
+ genus
+ Magnolia
+ 18069
+
+ species
+ Magnolia virginiana
+ laurier doux
+ swamp-bay
+ sweetbay
+ 18070
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Malpighiales
+ 822428
+
+ family
+ Hypericaceae
+ 822429
+
+ genus
+ Hypericum
+ St. Johnswort
+ 21416
+
+ species
+ Hypericum tetrapetalum
+ fourpetal St. Johnswort
+ 21463
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Eustachys
+ 41739
+
+ species
+ Eustachys petraea
+ 41743
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Gentianales
+ 29910
+
+ family
+ Apocynaceae
+ dogbane
+ 30124
+
+ genus
+ Asclepias
+ milkweed
+ 30240
+
+ species
+ Asclepias tuberosa
+ butterfly milkweed
+ 30313
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Polypodiophytina
+ 954903
+
+ class
+ Polypodiopsida
+ leptosporangiate ferns
+ 846528
+
+ subclass
+ Polypodiidae
+ 846532
+
+ order
+ Schizaeales
+ 846603
+
+ family
+ Anemiaceae
+ flowering ferns
+ 500039
+
+ genus
+ Anemia
+ 17974
+
+ species
+ Anemia adiantifolia
+ pineland fern
+ pine fern
+ 17975
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Sacciolepis
+ 41226
+
+ species
+ Sacciolepis indica
+ 41228
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Pterocaulon
+ blackroot
+ 38318
+
+ species
+ Pterocaulon pycnostachyum
+ dense-spike blackroot
+ 519743
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Fuirena
+ umbrella-sedge
+ 40130
+
+ species
+ Fuirena scirpoidea
+ southern umbrella-sedge
+ 40136
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Solanales
+ 500033
+
+ family
+ Convolvulaceae
+ morningglories
+ morning-glories
+ 30648
+
+ genus
+ Evolvulus
+ dwarf morningglory
+ dwarf morning-glory
+ 30843
+
+ species
+ Evolvulus sericeus
+ silky evolvulus
+ silver dwarf morningglory
+ silver dwarf morning-glory
+ 30849
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Dioscoreales
+ 810114
+
+ family
+ Burmanniaceae
+ 43384
+
+ genus
+ Burmannia
+ bluethread
+ 43387
+
+ species
+ Burmannia capitata
+ southern bluethread
+ 43389
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Boltonia
+ doll's daisy
+ 36852
+
+ species
+ Boltonia diffusa
+ smallhead doll's daisy
+ 36855
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Dichanthelium
+ 41645
+
+ species
+ Dichanthelium dichotomum
+ 41659
+
+
+
+
+
+
+
+
+
+
+
+
+
+ species
+ Chiococca parvifolia
+ pineland milkberry
+ 34959
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Carex
+ sedge species
+ sedges
+ sedge
+ 39369
+
+ species
+ Carex gigantea
+ giant sedge
+ 39394
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Dichanthelium
+ 41645
+
+ species
+ Dichanthelium commutatum
+ 41647
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Iva
+ marsh elder
+ iva
+ marshelder
+ sumpweed
+ 36024
+
+ species
+ Iva microcephala
+ piedmont marsh elder
+ 36039
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Schoenus
+ bogrush
+ 40300
+
+ species
+ Schoenus nigricans
+ black bogrush
+ 40302
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Solidago
+ goldenrod
+ 36223
+
+ species
+ Solidago fistulosa
+ pine barren goldenrod
+ 36254
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Ericales
+ 23443
+
+ family
+ Primulaceae
+ primroses
+ 23929
+
+ genus
+ Ardisia
+ marlberry
+ 23888
+
+ species
+ Ardisia escallonioides
+ island marlberry
+ 836229
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Paspalidium
+ 41996
+
+ species
+ Paspalidium geminatum
+ 41997
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Paspalum
+ 40990
+
+ species
+ Paspalum conjugatum
+ 41015
+
+
+
+
+
+
+
+
+
+
+
+
+
+ variety
+ Pteridium aquilinum var. pseudocaudatum
+ tailed bracken
+ western brackenfern
+ 529921
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Lentibulariaceae
+ bladderworts
+ 34432
+
+ genus
+ Utricularia
+ bladderwort
+ 34443
+
+ species
+ Utricularia resupinata
+ northeastern bladderwort
+ lavender bladderwort
+ 34463
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Dichanthelium
+ 41645
+
+ species
+ Dichanthelium strigosum
+ 502039
+
+ variety
+ Dichanthelium strigosum var. glabrescens
+ 527703
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Magnolianae
+ 846543
+
+ order
+ Piperales
+ 18217
+
+ family
+ Saururaceae
+ lizard tails
+ 18219
+
+ genus
+ Saururus
+ 18220
+
+ species
+ Saururus cernuus
+ lizard's tail
+ 18221
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Plantaginaceae
+ plantains
+ 32869
+
+ genus
+ Bacopa
+ water hyssop
+ waterhyssop
+ 33037
+
+ species
+ Bacopa monnieri
+ herb-of-grace
+ coastal waterhyssop
+ herb of grace
+ 33038
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Myrtales
+ 27072
+
+ family
+ Onagraceae
+ evening primroses
+ 27279
+
+ genus
+ Ludwigia
+ seedbox
+ primrose-willow
+ 27334
+
+ species
+ Ludwigia alata
+ winged primrose-willow
+ 27338
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Caryophyllanae
+ 846539
+
+ order
+ Caryophyllales
+ 19520
+
+ family
+ Phytolaccaceae
+ pokeweed
+ 19521
+
+ genus
+ Phytolacca
+ pokeweed
+ 19522
+
+ species
+ Phytolacca americana
+ pokeweed
+ inkberry
+ pigeonberry
+ pokeberry
+ common pokeweed
+ poke
+ American pokeweed
+ 19523
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Eleocharis
+ spikerush
+ 40010
+
+ species
+ Eleocharis baldwinii
+ Baldwin's spikerush
+ 40029
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Eragrostis
+ 40716
+
+ species
+ Eragrostis atrovirens
+ 40718
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Fabales
+ 500022
+
+ family
+ Fabaceae
+ peas
+ legumes
+ 500059
+
+ genus
+ Vigna
+ cowpea
+ 27015
+
+ species
+ Vigna luteola
+ hairypod cowpea
+ Dalrymple vigna
+ 27016
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Erigeron
+ fleabane
+ daisy
+ 35803
+
+ species
+ Erigeron quercifolius
+ oakleaf fleabane
+ 35940
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Andropogon
+ 40450
+
+ species
+ Andropogon glomeratus
+ 40454
+
+ variety
+ Andropogon glomeratus var. pumilus
+ 182522
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Bromeliaceae
+ 42330
+
+ genus
+ Tillandsia
+ air plant
+ airplant
+ 42359
+
+ species
+ Tillandsia usneoides
+ Spanish moss
+ 42371
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Rhynchospora
+ beaksedge
+ 40144
+
+ species
+ Rhynchospora colorata
+ starrush whitetop
+ 504777
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Asparagales
+ 897479
+
+ family
+ Orchidaceae
+ orchids
+ 43397
+
+ genus
+ Oeceoclades
+ monk orchid
+ 43653
+
+ species
+ Oeceoclades maculata
+ monk orchid
+ 43654
+
+
+
+
+
+
+
+
+
+
+
+
+
+ species
+ Hedyotis uniflora
+ 514521
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Campanulaceae
+ harebells
+ 34471
+
+ genus
+ Lobelia
+ 34503
+
+ species
+ Lobelia glandulosa
+ glade lobelia
+ 34522
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Apiales
+ 500017
+
+ family
+ Apiaceae
+ 500042
+
+ genus
+ Oxypolis
+ cowbane
+ 29543
+
+ species
+ Oxypolis filiformis
+ water cowbane
+ 29547
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Gentianales
+ 29910
+
+ family
+ Loganiaceae
+ loganias
+ 29911
+
+ genus
+ Mitreola
+ hornpod
+ 500424
+
+ species
+ Mitreola petiolata
+ lax hornpod
+ 503858
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Alismatales
+ 38883
+
+ family
+ Alismataceae
+ arrowhead
+ water-plantain
+ 38890
+
+ genus
+ Sagittaria
+ arrowhead
+ 38903
+
+ species
+ Sagittaria lancifolia
+ bulltongue
+ scythefruit arrowhead
+ bulltongue arrowhead
+ 38923
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Zingiberales
+ 42381
+
+ family
+ Marantaceae
+ arrowroot
+ prayer-plant
+ 42420
+
+ genus
+ Thalia
+ alligatorflag
+ alligator-flag
+ 42427
+
+ species
+ Thalia geniculata
+ bent alligator-flag
+ 42429
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Polypodiophytina
+ 954903
+
+ class
+ Polypodiopsida
+ leptosporangiate ferns
+ 846528
+
+ subclass
+ Polypodiidae
+ 846532
+
+ order
+ Polypodiales
+ 500029
+
+ family
+ Thelypteridaceae
+ marsh ferns
+ 500085
+
+ genus
+ Thelypteris
+ marsh ferns
+ wood ferns
+ maiden fern
+ 17250
+
+ species
+ Thelypteris palustris
+ marsh fern
+ meadow fern
+ eastern marsh fern
+ 17251
+
+ variety
+ Thelypteris palustris var. pubescens
+ eastern marsh fern
+ 530656
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Commelinales
+ 39093
+
+ family
+ Pontederiaceae
+ pickerel-weed
+ 42614
+
+ genus
+ Pontederia
+ pontederia
+ pickerel-weed
+ pickerelweed
+ 42619
+
+ species
+ Pontederia cordata
+ pickerelweed
+ 42620
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Caryophyllanae
+ 846539
+
+ order
+ Caryophyllales
+ 19520
+
+ family
+ Droseraceae
+ sundews
+ 22006
+
+ genus
+ Drosera
+ sundew
+ catch-fly
+ dew-threads
+ 22009
+
+ species
+ Drosera capillaris
+ pink sundew
+ 22011
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Polypodiophytina
+ 954903
+
+ class
+ Polypodiopsida
+ leptosporangiate ferns
+ 846528
+
+ subclass
+ Polypodiidae
+ 846532
+
+ order
+ Polypodiales
+ 500029
+
+ family
+ Pteridaceae
+ maidenhair ferns
+ 500073
+
+ genus
+ Vittaria
+ shoestring ferns
+ 17730
+
+ species
+ Vittaria lineata
+ shoestring fern
+ 17731
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Ericales
+ 23443
+
+ family
+ Ericaceae
+ heaths
+ 23463
+
+ genus
+ Vaccinium
+ blueberries
+ huckleberry
+ blueberry
+ 23571
+
+ species
+ Vaccinium darrowii
+ Darrow's blueberry
+ 23590
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Xyridaceae
+ Yellow-eyed-grass Family
+ 39095
+
+ genus
+ Xyris
+ yellow-eyed-grass
+ yelloweyed grass
+ 39096
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Polypodiophytina
+ 954903
+
+ class
+ Polypodiopsida
+ leptosporangiate ferns
+ 846528
+
+ subclass
+ Ophioglossidae
+ 846533
+
+ order
+ Psilotales
+ 17004
+
+ family
+ Psilotaceae
+ 17005
+
+ genus
+ Psilotum
+ whisk fern
+ 17006
+
+ species
+ Psilotum nudum
+ whisk fern
+ 17008
+
+
+
+
+
+
+
+
+
+
+
+
+
+ species
+ Aster bracei
+ 193313
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Asparagales
+ 897479
+
+ family
+ Amaryllidaceae
+ 182703
+
+ genus
+ Hymenocallis
+ spiderlily
+ 500341
+
+ species
+ Hymenocallis palmeri
+ alligatorlily
+ 503112
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Caryophyllanae
+ 846539
+
+ order
+ Caryophyllales
+ 19520
+
+ family
+ Cactaceae
+ cacti
+ 19685
+
+ genus
+ Opuntia
+ pricklypear
+ cholla
+ 19686
+
+ species
+ Opuntia humifusa
+ 19710
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Malvales
+ 21500
+
+ family
+ Malvaceae
+ mallows
+ 21608
+
+ genus
+ Melochia
+ broom-wood
+ 21547
+
+ species
+ Melochia spicata
+ bretonica peluda
+ 503747
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Verbesina
+ crownbeard
+ 38594
+
+ species
+ Verbesina virginica
+ white crownbeard
+ 38613
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Lamiaceae
+ mints
+ 32251
+
+ genus
+ Teucrium
+ germander
+ 32351
+
+ species
+ Teucrium canadense
+ wood sage
+ hairy germander
+ American germander
+ Canada germander
+ 32352
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Paspalum
+ 40990
+
+ species
+ Paspalum caespitosum
+ 40996
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Acanthaceae
+ 34350
+
+ genus
+ Justicia
+ water-willow
+ 34351
+
+ species
+ Justicia angusta
+ pineland water-willow
+ 182329
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Lentibulariaceae
+ bladderworts
+ 34432
+
+ genus
+ Utricularia
+ bladderwort
+ 34443
+
+ species
+ Utricularia subulata
+ zigzag bladderwort
+ 34465
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Dichanthelium
+ 41645
+
+ species
+ Dichanthelium laxiflorum
+ 41661
+
+
+
+
+
+
+
+
+
+
+
+
+
+ species
+ Sabatia bartramii
+ Bartram's rose gentian
+ 30007
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Andropogon
+ 40450
+
+ species
+ Andropogon virginicus
+ 40456
+
+ variety
+ Andropogon virginicus var. glaucus
+ 182525
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Malpighiales
+ 822428
+
+ family
+ Phyllanthaceae
+ 845434
+
+ genus
+ Phyllanthus
+ leaf flower
+ leafflower
+ 28364
+
+ species
+ Phyllanthus caroliniensis
+ Carolina leaf-flower
+ 28368
+
+ subspecies
+ Phyllanthus caroliniensis ssp. saxicola
+ Carolina leaf-flower
+ 28370
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Rhynchospora
+ beaksedge
+ 40144
+
+ species
+ Rhynchospora fascicularis
+ fascicled beaksedge
+ 40169
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Lentibulariaceae
+ bladderworts
+ 34432
+
+ genus
+ Pinguicula
+ butterwort
+ 34433
+
+ species
+ Pinguicula pumila
+ small butterwort
+ 34441
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Eupatorium
+ thoroughwort
+ 35977
+
+ species
+ Eupatorium mohrii
+ Mohr's thoroughwort
+ 502518
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Fabales
+ 500022
+
+ family
+ Fabaceae
+ peas
+ legumes
+ 500059
+
+ genus
+ Galactia
+ milkpea
+ 26683
+
+ species
+ Galactia volubilis
+ downy milkpea
+ 26703
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Menyanthaceae
+ bog beans
+ 30895
+
+ genus
+ Nymphoides
+ floatingheart
+ 29995
+
+ species
+ Nymphoides aquatica
+ big floatingheart
+ 29996
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Eupatorium
+ thoroughwort
+ 35977
+
+ species
+ Eupatorium capillifolium
+ dogfennel
+ 35978
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Fabales
+ 500022
+
+ family
+ Fabaceae
+ peas
+ legumes
+ 500059
+
+ genus
+ Erythrina
+ coraltrees
+ 26675
+
+ species
+ Erythrina herbacea
+ redcardinal
+ eastern coralbean
+ 26678
+
+
+
+
+
+
+
+
+
+
+
+
+
+ species
+ Polygala grandiflora
+ showy milkwort
+ 29336
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Scleria
+ nutrush
+ 40303
+
+ species
+ Scleria ciliata
+ fringed nutrush
+ 40305
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Gentianales
+ 29910
+
+ family
+ Gentianaceae
+ gentians
+ 29962
+
+ genus
+ Sabatia
+ rose gentian
+ 30000
+
+ species
+ Sabatia stellaris
+ rose of Plymouth
+ 30004
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Baccharis
+ baccharis
+ 35681
+
+ species
+ Baccharis halimifolia
+ eastern baccharis
+ 35682
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Linderniaceae
+ 834076
+
+ genus
+ Lindernia
+ false pimpernel
+ 33220
+
+ species
+ Lindernia grandiflora
+ savannah false pimpernel
+ 33224
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Lentibulariaceae
+ bladderworts
+ 34432
+
+ genus
+ Utricularia
+ bladderwort
+ 34443
+
+ species
+ Utricularia cornuta
+ horned bladderwort
+ 34447
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Lentibulariaceae
+ bladderworts
+ 34432
+
+ genus
+ Utricularia
+ bladderwort
+ 34443
+
+ species
+ Utricularia foliosa
+ leafy bladderwort
+ 34450
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Scleria
+ nutrush
+ 40303
+
+ species
+ Scleria verticillata
+ low nutrush
+ 40319
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Gentianales
+ 29910
+
+ family
+ Rubiaceae
+ madders
+ 34784
+
+ genus
+ Psychotria
+ wild coffee
+ 35090
+
+ species
+ Psychotria nervosa
+ Seminole balsamo
+ 35092
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Setaria
+ 41229
+
+ species
+ Setaria parviflora
+ 505191
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Eleocharis
+ spikerush
+ 40010
+
+ species
+ Eleocharis interstincta
+ knotted spikerush
+ 40048
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Aquifoliales
+ 835356
+
+ family
+ Aquifoliaceae
+ hollies
+ 27979
+
+ genus
+ Ilex
+ hollies
+ holly
+ 27980
+
+ species
+ Ilex cassine
+ dahoon
+ 27992
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Plantaginaceae
+ plantains
+ 32869
+
+ genus
+ Limnophila
+ marshweed
+ 33634
+
+ species
+ Limnophila sessiliflora
+ ambulia
+ Asian marshweed
+ 33635
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Xyridaceae
+ Yellow-eyed-grass Family
+ 39095
+
+ genus
+ Xyris
+ yellow-eyed-grass
+ yelloweyed grass
+ 39096
+
+ species
+ Xyris difformis
+ southern yelloweyed grass
+ bog yelloweyed grass
+ 39102
+
+ variety
+ Xyris difformis var. floridana
+ Florida yelloweyed grass
+ 530882
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Asparagales
+ 897479
+
+ family
+ Orchidaceae
+ orchids
+ 43397
+
+ genus
+ Polystachya
+ yellowspike orchid
+ 43683
+
+ species
+ Polystachya concreta
+ greater yellowspike orchid
+ 165838
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Axonopus
+ 41463
+
+ species
+ Axonopus furcatus
+ 41466
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Fagales
+ 19273
+
+ family
+ Fagaceae
+ 19275
+
+ genus
+ Quercus
+ oak
+ 19276
+
+ species
+ Quercus minima
+ dwarf live oak
+ 19377
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Plantaginaceae
+ plantains
+ 32869
+
+ genus
+ Mecardonia
+ 33644
+
+ species
+ Mecardonia acuminata
+ axilflower
+ 33645
+
+ variety
+ Mecardonia acuminata var. peninsularis
+ axilflower
+ 529113
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Cyperaceae
+ sedges
+ 39357
+
+ genus
+ Rhynchospora
+ beaksedge
+ 40144
+
+ species
+ Rhynchospora odorata
+ fragrant beaksedge
+ 40190
+
+
+
+
+
+
+
+
+
+
+
+
+
+ species
+ Harrisella porrecta
+ needleroot airplant orchid
+ 43602
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Lamiales
+ 31632
+
+ family
+ Plantaginaceae
+ plantains
+ 32869
+
+ genus
+ Scoparia
+ licorice weed
+ 34028
+
+ species
+ Scoparia dulcis
+ licorice weed
+ 34029
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Phragmites
+ 41071
+
+ species
+ Phragmites australis
+ 41072
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Lilianae
+ monocots
+ monocotyledons
+ 846542
+
+ order
+ Poales
+ 846620
+
+ family
+ Poaceae
+ 40351
+
+ genus
+ Andropogon
+ 40450
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Rosanae
+ 846548
+
+ order
+ Sapindales
+ 28643
+
+ family
+ Anacardiaceae
+ cashews
+ 28771
+
+ genus
+ Rhus
+ sumac
+ 28772
+
+ species
+ Rhus copallinum
+ flameleaf sumac
+ winged sumac
+ shining sumac
+ 504754
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kingdom
+ Plantae
+ plants
+ 202422
+
+ subkingdom
+ Viridiplantae
+ green plants
+ 954898
+
+ infrakingdom
+ Streptophyta
+ land plants
+ 846494
+
+ superdivision
+ Embryophyta
+ 954900
+
+ division
+ Tracheophyta
+ vascular plants
+ tracheophytes
+ 846496
+
+ subdivision
+ Spermatophytina
+ spermatophytes
+ seed plants
+ 846504
+
+ class
+ Magnoliopsida
+ 18063
+
+ superorder
+ Asteranae
+ 846535
+
+ order
+ Asterales
+ 35419
+
+ family
+ Asteraceae
+ sunflowers
+ 35420
+
+ genus
+ Vernonia
+ ironweed
+ 38615
+
+ species
+ Vernonia blodgettii
+ Florida ironweed
+ 38625
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ complete
+
+
+
+ Judd
+ Patterson
+
+ NPS
+ judd_patterson@nps.gov
+ https://orcid.org/0000-0002-0951-7917
+
+
+ National Park Service
+
+ 1201 Oakridge Drive, Suite 150
+ Fort Collins
+ CO
+ 80525
+ USA
+
+ irma@nps.gov
+ http://www.nps.gov
+ https://ror.org/044zqqy65
+
+
+
+
+ "Citation: Bradley KA, Woodmansee SW, Sadle JL, Gann GD. 2005. A quantitative plant inventory of the Big Cypress National Preserve. The Institute for Regional Conservation. Homestead, Florida. Available at: https://irma.nps.gov/DataStore/Reference/Profile/646691"
+
+
+
+
+
+ Example Intercept Observations
+ Paired down, example species observation table from plants found on intercept points.
+
+ Mini_BICY_Veg_Intercept_Cleaned.csv
+ 191995
+ d2f8fe468e393c41c6dccf30bab1a91a
+
+
+ 1
+ \n
+ column
+
+ ,
+
+
+
+
+
+ https://irma.nps.gov/DataStore/Reference/Profile/2295086
+
+
+
+
+
+ scientificName
+ The full scientific name for the observed species according to the Guide to the Vascular Plants of Florida, Second Edition published by Richard P. Wunderlin and Bruce F. Hansen in 2003. University Press of Florida.
+ string
+
+
+
+
+ The full scientific name for the observed species according to the Guide to the Vascular Plants of Florida, Second Edition published by Richard P. Wunderlin and Bruce F. Hansen in 2003. University Press of Florida.
+
+
+
+
+
+
+ vernacularName
+ The common name in English.
+ string
+
+
+
+
+ The common name in English.
+
+
+
+
+
+
+ namePublishedIn
+ A reference for the publication in which the scientificName was originally established.
+ string
+
+
+
+
+ A reference for the publication in which the scientificName was originally established.
+
+
+
+
+
+
+ custom_TaxonAsRecorded
+ The species code used by the researchers who conducted the study.
+ string
+
+
+
+
+ The species code used by the researchers who conducted the study.
+
+
+
+
+
+
+ basisOfRecord
+ The specific nature of the data record.
+ string
+
+
+
+
+ The specific nature of the data record.
+
+
+
+
+
+
+ eventDate
+ The date during which the species occurrence was observed.
+ date
+
+
+ YYYY-MM-DD
+
+
+
+
+ locality
+ The specific description of the place where the study occurred.
+ string
+
+
+
+
+ The specific description of the place where the study occurred.
+
+
+
+
+
+
+ locationID
+ An identifier for the set of transects.
+ string
+
+
+
+
+ An identifier for the set of transects.
+
+
+
+
+
+
+ fieldNotes
+ Notes taken in the field about the study.
+ string
+
+
+
+
+ Notes taken in the field about the study.
+
+
+
+
+
+
+ custom_TransectStartLatitude
+ The geographic latitude (in decimal degrees, using the spatial reference system WGS84) of the beginning of the transect on which the species occurrence was observed.
+ float
+
+
+
+ degree
+
+
+ real
+
+ 25.6988
+ 26.2539
+
+
+
+
+
+
+ custom_TransectStartLongitude
+ The geographic longitude (in decimal degrees, using the spatial reference system WGS84) of the beginning of the transect on which the species occurrence was observed.
+ float
+
+
+
+ degree
+
+
+ real
+
+ -81.3738
+ -80.8414
+
+
+
+
+
+
+ custom_TransectEndLatitude
+ The geographic latitude (in decimal degrees, using the spatial reference system WGS84) of the end of the transect on which the species occurrence was observed.
+ float
+
+
+
+ degree
+
+
+ real
+
+ 25.6966
+ 26.2547
+
+
+
+
+
+
+ custom_TransectEndLongitude
+ The geographic longitude (in decimal degrees, using the spatial reference system WGS84) of the end of the transect on which the species occurrence was observed.
+ float
+
+
+
+ degree
+
+
+ real
+
+ -81.3763
+ -80.8422
+
+
+
+
+
+
+ geodeticDatum
+ The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based.
+ string
+
+
+
+
+ The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based.
+
+
+
+
+
+
+ coordinateUncertaintyInMeters
+ The horizontal distance (in meters) from the given decimalLatitude and decimalLongitude describing the smallest circle containing the whole of the Location.
+ float
+
+
+
+ meter
+
+
+ natural
+
+ 314
+ 314
+
+
+
+
+
+
+ locationRemarks
+ Comments or notes about the Location.
+ string
+
+
+
+
+ Comments or notes about the Location.
+
+
+
+
+
+
+ verbatimCoordinates
+ The verbatim original spatial coordinates of the transects in UTM's.
+ string
+
+
+
+
+ The verbatim original spatial coordinates of the transects in UTM's.
+
+
+
+
+
+
+ verbatimCoordinateSystem
+ The coordinate format for the verbatimCoordinates of the transects.
+ string
+
+
+
+
+ The coordinate format for the verbatimCoordinates of the transects.
+
+
+
+
+
+
+ verbatimSRS
+ The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimCoordinates are based.
+ string
+
+
+
+
+ The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimCoordinates are based.
+
+
+
+
+
+
+ individualCount
+ The number of individuals present at the time of the Occurrence.
+ float
+
+
+
+ dimensionless
+
+
+ natural
+
+ 1
+ 1
+
+
+
+
+
+
+ custom_CoordinateBearing
+ The coordinate bearing of the transects in degrees.
+ float
+
+
+
+ degree
+
+
+ whole
+
+ 0
+ 355
+
+
+
+
+
+
+ custom_Transect
+ An identifier for the set of transects.
+ float
+
+
+
+ dimensionless
+
+
+ natural
+
+ 129
+ 613
+
+
+
+
+
+
+ custom_InterceptPoint
+ An identifier for the intercept point lying on the transect where the species occurrence was observed.
+ float
+
+
+
+ dimensionless
+
+
+ natural
+
+ 1
+ 100
+
+
+
+
+
+
+ decimalLongitude
+ The geographic longitude (in decimal degrees, using the spatial reference system WGS84) of the intercept point on which the species occurrence was observed.
+ float
+
+
+
+ degree
+
+
+ real
+
+ -81.3753211893717
+ -80.841811227046
+
+
+
+
+
+
+ decimalLatitude
+ The geographic latitude (in decimal degrees, using the spatial reference system WGS84) of the intercept point on which the species occurrence was observed.
+ float
+
+
+
+ degree
+
+
+ real
+
+ 25.6982486534736
+ 26.2548346243243
+
+
+
+
+
+
+ taxonRank
+ The taxonomic rank of the most specific name in the scientificName.
+ string
+
+
+
+
+ The taxonomic rank of the most specific name in the scientificName.
+
+
+
+
+
+
+ coordinate_flag
+ A data quality flag indicating uncertainty regarding geographic coverage.
+ string
+
+
+
+
+ A data quality flag indicating uncertainty regarding geographic coverage.
+
+
+
+
+
+
+ taxonomic_flag
+ A data quality flag indicating uncertainty regarding taxonomic coverage.
+ string
+
+
+
+
+ A data quality flag indicating uncertainty regarding taxonomic coverage.
+
+
+
+
+
+
+ eventDate_flag
+ A data quality flag indicating uncertainty regarding temporal coverage.
+ string
+
+
+
+
+ A data quality flag indicating uncertainty regarding temporal coverage.
+
+
+
+
+
+
+ 500
+
+
+ Example Transect Observations
+ Paired down, example species observation table from plants found on transects.
+
+ Mini_BICY_Veg_Transect_Cleaned.csv
+ 172831
+ 1121726158224578eb5a1125f5c35624
+
+
+ 1
+ \n
+ column
+
+ ,
+
+
+
+
+
+ https://irma.nps.gov/DataStore/Reference/Profile/2295086
+
+
+
+
+
+ scientificName
+ The full scientific name for the observed species according to the Guide to the Vascular Plants of Florida, Second Edition published by Richard P. Wunderlin and Bruce F. Hansen in 2003. University Press of Florida.
+ string
+
+
+
+
+ The full scientific name for the observed species according to the Guide to the Vascular Plants of Florida, Second Edition published by Richard P. Wunderlin and Bruce F. Hansen in 2003. University Press of Florida.
+
+
+
+
+
+
+ vernacularName
+ The common name in English.
+ string
+
+
+
+
+ The common name in English.
+
+
+
+
+
+
+ namePublishedIn
+ A reference for the publication in which the scientificName was originally established.
+ string
+
+
+
+
+ A reference for the publication in which the scientificName was originally established.
+
+
+
+
+
+
+ custom_TaxonAsRecorded
+ The species code used by the researchers who conducted the study.
+ string
+
+
+
+
+ The species code used by the researchers who conducted the study.
+
+
+
+
+
+
+ basisOfRecord
+ The specific nature of the data record.
+ string
+
+
+
+
+ The specific nature of the data record.
+
+
+
+
+
+
+ eventDate
+ The date during which the species occurrence was observed.
+ date
+
+
+ YYYY-MM-DD
+
+
+
+
+ locality
+ The specific description of the place where the study occurred.
+ string
+
+
+
+
+ The specific description of the place where the study occurred.
+
+
+
+
+
+
+ locationID
+ An identifier for the set of transects.
+ float
+
+
+
+ dimensionless
+
+
+ natural
+
+ 128
+ 746
+
+
+
+
+
+
+ fieldNotes
+ Notes taken in the field about the study.
+ string
+
+
+
+
+ Notes taken in the field about the study.
+
+
+
+
+
+
+ decimalLatitude
+ The geographic latitude (in decimal degrees, using the spatial reference system WGS84) of the beginning of the transect on which the species occurrence was observed.
+ float
+
+
+
+ degree
+
+
+ real
+
+ 25.6363
+ 26.2547
+
+
+
+
+
+
+ decimalLongitude
+ The geographic longitude (in decimal degrees, using the spatial reference system WGS84) of the beginning of the transect on which the species occurrence was observed.
+ float
+
+
+
+ degree
+
+
+ real
+
+ -81.353
+ -80.8441
+
+
+
+
+
+
+ custom_TransectEndLatitude
+ The geographic latitude (in decimal degrees, using the spatial reference system WGS84) of the end of the transect on which the species occurrence was observed.
+ float
+
+
+
+ degree
+
+
+ real
+
+ 25.638
+ 26.255
+
+
+
+
+
+
+ custom_TransectEndLongitude
+ The geographic longitude (in decimal degrees, using the spatial reference system WGS84) of the end of the transect on which the species occurrence was observed.
+ float
+
+
+
+ degree
+
+
+ real
+
+ -81.3513
+ -80.8422
+
+
+
+
+
+
+ geodeticDatum
+ The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based.
+ string
+
+
+
+
+ The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based.
+
+
+
+
+
+
+ coordinateUncertaintyInMeters
+ The horizontal distance (in meters) from the given decimalLatitude and decimalLongitude describing the smallest circle containing the whole of the Location.
+ float
+
+
+
+ meter
+
+
+ natural
+
+ 314
+ 314
+
+
+
+
+
+
+ locationRemarks
+ Comments or notes about the Location.
+ string
+
+
+
+
+ Comments or notes about the Location.
+
+
+
+
+
+
+ verbatimCoordinates
+ The verbatim original spatial coordinates of the transects in UTM's.
+ string
+
+
+
+
+ The verbatim original spatial coordinates of the transects in UTM's.
+
+
+
+
+
+
+ verbatimCoordinateSystem
+ The coordinate format for the verbatimCoordinates of the transects.
+ string
+
+
+
+
+ The coordinate format for the verbatimCoordinates of the transects.
+
+
+
+
+
+
+ verbatimSRS
+ The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimCoordinates are based.
+ string
+
+
+
+
+ The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimCoordinates are based.
+
+
+
+
+
+
+ individualCount
+ The number of individuals present at the time of the Occurrence.
+ float
+
+
+
+ dimensionless
+
+
+ natural
+
+ 1
+ 1
+
+
+
+
+
+
+ custom_CoordinateBearing
+ The coordinate bearing of the transects in degrees.
+ float
+
+
+
+ degree
+
+
+ whole
+
+ 0
+ 355
+
+
+
+
+
+
+ custom_Transect
+ An identifier for the set of transects.
+ float
+
+
+
+ dimensionless
+
+
+ natural
+
+ 128
+ 746
+
+
+
+
+
+
+ taxonRank
+ The taxonomic rank of the most specific name in the scientificName.
+ string
+
+
+
+
+ The taxonomic rank of the most specific name in the scientificName.
+
+
+
+
+
+
+ coordinate_flag
+ A data quality flag indicating uncertainty regarding geographic coverage.
+ string
+
+
+
+
+ A data quality flag indicating uncertainty regarding geographic coverage.
+
+
+
+
+
+
+ taxonomic_flag
+ A data quality flag indicating uncertainty regarding taxonomic coverage.
+ string
+
+
+
+
+ A data quality flag indicating uncertainty regarding taxonomic coverage.
+
+
+
+
+
+
+ eventDate_flag
+ A data quality flag indicating uncertainty regarding temporal coverage.
+ string
+
+
+
+
+ A data quality flag indicating uncertainty regarding temporal coverage.
+
+
+
+
+
+
+ 500
+
+
+ Example Geographic Coverage
+ Aggregated coordinates from the observation tables. Used for metadata coverage, NOT intended for analysis or mapping.
+
+ Mini_BICY_Veg_Geography.csv
+ 31549
+ 9c3c24a106e50fca2231b63c4dba12cf
+
+
+ 1
+ \n
+ column
+
+ ,
+
+
+
+
+
+ https://irma.nps.gov/DataStore/Reference/Profile/2295086
+
+
+
+
+
+ decimalLongitude
+ The geographic longitude (in decimal degrees, using the spatial reference system WGS84) of the beginning of the transect on which the species occurrence was observed.
+ float
+
+
+
+ degree
+
+
+ real
+
+ -81.3757451273932
+ -80.8414
+
+
+
+
+
+
+ decimalLatitude
+ The geographic latitude (in decimal degrees, using the spatial reference system WGS84) of the beginning of the transect on which the species occurrence was observed.
+ float
+
+
+
+ degree
+
+
+ real
+
+ 25.6363
+ 26.2547
+
+
+
+
+
+
+ parkID
+ The specific description of the place where the study occurred.
+ string
+
+
+
+
+ The specific description of the place where the study occurred.
+
+
+
+
+
+
+ 1000
+
+
+ DRR: https://doi.org/10.36967/2294558
+ DRR: Quantitative Plant Inventory of Big Cypress National Preserve
+
+ NPS
+
+
+ 2294558
+
+
+
+
+
+
+ NPS
+ TRUE
+
+
+
+
+
+
+ EMLassemblyline
+ 3.5.4
+
+
+
+
+
+
+ EMLeditor
+ 0.0.1.1
+
+
+
+
+
+ PUBVER
+
+
+
diff --git a/Untitled/BICY_Example/Mini_BICY_Veg_Geography.csv b/Untitled/BICY_Example/Mini_BICY_Veg_Geography.csv
new file mode 100644
index 0000000..4f2785c
--- /dev/null
+++ b/Untitled/BICY_Example/Mini_BICY_Veg_Geography.csv
@@ -0,0 +1,1001 @@
+decimalLongitude,decimalLatitude,parkID
+-80.97776918830147,25.78989998667144,BICY
+-81.02640878567064,25.869433786410116,BICY
+-81.10148574559359,25.81876674132327,BICY
+-81.15519939435676,26.01966196606359,BICY
+-81.0341,26.24095795407766,BICY
+-81.06637607888453,26.224199992422047,BICY
+-81.34272778849552,26.0498725707323,BICY
+-80.9316740344725,26.204244442916583,BICY
+-80.90921910046579,25.825514505250354,BICY
+-81.00229270442178,25.85563648097944,BICY
+-81.03761376750028,25.77314428426216,BICY
+-81.25729625713711,26.169601703324048,BICY
+-81.03198690324248,25.820544287863715,BICY
+-81.33518649599183,25.972046836345577,BICY
+-80.91399956150791,26.18137601867971,BICY
+-81.34325211965287,26.05001576723129,BICY
+-80.96913254006661,25.706277629813822,BICY
+-81.03587956860889,26.252952265654304,BICY
+-81.02298576280829,25.825525392229217,BICY
+-81.0428,25.760763716629725,BICY
+-80.90971571421059,25.82589164086822,BICY
+-81.1556739081313,26.018919354014972,BICY
+-81.0189476420472,25.959099991728863,BICY
+-81.0302,25.96324822311091,BICY
+-81.34685626546391,25.86541610366107,BICY
+-80.96720285734604,25.707143651844007,BICY
+-81.082251139649415,25.814478981621118,BICY
+-81.341173264778,26.045029538848816,BICY
+-80.896952677597,26.01388447773325,BICY
+-80.9083393178566,26.004826943310178,BICY
+-81.35020612326586,25.951494451631547,BICY
+-81.25506564444507,26.16758888397366,BICY
+-81.21655687333919,26.19714444660695,BICY
+-81.2369,26.179334424337203,BICY
+-81.2530663130332,26.249097395898882,BICY
+-81.01595435942323,25.838072085375583,BICY
+-81.2265,26.2494389625475,BICY
+-81.08509408745203,26.218049637164295,BICY
+-81.17518266477126,25.881343254938653,BICY
+-80.94181602446716,26.17906780247105,BICY
+-80.88492380497705,25.80553553991766,BICY
+-81.03155006060328,25.81975163219544,BICY
+-81.10292307765535,25.86299999766673,BICY
+-81.27821433664504,26.163976392654273,BICY
+-81.06417960034935,26.205777915024452,BICY
+-81.04623528945983,26.25264309240912,BICY
+-81.04419779489125,25.707330477495013,BICY
+-81.00633255128012,25.75624890422693,BICY
+-81.0063218578107,26.17896792884389,BICY
+-80.88617871122761,26.191788227147086,BICY
+-81.2971,25.944414210253708,BICY
+-81.04304877222211,25.815499999307264,BICY
+-80.99308201086562,25.860360946756188,BICY
+-81.09228309615268,26.180233335195503,BICY
+-81.0498,26.216148214409028,BICY
+-81.33418008831023,26.153199033274618,BICY
+-81.3522655653241,25.8675836207437,BICY
+-81.2265,26.248536368836863,BICY
+-81.13718907399281,25.863675501945455,BICY
+-81.09456030854723,26.215504853505628,BICY
+-81.2265,26.251379538641306,BICY
+-81.08557571613514,26.17899998503272,BICY
+-81.27687487150511,26.17048373547479,BICY
+-81.154486901717,26.02329133249349,BICY
+-81.30595024073045,26.18984015593357,BICY
+-80.9356645278652,25.74783870883999,BICY
+-80.93681194743668,26.24861846007464,BICY
+-81.15517347438731,26.024114101664427,BICY
+-80.8441,25.92377525826558,BICY
+-81.25088336994861,25.86360528571452,BICY
+-81.05059968302581,26.241165965984084,BICY
+-81.2548,26.24869123918479,BICY
+-81.34384925910435,26.044890613646448,BICY
+-80.8868,26.181516877463924,BICY
+-80.93337485216344,26.203082906834013,BICY
+-81.0821,25.816340692943694,BICY
+-80.91651638013427,25.76419932842486,BICY
+-80.93401731534485,25.801088893637264,BICY
+-81.07617734503953,25.783937365862343,BICY
+-81.2168261617484,26.198522222792864,BICY
+-81.26516091887683,26.169399999494892,BICY
+-81.2548,26.24866867434106,BICY
+-81.343,26.18577434959173,BICY
+-80.908645001946,25.827374561520745,BICY
+-81.23827933462675,26.179044554366335,BICY
+-80.9334300451251,26.002102614340075,BICY
+-81.08517557808504,26.178999990247046,BICY
+-81.2972497557416,25.946399999922583,BICY
+-81.10013497910782,25.862686502430783,BICY
+-80.9317,25.999958890870545,BICY
+-80.89594431840243,26.01404514098799,BICY
+-81.34231875677754,25.953777361958526,BICY
+-80.90835536909725,26.00484422972947,BICY
+-80.93900377215019,25.95374979943003,BICY
+-81.09377197922451,26.216801640144634,BICY
+-81.17557572995331,25.8812805550498,BICY
+-81.08639726302091,26.219035929344443,BICY
+-80.88160944394934,26.251863075469767,BICY
+-81.09806927025775,26.233470427464347,BICY
+-80.8523422475383,25.838452820939565,BICY
+-81.02286939216309,25.82505022287882,BICY
+-80.9107,25.98173585803894,BICY
+-81.06692648118039,26.224199985717046,BICY
+-81.25858741017328,25.874538023072468,BICY
+-81.27747727080357,26.169318036197964,BICY
+-81.02820571729477,25.930305704952588,BICY
+-80.9575651925183,25.85409272238122,BICY
+-81.24767556155587,26.07984119907523,BICY
+-81.0390261448975,25.773168246753944,BICY
+-80.97608594519266,25.790269703933053,BICY
+-81.07660027501518,26.24997693933734,BICY
+-81.049701454171,26.215915673413686,BICY
+-80.84238177270349,25.77324325262261,BICY
+-81.04710216737847,26.253094378950557,BICY
+-81.07285019492382,26.16259999686498,BICY
+-80.88773502835238,26.191022822878566,BICY
+-81.2852351679285,26.126399845117952,BICY
+-81.2265,26.25108619577704,BICY
+-80.9208,25.725360185350493,BICY
+-81.09228309615268,26.180233335195503,BICY
+-80.89860960726624,25.97895670348656,BICY
+-81.19592676262532,26.149662632249722,BICY
+-81.2735794957252,25.907229202388272,BICY
+-81.33347777625235,25.97689998587159,BICY
+-81.0282914388929,26.042544144115176,BICY
+-80.99489018200448,26.177736907319193,BICY
+-81.17331804465172,25.880702168994365,BICY
+-81.34191891921527,26.185644981805165,BICY
+-80.87484123101981,25.979872349140365,BICY
+-81.0320337614411,25.8205288511354,BICY
+-81.33542510274988,25.977017254767308,BICY
+-81.09387937496321,25.785167101017937,BICY
+-81.04439211387226,25.816436486052194,BICY
+-80.84191091778165,25.772598735539653,BICY
+-81.04329348702353,25.707967441972723,BICY
+-81.00505859548628,25.95428730707949,BICY
+-81.0042684160642,25.842448304166435,BICY
+-81.09680054881076,26.222631996039027,BICY
+-81.02610098767184,25.9293666117024,BICY
+-80.9230670463235,25.723599982366725,BICY
+-80.91443722582734,26.180692054752456,BICY
+-80.88163319386999,26.25049012077153,BICY
+-81.09620554501743,26.22327157073157,BICY
+-80.91822211707485,25.723799997681095,BICY
+-81.2653,26.161667214010762,BICY
+-80.90763570993514,26.006228879002087,BICY
+-81.0302,25.964241115469424,BICY
+-80.8868,26.182351784433216,BICY
+-81.25608954692055,26.16940971319088,BICY
+-81.25667177695426,25.898091947545417,BICY
+-80.94821786965396,25.955799003220662,BICY
+-81.27760409018195,26.16907262547866,BICY
+-81.34622343801118,25.8652077180391,BICY
+-81.27787828845217,26.16838888859329,BICY
+-81.19430779493895,26.149534783450544,BICY
+-81.19125578208714,26.21711242826671,BICY
+-81.22594724698685,25.85539793257325,BICY
+-80.93834098120453,25.95117134998437,BICY
+-81.19635658374091,26.14992222337868,BICY
+-81.04484386111034,25.815499982681626,BICY
+-81.3341641890941,25.973988195475073,BICY
+-81.05060622538305,26.241233402991792,BICY
+-81.02655135891709,26.04159999059302,BICY
+-81.02837390584338,26.252358750412395,BICY
+-81.09064930824294,26.178099985391786,BICY
+-81.3350048157936,26.138413056456866,BICY
+-81.25107443460028,25.86346023280113,BICY
+-80.99674038889376,25.850134326390666,BICY
+-81.10220721360558,25.84311393376789,BICY
+-81.07640523280219,26.249875399191065,BICY
+-81.34324627115544,25.953386367402246,BICY
+-81.33300342747214,25.97689997846608,BICY
+-80.9144122165753,26.180731138443054,BICY
+-81.07462386125593,26.250975115423405,BICY
+-81.34444933164718,26.050409369382674,BICY
+-81.264791825957,26.16751110503829,BICY
+-81.08452535375356,26.178999996347805,BICY
+-81.03243205563874,25.820397638333425,BICY
+-81.1122417273034,25.833560110025378,BICY
+-81.09570631050082,25.78576912746846,BICY
+-81.00011342794521,25.85530582607666,BICY
+-80.85469644771594,25.838299993288228,BICY
+-81.01597432954247,25.92805553237365,BICY
+-81.06570058515773,26.224199997770803,BICY
+-81.18636266197247,26.154634056179297,BICY
+-81.06620543147051,26.02468146163527,BICY
+-81.02730074122746,26.04159999720123,BICY
+-80.9224997182025,25.804799999965812,BICY
+-81.2799,26.160443488293947,BICY
+-81.02966575204721,26.248891597853458,BICY
+-81.3345762681646,25.976899997052,BICY
+-80.84309355630042,25.7731296066304,BICY
+-80.84235952285887,25.771895184705812,BICY
+-81.30508349269203,26.189915444646847,BICY
+-80.9317,26.000410203305904,BICY
+-81.23822628275319,26.17899668713911,BICY
+-80.88795595081925,26.142190286189734,BICY
+-81.3333279819007,25.976899983700978,BICY
+-80.88584188194295,26.142467282181986,BICY
+-81.0954720869651,25.785691945875076,BICY
+-80.93407387078932,25.80023566735209,BICY
+-81.00417468147933,25.84241743314565,BICY
+-81.2499,26.25019123945812,BICY
+-81.02691592107557,25.9307302037161,BICY
+-81.00571903043934,25.75615094159223,BICY
+-81.23225162671055,26.194421022371323,BICY
+-81.18580966229574,26.154284595816822,BICY
+-80.97791874690662,25.78989998456997,BICY
+-81.09668249150165,25.986513908997782,BICY
+-80.87700041725782,25.781634234001483,BICY
+-81.07234790484092,25.85627612540441,BICY
+-81.10174059938306,25.84303947454229,BICY
+-80.8441,25.925106643880458,BICY
+-80.94269243167463,26.252891993670055,BICY
+-80.9248929550623,25.80479997862944,BICY
+-80.91667773072305,26.179735095312136,BICY
+-81.0443952003454,25.75975470084696,BICY
+-81.0237331181736,25.8245988929803,BICY
+-81.29279964623254,26.077268115343315,BICY
+-80.94380142314266,26.25271567333336,BICY
+-81.33471357146443,25.978131173028768,BICY
+-80.9951125656037,26.177185596328794,BICY
+-81.34255821078055,26.045315103430777,BICY
+-80.93715456341776,25.74935714990406,BICY
+-81.15510306614055,26.024137255833814,BICY
+-80.9437498539752,26.25246549931409,BICY
+-81.00278628046715,25.842562169469137,BICY
+-81.3462,25.86513230187306,BICY
+-81.09334883269285,26.216940552999823,BICY
+-81.06667789927053,26.040050830843857,BICY
+-80.9222891885051,25.805946498151666,BICY
+-81.35117918810147,25.867199988580094,BICY
+-81.2587933328786,25.89726350236039,BICY
+-81.00697061402245,25.756350782623244,BICY
+-81.19637395026427,26.1498333340296,BICY
+-81.00746143225746,25.756429148716713,BICY
+-81.09253932010668,26.17892222315785,BICY
+-81.2729861611388,26.077024144872336,BICY
+-81.33420178228539,25.976899994177224,BICY
+-80.905,26.05257434542182,BICY
+-81.17660752408113,25.88111596277297,BICY
+-81.08214969688234,26.177547982902592,BICY
+-81.06927569268153,26.007977117750453,BICY
+-80.96895952596789,25.707166578123577,BICY
+-81.00697408551223,26.179125607702527,BICY
+-81.0302,25.96435394413792,BICY
+-81.07653526090651,26.2499430926515,BICY
+-81.04682043132013,26.252947711401507,BICY
+-81.00719149513613,26.179178166664517,BICY
+-80.88506753655217,26.141469125861192,BICY
+-80.92229570688737,25.80587905709126,BICY
+-81.24930485081788,26.250860429083218,BICY
+-80.85357430222993,25.838299999741032,BICY
+-81.23432463501656,26.187432064859603,BICY
+-81.24867506052797,26.081599999945922,BICY
+-81.0631,26.134589303459283,BICY
+-81.2799,26.160736834855722,BICY
+-81.07400628893713,25.7840296070307,BICY
+-80.92696192672778,25.95196673299566,BICY
+-81.235950741592,26.221258484939327,BICY
+-81.03626693389633,26.23967174014857,BICY
+-81.09438597819238,26.222454140181465,BICY
+-80.94256921019371,26.252911584289826,BICY
+-81.0821,25.814783625390426,BICY
+-80.9222,26.018009737736033,BICY
+-80.93548053417193,26.247851419686846,BICY
+-80.85807411142665,25.736888532625127,BICY
+-81.00152755571308,25.755835109222218,BICY
+-80.88753307764526,26.142329210431363,BICY
+-81.03034514177463,25.962639517345206,BICY
+-81.0631,26.135356520272705,BICY
+-81.27434152490387,25.906508538901825,BICY
+-81.2369,26.17827386637435,BICY
+-81.00578224450649,25.9549415245659,BICY
+-80.92154737790891,25.723599998083575,BICY
+-80.905,26.051400941501612,BICY
+-81.2499,26.250462017520828,BICY
+-81.34760628605996,25.86566307563291,BICY
+-81.26503499172043,26.168755553312927,BICY
+-80.93556523668217,25.74783084025071,BICY
+-81.04643033640747,26.25274463233952,BICY
+-81.2265,26.24919074928838,BICY
+-81.24919225575981,26.250739428896278,BICY
+-80.85165462886886,25.838562534641177,BICY
+-80.87708470067163,25.784129379027178,BICY
+-81.0388100478026,25.935649296901406,BICY
+-81.02937488010164,26.25079541716967,BICY
+-81.27373207642286,25.907165427014068,BICY
+-81.17596879472025,25.88121785409562,BICY
+-81.06559759955677,26.20470459374853,BICY
+-80.92737818919693,25.951806181828,BICY
+-81.27283236789684,25.9074102549576,BICY
+-81.03890943244107,26.253136378326317,BICY
+-81.26593301781763,25.91617073639281,BICY
+-81.0774454618564,26.25041694356134,BICY
+-81.34961707410586,25.952957590225814,BICY
+-81.26526320500342,26.170251897478966,BICY
+-80.95873025849055,25.855048871451753,BICY
+-81.09452814827738,26.215470281830605,BICY
+-81.28577394411825,26.097910066860045,BICY
+-80.89526289406577,26.013736988644162,BICY
+-80.9317,26.00081638447364,BICY
+-81.01785892181624,25.959514865525012,BICY
+-81.29287804637126,26.07645885292138,BICY
+-81.19109811386045,26.21634719870573,BICY
+-81.13737657489725,25.86361375581825,BICY
+-81.06711930021719,26.041965808821153,BICY
+-81.30170434336556,26.196877777806765,BICY
+-80.90745133933889,26.042999990592442,BICY
+-81.2548,26.24844302589984,BICY
+-81.26526538449883,26.170274376700835,BICY
+-80.93243526594708,26.001583613637003,BICY
+-81.10328779615332,25.843286359900773,BICY
+-81.302025747842265,26.195233334952928,BICY
+-81.2282,25.868972151761373,BICY
+-81.1885502047765,26.15509999269893,BICY
+-81.24424232110377,26.14553871744409,BICY
+-80.91304688537342,25.98229998096809,BICY
+-81.06303505111671,26.133066152175893,BICY
+-80.89418737946892,26.012578804180386,BICY
+-81.066,26.204061525250722,BICY
+-80.89045195320614,25.817533319685605,BICY
+-81.22120975407312,25.846539306596654,BICY
+-81.30177383699034,26.19652222268782,BICY
+-81.34124368552189,26.045052692928792,BICY
+-81.154398982152955,26.024368795637184,BICY
+-80.86237349983195,25.764099999229916,BICY
+-80.94717798798115,26.232533320983713,BICY
+-81.33450517671429,26.081771564280366,BICY
+-81.02963085728227,26.24925126151292,BICY
+-81.02750057651025,26.04159999830692,BICY
+-81.08134850921489,26.251099991621945,BICY
+-80.99288783264768,25.849736980847233,BICY
+-80.88752350284918,26.19109228230516,BICY
+-81.28557009478729,26.097824239458664,BICY
+-81.24358656425004,25.914646585265242,BICY
+-80.8988174940237,25.83625535966986,BICY
+-80.97789382047243,25.78989998493089,BICY
+-81.0972186556913,26.222182563666752,BICY
+-80.9208,25.72454779216464,BICY
+-80.9086643626375,25.827309169883616,BICY
+-81.03114940323665,25.820183802561555,BICY
+-81.0375172889779,26.0429099031723,BICY
+-81.09827473807886,26.232899999631957,BICY
+-81.13582826294372,25.86484184571971,BICY
+-81.25506564444507,26.16758888397366,BICY
+-81.27723419884421,26.16978840640765,BICY
+-81.00147194467498,25.855207733413422,BICY
+-80.88508584680721,25.805281481308384,BICY
+-81.06503555583791,26.039921011399233,BICY
+-81.24234943831989,26.145688199819258,BICY
+-81.26503933401311,26.168777775597857,BICY
+-81.23550042737841,26.22196199238014,BICY
+-80.91869545720883,25.723799994242142,BICY
+-81.05523817226279,26.133565563020284,BICY
+-81.08421387026439,25.718794161578234,BICY
+-81.27353129399866,25.9072408833155,BICY
+-81.0379,26.0424553388754,BICY
+-81.08274985573046,26.25109999992154,BICY
+-80.88572716327623,26.142319407442834,BICY
+-80.90800886294704,26.00625838493369,BICY
+-81.0631,26.13488265107406,BICY
+-81.27757238538713,26.16913397816974,BICY
+-80.92864568301975,26.250302254247465,BICY
+-81.34240796734274,26.049821630118682,BICY
+-81.0370715143949,26.253572808621335,BICY
+-80.94268553530692,26.178782236773685,BICY
+-81.25085764845235,26.00606723440128,BICY
+-81.24227500450759,26.145582747933418,BICY
+-80.8916495217111,26.253915404057718,BICY
+-81.07528270815551,25.784233383273794,BICY
+-81.02304213788915,25.824959957312036,BICY
+-81.27491775919167,25.897509897347433,BICY
+-81.10350882478768,25.843321627891672,BICY
+-81.20146087651624,25.99549373316308,BICY
+-81.29279964623254,26.077268115343315,BICY
+-81.3350581207404,25.97190854514071,BICY
+-81.09687178470885,25.78411929963287,BICY
+-80.94328389420758,26.252797957223123,BICY
+-81.0211786743017,25.982994545589648,BICY
+-81.05907493586443,26.134899985061683,BICY
+-81.08486176400993,26.22162196595814,BICY
+-81.13681407159936,25.863798993471768,BICY
+-81.08178655698063,25.99743116974226,BICY
+-80.91257251492567,25.98229998788428,BICY
+-80.8818918856454,26.251163344063432,BICY
+-81.22339610756086,25.852866595632975,BICY
+-81.2282,25.86867879335921,BICY
+-81.00162571884594,25.75581943573756,BICY
+-81.33490022808417,26.137334049018232,BICY
+-81.09594824406422,26.22354814279126,BICY
+-81.07275017440553,26.162599997490243,BICY
+-80.88207694887718,25.789667038584504,BICY
+-81.18695662825813,26.155009400110636,BICY
+-81.09062429980689,26.178099985033317,BICY
+-80.9233722524744,25.804799996749544,BICY
+-80.9431853171849,26.252813630133485,BICY
+-81.25522630758445,26.168411108705428,BICY
+-81.23346463303209,26.193789195558068,BICY
+-81.0022279073844,25.855602632656982,BICY
+-81.2799,26.16134609306123,BICY
+-81.2282,25.86962656661576,BICY
+-81.2499,26.249807637185125,BICY
+-81.25648357431177,26.169472404959272,BICY
+-80.97402593842705,25.697739717882865,BICY
+-81.37557056467845,25.842899989208888,BICY
+-80.8441,25.923955785142944,BICY
+-81.34130089625654,26.049645291754217,BICY
+-81.0379,26.043087172561812,BICY
+-81.05148854472448,26.24232538495612,BICY
+-80.89416305392679,26.253779376081727,BICY
+-81.22165074855151,25.90550380653316,BICY
+-81.33485088556357,25.9779162066325,BICY
+-81.10071798385974,25.998641527936094,BICY
+-80.92852386634512,25.95240416409018,BICY
+-81.05764997990939,26.134899998534138,BICY
+-80.88601396048506,26.14268909411376,BICY
+-80.92479323685983,25.804799980304892,BICY
+-81.13812657656648,25.86336676888245,BICY
+-80.8441,25.923797824125494,BICY
+-81.02868671317738,26.251870209559836,BICY
+-81.27967013897609,26.162874054719047,BICY
+-81.34227144483813,26.185760749502112,BICY
+-81.20115342850531,25.996257103720268,BICY
+-80.95929459108015,25.85453826331083,BICY
+-81.25091765887035,25.865081613918232,BICY
+-81.0379,26.041981463574324,BICY
+-81.27756564672654,26.166788883783507,BICY
+-81.2552002539493,26.1682777749837,BICY
+-81.03845688178664,25.77342214457861,BICY
+-81.00444139364315,26.178137894087378,BICY
+-81.13574348163144,25.865718572335915,BICY
+-81.34053947932792,26.04482115058082,BICY
+-81.3462,25.86506460374549,BICY
+-81.02785628461855,25.868883893481513,BICY
+-81.04302384043199,25.815499999382098,BICY
+-81.2653,26.162141081447157,BICY
+-81.0498,26.21678003286605,BICY
+-81.19186684761958,26.217769282191693,BICY
+-80.9767222780653,25.789899997076304,BICY
+-81.37574512739322,25.84289998697617,BICY
+-81.18715000706126,26.155099999991315,BICY
+-81.23719509624881,26.189117374669358,BICY
+-81.27215754080092,25.907573782997723,BICY
+-81.08503199635854,25.720860435728586,BICY
+-81.18511329701921,26.153844531575242,BICY
+-81.2282,25.87061947179939,BICY
+-81.33558767058773,25.972478995609883,BICY
+-80.89591972424144,26.014049059516054,BICY
+-80.91015502899263,25.826225259406883,BICY
+-81.27771762427732,26.16756666402859,BICY
+-81.0286011757578,25.971118264104657,BICY
+-81.31190566176836,25.95855425587283,BICY
+-80.9060495689903,26.230299998946077,BICY
+-80.90853193305455,26.005034380221293,BICY
+-81.17432283323829,25.881480407231454,BICY
+-80.94647498467003,26.230769236384415,BICY
+-81.37516057357885,25.842189161080313,BICY
+-81.04424549814766,25.81549999068656,BICY
+-81.35097964707151,25.867199985939944,BICY
+-81.09369199800237,25.785105353415325,BICY
+-80.94160036818475,26.177780306985593,BICY
+-81.2201,25.845702644168398,BICY
+-81.2837222439069,26.104277761221198,BICY
+-81.02802035540013,25.868829866387237,BICY
+-80.92225225086621,25.80632866414327,BICY
+-81.08468663702888,26.22189554980252,BICY
+-80.9595943907966,25.854267001829292,BICY
+-80.94173130302734,26.253044797699676,BICY
+-81.06584325817973,26.024528877664224,BICY
+-80.93934700539269,25.95208087137192,BICY
+-80.88647098426839,26.182491951794766,BICY
+-81.09258709004023,26.1786777784638,BICY
+-81.07245879531507,25.856551792904437,BICY
+-81.15558649814787,26.019056151094066,BICY
+-81.03734506963247,26.04277935926526,BICY
+-80.93874004533293,25.954261086153114,BICY
+-81.04708049534885,26.253083096851118,BICY
+-80.91782351485675,25.7237999993846,BICY
+-80.88608566006955,26.142781515689315,BICY
+-81.09687360980328,26.232899989631605,BICY
+-81.00634601436094,26.178973768854384,BICY
+-81.25604586094902,25.873920648446415,BICY
+-81.05544882347132,26.133725116414592,BICY
+-81.3462,25.863755773155056,BICY
+-81.35215195062256,25.867199997522718,BICY
+-81.25199153843546,25.862763975276156,BICY
+-81.05198138603662,26.242403748355084,BICY
+-81.25091765887035,25.865081613918232,BICY
+-81.32755401957344,25.892443409733445,BICY
+-80.90869374237062,26.043366992241296,BICY
+-81.03158324353065,25.725524160637622,BICY
+-80.94685213553002,26.230866665053295,BICY
+-81.05175960736435,26.24236848503484,BICY
+-81.25043060607342,26.00712747218553,BICY
+-81.04496852006089,25.81549998070391,BICY
+-81.19109497650861,26.216939571529075,BICY
+-81.3352410258059,25.973014864750823,BICY
+-81.2499,26.250574841710616,BICY
+-81.27512738271719,25.905661495098673,BICY
+-81.0858,26.1979,BICY
+-81.272,26.0767,BICY
+-81.3355,25.9769,BICY
+-80.8737,25.7601,BICY
+-81.0252,26.0746,BICY
+-80.9886,25.935,BICY
+-81.2848,26.0975,BICY
+-80.9468,26.2306,BICY
+-81.2501,25.8642,BICY
+-81.2674,26.2265,BICY
+-81.2488,26.0816,BICY
+-81.1021,25.863,BICY
+-81.2349,26.2229,BICY
+-81.2644,25.9152,BICY
+-80.9177,25.7633,BICY
+-80.9622,25.9273,BICY
+-81.0622,26.2547,BICY
+-81.0943,26.0296,BICY
+-81.057,26.1349,BICY
+-81.0449,26.2321,BICY
+-81.343,26.1818,BICY
+-81.1982,25.9812,BICY
+-81.2548,26.25,BICY
+-81.0892,26.21,BICY
+-81.1641,26.1004,BICY
+-80.9152,26.1795,BICY
+-81.1655,26.045,BICY
+-81.1057,26.2456,BICY
+-81.0229,25.9843,BICY
+-80.899,25.9782,BICY
+-81.1551,26.0881,BICY
+-81.0631,26.1331,BICY
+-81.0927,26.1781,BICY
+-81.0264,25.9309,BICY
+-81.2779,26.1685,BICY
+-81.0986,26.2329,BICY
+-80.9758,25.7899,BICY
+-80.905,26.0528,BICY
+-80.9812,25.7817,BICY
+-80.9093,25.9999,BICY
+-81.1057,26.2456,BICY
+-81.3423,26.0454,BICY
+-81.0264,25.9309,BICY
+-81.0764,25.7102,BICY
+-80.9871,25.944,BICY
+-81.0379,26.0432,BICY
+-81.0622,26.2547,BICY
+-80.9758,25.7899,BICY
+-81.1057,26.2456,BICY
+-81.0302,25.963,BICY
+-81.1252,26.0397,BICY
+-81.0753,26.2493,BICY
+-81.0283,26.1624,BICY
+-80.947,25.9569,BICY
+-81.1627,26.1806,BICY
+-81.1001,25.9992,BICY
+-81.2319,25.9988,BICY
+-81.1252,26.0397,BICY
+-80.9303,25.7535,BICY
+-81.0631,26.1331,BICY
+-81.3054,26.1907,BICY
+-80.9871,25.944,BICY
+-81.22,25.9062,BICY
+-80.947,25.9569,BICY
+-81.2554,26.1693,BICY
+-81.0845,26.2176,BICY
+-80.9686,26.1307,BICY
+-80.8861,26.1428,BICY
+-81.0182,25.7474,BICY
+-81.1158,25.9166,BICY
+-81.0642,25.6901,BICY
+-81.0341,26.2408,BICY
+-81.2248,25.8536,BICY
+-81.3357,25.9726,BICY
+-80.9002,25.8358,BICY
+-81.0147,26.2374,BICY
+-81.098,26.079,BICY
+-80.8533,25.8383,BICY
+-80.9266,25.9514,BICY
+-81.2025,25.9603,BICY
+-81.0507,26.2422,BICY
+-81.1119,26.0408,BICY
+-80.9177,25.7633,BICY
+-80.8461,25.8843,BICY
+-80.9377,25.748,BICY
+-80.926,26.2201,BICY
+-80.9274,25.7538,BICY
+-81.0341,26.2408,BICY
+-81.293,26.0752,BICY
+-81.0986,26.2329,BICY
+-81.32,26.0974,BICY
+-81.285,26.2346,BICY
+-81.3348,26.1363,BICY
+-81.0426,25.8155,BICY
+-80.8571,25.6851,BICY
+-80.9177,25.7633,BICY
+-81.0271,26.065,BICY
+-81.2554,26.1693,BICY
+-81.045,26.252,BICY
+-81.0174,25.9591,BICY
+-81.0377,26.2539,BICY
+-81.0764,25.7102,BICY
+-81.343,26.1818,BICY
+-81.0622,26.2547,BICY
+-81.0608,26.0698,BICY
+-81.2025,25.9603,BICY
+-81.0653,26.0243,BICY
+-81.154,26.0245,BICY
+-81.2282,25.8708,BICY
+-80.9377,25.748,BICY
+-81.0341,26.2408,BICY
+-81.2418,25.9154,BICY
+-81.0986,26.2329,BICY
+-80.9066,26.2303,BICY
+-81.0005,25.8547,BICY
+-81.1145,26.0211,BICY
+-81.0048,26.1786,BICY
+-81.1883,25.96,BICY
+-81.2653,26.1609,BICY
+-81.3357,25.9726,BICY
+-81.003,25.7556,BICY
+-81.1132,26.0167,BICY
+-81.0379,26.0432,BICY
+-81.1881,26.0039,BICY
+-81.0846,25.7194,BICY
+-81.2737,25.9072,BICY
+-81.036,26.0663,BICY
+-81.0772,25.8148,BICY
+-80.9002,25.8358,BICY
+-80.8875,26.1911,BICY
+-81.0252,26.0746,BICY
+-80.9002,25.8358,BICY
+-81.0958,25.7858,BICY
+-81.2848,26.0975,BICY
+-81.2971,25.9464,BICY
+-81.2737,25.9072,BICY
+-81.098,26.079,BICY
+-80.947,25.9569,BICY
+-81.1132,26.0167,BICY
+-80.8845,25.8062,BICY
+-81.165,26.0603,BICY
+-80.9439,26.2527,BICY
+-81.0064,25.9555,BICY
+-81.0252,26.0746,BICY
+-81.343,26.1818,BICY
+-80.934,25.801,BICY
+-80.9622,25.9273,BICY
+-81.1525,26.0673,BICY
+-81.1422,25.8115,BICY
+-81.1881,26.0039,BICY
+-80.8461,25.8843,BICY
+-81.0859,26.22,BICY
+-81.2418,25.9154,BICY
+-81.0653,26.0243,BICY
+-81.0341,26.2408,BICY
+-80.8461,25.8843,BICY
+-81.0309,26.0617,BICY
+-81.081,25.9962,BICY
+-81.2319,25.9988,BICY
+-81.2415,25.9059,BICY
+-81.0986,26.2329,BICY
+-81.2554,26.1693,BICY
+-81.3348,26.1363,BICY
+-81.1871,26.1551,BICY
+-80.9224,25.8048,BICY
+-81.0283,26.1624,BICY
+-81.0341,26.2408,BICY
+-81.284,26.1057,BICY
+-81.1676,25.7995,BICY
+-81.1845,26.0927,BICY
+-81.2352,26.1888,BICY
+-81.1845,26.0927,BICY
+-81.22,25.9062,BICY
+-80.9107,25.9823,BICY
+-81.0752,25.8993,BICY
+-81.1145,26.0211,BICY
+-81.3496,25.953,BICY
+-81.2501,25.8642,BICY
+-81.1038,25.8982,BICY
+-81.1982,25.9812,BICY
+-80.8861,26.1428,BICY
+-81.1845,26.0927,BICY
+-80.9886,25.935,BICY
+-81.3355,25.9769,BICY
+-80.9066,26.2303,BICY
+-81.1762,26.047,BICY
+-81.0653,26.0243,BICY
+-81.3462,25.8652,BICY
+-81.3052,26.2322,BICY
+-81.0845,26.2176,BICY
+-80.9177,25.7633,BICY
+-81.0699,26.007,BICY
+-81.2321,26.1945,BICY
+-80.9525,26.2428,BICY
+-81.0005,25.8547,BICY
+-81.244,26.1814,BICY
+-81.1762,26.047,BICY
+-81.1021,25.863,BICY
+-80.8861,26.1428,BICY
+-81.0023,25.8418,BICY
+-81.3116,26.2119,BICY
+-80.9028,25.7563,BICY
+-80.905,26.0528,BICY
+-81.3394,26.0467,BICY
+-81.2501,25.8642,BICY
+-80.8747,25.98,BICY
+-81.2501,25.8642,BICY
+-80.9439,26.2527,BICY
+-81.0631,26.1331,BICY
+-81.036,26.0663,BICY
+-80.8913,26.1527,BICY
+-81.3429,26.0499,BICY
+-81.1883,25.96,BICY
+-81.0264,25.9309,BICY
+-80.9093,25.9999,BICY
+-80.9687,25.7085,BICY
+-81.1525,26.0673,BICY
+-81.289,26.2268,BICY
+-81.0859,26.22,BICY
+-81.0272,25.8691,BICY
+-81.1123,26.0342,BICY
+-81.1627,26.1806,BICY
+-80.9317,26.0012,BICY
+-81.0752,25.8993,BICY
+-80.9446,26.1338,BICY
+-81.2169,26.1989,BICY
+-81.0449,26.2321,BICY
+-81.067,25.8891,BICY
+-81.1641,26.1004,BICY
+-81.1132,26.0167,BICY
+-81.0673,26.0401,BICY
+-81.2554,26.1693,BICY
+-81.1871,26.1551,BICY
+-81.0295,26.2506,BICY
+-80.9107,25.9823,BICY
+-81.2282,25.8708,BICY
+-81.0341,26.2408,BICY
+-80.8861,26.1428,BICY
+-81.2179,26.0014,BICY
+-81.0368,25.9346,BICY
+-81.3129,25.9578,BICY
+-80.9374,26.2477,BICY
+-80.9318,26.2036,BICY
+-80.9274,25.7538,BICY
+-81.1845,26.0927,BICY
+-81.244,26.1814,BICY
+-80.9307,25.7616,BICY
+-81.2352,26.1888,BICY
+-81.0846,25.7194,BICY
+-81.0884,25.7272,BICY
+-81.0048,26.1786,BICY
+-81.0368,25.9346,BICY
+-81.0498,26.2159,BICY
+-81.0943,26.0296,BICY
+-81.0302,25.963,BICY
+-81.0341,26.2408,BICY
+-81.2046,25.9562,BICY
+-80.947,25.9569,BICY
+-81.1605,26.0691,BICY
+-81.2169,26.1989,BICY
+-81.1905,26.2163,BICY
+-81.1038,25.8982,BICY
+-81.1905,26.2163,BICY
+-81.0604,25.9163,BICY
+-80.9318,26.2036,BICY
+-81.0271,26.065,BICY
+-81.1627,26.1806,BICY
+-81.0653,26.0243,BICY
+-81.1845,26.0927,BICY
+-81.3056,26.2131,BICY
+-80.9152,26.1795,BICY
+-80.9397,25.9524,BICY
+-80.8861,26.1428,BICY
+-81.2169,26.1989,BICY
+-81.0859,26.22,BICY
+-81.1982,25.9812,BICY
+-81.0368,25.9346,BICY
+-81.0064,25.9555,BICY
+-81.2499,26.2515,BICY
+-81.0625,25.9,BICY
+-80.9224,25.8048,BICY
+-81.0147,26.2374,BICY
+-81.2799,26.1627,BICY
+-81.2369,26.1778,BICY
+-81.0507,26.2422,BICY
+-81.3056,26.2131,BICY
+-81.1738,26.1729,BICY
+-80.8861,26.1428,BICY
+-81.1655,26.045,BICY
+-81.0978,26.2061,BICY
+-81.0943,26.0296,BICY
+-81.1821,26.2207,BICY
+-81.244,26.1814,BICY
+-81.036,26.0663,BICY
+-81.1422,25.8115,BICY
+-80.9274,25.7538,BICY
+-81.066,26.2044,BICY
+-81.1907,25.9997,BICY
+-81.1883,25.96,BICY
+-81.3052,26.2322,BICY
+-81.289,26.2268,BICY
+-81.1038,25.8982,BICY
+-81.2758,25.8842,BICY
+-80.9266,25.9514,BICY
+-80.8414,25.7734,BICY
+-80.9303,25.7535,BICY
+-81.1821,26.2207,BICY
+-81.2349,26.2229,BICY
+-80.899,25.9782,BICY
+-81.1738,26.1729,BICY
+-80.8619,25.7641,BICY
+-81.0452,25.6888,BICY
+-80.9758,25.7899,BICY
+-81.2857,26.1255,BICY
+-80.9812,25.7817,BICY
+-80.9066,26.2303,BICY
+-81.3348,26.1363,BICY
+-81.1871,26.1551,BICY
+-80.8861,26.1428,BICY
+-81.066,26.2044,BICY
+-80.9374,26.2477,BICY
+-80.9405,26.1795,BICY
+-81.1641,26.1004,BICY
+-81.1158,25.9166,BICY
+-81.0753,26.2493,BICY
+-81.0625,25.9,BICY
+-81.1123,26.0342,BICY
+-80.9174,25.7238,BICY
+-81.0295,26.2506,BICY
+-81.0449,26.2321,BICY
+-81.1305,25.9539,BICY
+-80.8414,25.7734,BICY
+-81.2017,25.9949,BICY
+-81.3423,26.0454,BICY
+-80.9224,25.8048,BICY
+-81.0608,26.0698,BICY
+-81.0631,26.1331,BICY
+-81.0377,26.2539,BICY
+-81.3738,25.8429,BICY
+-81.1145,26.0211,BICY
+-81.2758,25.8842,BICY
+-81.1627,26.1806,BICY
+-81.1655,26.045,BICY
+-81.098,26.079,BICY
+-80.9405,26.1795,BICY
+-81.2418,25.9154,BICY
+-81.2779,26.1685,BICY
+-80.9812,25.7817,BICY
+-81.1738,26.1729,BICY
+-81.0295,26.2506,BICY
+-81.285,26.2346,BICY
+-81.1215,25.9827,BICY
+-81.1907,25.9997,BICY
+-81.2369,26.1778,BICY
+-81.1132,26.0167,BICY
+-81.3116,26.2119,BICY
+-80.9871,25.944,BICY
+-81.1012,25.8173,BICY
+-81.1883,25.96,BICY
+-81.1132,26.0167,BICY
+-81.1881,26.0039,BICY
+-81.0341,26.2408,BICY
+-81.1215,25.9827,BICY
+-81.1551,26.0881,BICY
+-81.1305,25.9539,BICY
+-80.899,25.9782,BICY
+-81.1762,26.047,BICY
+-81.0653,26.0243,BICY
+-81.1551,26.0881,BICY
+-80.9943,26.1792,BICY
+-80.926,26.2201,BICY
+-81.0449,26.2321,BICY
+-81.3107,26.0769,BICY
+-80.9303,25.7535,BICY
+-80.9386,25.7091,BICY
+-81.1123,26.0342,BICY
+-81.0845,26.2176,BICY
+-81.016,25.8376,BICY
+-81.0943,26.0296,BICY
+-81.036,26.0663,BICY
+-81.0978,26.2061,BICY
+-81.0452,25.6888,BICY
+-81.3054,26.1907,BICY
+-81.0829,26.2511,BICY
+-81.0764,25.7102,BICY
+-81.2674,26.2265,BICY
+-80.8875,26.1911,BICY
+-81.2219,25.8803,BICY
+-80.9028,25.7563,BICY
+-81.1012,25.8173,BICY
+-81.098,26.079,BICY
+-81.2441,26.2036,BICY
+-81.1916,26.2526,BICY
+-81.1738,26.1729,BICY
+-81.129,25.9962,BICY
+-81.0507,26.2422,BICY
+-81.2422,26.1457,BICY
+-81.0452,25.6888,BICY
+-81.1057,26.2456,BICY
+-81.0048,26.1786,BICY
+-81.036,26.0663,BICY
+-81.1574,25.9996,BICY
+-81.0858,26.1979,BICY
+-81.2321,26.1945,BICY
+-81.2321,26.1945,BICY
+-81.2025,25.9603,BICY
+-81.0845,26.2176,BICY
+-81.1676,25.7995,BICY
+-80.8884,25.6363,BICY
+-81.0958,25.7858,BICY
+-80.9443,25.8396,BICY
+-81.293,26.0752,BICY
+-81.2971,25.9464,BICY
+-81.2857,26.1255,BICY
+-80.8868,26.1826,BICY
+-81.343,26.1818,BICY
+-81.1132,26.0167,BICY
+-81.0884,25.7272,BICY
+-81.1546,26.0206,BICY
+-81.0835,26.179,BICY
+-81.0927,26.1781,BICY
+-81.0752,25.8993,BICY
+-81.1881,26.0039,BICY
+-81.0271,26.065,BICY
+-80.9266,25.9514,BICY
+-81.1905,26.2163,BICY
+-81.0622,26.2547,BICY
+-81.0302,25.963,BICY
+-80.8414,25.7734,BICY
+-80.9405,26.1795,BICY
+-81.0161,25.9287,BICY
+-81.272,26.0767,BICY
+-80.8956,26.0141,BICY
+-81.2758,25.8842,BICY
+-81.2753,25.8978,BICY
+-81.3129,25.9578,BICY
+-81.0772,25.8148,BICY
+-81.0283,26.1624,BICY
+-81.0772,25.8148,BICY
+-80.8746,25.749,BICY
+-80.9377,25.748,BICY
+-81.0668,26.0488,BICY
+-81.081,25.9962,BICY
+-80.8936,26.2529,BICY
+-81.0341,26.2408,BICY
+-81.0829,26.2511,BICY
+-81.1845,26.0927,BICY
+-81.0449,26.2321,BICY
+-81.0147,26.2374,BICY
+-81.1057,26.2456,BICY
+-80.8837,25.7909,BICY
+-80.9505,25.6812,BICY
+-80.9152,26.1795,BICY
+-81.2488,26.0816,BICY
+-81.2653,26.1609,BICY
+-81.0649,26.2242,BICY
+-81.0943,26.0296,BICY
+-81.0959,26.2236,BICY
+-81.0719,26.1626,BICY
+-80.8936,26.2529,BICY
+-80.9871,25.944,BICY
+-81.0283,26.1624,BICY
+-81.2476,25.9646,BICY
+-81.0295,25.971800000000002,BICY
+-81.016,25.8376,BICY
+-81.2779,26.1685,BICY
+-80.9297,26.2511,BICY
+-81.1769,25.8002,BICY
+-81.1964,26.1497,BICY
+-80.9297,26.2511,BICY
+-81.0673,26.1841,BICY
+-81.0282,26.0416,BICY
+-81.3129,25.9578,BICY
+-81.2753,25.8978,BICY
+-81.1145,26.0211,BICY
+-81.0859,26.22,BICY
+-81.22,25.9062,BICY
+-81.0222,25.8254,BICY
+-81.2265,26.2498,BICY
+-81.257,25.8982,BICY
+-81.0283,26.1624,BICY
+-81.0642,25.6901,BICY
+-81.1215,25.9827,BICY
+-81.0295,26.2506,BICY
+-81.1145,26.0211,BICY
+-80.9758,25.7899,BICY
+-81.0147,26.2374,BICY
+-81.0295,26.2506,BICY
+-81.0379,26.0432,BICY
+-81.0507,26.2422,BICY
+-81.2906,26.1134,BICY
+-81.1145,26.0211,BICY
+-81.1845,26.0927,BICY
+-81.1769,25.8002,BICY
+-81.2418,25.9154,BICY
+-81.0341,26.2408,BICY
+-81.1605,26.0691,BICY
+-81.32,26.0974,BICY
+-81.1883,25.96,BICY
+-81.0845,26.2176,BICY
diff --git a/Untitled/BICY_Example/Mini_BICY_Veg_Intercept_Cleaned.csv b/Untitled/BICY_Example/Mini_BICY_Veg_Intercept_Cleaned.csv
new file mode 100644
index 0000000..54c9029
--- /dev/null
+++ b/Untitled/BICY_Example/Mini_BICY_Veg_Intercept_Cleaned.csv
@@ -0,0 +1,501 @@
+scientificName,vernacularName,namePublishedIn,custom_TaxonAsRecorded,basisOfRecord,eventDate,locality,locationID,fieldNotes,custom_TransectStartLatitude,custom_TransectStartLongitude,custom_TransectEndLatitude,custom_TransectEndLongitude,geodeticDatum,coordinateUncertaintyInMeters,locationRemarks,verbatimCoordinates,verbatimCoordinateSystem,verbatimSRS,individualCount,custom_CoordinateBearing,custom_Transect,custom_InterceptPoint,decimalLongitude,decimalLatitude,taxonRank,coordinate_flag,taxonomic_flag,eventDate_flag
+Ipomoea sagittata,Everglades morningglory,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ipomsagi,Human Observation,2002-07-12,BICY,158-63,NA,25.7641,-80.8619,25.7619,-80.8615,WGS84,314,"Cell #BA56, Lysiloma Hammock","17N 2849565 E, 513849 N",UTM,WGS84,1,180,158,63,-80.8619,25.76267831942774,species,A,A,A
+Panicum rigidulum,Redtop panicum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panirigi,Human Observation,2002-08-28,BICY,226-53,NA,26.0181,-80.9222,26.0162,-80.9219,WGS84,314,Cell #AU28,"17N 2877690 E, 507785 N",UTM,WGS84,1,180,226,53,-80.9222,26.016904024911025,species,A,A,A
+Fuirena scirpoidea,Southern umbrellasedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fuirscir,Human Observation,2002-08-27,BICY,230-8,NA,26.043,-80.9091,26.0433,-80.9065,WGS84,314,Cell #AW25,"17N 2880453 E, 509098 N",UTM,WGS84,1,90,230,8,-80.9089001623441,26.042999999861784,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-06-08,BICY,348-52,NA,25.8547,-81.0005,25.8568,-81.0001,WGS84,314,Cell #AM46,"17N 2859588 E, 499945 N",UTM,WGS84,1,30,348,52,-80.99985155431462,25.855716223773204,species,A,A,A
+Panicum hemitomon,Maidencane,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panihemi,Human Observation,2002-08-07,BICY,258-21,NA,26.1609,-81.2653,26.1615,-81.263,WGS84,314,Cell #M12,"17N 2893533 E, 473488 N",UTM,WGS84,1,80,258,21,-81.26478287697877,26.160982285299287,species,A,A,A
+Sabal palmetto,Cabbage palm,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sabapalm,Human Observation,2004-04-15,BICY,338-71,NA,26.252,-81.045,26.2528,-81.0473,WGS84,314,Cell #AI02,"17N 2903598 E, 495510 N",UTM,WGS84,1,300,338,71,-81.04653869596935,26.25280104329691,species,A,A,A
+Capparis flexuosa,"Limber caper, Bayleaf capertree",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cappflex,Human Observation,2004-03-25,BICY,375-38,NA,25.8429,-81.3738,25.8434,-81.3763,WGS84,314,"Cell #B47,endpoint estimated using arcmap","17N 2858345 E, 462537 N",UTM,WGS84,1,240,375,38,-81.37462066537475,25.842471241550214,species,A,A,A
+Rhynchospora inundata,Narrowfruit horned beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyninun,Human Observation,2002-07-10,BICY,151-82,NA,26.0769,-81.3107,26.0763,-81.3134,WGS84,314,Cell #H21,"17N 2884234 E, 468923 N",UTM,WGS84,1,265,151,82,-81.31274112594434,26.076738715948864,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2002-08-02,BICY,199-100,NA,25.8494,-80.995,25.8502,-80.9974,WGS84,314,Cell #AN46,"17N 2859003 E, 500497 N",UTM,WGS84,1,295,199,100,-80.99726024948605,25.850353666577362,species,A,A,A
+Sarcostemma clausum,"Whitevine, White twinevine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sarcclau,Human Observation,2002-11-15,BICY,286-13,NA,25.8652,-81.3462,25.8636,-81.3461,WGS84,314,Cell #E45,"17N 2860800 E, 465316 N",UTM,WGS84,1,180,286,13,-81.3462,25.864906641445376,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2003-02-13,BICY,478-15,NA,25.9287,-81.0161,25.9302,-81.0177,WGS84,314,Cell #AL38,"17N 2867787 E, 498386 N",UTM,WGS84,1,320,478,15,-81.01634061740384,25.92895929639368,species,A,A,A
+Spiranthes odorata,"Fragrant lady's-tresses, Marsh lady's-tresses",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,spirodor,Human Observation,2003-02-20,BICY,496-85,NA,25.9524,-80.9397,25.9546,-80.9388,WGS84,314,Cell #AT35,"17N 2870419 E, 506034 N",UTM,WGS84,1,25,496,85,-80.93880333997689,25.95413837738667,species,A,A,A
+Ficus aurea,"Strangler fig, Golden fig",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ficuaure,Human Observation,2004-04-29,BICY,418-38,NA,25.8155,-81.0426,25.8146,-81.0412,WGS84,314,Cell #AI50,"17N 2855253 E, 495730 N",UTM,WGS84,1,270,418,38,-81.04354740802444,25.815499996912624,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-05-18,BICY,365-61,NA,26.2236,-81.0959,26.2228,-81.0936,WGS84,314,Cell #AD05,"17N 2900452 E, 490421 N",UTM,WGS84,1,130,365,61,-81.09473094257677,26.22271522358408,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2004-03-03,BICY,381-88,NA,26.1969,-81.3017,26.1979,-81.3003,WGS84,314,Cell #I08,"17N 2897525 E, 469858 N",UTM,WGS84,1,80,381,88,-81.29953233759228,26.19724480041664,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2003-01-03,BICY,461-80,NA,26.1999,-80.9036,26.1995,-80.9062,WGS84,314,Cell #AW08,"17N 2897822 E, 509630 N",UTM,WGS84,1,260,461,80,-80.90557064160309,26.199586516848427,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2003-02-13,BICY,479-91,NA,25.9309,-81.0264,25.9302,-81.0289,WGS84,314,Cell #AK37,"17N 2868028 E, 497353 N",UTM,WGS84,1,250,479,91,-81.0285340275839,25.93019764888485,species,A,A,A
+Eupatorium capillifolium,Dog-fennel,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eupacapi,Human Observation,2004-05-06,BICY,340-22,NA,26.2422,-81.0507,26.2425,-81.0531,WGS84,314,Cell #AH03,"17N 2902502 E, 494939 N",UTM,WGS84,1,280,340,22,-81.0512421243163,26.242286202622427,species,A,A,A
+Hyptis alata,"Musky mint, Clustered bushmint",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hyptalat,Human Observation,2002-07-17,BICY,163-16,NA,26.0432,-81.0379,26.0411,-81.0375,WGS84,314,"Cell #AJ25, Central Pines","17N 2880474 E, 496209 N",UTM,WGS84,1,180,163,16,-81.0379,26.042838952191598,species,A,A,A
+Rhizophora mangle,Red mangrove,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhizmang,Human Observation,2004-03-25,BICY,375-32,NA,25.8429,-81.3738,25.8434,-81.3763,WGS84,314,"Cell #B47,endpoint estimated using arcmap","17N 2858345 E, 462537 N",UTM,WGS84,1,240,375,32,-81.37449108702471,25.842538940562743,species,A,A,A
+Pluchea rosea,Rosy camphorweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,plucrose,Human Observation,2003-02-11,BICY,492-89,NA,25.8735,-81.2566,25.8756,-81.2553,WGS84,314,Cell #N44,"17N 2861698 E, 474294 N",UTM,WGS84,1,50,492,89,-81.25489935389973,25.8747909487821,species,A,A,A
+Ocotea coriacea,Lancewood,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ocotcori,Human Observation,2003-11-26,BICY,475-20,NA,25.8062,-80.8845,25.8065,-80.8823,WGS84,314,Cell #AY51,"17N 2854223 E, 511582 N",UTM,WGS84,1,250,475,20,-80.88496852719378,25.80604563716998,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-04-01,BICY,403-78,NA,26.1781,-81.0927,26.1803,-81.0924,WGS84,314,Cell #AD10,"17N 2895406 E, 490734 N",UTM,WGS84,1,10,403,78,-81.09236126678036,26.179833334986505,species,A,A,A
+Aristida purpurascens,Arrowfeather threeawn,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,arispurp,Human Observation,2004-03-11,BICY,397-3,NA,25.7899,-80.9758,25.7898,-80.9782,WGS84,314,Cell #AP53,"17N 2852419 E, 502423 N",UTM,WGS84,1,270,397,3,-80.9758747793026,25.78989999998078,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2002-05-17,BICY,186-69,NA,26.0077,-81.2502,26.0099,-81.2509,WGS84,314,Cell #N29/185,"17N 2876558 E, 474962 N",UTM,WGS84,1,350,186,69,-81.25049921430934,26.0092333710836,NA,A,R,A
+Coccoloba diversifolia,"Pigeonplum, Tietongue",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,coccdive,Human Observation,2003-11-26,BICY,476-69,NA,25.8062,-80.8845,25.804,-80.8852,WGS84,314,Cell #AY51,"17N 2854223 E, 511582 N",UTM,WGS84,1,210,476,69,-80.88536006986855,25.804851535538003,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2004-04-01,BICY,327-73,NA,26.179,-81.0835,26.1788,-81.0859,WGS84,314,Cell #AE10,"17N 2895514 E, 491661 N",UTM,WGS84,1,270,327,73,-81.08532562985383,26.178999988422035,species,A,A,A
+Quercus virginiana,Virginia live oak,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,quervirg,Human Observation,2004-05-05,BICY,328-87,NA,26.2408,-81.0341,26.243,-81.0343,WGS84,314,Cell #AJ03,"17N 2902357 E, 496596 N",UTM,WGS84,1,0,328,87,-81.0341,26.24276314328995,species,A,A,A
+Hymenocallis palmeri,Alligatorlily,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hymepalm,Human Observation,2002-05-28,BICY,208-13,NA,26.2207,-81.1821,26.2226,-81.1838,WGS84,314,Cell #U05,"17N 2900139 E, 481814 N",UTM,WGS84,1,325,208,13,-81.18228654349332,26.220940293302988,species,A,A,A
+Chrysobalanus icaco,Coco-plum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,chryicac,Human Observation,2002-11-05,BICY,272-72,NA,25.9062,-81.22,25.9078,-81.2214,WGS84,314,Cell #Q40,"17N 2865313 E, 477963 N",UTM,WGS84,1,325,272,72,-81.22103041832507,25.907530910106082,species,A,A,A
+Panicum virgatum,Switchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panivirg,Human Observation,2002-05-22,BICY,213-2,NA,25.7595,-81.0428,25.7604,-81.0449,WGS84,314,Cell #AI56,"17N 2849056 E, 495705 N",UTM,WGS84,1,280,213,2,-81.04284908298605,25.7595078372099,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2002-06-05,BICY,265-16,NA,26.0206,-81.1546,26.0204,-81.1545,WGS84,314,Cell #X28,"17N 2877975 E, 484532 N",UTM,WGS84,1,210,265,16,-81.15479979917771,26.02028732231089,species,A,A,A
+Sabal palmetto,Cabbage palm,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sabapalm,Human Observation,2004-03-17,BICY,379-12,NA,26.186,-81.343,26.1838,-81.3428,WGS84,314,Cell #E09,"17N 2896326 E, 465728 N",UTM,WGS84,1,180,379,12,-81.343,26.18572921950922,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-06-02,BICY,356-85,NA,25.9555,-81.0064,25.9541,-81.0043,WGS84,314,Cell #AM35,"17N 2870752 E, 499364 N",UTM,WGS84,1,135,356,85,-81.00489974677217,25.95414369787102,species,A,A,A
+Sabal palmetto,Cabbage palm,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sabapalm,Human Observation,2002-08-01,BICY,254-62,NA,26.1693,-81.2554,26.1694,-81.2578,WGS84,314,Cell #N11,"17N 2894454 E, 474478 N",UTM,WGS84,1,280,254,62,-81.25692685563064,26.16954293190904,species,A,A,A
+Quercus laurifolia,"Laurel oak, Diamond oak",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,querlaur,Human Observation,2002-07-31,BICY,253-67,NA,26.0454,-81.3423,26.0451,-81.3397,WGS84,314,Cell #E25,"17N 2880757 E, 465755 N",UTM,WGS84,1,110,253,67,-81.34072726737581,26.044882895543335,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-03-26,BICY,415-52,NA,26.2242,-81.0649,26.2219,-81.0648,WGS84,314,Cell #AG05,"17N 2900516 E, 493515 N",UTM,WGS84,1,175,415,52,-81.06478661579294,26.223031089037942,species,A,A,A
+Mikania scandens,"Climbing hempweed, Climbing hempvine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,mikascan,Human Observation,2003-02-06,BICY,456-34,NA,25.9529,-81.3444,25.9545,-81.3457,WGS84,314,Cell #E35,"17N 2870515 E, 465524 N",UTM,WGS84,1,325,456,34,-81.34488677537823,25.953528482218267,species,A,A,A
+Toxicodendron radicans,Eastern poison-ivy,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,toxiradi,Human Observation,2002-08-07,BICY,258-3,NA,26.1609,-81.2653,26.1615,-81.263,WGS84,314,Cell #M12,"17N 2893533 E, 473488 N",UTM,WGS84,1,80,258,3,-81.2652261253271,26.16091175515651,species,A,A,A
+Laguncularia racemosa,White mangrove,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,lagurace,Human Observation,2004-03-25,BICY,374-47,NA,25.8429,-81.3738,25.8427,-81.3759,WGS84,314,Cell #B47,"17N 2858345 E, 462537 N",UTM,WGS84,1,270,374,47,-81.37497206394212,25.84289999527126,species,A,A,A
+Tillandsia fasciculata var. densispica,"Stiff-leaved wild-pine, Cardinal airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillfascdens,Human Observation,2002-06-05,BICY,264-19,NA,26.0206,-81.1546,26.0206,-81.1546,WGS84,314,Cell #X28,"17N 2877975 E, 484532 N",UTM,WGS84,1,160,264,19,-81.15443770368351,26.02019711081848,species,A,A,A
+Panicum tenerum,Bluejoint panicum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panitene,Human Observation,2002-09-17,BICY,197-39,NA,25.7085,-80.9687,25.7065,-80.9691,WGS84,314,Cell #AQ62,"17N 2843408 E, 503144 N",UTM,WGS84,1,190,197,39,-80.96886869253706,25.707633275860616,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2004-04-06,BICY,435-47,NA,25.8173,-81.1012,25.8194,-81.102,WGS84,314,"Cell #AC50, endpoint corrected using arcmap","17N 2855456 E, 489854 N",UTM,WGS84,1,350,435,47,-81.10140348477688,25.81834449769692,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2003-02-20,BICY,496-51,NA,25.9524,-80.9397,25.9546,-80.9388,WGS84,314,Cell #AT35,"17N 2870419 E, 506034 N",UTM,WGS84,1,25,496,51,-80.93916200714683,25.953443027148317,NA,A,R,A
+Nephrolepis exaltata,Wild Boston fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,nephexal,Human Observation,2004-04-09,BICY,442-84,NA,25.7911,-81.0952,25.7893,-81.0965,WGS84,314,Cell #AD53,"17N 2852556 E, 490453 N",UTM,WGS84,1,215,442,84,-81.09640096253148,25.789547237394085,species,A,A,A
+Pluchea rosea,Rosy camphorweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,plucrose,Human Observation,2004-06-08,BICY,348-68,NA,25.8547,-81.0005,25.8568,-81.0001,WGS84,314,Cell #AM46,"17N 2859588 E, 499945 N",UTM,WGS84,1,30,348,68,-80.99965203033479,25.8560289073999,species,A,A,A
+Blechnum serrulatum,"Swamp fern, Toothed midsorus fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,blecserr,Human Observation,2002-07-31,BICY,195-97,NA,26.0499,-81.3429,26.0497,-81.3404,WGS84,314,"Cell #E24, Deep Lake","17N 2881252 E, 465701 N",UTM,WGS84,1,100,195,97,-81.34051364772196,26.049519890418832,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2004-06-01,BICY,317-54,NA,25.9346,-81.0368,25.9348,-81.0343,WGS84,314,Cell #AJ37,"17N 2868446 E, 496319 N",UTM,WGS84,1,85,317,54,-81.03545745969187,25.934706197811966,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-04-09,BICY,180-93,NA,26.1888,-81.2352,26.1866,-81.2357,WGS84,314,Cell #3893; P09,"17N 2896616 E, 476496 N",UTM,WGS84,1,150,180,93,-81.23403701955594,26.18698259923732,species,A,A,A
+Sagittaria graminea var. chapmanii,Chapman's arrowhead,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sagigramchap,Human Observation,2004-04-29,BICY,404-34,NA,25.8211,-81.0303,25.8192,-81.0318,WGS84,314,Cell #AJ50,"17N 2855868 E, 496959 N",UTM,WGS84,1,220,404,34,-81.03084490169276,25.820512251283947,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2003-02-07,BICY,493-73,NA,25.8691,-81.0272,25.8679,-81.0294,WGS84,314,Cell #AK44,"17N 2861184 E, 497273 N",UTM,WGS84,1,250,493,73,-81.02891102275343,25.86853657320384,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-03-31,BICY,320-11,NA,26.1331,-81.0631,26.1321,-81.0609,WGS84,314,Cell #AG15,"17N 2890423 E, 493688 N",UTM,WGS84,1,120,320,11,-81.06286185427768,26.13297589116773,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2003-02-13,BICY,477-12,NA,25.9287,-81.0161,25.9266,-81.0156,WGS84,314,Cell #AL38,"17N 2867787 E, 498386 N",UTM,WGS84,1,170,477,12,-81.01604799826556,25.928433323760995,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2004-05-12,BICY,360-79,NA,25.9514,-80.9266,25.9531,-80.928,WGS84,314,Cell #AU35,"17N 2870304 E, 507352 N",UTM,WGS84,1,330,360,79,-80.92758594646658,25.9529438566219,species,A,A,A
+Hydrilla verticillata,Water-thyme,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hydrvert1,Human Observation,2004-05-07,BICY,297-17,NA,25.7238,-80.9174,25.7236,-80.9199,WGS84,314,"Cell #AV60, Hess Hammock","17N 2845103 E, 508290 N",UTM,WGS84,1,270,297,17,-80.91782351485675,25.7237999993846,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-07-11,BICY,159-96,NA,26.0975,-81.2848,26.0982,-81.2872,WGS84,314,Cell #K19,"17N 2886508 E, 471520 N",UTM,WGS84,1,295,159,96,-81.28697439621374,26.098415489026312,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-03-31,BICY,321-83,NA,26.1331,-81.0631,26.1352,-81.0633,WGS84,314,Cell #AG15,"17N 2890423 E, 493688 N",UTM,WGS84,1,0,321,83,-81.0631,26.1349729118762,species,A,A,A
+Agalinis fasciculata,Beach false foxglove,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,agalfasc,Human Observation,2002-08-23,BICY,246-86,NA,25.8536,-81.2248,25.8555,-81.2262,WGS84,314,Cell #Q46,"17N 2859495 E, 477474 N",UTM,WGS84,1,330,246,86,-81.2258724254734,25.855280676390954,species,A,A,A
+Blechnum serrulatum,"Swamp fern, Toothed midsorus fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,blecserr,Human Observation,2002-08-22,BICY,244-28,NA,25.9154,-81.2418,25.9144,-81.2439,WGS84,314,"Cell #O39, endpoint corrected using arcmap","17N 2866336 E, 475780 N",UTM,WGS84,1,245,244,28,-81.24243321524328,25.91513296945733,species,A,A,A
+Taxodium distichum,Bald cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxodist,Human Observation,2002-08-01,BICY,255-91,NA,26.1693,-81.2554,26.1675,-81.2543,WGS84,314,Cell #N11,"17N 2894454 E, 474478 N",UTM,WGS84,1,170,255,91,-81.25500485357458,26.16727777184175,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-04-15,BICY,339-68,NA,26.252,-81.045,26.2518,-81.0431,WGS84,314,Cell #AI02,"17N 2903598 E, 495510 N",UTM,WGS84,1,100,339,68,-81.04332420751605,26.25173354295214,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2004-05-20,BICY,400-47,NA,26.2504,-80.8822,26.2525,-80.8815,WGS84,314,Cell #AY02,"17N 2903418 E, 511768 N",UTM,WGS84,1,20,400,47,-80.88179773878937,26.251396587934817,NA,A,R,A
+Sabal palmetto,Cabbage palm,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sabapalm,Human Observation,2004-04-29,BICY,404-97,NA,25.8211,-81.0303,25.8192,-81.0318,WGS84,314,Cell #AJ50,"17N 2855868 E, 496959 N",UTM,WGS84,1,220,404,97,-81.03185455825667,25.819423181961362,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2004-05-07,BICY,368-56,NA,25.7236,-80.9208,25.7257,-80.9206,WGS84,314,Cell #AU60,"17N 2845078 E, 507948 N",UTM,WGS84,1,0,368,56,-80.9208,25.724863722858792,species,A,A,A
+Pontederia cordata,Pickerelweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pontcord,Human Observation,2002-08-22,BICY,244-86,NA,25.9154,-81.2418,25.9144,-81.2439,WGS84,314,"Cell #O39, endpoint corrected using arcmap","17N 2866336 E, 475780 N",UTM,WGS84,1,245,244,86,-81.24374486631633,25.91457982593195,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-08-08,BICY,256-90,NA,26.1826,-80.8868,26.1805,-80.8866,WGS84,314,Cell #AY10,"17N 2895910 E, 511309 N",UTM,WGS84,1,180,256,90,-80.8868,26.180569145111114,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2003-02-13,BICY,478-91,NA,25.9287,-81.0161,25.9302,-81.0177,WGS84,314,Cell #AL38,"17N 2867787 E, 498386 N",UTM,WGS84,1,320,478,91,-81.01755976176914,25.93027305850519,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2004-05-12,BICY,362-50,NA,25.9823,-80.9107,25.98,-80.9103,WGS84,314,Cell #AV32,"17N 2873723 E, 508938 N",UTM,WGS84,1,180,362,50,-80.9107,25.981171716033902,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2004-03-31,BICY,318-48,NA,26.1349,-81.057,26.1348,-81.0596,WGS84,314,Cell #AH15,"17N 2890624 E, 494305 N",UTM,WGS84,1,270,318,48,-81.05819996290961,26.134899995003934,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2002-07-18,BICY,166-34,NA,25.9962,-81.081,25.9979,-81.0825,WGS84,314,Cell #AE30,"17N 2875262 E, 491889 N",UTM,WGS84,1,330,166,34,-81.08142448903241,25.9968644413706,NA,A,R,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2002-06-18,BICY,146-78,NA,26.1543,-81.3354,26.1543,-81.3329,WGS84,314,"Cell #F13, SE of Miles City","17N 2892813 E, 466479 N",UTM,WGS84,1,90,146,78,-81.3334497379113,26.154299986796023,species,A,A,A
+Chrysobalanus icaco,Coco-plum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,chryicac,Human Observation,2002-08-08,BICY,256-97,NA,26.1826,-80.8868,26.1805,-80.8866,WGS84,314,Cell #AY10,"17N 2895910 E, 511309 N",UTM,WGS84,1,180,256,97,-80.8868,26.180411189706845,species,A,A,A
+Amphicarpum muhlenbergianum,Blue-maidencane,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,amphmuhl,Human Observation,2004-04-08,BICY,441-52,NA,26.2229,-81.2349,26.2209,-81.236,WGS84,314,Cell #P05,"17N 2900391 E, 476537 N",UTM,WGS84,1,210,441,52,-81.23555046255855,26.22188382495977,species,A,A,A
+Spartina bakeri,Sand cordgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sparbake,Human Observation,2002-11-15,BICY,286-42,"""?"" was Spartina sp.",25.8652,-81.3462,25.8636,-81.3461,WGS84,314,Cell #E45,"17N 2860800 E, 465316 N",UTM,WGS84,1,180,286,42,-81.3462,25.86425222616542,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-06-12,BICY,138-85,NA,26.0416,-81.0282,26.0417,-81.0256,WGS84,314,"Cell #AK25, Middle Pines, east of Cal Stone","17N 2880288 E, 497181 N",UTM,WGS84,1,90,138,85,-81.02607675012057,26.041599984397287,species,A,A,A
+Hyptis alata,"Musky mint, Clustered bushmint",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hyptalat,Human Observation,2004-05-06,BICY,341-55,NA,26.2422,-81.0507,26.24,-81.0504,WGS84,314,Cell #AH03,"17N 2902502 E, 494939 N",UTM,WGS84,1,175,341,55,-81.05058005599938,26.24096365495537,species,A,A,A
+Sabal palmetto,Cabbage palm,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sabapalm,Human Observation,2002-07-31,BICY,252-61,NA,26.0454,-81.3423,26.045,-81.3444,WGS84,314,Cell #E25,"17N 2880757 E, 465755 N",UTM,WGS84,1,250,252,61,-81.34373189145916,26.044929204104672,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-07-12,BICY,161-3,NA,25.8383,-80.8533,25.8383,-80.8557,WGS84,314,"Cell #BB48, SE of Dade-Collier Airport","17N 2857785 E, 514705 N",UTM,WGS84,1,270,161,3,-80.85337480969908,25.838299999980737,species,A,A,A
+Tillandsia setacea,"Thin-leaved wild-pine, Southern needleleaf",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillseta,Human Observation,2002-08-09,BICY,260-6,NA,26.1786,-81.0048,26.18,-81.0071,WGS84,314,Cell #AM10,"17N 2895459 E, 499518 N",UTM,WGS84,1,285,260,6,-81.00494493842739,26.178635041536346,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2003-02-11,BICY,489-93,NA,26.0752,-81.293,26.0762,-81.2954,WGS84,314,Cell #J21,"17N 2884040 E, 470692 N",UTM,WGS84,1,300,489,93,-81.2950124425862,26.076249276410472,species,A,A,A
+Spartina bakeri,Sand cordgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sparbake,Human Observation,2002-07-11,BICY,160-65,NA,26.0975,-81.2848,26.0998,-81.2851,WGS84,314,Cell #K19,"17N 2886508 E, 471520 N",UTM,WGS84,1,0,160,65,-81.2848,26.09896674550112,species,A,A,A
+Chrysobalanus icaco,Coco-plum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,chryicac,Human Observation,2002-08-21,BICY,238-82,NA,25.9782,-80.899,25.9776,-80.8962,WGS84,314,Cell #AX32,"17N 2873270 E, 510111 N",UTM,WGS84,1,100,238,82,-80.89698389524663,25.977878669686778,species,A,A,A
+Physostegia purpurea,"False dragonhead, Eastern false dragonhead",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,physpurp,Human Observation,2003-04-24,BICY,612-53,NA,25.7194,-81.0846,25.7177,-81.0832,WGS84,314,Cell #AE61,"17N 2844609 E, 491518 N",UTM,WGS84,1,150,612,53,-81.08393984508324,25.718364211079404,species,A,A,A
+Muhlenbergia capillaris,"Muhlygrass, Hairawnmuhly",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,muhlcapi,Human Observation,2004-03-26,BICY,412-17,NA,26.1626,-81.0719,26.1649,-81.0717,WGS84,314,Cell #AF12,"17N 2893694 E, 492816 N",UTM,WGS84,1,5,412,17,-81.07186295108838,26.162982147180138,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2002-05-20,BICY,190-19,NA,25.7828,-80.8764,25.7807,-80.8773,WGS84,314,"Cell #AZ54, inside Loop Rd.","17N 2851635 E, 512389 N",UTM,WGS84,1,205,190,19,-80.87660014039014,25.78241141162989,NA,A,R,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-05-09,BICY,185-75,NA,25.7734,-80.8414,25.7713,-80.8427,WGS84,314,"Cell #BC55, Point B29S","17N 2850603 E, 515906 N",UTM,WGS84,1,210,185,75,-80.84233460049337,25.771934270901305,species,A,A,A
+Rhynchospora microcarpa,Southern beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynmicr2,Human Observation,2002-08-27,BICY,230-67,NA,26.043,-80.9091,26.0433,-80.9065,WGS84,314,Cell #AW25,"17N 2880453 E, 509098 N",UTM,WGS84,1,90,230,67,-80.9074263596319,26.042999990305205,species,A,A,A
+Pteridium aquilinum var. pseudocaudatum,Tailed braken fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pteraquipseu,Human Observation,2002-10-29,BICY,279-58,NA,26.1134,-81.2906,26.1113,-81.2902,WGS84,314,Cell #J17,"17N 2888274 E, 470944 N",UTM,WGS84,1,175,279,58,-81.29047365260891,26.112096194610395,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-06-12,BICY,139-94,NA,26.0416,-81.0282,26.0437,-81.0284,WGS84,314,"Cell #AK25, Middle Pines, east of Cal Stone","17N 2880288 E, 497181 N",UTM,WGS84,1,355,139,94,-81.02840465097998,26.043713084197073,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-06-08,BICY,351-8,NA,25.8614,-80.9935,25.8595,-80.9926,WGS84,314,Cell #AN45,"17N 2860338 E, 500653 N",UTM,WGS84,1,160,351,8,-80.99343175637678,25.861230358746425,species,A,A,A
+Blechnum serrulatum,"Swamp fern, Toothed midsorus fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,blecserr,Human Observation,2002-10-31,BICY,276-83,NA,25.8982,-81.257,25.8975,-81.255,WGS84,314,Cell #N41,"17N 2864436 E, 474256 N",UTM,WGS84,1,110,276,83,-81.25505411496277,25.89755939242957,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-05-08,BICY,175-87,NA,25.9,-81.0625,25.9007,-81.0648,WGS84,314,Cell #AG41,"17N 2864610 E, 493737 N",UTM,WGS84,1,290,175,87,-81.06453971613082,25.900671451970386,species,A,A,A
+Mitreola petiolata,"Miterwort, Lax hornpod",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,mitrpeti,Human Observation,2003-05-13,BICY,611-69,NA,26.1457,-81.2422,26.1447,-81.2445,WGS84,314,Cell #O14,"17N 2891842 E, 475791 N",UTM,WGS84,1,265,611,69,-81.24391853886421,26.145564288561236,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-08-28,BICY,229-93,NA,26.0141,-80.8956,26.0125,-80.894,WGS84,314,Cell #AX28,"17N 2877249 E, 510444 N",UTM,WGS84,1,140,229,93,-80.89410711803183,26.012492372175736,species,A,A,A
+Helenium pinnatifidum,Southeastern sneezeweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,helepinn,Human Observation,2002-08-29,BICY,250-36,NA,25.784300000000002,-81.0757,25.7839,-81.0732,WGS84,314,Cell #AF54,"17N 2851797 E, 492406 N",UTM,WGS84,1,100,250,36,-81.07481632370458,25.784158927868585,species,A,A,A
+Bacopa caroliniana,"Lemon hyssop, Lemon bacopa, Blue waterhyssop",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,bacocaro,Human Observation,2004-06-16,BICY,335-81,NA,26.2329,-81.0986,26.2331,-81.0962,WGS84,314,Cell #AD04,"17N 2901479 E, 490153 N",UTM,WGS84,1,90,335,81,-81.09657336802998,26.232899985711605,species,A,A,A
+Psidium guajava,Guava,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,psidguaj,Human Observation,2002-07-31,BICY,195-81,NA,26.0499,-81.3429,26.0497,-81.3404,WGS84,314,"Cell #E24, Deep Lake","17N 2881252 E, 465701 N",UTM,WGS84,1,100,195,81,-81.34090727177983,26.04958259162316,species,A,A,A
+Panicum hemitomon,Maidencane,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panihemi,Human Observation,2004-06-16,BICY,335-90,NA,26.2329,-81.0986,26.2331,-81.0962,WGS84,314,Cell #AD04,"17N 2901479 E, 490153 N",UTM,WGS84,1,90,335,90,-81.09634818670001,26.232899982360006,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2002-05-08,BICY,174-4,NA,25.9,-81.0625,25.8982,-81.0612,WGS84,314,Cell #AG41,"17N 2864610 E, 493737 N",UTM,WGS84,1,150,174,4,-81.06245010099188,25.899921829302702,NA,A,R,A
+Sabal palmetto,Cabbage palm,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sabapalm,Human Observation,2002-08-08,BICY,256-86,NA,26.1826,-80.8868,26.1805,-80.8866,WGS84,314,Cell #AY10,"17N 2895910 E, 511309 N",UTM,WGS84,1,180,256,86,-80.8868,26.18065940534057,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-09-18,BICY,225-2,NA,25.7079,-81.0433,25.7099,-81.0433,WGS84,314,Cell #AI62,"17N 2843334 E, 495652 N",UTM,WGS84,1,5,225,2,-81.0432956580165,25.707944961315253,species,A,A,A
+Rhynchospora odorata,Fragrant beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynodor,Human Observation,2004-05-04,BICY,343-17,NA,25.863,-81.1021,25.8608,-81.1019,WGS84,314,Cell #AC45,"17N 2860512 E, 489770 N",UTM,WGS84,1,100,343,17,-81.10168243219292,25.862933383993163,species,A,A,A
+Blechnum serrulatum,"Swamp fern, Toothed midsorus fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,blecserr,Human Observation,2002-11-08,BICY,271-95,NA,25.7561,-81.0054,25.7563,-81.0064,WGS84,314,"Cell #AM57, origin estimated with ARCMap","17N 2848673 E, 499461 N",UTM,WGS84,1,280,271,95,-81.00773138256133,25.756472249362513,species,A,A,A
+Rhynchospora tracyi,Tracy's beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyntrac,Human Observation,2002-08-28,BICY,227-89,NA,26.0181,-80.9222,26.0166,-80.9231,WGS84,314,Cell #AU28,"17N 2877690 E, 507785 N",UTM,WGS84,1,235,227,89,-80.92402073167305,26.016948054603084,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2004-04-06,BICY,423-97,NA,25.7633,-80.9177,25.765,-80.9164,WGS84,314,Cell #AV56,"17N 2849471 E, 508257 N",UTM,WGS84,1,50,423,97,-80.91584819975306,25.764707009526962,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-05-20,BICY,191-3,NA,25.7828,-80.8764,25.7848,-80.8776,WGS84,314,"Cell #AZ54, inside Loop Rd.","17N 2851635 E, 512389 N",UTM,WGS84,1,335,191,3,-80.87643160123346,25.78286135603138,species,A,A,A
+Acrostichum danaeifolium,Giant leather fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,acrodana,Human Observation,2002-11-15,BICY,287-58,NA,25.8652,-81.3462,25.8656,-81.3485,WGS84,314,Cell #E45,"17N 2860800 E, 465316 N",UTM,WGS84,1,290,287,58,-81.34755940968135,25.86564763999845,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-08-21,BICY,238-79,NA,25.9782,-80.899,25.9776,-80.8962,WGS84,314,Cell #AX32,"17N 2873270 E, 510111 N",UTM,WGS84,1,100,238,79,-80.8970576549835,25.97789042616909,species,A,A,A
+Coccoloba diversifolia,"Pigeonplum, Tietongue",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,coccdive,Human Observation,2004-05-07,BICY,297-35,NA,25.7238,-80.9174,25.7236,-80.9199,WGS84,314,"Cell #AV60, Hess Hammock","17N 2845103 E, 508290 N",UTM,WGS84,1,270,297,35,-80.9182719423521,25.723799997391502,species,A,A,A
+Flaveria linearis,Narrowleaf yellowtops,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,flavline,Human Observation,2004-06-02,BICY,357-19,NA,25.9555,-81.0064,25.9541,-81.0084,WGS84,314,Cell #AM35,"17N 2870752 E, 499364 N",UTM,WGS84,1,240,357,19,-81.00681072303922,25.955285624683707,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2004-04-01,BICY,326-22,NA,26.179,-81.0835,26.1777,-81.0817,WGS84,314,Cell #AE10,"17N 2895514 E, 491661 N",UTM,WGS84,1,140,326,22,-81.08314634594909,26.178619711060527,species,A,A,A
+Spartina bakeri,Sand cordgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sparbake,Human Observation,2004-03-25,BICY,372-36,NA,25.8451,-81.3595,25.8456,-81.362,WGS84,314,Cell #C47,"17N 2858583 E, 463972 N",UTM,WGS84,1,290,372,36,-81.36034362766395,25.845377847789507,species,A,A,A
+Dichanthelium erectifolium,Erectleaf witchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dicherec,Human Observation,2002-05-21,BICY,215-83,NA,26.2303,-80.9066,26.2305,-80.9043,WGS84,314,Cell #AW04,"17N 2901187 E, 509327 N",UTM,WGS84,1,90,215,83,-80.9045233739181,26.230299984999007,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-08-09,BICY,263-46,NA,26.1792,-80.9943,26.1805,-80.9961,WGS84,314,Cell #AN10,"17N 2895533 E, 500573 N",UTM,WGS84,1,310,263,46,-80.99518126167017,26.17986720620945,species,A,A,A
+Quercus virginiana,Virginia live oak,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,quervirg,Human Observation,2002-06-17,BICY,145-37,NA,25.8329,-81.1112,25.8339,-81.1134,WGS84,314,"Cell #AB48, W of Monroe Station S of Tamiami Trai","17N 2857179 E, 488852 N",UTM,WGS84,1,305,145,37,-81.1119557617947,25.833378904101462,species,A,A,A
+Thelypteris interrupta,"Interrupted maiden fern, Hottentot fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,thelinte,Human Observation,2002-08-01,BICY,255-89,NA,26.1693,-81.2554,26.1675,-81.2543,WGS84,314,Cell #N11,"17N 2894454 E, 474478 N",UTM,WGS84,1,170,255,89,-81.2550135379649,26.167322216434414,species,A,A,A
+Tillandsia fasciculata var. densispica,"Stiff-leaved wild-pine, Cardinal airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillfascdens,Human Observation,2003-01-03,BICY,461-83,NA,26.1999,-80.9036,26.1995,-80.9062,WGS84,314,Cell #AW08,"17N 2897822 E, 509630 N",UTM,WGS84,1,260,461,83,-80.90564454045791,26.199574760704827,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-04-29,BICY,419-9,NA,25.8155,-81.0426,25.8165,-81.0447,WGS84,314,Cell #AI50,"17N 2855253 E, 495730 N",UTM,WGS84,1,300,419,9,-81.04279432423813,25.81560154775418,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2003-01-03,BICY,461-68,NA,26.1999,-80.9036,26.1995,-80.9062,WGS84,314,Cell #AW08,"17N 2897822 E, 509630 N",UTM,WGS84,1,260,461,68,-80.90527504603541,26.199633541043,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-05-20,BICY,188-1,NA,25.7909,-80.8837,25.7887,-80.8841,WGS84,314,Cell #AY53,"17N 2852536 E, 511658 N",UTM,WGS84,1,195,188,1,-80.88370645148883,25.79087820265396,species,A,A,A
+Rhynchospora microcarpa,Southern beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynmicr2,Human Observation,2002-07-10,BICY,151-16,NA,26.0769,-81.3107,26.0763,-81.3134,WGS84,314,Cell #H21,"17N 2884234 E, 468923 N",UTM,WGS84,1,265,151,16,-81.31109826891615,26.076868532208188,species,A,A,A
+Spartina bakeri,Sand cordgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sparbake,Human Observation,2004-03-25,BICY,373-86,NA,25.8451,-81.3595,25.8474,-81.3595,WGS84,314,Cell #C47,"17N 2858583 E, 463972 N",UTM,WGS84,1,180,373,86,-81.3595,25.843159314738212,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-05-31,BICY,129-18,NA,26.2159,-81.0498,26.2163,-81.0475,WGS84,314,"Cell #AIO6, Kissimmee Billy Area","17N 2899596 E, 495029 N",UTM,WGS84,1,80,129,18,-81.04935654356153,26.215970529829455,species,A,A,A
+Hyptis alata,"Musky mint, Clustered bushmint",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hyptalat,Human Observation,2002-10-31,BICY,277-57,NA,25.8982,-81.257,25.8971,-81.2595,WGS84,314,Cell #N41,"17N 2864436 E, 474256 N",UTM,WGS84,1,240,277,57,-81.25823156899776,25.897556865464892,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2004-06-22,BICY,313-9,NA,26.1627,-81.2799,26.1606,-81.2794,WGS84,314,Cell #L12,"17N 2893733 E, 472025 N",UTM,WGS84,1,180,313,9,-81.2799,26.162496913975417,species,A,A,A
+Muhlenbergia capillaris,"Muhlygrass, Hairawnmuhly",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,muhlcapi,Human Observation,2002-05-21,BICY,215-71,NA,26.2303,-80.9066,26.2305,-80.9043,WGS84,314,Cell #AW04,"17N 2901187 E, 509327 N",UTM,WGS84,1,90,215,71,-80.90482360901423,26.230299989023074,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2004-04-07,BICY,436-13,NA,26.2515,-81.2499,26.2493,-81.2496,WGS84,314,Cell #O02,"17N 2903558 E, 475040 N",UTM,WGS84,1,180,436,13,-81.2499,26.25120665714066,species,A,A,A
+Rhynchospora microcarpa,Southern beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynmicr2,Human Observation,2002-08-29,BICY,251-34,NA,25.784300000000002,-81.0757,25.7827,-81.0774,WGS84,314,Cell #AF54,"17N 2851797 E, 492406 N",UTM,WGS84,1,230,251,34,-81.07634918854308,25.783806817184978,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2004-05-18,BICY,364-89,NA,26.2236,-81.0959,26.222,-81.0973,WGS84,314,Cell #AD05,"17N 2900452 E, 490421 N",UTM,WGS84,1,220,364,89,-81.09733122237934,26.222061562430884,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2003-04-24,BICY,613-87,NA,25.7194,-81.0846,25.7216,-81.0853,WGS84,314,Cell #AE61,"17N 2844609 E, 491518 N",UTM,WGS84,1,345,613,87,-81.08516095254025,25.721296386387458,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2004-05-07,BICY,368-63,NA,25.7236,-80.9208,25.7257,-80.9206,WGS84,314,Cell #AU60,"17N 2845078 E, 507948 N",UTM,WGS84,1,0,368,63,-80.9208,25.72502168820073,species,A,A,A
+Salix caroliniana,Coastal Plain willow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,salicaro,Human Observation,2003-02-05,BICY,467-58,NA,26.1795,-80.9405,26.1786,-80.9427,WGS84,314,Cell #AS10,"17N 2895569 E, 505946 N",UTM,WGS84,1,250,467,58,-80.94186302516144,26.17905236662199,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2003-02-11,BICY,489-27,NA,26.0752,-81.293,26.0762,-81.2954,WGS84,314,Cell #J21,"17N 2884040 E, 470692 N",UTM,WGS84,1,300,489,27,-81.29358425382918,26.0755046315416,species,A,A,A
+Annona glabra,Pond-apple,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,annoglab,Human Observation,2004-04-15,BICY,387-8,NA,26.2539,-81.0377,26.2532,-81.0356,WGS84,314,Cell #AJ02,"17N 2903800 E, 496238 N",UTM,WGS84,1,120,387,8,-81.03752662430894,26.25380974058547,species,A,A,A
+Rhynchospora inundata,Narrowfruit horned beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyninun,Human Observation,2002-10-29,BICY,291-7,NA,26.1255,-81.2857,26.1233,-81.2869,WGS84,314,Cell #K16,"17N 2889619 E, 471434 N",UTM,WGS84,1,210,291,7,-81.28578749019016,26.125363205534835,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-04-14,BICY,416-44,NA,26.2163,-81.0953,26.2174,-81.0932,WGS84,314,Cell #AJ06,"17N 2899645 E, 490479 N",UTM,WGS84,1,70,416,44,-81.09426564890799,26.216639573569655,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2002-09-17,BICY,222-26,NA,25.6988,-80.9736,25.6966,-80.974,WGS84,314,Cell #AP63,"17N 2842329 E, 502644 N",UTM,WGS84,1,200,222,26,-80.97382148892368,25.69824865347358,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2004-05-12,BICY,361-64,NA,25.9514,-80.9266,25.9534,-80.9257,WGS84,314,Cell #AU35,"17N 2870304 E, 507352 N",UTM,WGS84,1,300,361,64,-80.92798345115361,25.95212209812084,species,A,A,A
+Sisyrinchium angustifolium,Narroleaf blueeyed-grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sisyangu,Human Observation,2002-07-17,BICY,163-92,NA,26.0432,-81.0379,26.0411,-81.0375,WGS84,314,"Cell #AJ25, Central Pines","17N 2880474 E, 496209 N",UTM,WGS84,1,180,163,92,-81.0379,26.04112397485525,species,A,A,A
+Persea palustris,Swamp bay,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,perspalu,Human Observation,2004-03-03,BICY,380-23,NA,26.1969,-81.3017,26.1947,-81.3022,WGS84,314,Cell #I08,"17N 2897525 E, 469858 N",UTM,WGS84,1,190,380,23,-81.30179989699081,26.19638888950503,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2002-08-27,BICY,231-9,NA,26.043,-80.9091,26.0448,-80.9074,WGS84,314,Cell #AW25,"17N 2880453 E, 509098 N",UTM,WGS84,1,45,231,9,-80.9089410299245,26.043143605797923,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2004-06-16,BICY,334-73,NA,26.2329,-81.0986,26.2346,-81.0971,WGS84,314,Cell #AD04,"17N 2901479 E, 490153 N",UTM,WGS84,1,40,334,73,-81.09742595453511,26.234161852005624,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2004-03-31,BICY,321-54,NA,26.1331,-81.0631,26.1352,-81.0633,WGS84,314,Cell #AG15,"17N 2890423 E, 493688 N",UTM,WGS84,1,0,321,54,-81.0631,26.134318521035034,species,A,A,A
+Chrysobalanus icaco,Coco-plum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,chryicac,Human Observation,2003-04-29,BICY,606-81,NA,25.8642,-81.2501,25.8627,-81.2519,WGS84,314,Cell #N45,"17N 2860672 E, 474942 N",UTM,WGS84,1,230,606,81,-81.25164762575665,25.86302507253479,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2003-02-07,BICY,493-17,NA,25.8691,-81.0272,25.8679,-81.0294,WGS84,314,Cell #AK44,"17N 2861184 E, 497273 N",UTM,WGS84,1,250,493,17,-81.02759845880314,25.868968792825573,species,A,A,A
+Spartina bakeri,Sand cordgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sparbake,Human Observation,2004-03-25,BICY,373-11,NA,25.8451,-81.3595,25.8474,-81.3595,WGS84,314,Cell #C47,"17N 2858583 E, 463972 N",UTM,WGS84,1,180,373,11,-81.3595,25.844851772844272,species,A,A,A
+Citrus sinensis,Sweet orange,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,citrsine,Human Observation,2002-08-01,BICY,193-29,NA,26.1696,-81.2652,26.1674,-81.2645,WGS84,314,Cell #M11,"17N 2894488 E, 473501 N",UTM,WGS84,1,170,193,29,-81.26507407241391,26.168955553870116,species,A,A,A
+Ludwigia repens,Creeping primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwrepe,Human Observation,2004-04-29,BICY,419-60,NA,25.8155,-81.0426,25.8165,-81.0447,WGS84,314,Cell #AI50,"17N 2855253 E, 495730 N",UTM,WGS84,1,300,419,60,-81.04389550118088,25.81617698009412,species,A,A,A
+Tillandsia paucifolia,"Twisted wild-pine, Potbelly airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillpauc,Human Observation,2002-05-09,BICY,183-96,NA,25.9254,-80.8441,25.9234,-80.8439,WGS84,314,Cell #BC38,"17N 2867427 E, 515616 N",UTM,WGS84,1,180,183,96,-80.8441,25.923233677606486,species,A,A,A
+Spermacoce terminalis,Everglades Keys false buttonweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sperterm,Human Observation,2002-04-08,BICY,170-11,NA,25.9578,-81.3129,25.959,-81.315,WGS84,314,Cell #2460/H34,"17N 2871044 E, 468672 N",UTM,WGS84,1,310,170,11,-81.31311033972267,25.95795955470294,species,A,A,A
+Schinus terebinthifolius,Brazilian-pepper,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,schitere,Human Observation,2002-10-31,BICY,274-45,NA,25.9152,-81.2644,25.9163,-81.2664,WGS84,314,Cell #M39,"17N 2866314 E, 473518 N",UTM,WGS84,1,305,274,45,-81.26531980767803,25.91578244379672,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2003-02-11,BICY,482-40,NA,25.963,-81.0302,25.9653,-81.0305,WGS84,314,Cell #AJ34,"17N 2871588 E, 496977 N",UTM,WGS84,1,0,482,40,-81.0302,25.963902629453415,species,A,A,A
+Sabal palmetto,Cabbage palm,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sabapalm,Human Observation,2004-05-18,BICY,366-72,NA,26.2061,-81.0978,26.2076,-81.0996,WGS84,314,Cell #AD07,"17N 2898512 E, 490230 N",UTM,WGS84,1,310,366,72,-81.09917968742167,26.207144316435482,species,A,A,A
+Cornus foemina,"Stiff cornel, Swamp dogwood, Stiff dogwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cornfoem,Human Observation,2004-06-22,BICY,310-78,NA,26.1685,-81.2779,26.1671,-81.2762,WGS84,314,Cell #L11,"17N 2894377 E, 472231 N",UTM,WGS84,1,170,310,78,-81.27756130454043,26.166766661487195,species,A,A,A
+Ilex cassine,"Dahoon holly, Dahoon",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ilexcass,Human Observation,2004-03-17,BICY,377-85,NA,26.1818,-81.343,26.1802,-81.3413,WGS84,314,Cell #E10,"17N 2895858 E, 465728 N",UTM,WGS84,1,150,377,85,-81.34193712297355,26.180138933559565,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-06-18,BICY,147-38,NA,26.1543,-81.3354,26.1527,-81.334,WGS84,314,"Cell #F13, SE of Miles City","17N 2892813 E, 466479 N",UTM,WGS84,1,135,147,38,-81.3347281617439,26.15369367179814,species,A,A,A
+Scleria baldwinii,Baldwin's nutrush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sclebald,Human Observation,2002-09-19,BICY,221-30,NA,26.1911,-80.8875,26.1901,-80.8896,WGS84,314,Cell #AY09,"17N 2896849 E, 511241 N",UTM,WGS84,1,250,221,30,-80.88820508412788,26.190868467481533,species,A,A,A
+Taxodium distichum,Bald cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxodist,Human Observation,2002-08-07,BICY,259-40,NA,26.1609,-81.2653,26.163,-81.2655,WGS84,314,Cell #M12,"17N 2893533 E, 473488 N",UTM,WGS84,1,0,259,40,-81.2653,26.161802604710058,species,A,A,A
+Quercus virginiana,Virginia live oak,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,quervirg,Human Observation,2002-11-08,BICY,288-42,NA,25.748,-80.9377,25.75,-80.9372,WGS84,314,Cell #AT58,"17N 2847783 E, 506247 N",UTM,WGS84,1,20,288,42,-80.93734205864097,25.748890629883487,species,A,A,A
+Panicum repens,Torpedo grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panirepe,Human Observation,2004-05-20,BICY,393-15,NA,26.2529,-80.8936,26.2541,-80.8915,WGS84,314,Cell #AX02,"17N 2903700 E, 510627 N",UTM,WGS84,1,60,393,15,-80.89327492264032,26.253069235858746,species,A,A,A
+Sisyrinchium angustifolium,Narroleaf blueeyed-grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sisyangu,Human Observation,2003-02-21,BICY,500-87,NA,26.0012,-80.9317,25.9991,-80.9313,WGS84,314,Cell #AT30,"17N 2875821 E, 506840 N",UTM,WGS84,1,180,500,87,-80.9317,25.99923679091539,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-03-26,BICY,414-62,NA,26.2242,-81.0649,26.2242,-81.0674,WGS84,314,Cell #AG05,"17N 2900516 E, 493515 N",UTM,WGS84,1,270,414,62,-81.06645113374306,26.224199991631814,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2004-05-05,BICY,331-59,NA,26.2506,-81.0295,26.2527,-81.0285,WGS84,314,Cell #AK02,"17N 2903435 E, 497051 N",UTM,WGS84,1,30,331,59,-81.02876178654817,26.25175295964892,species,A,A,A
+Serenoa repens,Saw palmetto,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sererepe,Human Observation,2002-06-18,BICY,148-100,NA,26.1363,-81.3348,26.137,-81.3325,WGS84,314,"Cell #F15, SE of Miles City","17N 2890819 E, 466533 N",UTM,WGS84,1,70,148,100,-81.33245079760394,26.137071755974638,species,A,A,A
+Centella asiatica,"Coinwort, Spadeleaf",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,centasia,Human Observation,2004-03-30,BICY,389-76,NA,26.1428,-80.8861,26.142,-80.8883,WGS84,314,Cell #AY14,"17N 2891503 E, 511389 N",UTM,WGS84,1,250,389,76,-80.88788547202643,26.142213440316382,species,A,A,A
+Piloblephis rigida,Wild pennyroyal,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pilorigi,Human Observation,2003-01-04,BICY,460-78,NA,26.2036,-80.9318,26.2058,-80.9315,WGS84,314,Cell #AT07,"17N 2898234 E, 506815 N",UTM,WGS84,1,10,460,78,-80.93146119301555,26.205333328842006,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2003-01-03,BICY,458-11,NA,26.2306,-80.9468,26.2319,-80.9444,WGS84,314,Cell #AS04,"17N 2901222 E, 505314 N",UTM,WGS84,1,60,458,11,-80.94656165551669,26.23072410675415,species,A,A,A
+Blechnum serrulatum,"Swamp fern, Toothed midsorus fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,blecserr,Human Observation,2004-05-05,BICY,330-94,NA,26.2506,-81.0295,26.2484,-81.0298,WGS84,314,Cell #AK02,"17N 2903435 E, 497051 N",UTM,WGS84,1,185,330,94,-81.02970500840094,26.248486976204912,species,A,A,A
+Sabal palmetto,Cabbage palm,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sabapalm,Human Observation,2004-03-24,BICY,370-25,NA,25.9769,-81.3355,25.9789,-81.3346,WGS84,314,Cell #F32,"17N 2873174 E, 466418 N",UTM,WGS84,1,30,370,25,-81.33518792714445,25.977388561262217,species,A,A,A
+Ruellia succulenta,Thickleaf wild petunia,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ruelsucc,Human Observation,2004-04-07,BICY,432-28,NA,26.25,-81.2548,26.2478,-81.2547,WGS84,314,Cell #N02,"17N 2903396 E, 474557 N",UTM,WGS84,1,180,432,28,-81.2548,26.249368184463812,species,A,A,A
+Annona glabra,Pond-apple,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,annoglab,Human Observation,2003-04-29,BICY,607-90,NA,25.8642,-81.2501,25.8662,-81.252,WGS84,314,Cell #N45,"17N 2860672 E, 474942 N",UTM,WGS84,1,320,607,90,-81.25154293560504,25.865755786087636,species,A,A,A
+Tillandsia variabilis,"Soft-leaved wild-pine, Leatherleaf airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillvari,Human Observation,2004-04-29,BICY,405-91,NA,25.8211,-81.0303,25.8202,-81.0326,WGS84,314,Cell #AJ50,"17N 2855868 E, 496959 N",UTM,WGS84,1,250,405,91,-81.03243205563874,25.820397638333425,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2002-08-09,BICY,263-58,NA,26.1792,-80.9943,26.1805,-80.9961,WGS84,314,Cell #AN10,"17N 2895533 E, 500573 N",UTM,WGS84,1,310,263,58,-80.99541115766941,26.180041259105646,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-09-17,BICY,197-38,NA,25.7085,-80.9687,25.7065,-80.9691,WGS84,314,Cell #AQ62,"17N 2843408 E, 503144 N",UTM,WGS84,1,190,197,38,-80.9688643671179,25.70765549956022,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2002-05-20,BICY,190-51,NA,25.7828,-80.8764,25.7807,-80.8773,WGS84,314,"Cell #AZ54, inside Loop Rd.","17N 2851635 E, 512389 N",UTM,WGS84,1,205,190,51,-80.87693721599395,25.781756946337328,NA,A,R,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2002-06-13,BICY,136-90,NA,26.0401,-81.0673,26.0421,-81.0672,WGS84,314,"Cell #AG25, Middle Pines, near Cal Stone","17N 2880124 E, 493267 N",UTM,WGS84,1,5,136,90,-81.06710406021493,26.04212316615924,NA,A,R,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,unknown,Human Observation,2002-11-08,BICY,271-15,NA,25.7561,-81.0054,25.7563,-81.0064,WGS84,314,"Cell #AM57, origin estimated with ARCMap","17N 2848673 E, 499461 N",UTM,WGS84,1,280,271,15,-81.00576811206956,25.75615877869819,NA,A,R,A
+Sabal palmetto,Cabbage palm,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sabapalm,Human Observation,2002-11-08,BICY,270-17,NA,25.7556,-81.003,25.7566,-81.0018,WGS84,314,"Cell #AM57, origin estimated with ARCMap","17N 2848614 E, 499702 N",UTM,WGS84,1,80,270,17,-81.00258280804076,25.75566661579219,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-09-17,BICY,222-23,NA,25.6988,-80.9736,25.6966,-80.974,WGS84,314,Cell #AP63,"17N 2842329 E, 502644 N",UTM,WGS84,1,200,222,23,-80.97379593261353,25.698312270399768,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-04-09,BICY,442-48,NA,25.7911,-81.0952,25.7893,-81.0965,WGS84,314,Cell #AD53,"17N 2852556 E, 490453 N",UTM,WGS84,1,215,442,48,-81.0958862681343,25.79021270833703,species,A,A,A
+Serenoa repens,Saw palmetto,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sererepe,Human Observation,2002-04-09,BICY,181-5,NA,26.1888,-81.2352,26.1889,-81.2377,WGS84,314,Cell #3893; P09,"17N 2896616 E, 476496 N",UTM,WGS84,1,280,181,5,-81.23532315377633,26.188819591830427,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-05-18,BICY,364-71,NA,26.2236,-81.0959,26.222,-81.0973,WGS84,314,Cell #AD05,"17N 2900452 E, 490421 N",UTM,WGS84,1,220,364,71,-81.09704176471091,26.222372708283775,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-05-22,BICY,219-5,NA,25.7737,-81.0393,25.7735,-81.0388,WGS84,314,Cell #AJ55 (North of Loop Road),"17N 2850623 E, 496063 N",UTM,WGS84,1,155,219,5,-81.03924733536763,25.773597739803417,species,A,A,A
+Panicum repens,Torpedo grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panirepe,Human Observation,2004-05-20,BICY,393-57,NA,26.2529,-80.8936,26.2541,-80.8915,WGS84,314,Cell #AX02,"17N 2903700 E, 510627 N",UTM,WGS84,1,60,393,57,-80.8923647010215,26.253543092328314,species,A,A,A
+Muhlenbergia capillaris,"Muhlygrass, Hairawnmuhly",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,muhlcapi,Human Observation,2004-03-30,BICY,391-82,NA,26.1527,-80.8913,26.1549,-80.891,WGS84,314,Cell #AX13,"17N 2892602 E, 510865 N",UTM,WGS84,1,10,391,82,-80.89094397271622,26.154522230357323,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2004-03-17,BICY,376-99,NA,26.1818,-81.343,26.1797,-81.3438,WGS84,314,Cell #E10,"17N 2895858 E, 465728 N",UTM,WGS84,1,220,376,99,-81.34459146317975,26.180088693436154,species,A,A,A
+Ruellia succulenta,Thickleaf wild petunia,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ruelsucc,Human Observation,2004-04-07,BICY,436-74,NA,26.2515,-81.2499,26.2493,-81.2496,WGS84,314,Cell #O02,"17N 2903558 E, 475040 N",UTM,WGS84,1,180,436,74,-81.2499,26.24983020202528,species,A,A,A
+Ardisia escallonioides,Marlberry,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ardiesca,Human Observation,2002-07-31,BICY,194-51,NA,26.0499,-81.3429,26.0503,-81.3446,WGS84,314,"Cell #E24, Deep Lake","17N 2881252 E, 465701 N",UTM,WGS84,1,290,194,51,-81.34409720964224,26.050293605076394,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2002-11-05,BICY,293-97,NA,26.0816,-81.2488,26.0816,-81.2464,WGS84,314,Cell #O21,"17N 2884745 E, 475114 N",UTM,WGS84,1,90,293,97,-81.24637617424298,26.081599979645024,NA,A,R,A
+Muhlenbergia capillaris,"Muhlygrass, Hairawnmuhly",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,muhlcapi,Human Observation,2003-02-05,BICY,466-10,NA,26.1795,-80.9152,26.1814,-80.9138,WGS84,314,Cell #AV10,"17N 2895561 E, 508470 N",UTM,WGS84,1,30,466,10,-80.91507495611722,26.179695419102433,species,A,A,A
+Schinus terebinthifolius,Brazilian-pepper,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,schitere,Human Observation,2002-07-31,BICY,252-8,NA,26.0454,-81.3423,26.045,-81.3444,WGS84,314,Cell #E25,"17N 2880757 E, 465755 N",UTM,WGS84,1,250,252,8,-81.34248778969547,26.04533825708644,species,A,A,A
+Bacopa caroliniana,"Lemon hyssop, Lemon bacopa, Blue waterhyssop",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,bacocaro,Human Observation,2003-02-06,BICY,454-60,NA,25.953,-81.3496,25.9516,-81.3514,WGS84,314,Cell #D35,"17N 2870527 E, 464999 N",UTM,WGS84,1,240,454,60,-81.35089698765815,25.952323021093076,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-06-17,BICY,144-32,NA,25.8329,-81.1112,25.8352,-81.1114,WGS84,314,"Cell #AB48, W of Monroe Station S of Tamiami Trai","17N 2857179 E, 488852 N",UTM,WGS84,1,5,144,32,-81.11113045505716,25.833619368638836,species,A,A,A
+Serenoa repens,Saw palmetto,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sererepe,Human Observation,2003-02-11,BICY,492-29,NA,25.8735,-81.2566,25.8756,-81.2553,WGS84,314,Cell #N44,"17N 2861698 E, 474294 N",UTM,WGS84,1,50,492,29,-81.25604586094902,25.873920648446415,species,A,A,A
+Annona glabra,Pond-apple,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,annoglab,Human Observation,2004-04-29,BICY,404-14,NA,25.8211,-81.0303,25.8192,-81.0318,WGS84,314,Cell #AJ50,"17N 2855868 E, 496959 N",UTM,WGS84,1,220,404,14,-81.0305243719368,25.820857986075968,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2002-08-29,BICY,250-35,NA,25.784300000000002,-81.0757,25.7839,-81.0732,WGS84,314,Cell #AF54,"17N 2851797 E, 492406 N",UTM,WGS84,1,100,250,35,-81.07484087024012,25.784162846611416,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2004-04-29,BICY,404-49,NA,25.8211,-81.0303,25.8192,-81.0318,WGS84,314,Cell #AJ50,"17N 2855868 E, 496959 N",UTM,WGS84,1,220,404,49,-81.03108529778808,25.82025294971525,species,A,A,A
+Serenoa repens,Saw palmetto,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sererepe,Human Observation,2004-06-22,BICY,310-39,NA,26.1685,-81.2779,26.1671,-81.2762,WGS84,314,Cell #L11,"17N 2894377 E, 472231 N",UTM,WGS84,1,170,310,39,-81.27773065101835,26.16763333089536,species,A,A,A
+Sabal palmetto,Cabbage palm,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sabapalm,Human Observation,2003-05-13,BICY,610-51,NA,26.1457,-81.2422,26.1436,-81.2431,WGS84,314,Cell #O14,"17N 2891842 E, 475791 N",UTM,WGS84,1,210,610,51,-81.24283753353728,26.144703356128495,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-03-31,BICY,319-44,NA,26.1349,-81.057,26.1335,-81.055,WGS84,314,Cell #AH15,"17N 2890624 E, 494305 N",UTM,WGS84,1,130,319,44,-81.0561573817379,26.134261793727916,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2003-02-05,BICY,466-42,NA,26.1795,-80.9152,26.1814,-80.9138,WGS84,314,Cell #AV10,"17N 2895561 E, 508470 N",UTM,WGS84,1,30,466,42,-80.91467481288956,26.180320759464532,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-08-21,BICY,239-81,NA,25.9782,-80.899,25.9802,-80.8984,WGS84,314,Cell #AX32,"17N 2873270 E, 510111 N",UTM,WGS84,1,25,239,81,-80.8981453499425,25.979856565618284,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2004-05-13,BICY,430-59,NA,25.9072,-81.2737,25.9054,-81.2743,WGS84,314,Cell #L40,"17N 2865437 E, 472583 N",UTM,WGS84,1,220,430,59,-81.27464624661282,25.906180093862798,species,A,A,A
+Salix caroliniana,Coastal Plain willow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,salicaro,Human Observation,2002-08-22,BICY,244-98,NA,25.9154,-81.2418,25.9144,-81.2439,WGS84,314,"Cell #O39, endpoint corrected using arcmap","17N 2866336 E, 475780 N",UTM,WGS84,1,245,244,98,-81.24401624087237,25.91446538095698,species,A,A,A
+Ilex cassine,"Dahoon holly, Dahoon",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ilexcass,Human Observation,2004-05-26,BICY,359-98,NA,25.8254,-81.0222,25.8255,-81.0246,WGS84,314,Cell #AK49,"17N 2856346 E, 497776 N",UTM,WGS84,1,280,359,98,-81.02460640382857,25.825784000277075,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-08-27,BICY,235-66,NA,26.0528,-80.905,26.0506,-80.905,WGS84,314,"Cell #AW24, endpoint estimated using arcmap","17N 2881537 E, 509501 N",UTM,WGS84,1,180,235,66,-80.905,26.051310679653696,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2004-05-07,BICY,369-58,NA,25.7236,-80.9208,25.7235,-80.9229,WGS84,314,Cell #AU60,"17N 2845078 E, 507948 N",UTM,WGS84,1,270,369,58,-80.92224493062385,25.72359999283682,species,A,A,A
+Ludwigia microcarpa,Smallfruit primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwmicr,Human Observation,2002-11-08,BICY,289-97,NA,25.748,-80.9377,25.748,-80.9352,WGS84,314,Cell #AT58,"17N 2847783 E, 506247 N",UTM,WGS84,1,95,289,97,-80.93529218599629,25.747809201281104,species,A,A,A
+Serenoa repens,Saw palmetto,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sererepe,Human Observation,2004-06-22,BICY,313-68,NA,26.1627,-81.2799,26.1606,-81.2794,WGS84,314,Cell #L12,"17N 2893733 E, 472025 N",UTM,WGS84,1,180,313,68,-81.2799,26.161165572116825,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-08-29,BICY,250-17,NA,25.784300000000002,-81.0757,25.7839,-81.0732,WGS84,314,Cell #AF54,"17N 2851797 E, 492406 N",UTM,WGS84,1,100,250,17,-81.07528270815551,25.784233383273794,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2003-02-13,BICY,479-65,NA,25.9309,-81.0264,25.9302,-81.0289,WGS84,314,Cell #AK37,"17N 2868028 E, 497353 N",UTM,WGS84,1,250,479,65,-81.02792430799886,25.930398323845903,species,A,A,A
+Centrosema virginianum,Spurred butterfly-pea,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,centvirg,Human Observation,2004-06-03,BICY,352-95,NA,26.0243,-81.0653,26.0258,-81.067,WGS84,314,Cell #AG27,"17N 2878374 E, 493467 N",UTM,WGS84,1,335,352,95,-81.06630276113883,26.02624287265822,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-05-29,BICY,207-47,NA,26.1989,-81.2169,26.2003,-81.2148,WGS84,314,Cell #R08,"17N 2897730 E, 478329 N",UTM,WGS84,1,60,207,47,-81.21588189138772,26.199430273877997,species,A,A,A
+Pluchea rosea,Rosy camphorweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,plucrose,Human Observation,2004-06-10,BICY,315-100,NA,26.1551,-81.1871,26.1539,-81.1851,WGS84,314,Cell #U13,"17N 2892878 E, 481301 N",UTM,WGS84,1,125,315,100,-81.18505185327507,26.153805702214523,species,A,A,A
+Rhynchospora inundata,Narrowfruit horned beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyninun,Human Observation,2004-05-05,BICY,331-55,NA,26.2506,-81.0295,26.2527,-81.0285,WGS84,314,Cell #AK02,"17N 2903435 E, 497051 N",UTM,WGS84,1,30,331,55,-81.0288118353783,26.25167479301879,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2003-11-26,BICY,474-40,NA,25.8255,-80.9092,25.8276,-80.9083,WGS84,314,Cell #AW49,"17N 2856359 E, 509099 N",UTM,WGS84,1,15,474,40,-80.90894186354473,25.82637188940324,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2004-05-20,BICY,401-63,NA,26.2504,-80.8822,26.2511,-80.8799,WGS84,314,Cell #AY02,"17N 2903418 E, 511768 N",UTM,WGS84,1,80,401,63,-80.88064744199556,26.250646847218793,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-08-23,BICY,237-68,NA,25.8448,-81.2201,25.8466,-81.2215,WGS84,314,Cell #Q47,"17N 2858519 E, 477943 N",UTM,WGS84,1,330,237,68,-81.22094789906245,25.84612890921281,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2004-06-22,BICY,312-94,NA,26.1627,-81.2799,26.164,-81.278,WGS84,314,Cell #L12,"17N 2893733 E, 472025 N",UTM,WGS84,1,50,312,94,-81.27809940371633,26.164063418699314,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-05-07,BICY,130-43,NA,25.8803,-81.2219,25.881,-81.2243,WGS84,314,"Cell #Q43, East of Burns Lake Rd. Q43","17N 2862448 E, 477773 N",UTM,WGS84,1,290,130,43,-81.2229079653584,25.880631871563516,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-05-07,BICY,169-47,NA,25.8341,-81.0889,25.836,-81.0888,WGS84,314,"Cell #AE48, W. of Loop Rd. S of Monroe","17N 2857310 E, 491088 N",UTM,WGS84,1,0,169,47,-81.0889,25.835160608448742,species,A,A,A
+Ludwigia repens,Creeping primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwrepe,Human Observation,2002-05-22,BICY,219-71,NA,25.7737,-81.0393,25.7735,-81.0388,WGS84,314,Cell #AJ55 (North of Loop Road),"17N 2850623 E, 496063 N",UTM,WGS84,1,155,219,71,-81.03855217068093,25.772247903287706,species,A,A,A
+Smilax auriculata,Earleaf greenbrier,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,smilauri,Human Observation,2003-02-13,BICY,480-65,NA,25.9309,-81.0264,25.9289,-81.0261,WGS84,314,Cell #AK37,"17N 2868028 E, 497353 N",UTM,WGS84,1,170,480,65,-81.02611832150852,25.929455503803325,species,A,A,A
+Eleocharis cellulosa,Gulf Coast spikerush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eleocell,Human Observation,2002-05-20,BICY,191-8,NA,25.7828,-80.8764,25.7848,-80.8776,WGS84,314,"Cell #AZ54, inside Loop Rd.","17N 2851635 E, 512389 N",UTM,WGS84,1,335,191,8,-80.87648427002814,25.782963616067267,species,A,A,A
+Acrostichum danaeifolium,Giant leather fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,acrodana,Human Observation,2003-06-04,BICY,520-96,NA,25.8672,-81.353,25.8671,-81.3506,WGS84,314,Cell #D44 (originally labeled E45),"17N 2861021 E, 464635 N",UTM,WGS84,1,90,520,96,-81.3506055076404,25.867199980250348,species,A,A,A
+Acer rubrum,Red maple,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,acerrubr,Human Observation,2004-06-16,BICY,335-9,NA,26.2329,-81.0986,26.2331,-81.0962,WGS84,314,Cell #AD04,"17N 2901479 E, 490153 N",UTM,WGS84,1,90,335,9,-81.09837481866998,26.2328999998236,species,A,A,A
+Sabal palmetto,Cabbage palm,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sabapalm,Human Observation,2004-06-01,BICY,316-27,NA,25.9346,-81.0368,25.9352,-81.0391,WGS84,314,Cell #AJ37,"17N 2868446 E, 496319 N",UTM,WGS84,1,300,316,27,-81.03738355859672,25.934904637472652,species,A,A,A
+Blechnum serrulatum,"Swamp fern, Toothed midsorus fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,blecserr,Human Observation,2004-03-26,BICY,414-53,NA,26.2242,-81.0649,26.2242,-81.0674,WGS84,314,Cell #AG05,"17N 2900516 E, 493515 N",UTM,WGS84,1,270,414,53,-81.06622596916748,26.22419999388495,species,A,A,A
+Cephalanthus occidentalis,Common buttonbush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cephocci,Human Observation,2003-05-13,BICY,610-79,NA,26.1457,-81.2422,26.1436,-81.2431,WGS84,314,Cell #O14,"17N 2891842 E, 475791 N",UTM,WGS84,1,210,610,79,-81.2431875473455,26.144156177842707,species,A,A,A
+Rhynchospora microcarpa,Southern beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynmicr2,Human Observation,2004-05-04,BICY,345-52,NA,25.8178,-80.8904,25.8179,-80.8928,WGS84,314,Cell #AX50,"17N 2855514 E, 510987 N",UTM,WGS84,1,270,345,52,-80.89169647812676,25.817799994218067,species,A,A,A
+Pleopeltis polypodioides var. michauxiana,Resurrection fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pleopolymich,Human Observation,2004-04-28,BICY,409-6,NA,25.8148,-81.0772,25.8145,-81.0796,WGS84,314,Cell #AF50,"17N 2855174 E, 492265 N",UTM,WGS84,1,220,409,6,-81.07729615442571,25.814696279700353,species,A,A,A
+Mikania scandens,"Climbing hempweed, Climbing hempvine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,mikascan,Human Observation,2004-04-02,BICY,427-26,NA,26.2477,-80.9374,26.2497,-80.9363,WGS84,314,Cell #AT02,"17N 2903122 E, 506250 N",UTM,WGS84,1,30,427,26,-80.9370746954694,26.248208084608585,species,A,A,A
+Crinum americanum,"Swamp-lily, Seven-sisters, String-lily",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,crinamer,Human Observation,2002-07-31,BICY,195-8,NA,26.0499,-81.3429,26.0497,-81.3404,WGS84,314,"Cell #E24, Deep Lake","17N 2881252 E, 465701 N",UTM,WGS84,1,100,195,8,-81.34270318685857,26.049868652248716,species,A,A,A
+Eriocaulon compressum,Flattened pipewort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eriocomp,Human Observation,2004-03-30,BICY,388-78,NA,26.1428,-80.8861,26.1411,-80.8845,WGS84,314,Cell #AY14,"17N 2891503 E, 511389 N",UTM,WGS84,1,145,388,78,-80.8849814989884,26.1413582193379,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-08-27,BICY,235-97,NA,26.0528,-80.905,26.0506,-80.905,WGS84,314,"Cell #AW24, endpoint estimated using arcmap","17N 2881537 E, 509501 N",UTM,WGS84,1,180,235,97,-80.905,26.050611150294113,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2002-08-09,BICY,261-81,NA,26.1786,-81.0048,26.1769,-81.0032,WGS84,314,Cell #AM10,"17N 2895459 E, 499518 N",UTM,WGS84,1,145,261,81,-81.00363812566675,26.177102773493385,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-03-31,BICY,320-44,NA,26.1331,-81.0631,26.1321,-81.0609,WGS84,314,Cell #AG15,"17N 2890423 E, 493688 N",UTM,WGS84,1,120,320,44,-81.06214742013123,26.132603562296886,species,A,A,A
+Eleocharis cellulosa,Gulf Coast spikerush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eleocell,Human Observation,2002-08-27,BICY,235-34,NA,26.0528,-80.905,26.0506,-80.905,WGS84,314,"Cell #AW24, endpoint estimated using arcmap","17N 2881537 E, 509501 N",UTM,WGS84,1,180,235,34,-80.905,26.052032774405415,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2004-03-24,BICY,370-70,NA,25.9769,-81.3355,25.9789,-81.3346,WGS84,314,Cell #F32,"17N 2873174 E, 466418 N",UTM,WGS84,1,30,370,70,-81.33462618950502,25.97826796975523,species,A,A,A
+Amphicarpum muhlenbergianum,Blue-maidencane,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,amphmuhl,Human Observation,2004-04-07,BICY,432-44,NA,26.25,-81.2548,26.2478,-81.2547,WGS84,314,Cell #N02,"17N 2903396 E, 474557 N",UTM,WGS84,1,180,432,44,-81.2548,26.24900714698961,species,A,A,A
+Acer rubrum,Red maple,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,acerrubr,Human Observation,2004-04-15,BICY,387-46,NA,26.2539,-81.0377,26.2532,-81.0356,WGS84,314,Cell #AJ02,"17N 2903800 E, 496238 N",UTM,WGS84,1,120,387,46,-81.03670309343592,26.253381005493313,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-04-29,BICY,405-41,NA,25.8211,-81.0303,25.8202,-81.0326,WGS84,314,Cell #AJ50,"17N 2855868 E, 496959 N",UTM,WGS84,1,250,405,41,-81.0312605996102,25.820783555216646,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-08-08,BICY,256-87,NA,26.1826,-80.8868,26.1805,-80.8866,WGS84,314,Cell #AY10,"17N 2895910 E, 511309 N",UTM,WGS84,1,180,256,87,-80.8868,26.180636840283313,species,A,A,A
+Hyptis alata,"Musky mint, Clustered bushmint",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hyptalat,Human Observation,2003-04-24,BICY,613-35,NA,25.7194,-81.0846,25.7216,-81.0853,WGS84,314,Cell #AE61,"17N 2844609 E, 491518 N",UTM,WGS84,1,345,613,35,-81.08482566842335,25.72016291438282,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2002-09-19,BICY,221-77,NA,26.1911,-80.8875,26.1901,-80.8896,WGS84,314,Cell #AY09,"17N 2896849 E, 511241 N",UTM,WGS84,1,250,221,77,-80.88930971032325,26.190505726241064,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2004-04-29,BICY,404-30,NA,25.8211,-81.0303,25.8192,-81.0318,WGS84,314,Cell #AJ50,"17N 2855868 E, 496959 N",UTM,WGS84,1,220,404,30,-81.0307807958905,25.82058139830022,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-04-14,BICY,416-93,NA,26.2163,-81.0953,26.2174,-81.0932,WGS84,314,Cell #AJ06,"17N 2899645 E, 490479 N",UTM,WGS84,1,70,416,93,-81.09311375085214,26.21701772626903,species,A,A,A
+Sabal palmetto,Cabbage palm,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sabapalm,Human Observation,2004-04-14,BICY,416-87,NA,26.2163,-81.0953,26.2174,-81.0932,WGS84,314,Cell #AJ06,"17N 2899645 E, 490479 N",UTM,WGS84,1,70,416,87,-81.09325479999379,26.216971422353733,species,A,A,A
+Spartina bakeri,Sand cordgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sparbake,Human Observation,2003-06-04,BICY,521-88,NA,25.8672,-81.353,25.8687,-81.3513,WGS84,314,Cell #D44 (originally labeled E45),"17N 2861021 E, 464635 N",UTM,WGS84,1,60,521,88,-81.3510991005026,25.86819289306896,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2004-06-08,BICY,350-37,NA,25.8614,-80.9935,25.8614,-80.996,WGS84,314,Cell #AN45,"17N 2860338 E, 500653 N",UTM,WGS84,1,250,350,37,-80.9943671765429,25.861114429738386,NA,A,R,A
+Fuirena scirpoidea,Southern umbrellasedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fuirscir,Human Observation,2002-08-27,BICY,230-13,NA,26.043,-80.9091,26.0433,-80.9065,WGS84,314,Cell #AW25,"17N 2880453 E, 509098 N",UTM,WGS84,1,90,230,13,-80.90877526380915,26.042999999635015,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-05-18,BICY,364-59,NA,26.2236,-81.0959,26.222,-81.0973,WGS84,314,Cell #AD05,"17N 2900452 E, 490421 N",UTM,WGS84,1,220,364,59,-81.09684879207634,26.222580138521103,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2003-02-11,BICY,490-39,NA,26.0752,-81.293,26.0774,-81.2932,WGS84,314,Cell #J21,"17N 2884040 E, 470692 N",UTM,WGS84,1,5,490,39,-81.29291506828429,26.076076701175776,species,A,A,A
+Panicum tenerum,Bluejoint panicum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panitene,Human Observation,2002-08-27,BICY,231-79,NA,26.043,-80.9091,26.0448,-80.9074,WGS84,314,Cell #AW25,"17N 2880453 E, 509098 N",UTM,WGS84,1,45,231,79,-80.90770458278303,26.044260533712613,species,A,A,A
+Eriocaulon ravenelii,Ravenel's pipewort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eriorave,Human Observation,2002-11-08,BICY,271-37,NA,25.7561,-81.0054,25.7563,-81.0064,WGS84,314,"Cell #AM57, origin estimated with ARCMap","17N 2848673 E, 499461 N",UTM,WGS84,1,280,271,37,-81.00630801042716,25.756244985771204,species,A,A,A
+Sabal palmetto,Cabbage palm,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sabapalm,Human Observation,2004-06-24,BICY,322-31,NA,26.2493,-81.0753,26.2472,-81.0743,WGS84,314,Cell #AF02,"17N 2903294 E, 492483 N",UTM,WGS84,1,20,322,31,-81.07503468204506,26.249957324199677,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2003-05-27,BICY,526-8,NA,25.7363,-80.8579,25.7376,-80.8559,WGS84,314,Cell #BB59,"17N 2846491 E, 514249 N",UTM,WGS84,1,60,526,8,-80.85772738199728,25.736390265666138,NA,A,R,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2002-05-17,BICY,186-64,NA,26.0077,-81.2502,26.0099,-81.2509,WGS84,314,Cell #N29/185,"17N 2876558 E, 474962 N",UTM,WGS84,1,350,186,64,-81.25047753185183,26.009122257268697,NA,A,R,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2002-07-10,BICY,153-96,NA,26.0821,-81.3342,26.0798,-81.3337,WGS84,314,"Cell #F21, W of Prairie Fire Trail","17N 2884819 E, 466581 N",UTM,WGS84,1,170,153,96,-81.33378345195776,26.079966634546782,species,A,A,A
+Hymenocallis palmeri,Alligatorlily,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hymepalm,Human Observation,2002-07-10,BICY,151-99,NA,26.0769,-81.3107,26.0763,-81.3134,WGS84,314,Cell #H21,"17N 2884234 E, 468923 N",UTM,WGS84,1,265,151,99,-81.31316428550107,26.076705275398496,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2002-05-17,BICY,186-5,NA,26.0077,-81.2502,26.0099,-81.2509,WGS84,314,Cell #N29/185,"17N 2876558 E, 474962 N",UTM,WGS84,1,350,186,5,-81.25022168193516,26.007811113878372,NA,A,R,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2002-05-20,BICY,189-20,NA,25.7909,-80.8837,25.7895,-80.8818,WGS84,314,Cell #AY53,"17N 2852536 E, 511658 N",UTM,WGS84,1,130,189,20,-80.88331810259795,25.790609893079694,NA,A,R,A
+Proserpinaca palustris,"Mermaid weed, Marsh mermaidweed",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,prospalu,Human Observation,2002-05-22,BICY,218-59,NA,25.7737,-81.0393,25.7737,-81.0393,WGS84,314,Cell #AJ55 (North of Loop Road),"17N 2850623 E, 496063 N",UTM,WGS84,1,110,218,59,-81.03791822498403,25.773244623274426,species,A,A,A
+Ludwigia microcarpa,Smallfruit primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwmicr,Human Observation,2003-11-26,BICY,474-60,NA,25.8255,-80.9092,25.8276,-80.9083,WGS84,314,Cell #AW49,"17N 2856359 E, 509099 N",UTM,WGS84,1,15,474,60,-80.90881279389896,25.82680783389367,species,A,A,A
+Serenoa repens,Saw palmetto,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sererepe,Human Observation,2002-09-17,BICY,222-15,NA,25.6988,-80.9736,25.6966,-80.974,WGS84,314,Cell #AP63,"17N 2842329 E, 502644 N",UTM,WGS84,1,200,222,15,-80.97372778232034,25.698481915511667,species,A,A,A
+Flaveria linearis,Narrowleaf yellowtops,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,flavline,Human Observation,2002-09-19,BICY,221-22,NA,26.1911,-80.8875,26.1901,-80.8896,WGS84,314,Cell #AY09,"17N 2896849 E, 511241 N",UTM,WGS84,1,250,221,22,-80.88801706196637,26.190930209825016,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2003-01-03,BICY,461-73,NA,26.1999,-80.9036,26.1995,-80.9062,WGS84,314,Cell #AW08,"17N 2897822 E, 509630 N",UTM,WGS84,1,260,461,73,-80.90539821088413,26.199613947702446,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-05-09,BICY,185-33,NA,25.7734,-80.8414,25.7713,-80.8427,WGS84,314,"Cell #BC55, Point B29S","17N 2850603 E, 515906 N",UTM,WGS84,1,210,185,33,-80.84181122704604,25.77275507997237,species,A,A,A
+Rhynchospora odorata,Fragrant beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynodor,Human Observation,2003-01-04,BICY,460-17,NA,26.2036,-80.9318,26.2058,-80.9315,WGS84,314,Cell #AT07,"17N 2898234 E, 506815 N",UTM,WGS84,1,10,460,17,-80.93172615830727,26.203977776902523,species,A,A,A
+Rhynchospora miliacea,Millet beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynmili,Human Observation,2002-08-08,BICY,256-60,NA,26.1826,-80.8868,26.1805,-80.8866,WGS84,314,Cell #AY10,"17N 2895910 E, 511309 N",UTM,WGS84,1,180,256,60,-80.8868,26.18124609680443,species,A,A,A
+Toxicodendron radicans,Eastern poison-ivy,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,toxiradi,Human Observation,2004-06-22,BICY,313-72,NA,26.1627,-81.2799,26.1606,-81.2794,WGS84,314,Cell #L12,"17N 2893733 E, 472025 N",UTM,WGS84,1,180,313,72,-81.2799,26.161075311642925,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-08-02,BICY,198-35,NA,25.8494,-80.995,25.8499,-80.9928,WGS84,314,Cell #AN46,"17N 2859003 E, 500497 N",UTM,WGS84,1,80,198,35,-80.99414039845246,25.849537147076916,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2003-02-05,BICY,465-32,NA,26.1795,-80.9152,26.1798,-80.9177,WGS84,314,Cell #AV10,"17N 2895561 E, 508470 N",UTM,WGS84,1,280,465,32,-80.91598812231439,26.179625386055463,species,A,A,A
+Ocotea coriacea,Lancewood,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ocotcori,Human Observation,2003-11-26,BICY,475-56,NA,25.8062,-80.8845,25.8065,-80.8823,WGS84,314,Cell #AY51,"17N 2854223 E, 511582 N",UTM,WGS84,1,250,475,56,-80.88581187308297,25.805767780263164,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-08-22,BICY,245-69,NA,25.9154,-81.2418,25.9176,-81.2417,WGS84,314,Cell #O39,"17N 2866336 E, 475780 N",UTM,WGS84,1,0,245,69,-81.2418,25.916957045968793,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2003-06-04,BICY,525-45,NA,25.98,-80.8747,25.981,-80.8767,WGS84,314,Cell #AZ32,"17N 2873479 E, 512543 N",UTM,WGS84,1,305,525,45,-80.87562031128574,25.980582438576665,species,A,A,A
+Aristida beyrichiana,Southern wiregrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,arisbeyr,Human Observation,2004-04-07,BICY,436-97,NA,26.2515,-81.2499,26.2493,-81.2496,WGS84,314,Cell #O02,"17N 2903558 E, 475040 N",UTM,WGS84,1,180,436,97,-81.2499,26.24931121068379,species,A,A,A
+Ilex cassine,"Dahoon holly, Dahoon",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ilexcass,Human Observation,2003-02-13,BICY,477-55,NA,25.9287,-81.0161,25.9266,-81.0156,WGS84,314,Cell #AL38,"17N 2867787 E, 498386 N",UTM,WGS84,1,170,477,55,-81.01586166063933,25.927477733670713,species,A,A,A
+Scleria,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,scleria sp.,Human Observation,2004-05-12,BICY,360-47,Scleria species,25.9514,-80.9266,25.9531,-80.928,WGS84,314,Cell #AU35,"17N 2870304 E, 507352 N",UTM,WGS84,1,330,360,47,-80.92718657264685,25.952318497826056,genus,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-08-27,BICY,235-20,NA,26.0528,-80.905,26.0506,-80.905,WGS84,314,"Cell #AW24, endpoint estimated using arcmap","17N 2881537 E, 509501 N",UTM,WGS84,1,180,235,20,-80.905,26.05234869083658,species,A,A,A
+Rhynchospora microcarpa,Southern beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynmicr2,Human Observation,2002-08-29,BICY,248-9,NA,25.7858,-81.0958,25.7836,-81.0971,WGS84,314,Cell #AD54,"17N 2851968 E, 490392 N",UTM,WGS84,1,210,248,9,-81.09591216493145,25.78562411314039,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-08-21,BICY,239-100,NA,25.9782,-80.899,25.9802,-80.8984,WGS84,314,Cell #AX32,"17N 2873270 E, 510111 N",UTM,WGS84,1,25,239,100,-80.89794487300416,25.98024514195285,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2003-02-05,BICY,468-19,NA,26.1795,-80.9405,26.1775,-80.9416,WGS84,314,Cell #AS10,"17N 2895569 E, 505946 N",UTM,WGS84,1,210,468,19,-80.94073758222824,26.179128703391463,NA,A,R,A
+Acer rubrum,Red maple,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,acerrubr,Human Observation,2003-04-29,BICY,607-95,NA,25.8642,-81.2501,25.8662,-81.252,WGS84,314,Cell #N45,"17N 2860672 E, 474942 N",UTM,WGS84,1,320,607,95,-81.25162309980213,25.86584221821773,species,A,A,A
+Rhynchospora tracyi,Tracy's beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyntrac,Human Observation,2002-08-27,BICY,234-17,NA,26.0528,-80.905,26.0519,-80.9029,WGS84,314,Cell #AW24,"17N 2881537 E, 509501 N",UTM,WGS84,1,120,234,17,-80.90463220798472,26.05260819314068,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-05-22,BICY,218-20,NA,25.7737,-81.0393,25.7737,-81.0393,WGS84,314,Cell #AJ55 (North of Loop Road),"17N 2850623 E, 496063 N",UTM,WGS84,1,110,218,20,-81.03883160050776,25.77354563648134,species,A,A,A
+Acer rubrum,Red maple,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,acerrubr,Human Observation,2002-10-31,BICY,277-94,NA,25.8982,-81.257,25.8971,-81.2595,WGS84,314,Cell #N41,"17N 2864436 E, 474256 N",UTM,WGS84,1,240,277,94,-81.25903100137657,25.897139386542218,species,A,A,A
+Sesuvium portulacastrum,"Perennial sea-purslane, Shoreline seapurslane",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sesuport,Human Observation,2003-03-25,BICY,445-66,NA,25.8941,-81.3267,25.8932,-81.3289,WGS84,314,Cell #G42,"17N 2863995 E, 467279 N",UTM,WGS84,1,250,445,66,-81.32824727851953,25.893590603053205,species,A,A,A
+Spartina bakeri,Sand cordgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sparbake,Human Observation,2003-06-04,BICY,521-52,NA,25.8672,-81.353,25.8687,-81.3513,WGS84,314,Cell #D44 (originally labeled E45),"17N 2861021 E, 464635 N",UTM,WGS84,1,60,521,52,-81.35187674504624,25.867786712565994,species,A,A,A
+Serenoa repens,Saw palmetto,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sererepe,Human Observation,2004-06-02,BICY,355-72,NA,26.007,-81.0699,26.0092,-81.0692,WGS84,314,Cell #AG29,"17N 2876456 E, 493009 N",UTM,WGS84,1,30,355,72,-81.06900099418787,26.008407048664903,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-07-17,BICY,163-32,NA,26.0432,-81.0379,26.0411,-81.0375,WGS84,314,"Cell #AJ25, Central Pines","17N 2880474 E, 496209 N",UTM,WGS84,1,180,163,32,-81.0379,26.042477904365153,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2003-11-26,BICY,476-8,NA,25.8062,-80.8845,25.804,-80.8852,WGS84,314,Cell #AY51,"17N 2854223 E, 511582 N",UTM,WGS84,1,210,476,8,-80.88459971924343,25.806043656567812,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2002-06-12,BICY,138-23,NA,26.0416,-81.0282,26.0417,-81.0256,WGS84,314,"Cell #AK25, Middle Pines, east of Cal Stone","17N 2880288 E, 497181 N",UTM,WGS84,1,90,138,23,-81.02762547356198,26.041599998857603,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2003-02-21,BICY,452-56,NA,26.0064,-80.9098,26.0048,-80.908,WGS84,314,Cell #AW29,"17N 2876396 E, 509026 N",UTM,WGS84,1,140,452,56,-80.90890111407545,26.005431966900517,species,A,A,A
+Blechnum serrulatum,"Swamp fern, Toothed midsorus fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,blecserr,Human Observation,2004-05-06,BICY,340-46,NA,26.2422,-81.0507,26.2425,-81.0531,WGS84,314,Cell #AH03,"17N 2902502 E, 494939 N",UTM,WGS84,1,280,340,46,-81.05183353357357,26.242380239512975,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2002-07-11,BICY,154-58,NA,26.1057,-81.284,26.1051,-81.2863,WGS84,314,Cell #K18,"17N 2887417 E, 471604 N",UTM,WGS84,1,270,154,58,-81.28544959485284,26.10569999271476,species,A,A,A
+Proserpinaca palustris,"Mermaid weed, Marsh mermaidweed",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,prospalu,Human Observation,2004-04-28,BICY,406-7,NA,25.8144,-81.0821,25.8152,-81.0841,WGS84,314,Cell #AE50,"17N 2855128 E, 491772 N",UTM,WGS84,1,300,406,7,-81.082251139649415,25.814478981621118,species,A,A,A
+Thalia geniculata,"Alligatorflag, Fireflag",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,thalgeni,Human Observation,2002-08-01,BICY,255-27,NA,26.1693,-81.2554,26.1675,-81.2543,WGS84,314,Cell #N11,"17N 2894454 E, 474478 N",UTM,WGS84,1,170,255,27,-81.25528275733059,26.168699998411185,species,A,A,A
+Panicum repens,Torpedo grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panirepe,Human Observation,2004-05-20,BICY,392-99,NA,26.2529,-80.8936,26.2547,-80.895,WGS84,314,Cell #AX02,"17N 2903700 E, 510627 N",UTM,WGS84,1,330,392,99,-80.89483872983098,26.25483462432435,species,A,A,A
+Thelypteris interrupta,"Interrupted maiden fern, Hottentot fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,thelinte,Human Observation,2004-05-05,BICY,330-79,NA,26.2506,-81.0295,26.2484,-81.0298,WGS84,314,Cell #AK02,"17N 2903435 E, 497051 N",UTM,WGS84,1,185,330,79,-81.02967229479172,26.24882416091436,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-05-12,BICY,361-97,NA,25.9514,-80.9266,25.9534,-80.9257,WGS84,314,Cell #AU35,"17N 2870304 E, 507352 N",UTM,WGS84,1,300,361,97,-80.92869679975038,25.952494424772134,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2004-06-01,BICY,316-92,NA,25.9346,-81.0368,25.9352,-81.0391,WGS84,314,Cell #AJ37,"17N 2868446 E, 496319 N",UTM,WGS84,1,300,316,92,-81.03878843419596,25.93563801428814,species,A,A,A
+Woodwardia virginica,Virginia chain fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,woodvirg,Human Observation,2004-06-22,BICY,311-59,NA,26.1685,-81.2779,26.1706,-81.2771,WGS84,314,Cell #L11,"17N 2894377 E, 472231 N",UTM,WGS84,1,25,311,59,-81.27727647236857,26.16970660292461,species,A,A,A
+Cassytha filiformis,"Lovevine, Devil's gut",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cassfili,Human Observation,2002-09-17,BICY,223-13,NA,25.6988,-80.9736,25.7,-80.9758,WGS84,314,Cell #AP63,"17N 2842329 E, 502644 N",UTM,WGS84,1,310,223,13,-80.97384804300451,25.69898857133994,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2003-04-29,BICY,606-24,NA,25.8642,-81.2501,25.8627,-81.2519,WGS84,314,Cell #N45,"17N 2860672 E, 474942 N",UTM,WGS84,1,230,606,24,-81.25055855897027,25.86385187508352,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2004-05-13,BICY,428-36,NA,25.8978,-81.2753,25.8964,-81.2736,WGS84,314,Cell #L41,"17N 2864400 E, 472424 N",UTM,WGS84,1,130,428,36,-81.27461196789078,25.897277814491705,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-08-02,BICY,198-70,NA,25.8494,-80.995,25.8499,-80.9928,WGS84,314,Cell #AN46,"17N 2859003 E, 500497 N",UTM,WGS84,1,80,198,70,-80.99328079492201,25.84967428906325,species,A,A,A
+Spartina bakeri,Sand cordgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sparbake,Human Observation,2002-05-31,BICY,203-52,NA,26.2044,-81.066,26.2044,-81.066,WGS84,314,Cell #AG07 (was mislabeled as AD31),"17N 2898326 E, 493407 N",UTM,WGS84,1,50,203,52,-81.0650035760271,26.20515423005808,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-06-02,BICY,357-34,NA,25.9555,-81.0064,25.9541,-81.0084,WGS84,314,Cell #AM35,"17N 2870752 E, 499364 N",UTM,WGS84,1,240,357,34,-81.00713497701912,25.955116380185586,species,A,A,A
+Woodwardia virginica,Virginia chain fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,woodvirg,Human Observation,2002-06-05,BICY,266-79,NA,26.0245,-81.154,26.0245,-81.154,WGS84,314,Cell #X27,"17N 2878407 E, 484596 N",UTM,WGS84,1,200,266,79,-81.15467482602739,26.022824828752604,species,A,A,A
+Pteridium aquilinum var. caudatum,Lacy braken fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pteraquicaud,Human Observation,2004-06-02,BICY,354-43,NA,26.007,-81.0699,26.0067,-81.0674,WGS84,314,Cell #AG29,"17N 2876456 E, 493009 N",UTM,WGS84,1,100,354,43,-81.06884251523772,26.006831501688968,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2003-04-29,BICY,607-50,NA,25.8642,-81.2501,25.8662,-81.252,WGS84,314,Cell #N45,"17N 2860672 E, 474942 N",UTM,WGS84,1,320,607,50,-81.25090162622686,25.865064327416114,species,A,A,A
+Rhynchospora miliacea,Millet beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynmili,Human Observation,2003-04-24,BICY,613-67,NA,25.7194,-81.0846,25.7216,-81.0853,WGS84,314,Cell #AE61,"17N 2844609 E, 491518 N",UTM,WGS84,1,345,613,67,-81.08503199635854,25.720860435728586,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-09-17,BICY,196-4,NA,25.7085,-80.9687,25.7096,-80.9668,WGS84,314,Cell #AQ62,"17N 2843408 E, 503144 N",UTM,WGS84,1,135,196,4,-80.96862954546704,25.708436172201857,species,A,A,A
+Tillandsia setacea,"Thin-leaved wild-pine, Southern needleleaf",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillseta,Human Observation,2004-04-14,BICY,416-63,NA,26.2163,-81.0953,26.2174,-81.0932,WGS84,314,Cell #AJ06,"17N 2899645 E, 490479 N",UTM,WGS84,1,70,416,63,-81.09381899544377,26.216786205305908,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2003-05-23,BICY,528-67,NA,25.801,-80.934,25.7989,-80.9342,WGS84,314,Cell #AT52,"17N 2853648 E, 506615 N",UTM,WGS84,1,185,528,67,-80.93414556800218,25.799493814963455,species,A,A,A
+Pontederia cordata,Pickerelweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pontcord,Human Observation,2003-05-22,BICY,523-44,NA,25.9615,-80.8461,25.963,-80.8442,WGS84,314,Cell #BC34,"17N 2871431 E, 515404 N",UTM,WGS84,1,50,523,44,-80.84525861139564,25.962138216630755,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-06-20,BICY,133-52,NA,25.8641,-81.1359,25.8662,-81.1356,WGS84,314,"Cell #Z45, New River Strand S of Tamiami Trail","17N 2860637 E, 486384 N",UTM,WGS84,1,5,133,52,-81.13578695938376,25.865268968962408,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2003-04-24,BICY,613-28,NA,25.7194,-81.0846,25.7216,-81.0853,WGS84,314,Cell #AE61,"17N 2844609 E, 491518 N",UTM,WGS84,1,345,613,28,-81.08478053450835,25.720010331540596,species,A,A,A
+Chrysobalanus icaco,Coco-plum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,chryicac,Human Observation,2002-08-29,BICY,248-46,NA,25.7858,-81.0958,25.7836,-81.0971,WGS84,314,Cell #AD54,"17N 2851968 E, 490392 N",UTM,WGS84,1,210,248,46,-81.09637328395115,25.78490102176433,species,A,A,A
+Blechnum serrulatum,"Swamp fern, Toothed midsorus fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,blecserr,Human Observation,2002-08-07,BICY,259-17,NA,26.1609,-81.2653,26.163,-81.2655,WGS84,314,Cell #M12,"17N 2893533 E, 473488 N",UTM,WGS84,1,0,259,17,-81.2653,26.1612836070156,species,A,A,A
+Centella asiatica,"Coinwort, Spadeleaf",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,centasia,Human Observation,2004-06-10,BICY,314-89,NA,26.1551,-81.1871,26.1553,-81.1895,WGS84,314,Cell #U13,"17N 2892878 E, 481301 N",UTM,WGS84,1,270,314,89,-81.18932531422588,26.15509998280862,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2004-03-30,BICY,391-13,NA,26.1527,-80.8913,26.1549,-80.891,WGS84,314,Cell #AX13,"17N 2892602 E, 510865 N",UTM,WGS84,1,10,391,13,-80.89124355738787,26.152988890268055,species,A,A,A
+Rhizophora mangle,Red mangrove,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhizmang,Human Observation,2004-03-25,BICY,374-61,NA,25.8429,-81.3738,25.8427,-81.3759,WGS84,314,Cell #B47,"17N 2858345 E, 462537 N",UTM,WGS84,1,270,374,61,-81.37532118937166,25.84289999203457,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-06-08,BICY,348-54,NA,25.8547,-81.0005,25.8568,-81.0001,WGS84,314,Cell #AM46,"17N 2859588 E, 499945 N",UTM,WGS84,1,30,348,54,-80.99982661387453,25.855755309242273,species,A,A,A
+Saccharum giganteum,Sugarcane plumegrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,saccgiga,Human Observation,2002-06-17,BICY,142-97,NA,25.8434,-81.104,25.8432,-81.1015,WGS84,314,"Cell #AC47, W of Monroe Station, S of Tamiami Trai","17N 2858349 E, 489583 N",UTM,WGS84,1,100,142,97,-81.10161780626372,25.84301987975998,species,A,A,A
+Psychotria sulzneri,Shortleaf wild coffee,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,psycsulz,Human Observation,2002-07-31,BICY,253-53,NA,26.0454,-81.3423,26.0451,-81.3397,WGS84,314,Cell #E25,"17N 2880757 E, 465755 N",UTM,WGS84,1,110,253,53,-81.341055896933,26.044990948639054,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-08-21,BICY,240-25,NA,25.9999,-80.9093,26.0006,-80.907,WGS84,314,Cell #AW30,"17N 2875680 E, 509076 N",UTM,WGS84,1,80,240,25,-80.90868521885282,25.999997960674026,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-07-12,BICY,158-82,NA,25.7641,-80.8619,25.7619,-80.8615,WGS84,314,"Cell #BA56, Lysiloma Hammock","17N 2849565 E, 513849 N",UTM,WGS84,1,180,158,82,-80.8619,25.762249558565728,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2004-03-03,BICY,384-64,NA,26.1907,-81.3054,26.1888,-81.3065,WGS84,314,Cell #I09,"17N 2896843 E, 469487 N",UTM,WGS84,1,210,384,64,-81.30620034748266,26.18944931699202,species,A,A,A
+Bacopa caroliniana,"Lemon hyssop, Lemon bacopa, Blue waterhyssop",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,bacocaro,Human Observation,2003-05-23,BICY,530-65,NA,25.8048,-80.9224,25.8066,-80.9227,WGS84,314,Cell #AU51,"17N 2854064 E, 507777 N",UTM,WGS84,1,5,530,65,-80.92225876929028,25.80626122308807,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2003-05-27,BICY,527-91,NA,25.7363,-80.8579,25.7383,-80.8588,WGS84,314,Cell #BB59,"17N 2846491 E, 514249 N",UTM,WGS84,1,345,527,91,-80.85848682684382,25.73828357190053,NA,A,R,A
+Schinus terebinthifolius,Brazilian-pepper,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,schitere,Human Observation,2002-05-21,BICY,216-44,NA,26.2511,-80.9297,26.2535,-80.9293,WGS84,314,Cell #AU02,"17N 2903494 E, 507020 N",UTM,WGS84,1,5,216,44,-80.92960403566165,26.252089074584948,species,A,A,A
+Rhynchospora inundata,Narrowfruit horned beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyninun,Human Observation,2004-04-01,BICY,402-55,NA,26.1781,-81.0927,26.1782,-81.0902,WGS84,314,Cell #AD10,"17N 2895406 E, 490734 N",UTM,WGS84,1,90,402,55,-81.09132453601654,26.17809999342804,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2002-08-01,BICY,254-49,NA,26.1693,-81.2554,26.1694,-81.2578,WGS84,314,Cell #N11,"17N 2894454 E, 474478 N",UTM,WGS84,1,280,254,49,-81.25660670795796,26.169491995915624,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2002-07-18,BICY,165-37,NA,25.9962,-81.081,25.9955,-81.0835,WGS84,314,Cell #AE30,"17N 2875262 E, 491889 N",UTM,WGS84,1,260,165,37,-81.08190984572684,25.99605501333051,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2004-05-20,BICY,401-93,NA,26.2504,-80.8822,26.2511,-80.8799,WGS84,314,Cell #AY02,"17N 2903418 E, 511768 N",UTM,WGS84,1,80,401,93,-80.87990812635387,26.250764387613103,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2002-10-29,BICY,279-57,NA,26.1134,-81.2906,26.1113,-81.2902,WGS84,314,Cell #J17,"17N 2888274 E, 470944 N",UTM,WGS84,1,175,279,57,-81.29047583098846,26.112118674016592,species,A,A,A
+Flaveria linearis,Narrowleaf yellowtops,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,flavline,Human Observation,2002-09-19,BICY,220-10,NA,26.1911,-80.8875,26.1922,-80.8853,WGS84,314,Cell #AY09,"17N 2896849 E, 511241 N",UTM,WGS84,1,60,220,10,-80.88728339634741,26.191212824958466,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-06-20,BICY,141-32,NA,25.8358,-80.9002,25.8353,-80.8977,WGS84,314,Cell #AX48; south of dade-collier airport,"17N 2857500 E, 510001 N",UTM,WGS84,1,100,141,32,-80.89941417017701,25.835674603698543,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2004-05-26,BICY,358-84,NA,25.8254,-81.0222,25.824,-81.0243,WGS84,314,Cell #AK49,"17N 2856346 E, 497776 N",UTM,WGS84,1,240,358,84,-81.0240138277168,25.824452209651966,NA,A,R,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2004-04-09,BICY,442-3,NA,25.7911,-81.0952,25.7893,-81.0965,WGS84,314,Cell #AD53,"17N 2852556 E, 490453 N",UTM,WGS84,1,215,442,3,-81.09524289205767,25.791044544369086,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-04-14,BICY,417-69,NA,26.2163,-81.0953,26.2149,-81.0936,WGS84,314,Cell #AJ06,"17N 2899645 E, 490479 N",UTM,WGS84,1,140,417,69,-81.0941904665914,26.21510727879857,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2002-07-31,BICY,194-42,NA,26.0499,-81.3429,26.0503,-81.3446,WGS84,314,"Cell #E24, Deep Lake","17N 2881252 E, 465701 N",UTM,WGS84,1,290,194,42,-81.34388593677134,26.05022414607968,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-06-05,BICY,265-34,NA,26.0206,-81.1546,26.0204,-81.1545,WGS84,314,Cell #X28,"17N 2877975 E, 484532 N",UTM,WGS84,1,210,265,34,-81.15502457198703,26.019935559564363,species,A,A,A
+Amphicarpum muhlenbergianum,Blue-maidencane,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,amphmuhl,Human Observation,2004-04-07,BICY,432-50,NA,26.25,-81.2548,26.2478,-81.2547,WGS84,314,Cell #N02,"17N 2903396 E, 474557 N",UTM,WGS84,1,180,432,50,-81.2548,26.248871757932104,species,A,A,A
+Quercus virginiana,Virginia live oak,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,quervirg,Human Observation,2002-06-17,BICY,144-77,NA,25.8329,-81.1112,25.8352,-81.1114,WGS84,314,"Cell #AB48, W of Monroe Station S of Tamiami Trai","17N 2857179 E, 488852 N",UTM,WGS84,1,5,144,77,-81.11103265605861,25.834630980610356,species,A,A,A
+Tillandsia fasciculata var. densispica,"Stiff-leaved wild-pine, Cardinal airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillfascdens,Human Observation,2003-02-12,BICY,485-70,NA,25.971800000000002,-81.0295,25.9706,-81.0277,WGS84,314,Cell #AK33,"17N 2872562 E, 497044 N",UTM,WGS84,1,130,485,70,-81.02816132937303,25.97078464660914,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2003-02-12,BICY,488-15,NA,25.9843,-81.0229,25.9831,-81.0247,WGS84,314,Cell #AK32,"17N 2873950 E, 497711 N",UTM,WGS84,1,240,488,15,-81.02322433412235,25.98413075709959,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2004-06-03,BICY,353-75,NA,26.0243,-81.0653,26.0246,-81.0678,WGS84,314,Cell #AG27,"17N 2878374 E, 493467 N",UTM,WGS84,1,295,353,75,-81.06699768880996,26.025015235896745,species,A,A,A
+Serenoa repens,Saw palmetto,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sererepe,Human Observation,2004-04-01,BICY,327-80,NA,26.179,-81.0835,26.1788,-81.0859,WGS84,314,Cell #AE10,"17N 2895514 E, 491661 N",UTM,WGS84,1,270,327,80,-81.08550069025074,26.178999986095143,species,A,A,A
+Acer rubrum,Red maple,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,acerrubr,Human Observation,2004-04-02,BICY,395-43,NA,26.2527,-80.9439,26.2531,-80.9415,WGS84,314,Cell #AS02,"17N 2903676 E, 505602 N",UTM,WGS84,1,80,395,43,-80.94284029739715,26.25286848478675,species,A,A,A
+Thalia geniculata,"Alligatorflag, Fireflag",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,thalgeni,Human Observation,2004-04-29,BICY,404-10,NA,25.8211,-81.0303,25.8192,-81.0318,WGS84,314,Cell #AJ50,"17N 2855868 E, 496959 N",UTM,WGS84,1,220,404,10,-81.03046026576222,25.820927132947574,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-05-09,BICY,184-65,NA,25.7734,-80.8414,25.7729,-80.8438,WGS84,314,"Cell #BC55, Point B29W","17N 2850603 E, 515906 N",UTM,WGS84,1,260,184,65,-80.84299537933317,25.77314528214674,species,A,A,A
+Mikania scandens,"Climbing hempweed, Climbing hempvine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,mikascan,Human Observation,2002-06-04,BICY,200-91,NA,25.9853,-81.0968,25.9865,-81.0948,WGS84,314,Cell #AD31,"17N 2874060 E, 490313 N",UTM,WGS84,1,60,200,91,-81.09483233643263,25.986326724451057,species,A,A,A
+Bursera simaruba,Gumbo-limbo,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,burssima,Human Observation,2003-11-26,BICY,476-98,NA,25.8062,-80.8845,25.804,-80.8852,WGS84,314,Cell #AY51,"17N 2854223 E, 511582 N",UTM,WGS84,1,210,476,98,-80.88572154269822,25.804284788011685,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2004-04-15,BICY,386-44,NA,26.2539,-81.0377,26.2524,-81.0396,WGS84,314,Cell #AJ02,"17N 2903800 E, 496238 N",UTM,WGS84,1,235,386,44,-81.0386019511163,26.253330520402816,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2003-02-11,BICY,482-87,NA,25.963,-81.0302,25.9653,-81.0305,WGS84,314,Cell #AJ34,"17N 2871588 E, 496977 N",UTM,WGS84,1,0,482,87,-81.0302,25.964963218917358,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2002-11-05,BICY,272-74,NA,25.9062,-81.22,25.9078,-81.2214,WGS84,314,Cell #Q40,"17N 2865313 E, 477963 N",UTM,WGS84,1,325,272,74,-81.22105904138644,25.907567879723235,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2003-01-03,BICY,461-60,NA,26.1999,-80.9036,26.1995,-80.9062,WGS84,314,Cell #AW08,"17N 2897822 E, 509630 N",UTM,WGS84,1,260,461,60,-80.9050779821917,26.19966489016844,species,A,A,A
+Hydrolea corymbosa,Skyflower,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hydrcory,Human Observation,2002-07-10,BICY,153-37,NA,26.0821,-81.3342,26.0798,-81.3337,WGS84,314,"Cell #F21, W of Prairie Fire Trail","17N 2884819 E, 466581 N",UTM,WGS84,1,170,153,37,-81.33403945365347,26.081277765615344,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-04-28,BICY,406-86,NA,25.8144,-81.0821,25.8152,-81.0841,WGS84,314,Cell #AE50,"17N 2855128 E, 491772 N",UTM,WGS84,1,300,406,86,-81.08395687244807,25.815370334677088,species,A,A,A
+Nephrolepis biserrata,Giant sword fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,nephbise,Human Observation,2004-04-29,BICY,404-51,NA,25.8211,-81.0303,25.8192,-81.0318,WGS84,314,Cell #AJ50,"17N 2855868 E, 496959 N",UTM,WGS84,1,220,404,51,-81.03111735052168,25.820218376142016,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2002-10-31,BICY,275-14,NA,25.9152,-81.2644,25.9145,-81.262,WGS84,314,Cell #M39,"17N 2866314 E, 473518 N",UTM,WGS84,1,100,275,14,-81.26405596933301,25.91514514024024,NA,A,R,A
+Blechnum serrulatum,"Swamp fern, Toothed midsorus fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,blecserr,Human Observation,2004-03-24,BICY,371-37,NA,25.9769,-81.3355,25.9771,-81.333,WGS84,314,Cell #F32,"17N 2873174 E, 466418 N",UTM,WGS84,1,90,371,37,-81.3345762681646,25.976899997052,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2003-02-04,BICY,471-13,NA,25.8376,-81.016,25.8394,-81.0174,WGS84,314,Cell #AL48,"17N 2857701 E, 498394 N",UTM,WGS84,1,330,471,13,-81.01616208707374,25.8378540568264,NA,A,R,A
+Solidago stricta,"Narrow-leaved goldenrod, Wand goldenrod",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,solistri,Human Observation,2002-11-08,BICY,271-7,NA,25.7561,-81.0054,25.7563,-81.0064,WGS84,314,"Cell #AM57, origin estimated with ARCMap","17N 2848673 E, 499461 N",UTM,WGS84,1,280,271,7,-81.00557178558736,25.75612743017503,species,A,A,A
+Dichanthelium erectifolium,Erectleaf witchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dicherec,Human Observation,2004-04-07,BICY,439-9,NA,26.2498,-81.2265,26.2518,-81.2263,WGS84,314,Cell #Q02,"17N 2903369 E, 477380 N",UTM,WGS84,1,0,439,9,-81.2265,26.250003083559058,species,A,A,A
+Proserpinaca palustris,"Mermaid weed, Marsh mermaidweed",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,prospalu,Human Observation,2004-04-28,BICY,406-49,NA,25.8144,-81.0821,25.8152,-81.0841,WGS84,314,Cell #AE50,"17N 2855128 E, 491772 N",UTM,WGS84,1,300,406,49,-81.08315798175585,25.81495286802978,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2004-05-04,BICY,345-4,NA,25.8178,-80.8904,25.8179,-80.8928,WGS84,314,Cell #AX50,"17N 2855514 E, 510987 N",UTM,WGS84,1,270,345,4,-80.89049972908667,25.817799999965786,NA,A,R,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-07-11,BICY,160-12,NA,26.0975,-81.2848,26.0998,-81.2851,WGS84,314,Cell #K19,"17N 2886508 E, 471520 N",UTM,WGS84,1,0,160,12,-81.2848,26.09777078380727,species,A,A,A
+Panicum hemitomon,Maidencane,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panihemi,Human Observation,2002-10-31,BICY,275-45,NA,25.9152,-81.2644,25.9145,-81.262,WGS84,314,Cell #M39,"17N 2866314 E, 473518 N",UTM,WGS84,1,100,275,45,-81.26329418827487,25.915023662150993,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2003-02-13,BICY,477-49,NA,25.9287,-81.0161,25.9266,-81.0156,WGS84,314,Cell #AL38,"17N 2867787 E, 498386 N",UTM,WGS84,1,170,477,49,-81.01588766105792,25.927611071844794,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2002-05-29,BICY,205-39,NA,25.9464,-81.2971,25.9466,-81.2971,WGS84,314,Cell #J36,"17N 2869783 E, 470257 N",UTM,WGS84,1,270,205,39,-81.29807341232043,25.9463999967291,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-05-31,BICY,129-22,NA,26.2159,-81.0498,26.2163,-81.0475,WGS84,314,"Cell #AIO6, Kissimmee Billy Area","17N 2899596 E, 495029 N",UTM,WGS84,1,80,129,22,-81.0492579976137,26.215986202939067,species,A,A,A
+Crinum americanum,"Swamp-lily, Seven-sisters, String-lily",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,crinamer,Human Observation,2002-07-11,BICY,155-65,NA,26.1057,-81.284,26.1035,-81.2833,WGS84,314,Cell #K18,"17N 2887417 E, 471604 N",UTM,WGS84,1,170,155,65,-81.28371790402126,26.104255538733803,species,A,A,A
+Rhynchospora microcarpa,Southern beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynmicr2,Human Observation,2004-04-28,BICY,406-92,NA,25.8144,-81.0821,25.8152,-81.0841,WGS84,314,Cell #AE50,"17N 2855128 E, 491772 N",UTM,WGS84,1,300,406,92,-81.08408642281783,25.81543803155527,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-07-12,BICY,157-42,NA,25.7641,-80.8619,25.7635,-80.8642,WGS84,314,"Cell #BA56, Lysiloma Hammock","17N 2849565 E, 513849 N",UTM,WGS84,1,270,157,42,-80.86294668383901,25.764099996237032,species,A,A,A
+Ludwigia microcarpa,Smallfruit primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwmicr,Human Observation,2002-08-28,BICY,229-65,NA,26.0141,-80.8956,26.0125,-80.894,WGS84,314,Cell #AX28,"17N 2877249 E, 510444 N",UTM,WGS84,1,140,229,65,-80.8945565835934,26.01297639081458,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2004-03-30,BICY,391-38,NA,26.1527,-80.8913,26.1549,-80.891,WGS84,314,Cell #AX13,"17N 2892602 E, 510865 N",UTM,WGS84,1,10,391,38,-80.8911350131217,26.153544448381115,species,A,A,A
+Conoclinium coelestinum,Blue mistflower,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,conocoel,Human Observation,2004-04-07,BICY,439-49,NA,26.2498,-81.2265,26.2518,-81.2263,WGS84,314,Cell #Q02,"17N 2903369 E, 477380 N",UTM,WGS84,1,0,439,49,-81.2265,26.250905677085388,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2002-08-29,BICY,251-67,NA,25.784300000000002,-81.0757,25.7827,-81.0774,WGS84,314,Cell #AF54,"17N 2851797 E, 492406 N",UTM,WGS84,1,230,251,67,-81.07697927817061,25.783328136944732,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2004-06-17,BICY,337-21,NA,26.1778,-81.2369,26.1803,-81.2368,WGS84,314,Cell #P10,"17N 2895396 E, 476332 N",UTM,WGS84,1,0,337,21,-81.2369,26.17827386637435,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-06-16,BICY,335-8,NA,26.2329,-81.0986,26.2331,-81.0962,WGS84,314,Cell #AD04,"17N 2901479 E, 490153 N",UTM,WGS84,1,90,335,8,-81.09839983881777,26.232899999860624,species,A,A,A
+Thelypteris interrupta,"Interrupted maiden fern, Hottentot fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,thelinte,Human Observation,2002-08-01,BICY,255-88,NA,26.1693,-81.2554,26.1675,-81.2543,WGS84,314,Cell #N11,"17N 2894454 E, 474478 N",UTM,WGS84,1,170,255,88,-81.25501788016253,26.16734443873045,species,A,A,A
+Tillandsia balbisiana,"Reflexed wild-pine, Northern needleleaf",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillbalb,Human Observation,2003-02-21,BICY,498-11,NA,26.0064,-80.9098,26.0064,-80.9073,WGS84,314,Cell #AW29,"17N 2876396 E, 509026 N",UTM,WGS84,1,95,498,11,-80.90952635378332,26.006378365800863,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2004-04-29,BICY,404-71,NA,25.8211,-81.0303,25.8192,-81.0318,WGS84,314,Cell #AJ50,"17N 2855868 E, 496959 N",UTM,WGS84,1,220,404,71,-81.0314378768338,25.81987264001187,species,A,A,A
+Salix caroliniana,Coastal Plain willow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,salicaro,Human Observation,2002-10-31,BICY,275-26,NA,25.9152,-81.2644,25.9145,-81.262,WGS84,314,Cell #M39,"17N 2866314 E, 473518 N",UTM,WGS84,1,100,275,26,-81.26376108615759,25.91509811693887,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2002-05-28,BICY,208-26,NA,26.2207,-81.1821,26.2226,-81.1838,WGS84,314,Cell #U05,"17N 2900139 E, 481814 N",UTM,WGS84,1,325,208,26,-81.18247308775311,26.2211805863559,NA,A,R,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-03-26,BICY,414-82,NA,26.2242,-81.0649,26.2242,-81.0674,WGS84,314,Cell #AG05,"17N 2900516 E, 493515 N",UTM,WGS84,1,270,414,82,-81.06695149946655,26.224199985362212,species,A,A,A
+Elionurus tripsacoides,Pan-American balsamscale,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eliotrip,Human Observation,2004-06-24,BICY,323-9,NA,26.2493,-81.0753,26.2505,-81.0773,WGS84,314,Cell #AF02,"17N 2903294 E, 492483 N",UTM,WGS84,1,300,323,9,-81.07549504029157,26.249401541654922,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2004-04-29,BICY,419-69,NA,25.8155,-81.0426,25.8165,-81.0447,WGS84,314,Cell #AI50,"17N 2855253 E, 495730 N",UTM,WGS84,1,300,419,69,-81.04408982762844,25.81627852610696,species,A,A,A
+Hyptis alata,"Musky mint, Clustered bushmint",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hyptalat,Human Observation,2002-07-10,BICY,150-10,NA,26.0769,-81.3107,26.0753,-81.3127,WGS84,314,Cell #H21,"17N 2884234 E, 468923 N",UTM,WGS84,1,230,150,10,-81.31089141049704,26.076754952391212,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2002-05-08,BICY,174-19,NA,25.9,-81.0625,25.8982,-81.0612,WGS84,314,Cell #AG41,"17N 2864610 E, 493737 N",UTM,WGS84,1,150,174,19,-81.06226298029705,25.899628689027427,NA,A,R,A
+Rhus copallinum,Winged sumac,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhuscopa,Human Observation,2004-04-01,BICY,327-71,NA,26.179,-81.0835,26.1788,-81.0859,WGS84,314,Cell #AE10,"17N 2895514 E, 491661 N",UTM,WGS84,1,270,327,71,-81.08527561259757,26.178999989047753,species,A,A,A
+Hydrolea corymbosa,Skyflower,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hydrcory,Human Observation,2002-11-05,BICY,294-9,NA,26.0816,-81.2488,26.0798,-81.2476,WGS84,314,Cell #O21,"17N 2884745 E, 475114 N",UTM,WGS84,1,150,294,9,-81.24868755464323,26.08142412032108,species,A,A,A
+Rhynchospora tracyi,Tracy's beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyntrac,Human Observation,2002-08-27,BICY,235-12,NA,26.0528,-80.905,26.0506,-80.905,WGS84,314,"Cell #AW24, endpoint estimated using arcmap","17N 2881537 E, 509501 N",UTM,WGS84,1,180,235,12,-80.905,26.052529214505338,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2002-06-17,BICY,145-51,NA,25.8329,-81.1112,25.8339,-81.1134,WGS84,314,"Cell #AB48, W of Monroe Station S of Tamiami Trai","17N 2857179 E, 488852 N",UTM,WGS84,1,305,145,51,-81.1122417273034,25.833560110025378,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2002-05-31,BICY,203-93,NA,26.2044,-81.066,26.2044,-81.066,WGS84,314,Cell #AG07 (was mislabeled as AD31),"17N 2898326 E, 493407 N",UTM,WGS84,1,50,203,93,-81.0642179249942,26.20574890652723,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2003-02-11,BICY,483-91,NA,25.9591,-81.0174,25.9591,-81.0199,WGS84,314,Cell #AL34,"17N 2871156 E, 498259 N",UTM,WGS84,1,270,483,91,-81.01967153913365,25.959099982181773,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2004-03-30,BICY,389-28,NA,26.1428,-80.8861,26.142,-80.8883,WGS84,314,Cell #AY14,"17N 2891503 E, 511389 N",UTM,WGS84,1,250,389,28,-80.88675780755968,26.14258390164379,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-08-02,BICY,199-55,NA,25.8494,-80.995,25.8502,-80.9974,WGS84,314,Cell #AN46,"17N 2859003 E, 500497 N",UTM,WGS84,1,295,199,55,-80.99624313273061,25.8499245209863,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2004-04-15,BICY,387-10,NA,26.2539,-81.0377,26.2532,-81.0356,WGS84,314,Cell #AJ02,"17N 2903800 E, 496238 N",UTM,WGS84,1,120,387,10,-81.03748328042805,26.253787175698967,species,A,A,A
+Persea palustris,Swamp bay,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,perspalu,Human Observation,2002-05-21,BICY,215-21,NA,26.2303,-80.9066,26.2305,-80.9043,WGS84,314,Cell #AW04,"17N 2901187 E, 509327 N",UTM,WGS84,1,90,215,21,-80.90607458858165,26.230299999039712,species,A,A,A
+Fuirena scirpoidea,Southern umbrellasedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fuirscir,Human Observation,2002-08-27,BICY,230-77,NA,26.043,-80.9091,26.0433,-80.9065,WGS84,314,Cell #AW25,"17N 2880453 E, 509098 N",UTM,WGS84,1,90,230,77,-80.90717656256207,26.042999987195273,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2002-06-17,BICY,143-24,NA,25.8434,-81.104,25.8413,-81.1032,WGS84,314,"Cell #AC47, W of Monroe Station, S of Tamiami Trai","17N 2858349 E, 489583 N",UTM,WGS84,1,170,143,24,-81.10389607146693,25.842866641222123,species,A,A,A
+Amphicarpum muhlenbergianum,Blue-maidencane,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,amphmuhl,Human Observation,2002-09-19,BICY,220-88,NA,26.1911,-80.8875,26.1922,-80.8853,WGS84,314,Cell #AY09,"17N 2896849 E, 511241 N",UTM,WGS84,1,60,220,88,-80.88559387353435,26.192092848382913,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2003-02-11,BICY,492-4,NA,25.8735,-81.2566,25.8756,-81.2553,WGS84,314,Cell #N44,"17N 2861698 E, 474294 N",UTM,WGS84,1,50,492,4,-81.2565235672608,25.8735580206026,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2004-05-04,BICY,344-14,NA,25.8178,-80.8904,25.8156,-80.8909,WGS84,314,Cell #AX50,"17N 2855514 E, 510987 N",UTM,WGS84,1,190,344,14,-80.8904606120512,25.817488872963782,NA,A,R,A
+Acer rubrum,Red maple,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,acerrubr,Human Observation,2004-04-15,BICY,338-12,NA,26.252,-81.045,26.2528,-81.0473,WGS84,314,Cell #AI02,"17N 2903598 E, 495510 N",UTM,WGS84,1,300,338,12,-81.0452600598085,26.25213538876314,species,A,A,A
+Chrysobalanus icaco,Coco-plum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,chryicac,Human Observation,2004-04-06,BICY,434-23,NA,25.8173,-81.1012,25.8187,-81.1007,WGS84,314,Cell #AC50,"17N 2855456 E, 489854 N",UTM,WGS84,1,20,434,23,-81.10100387122024,25.817787721364656,species,A,A,A
+Bacopa caroliniana,"Lemon hyssop, Lemon bacopa, Blue waterhyssop",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,bacocaro,Human Observation,2004-04-01,BICY,402-84,NA,26.1781,-81.0927,26.1782,-81.0902,WGS84,314,Cell #AD10,"17N 2895406 E, 490734 N",UTM,WGS84,1,90,402,84,-81.09059929137084,26.178099984670503,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2003-02-05,BICY,466-88,NA,26.1795,-80.9152,26.1814,-80.9138,WGS84,314,Cell #AV10,"17N 2895561 E, 508470 N",UTM,WGS84,1,30,466,88,-80.91409959951712,26.18121968419084,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2004-06-17,BICY,337-81,NA,26.1778,-81.2369,26.1803,-81.2368,WGS84,314,Cell #P10,"17N 2895396 E, 476332 N",UTM,WGS84,1,0,337,81,-81.2369,26.179627770129127,species,A,A,A
+Taxodium distichum,Bald cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxodist,Human Observation,2002-08-01,BICY,192-94,NA,26.1696,-81.2652,26.1718,-81.2654,WGS84,314,Cell #M11,"17N 2894488 E, 473501 N",UTM,WGS84,1,355,192,94,-81.26540487394408,26.17171304668553,species,A,A,A
+Quercus laurifolia,"Laurel oak, Diamond oak",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,querlaur,Human Observation,2002-08-01,BICY,193-71,NA,26.1696,-81.2652,26.1674,-81.2645,WGS84,314,Cell #M11,"17N 2894488 E, 473501 N",UTM,WGS84,1,170,193,71,-81.26489169698513,26.168022217798246,species,A,A,A
+Sabal palmetto,Cabbage palm,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sabapalm,Human Observation,2004-04-01,BICY,403-89,NA,26.1781,-81.0927,26.1803,-81.0924,WGS84,314,Cell #AD10,"17N 2895406 E, 490734 N",UTM,WGS84,1,10,403,89,-81.09231349590463,26.180077779566354,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2002-08-23,BICY,236-70,NA,25.8448,-81.2201,25.8471,-81.2204,WGS84,314,Cell #Q47,"17N 2858519 E, 477943 N",UTM,WGS84,1,0,236,70,-81.2201,25.846379627221072,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2002-09-18,BICY,233-83,NA,25.7252,-81.0306,25.7256,-81.033,WGS84,314,Cell #AJ60,"17N 2845250 E, 496927 N",UTM,WGS84,1,290,233,83,-81.03254308164351,25.725840596751752,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2002-07-17,BICY,164-57,NA,26.0432,-81.0379,26.0418,-81.0359,WGS84,314,"Cell #AJ25, Central Pines","17N 2880474 E, 496209 N",UTM,WGS84,1,130,164,57,-81.03680927855248,26.04237322133755,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-06-17,BICY,144-88,NA,25.8329,-81.1112,25.8352,-81.1114,WGS84,314,"Cell #AB48, W of Monroe Station S of Tamiami Trai","17N 2857179 E, 488852 N",UTM,WGS84,1,5,144,88,-81.11100874938381,25.834878263505285,species,A,A,A
+Crinum americanum,"Swamp-lily, Seven-sisters, String-lily",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,crinamer,Human Observation,2002-07-11,BICY,154-83,NA,26.1057,-81.284,26.1051,-81.2863,WGS84,314,Cell #K18,"17N 2887417 E, 471604 N",UTM,WGS84,1,270,154,83,-81.28607442022034,26.10569998508085,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-05-18,BICY,364-7,NA,26.2236,-81.0959,26.222,-81.0973,WGS84,314,Cell #AD05,"17N 2900452 E, 490421 N",UTM,WGS84,1,220,364,7,-81.0960125694166,26.223478999820507,species,A,A,A
+Bacopa caroliniana,"Lemon hyssop, Lemon bacopa, Blue waterhyssop",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,bacocaro,Human Observation,2002-05-28,BICY,208-57,NA,26.2207,-81.1821,26.2226,-81.1838,WGS84,314,Cell #U05,"17N 2900139 E, 481814 N",UTM,WGS84,1,325,208,57,-81.1829179271581,26.2217535918575,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2003-06-04,BICY,525-16,NA,25.98,-80.8747,25.981,-80.8767,WGS84,314,Cell #AZ32,"17N 2873479 E, 512543 N",UTM,WGS84,1,305,525,16,-80.87502722075153,25.98020708994763,NA,A,R,A
+Conocarpus erectus,Buttonwood,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,conoerec,Human Observation,2003-06-04,BICY,520-58,NA,25.8672,-81.353,25.8671,-81.3506,WGS84,314,Cell #D44 (originally labeled E45),"17N 2861021 E, 464635 N",UTM,WGS84,1,90,520,58,-81.35155332753263,25.867199992791033,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-08-29,BICY,251-54,NA,25.784300000000002,-81.0757,25.7827,-81.0774,WGS84,314,Cell #AF54,"17N 2851797 E, 492406 N",UTM,WGS84,1,230,251,54,-81.07673106164845,25.783516708277972,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2002-10-31,BICY,275-35,NA,25.9152,-81.2644,25.9145,-81.262,WGS84,314,Cell #M39,"17N 2866314 E, 473518 N",UTM,WGS84,1,100,275,35,-81.26353992392951,25.915062849069,NA,A,R,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-08-27,BICY,230-90,NA,26.043,-80.9091,26.0433,-80.9065,WGS84,314,Cell #AW25,"17N 2880453 E, 509098 N",UTM,WGS84,1,90,230,90,-80.90685182637131,26.042999982506608,species,A,A,A
+Schinus terebinthifolius,Brazilian-pepper,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,schitere,Human Observation,2004-06-22,BICY,310-74,NA,26.1685,-81.2779,26.1671,-81.2762,WGS84,314,Cell #L11,"17N 2894377 E, 472231 N",UTM,WGS84,1,170,310,74,-81.27757867329474,26.166855550671237,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2003-02-06,BICY,453-55,NA,25.953,-81.3496,25.9508,-81.3501,WGS84,314,Cell #D35,"17N 2870527 E, 464999 N",UTM,WGS84,1,200,453,55,-81.35006953345321,25.95183373038586,species,A,A,A
+Serenoa repens,Saw palmetto,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sererepe,Human Observation,2002-07-18,BICY,165-63,NA,25.9962,-81.081,25.9955,-81.0835,WGS84,314,Cell #AE30,"17N 2875262 E, 491889 N",UTM,WGS84,1,260,165,63,-81.08254919544203,25.995953127380485,species,A,A,A
+Ludwigia repens,Creeping primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwrepe,Human Observation,2003-02-06,BICY,454-38,NA,25.953,-81.3496,25.9516,-81.3514,WGS84,314,Cell #D35,"17N 2870527 E, 464999 N",UTM,WGS84,1,240,454,38,-81.3504214272395,25.952571248048354,species,A,A,A
+Persea palustris,Swamp bay,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,perspalu,Human Observation,2002-12-20,BICY,464-53,NA,26.0673,-81.3019,26.0695,-81.3018,WGS84,314,Cell #I22,"17N 2883173 E, 469804 N",UTM,WGS84,1,5,464,53,-81.30178458741196,26.06849141568431,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2004-03-11,BICY,396-54,NA,25.7899,-80.9758,25.7919,-80.9773,WGS84,314,Cell #AP53,"17N 2852419 E, 502423 N",UTM,WGS84,1,325,396,54,-80.97657205609023,25.79089819928609,species,A,A,A
+Persea palustris,Swamp bay,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,perspalu,Human Observation,2003-05-13,BICY,610-64,NA,26.1457,-81.2422,26.1436,-81.2431,WGS84,314,Cell #O14,"17N 2891842 E, 475791 N",UTM,WGS84,1,210,610,64,-81.24300004035413,26.14444930917816,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-05-09,BICY,182-20,NA,25.9254,-80.8441,25.927,-80.8422,WGS84,314,Cell #BC38,"17N 2867427 E, 515616 N",UTM,WGS84,1,50,182,20,-80.84371766834109,25.92569010052842,species,A,A,A
+Tillandsia setacea,"Thin-leaved wild-pine, Southern needleleaf",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillseta,Human Observation,2003-01-03,BICY,458-46,NA,26.2306,-80.9468,26.2319,-80.9444,WGS84,314,Cell #AS04,"17N 2901222 E, 505314 N",UTM,WGS84,1,60,458,46,-80.94580328333967,26.231118989237313,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-05-18,BICY,364-69,NA,26.2236,-81.0959,26.222,-81.0973,WGS84,314,Cell #AD05,"17N 2900452 E, 490421 N",UTM,WGS84,1,220,364,69,-81.09700960265269,26.222407280008397,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2004-05-05,BICY,331-43,NA,26.2506,-81.0295,26.2527,-81.0285,WGS84,314,Cell #AK02,"17N 2903435 E, 497051 N",UTM,WGS84,1,30,331,43,-81.0289619814668,26.25144029301866,NA,A,R,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-03-31,BICY,321-63,NA,26.1331,-81.0631,26.1352,-81.0633,WGS84,314,Cell #AG15,"17N 2890423 E, 493688 N",UTM,WGS84,1,0,321,63,-81.0631,26.134521607854175,species,A,A,A
+Rhizophora mangle,Red mangrove,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhizmang,Human Observation,2004-03-25,BICY,375-64,NA,25.8429,-81.3738,25.8434,-81.3763,WGS84,314,"Cell #B47,endpoint estimated using arcmap","17N 2858345 E, 462537 N",UTM,WGS84,1,240,375,64,-81.37518216985374,25.842177877819555,species,A,A,A
+Tillandsia utriculata,"Giant wild-pine, Giant airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillutri,Human Observation,2002-08-01,BICY,192-56,NA,26.1696,-81.2652,26.1718,-81.2654,WGS84,314,Cell #M11,"17N 2894488 E, 473501 N",UTM,WGS84,1,355,192,56,-81.26532205167302,26.170858836433094,species,A,A,A
+Persea palustris,Swamp bay,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,perspalu,Human Observation,2002-08-28,BICY,228-58,NA,26.0141,-80.8956,26.0134,-80.8981,WGS84,314,Cell #AX28,"17N 2877249 E, 510444 N",UTM,WGS84,1,260,228,58,-80.89702645986932,26.013872721609076,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2004-06-03,BICY,353-18,NA,26.0243,-81.0653,26.0246,-81.0678,WGS84,314,Cell #AG27,"17N 2878374 E, 493467 N",UTM,WGS84,1,295,353,18,-81.06570744343719,26.024471658440273,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2003-02-06,BICY,454-79,NA,25.953,-81.3496,25.9516,-81.3514,WGS84,314,Cell #D35,"17N 2870527 E, 464999 N",UTM,WGS84,1,240,454,79,-81.35130769732359,25.952108642004475,species,A,A,A
+Amphicarpum muhlenbergianum,Blue-maidencane,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,amphmuhl,Human Observation,2004-04-02,BICY,395-79,NA,26.2527,-80.9439,26.2531,-80.9415,WGS84,314,Cell #AS02,"17N 2903676 E, 505602 N",UTM,WGS84,1,80,395,79,-80.94195310216915,26.253009535802367,species,A,A,A
+Chrysobalanus icaco,Coco-plum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,chryicac,Human Observation,2003-02-05,BICY,467-61,NA,26.1795,-80.9405,26.1786,-80.9427,WGS84,314,Cell #AS10,"17N 2895569 E, 505946 N",UTM,WGS84,1,250,467,61,-80.94193352617964,26.17902921281956,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2002-05-31,BICY,203-14,NA,26.2044,-81.066,26.2044,-81.066,WGS84,314,Cell #AG07 (was mislabeled as AD31),"17N 2898326 E, 493407 N",UTM,WGS84,1,50,203,14,-81.06573173327054,26.204603062625544,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2003-05-23,BICY,530-98,NA,25.8048,-80.9224,25.8066,-80.9227,WGS84,314,Cell #AU51,"17N 2854064 E, 507777 N",UTM,WGS84,1,5,530,98,-80.92218706621945,25.807003074644793,species,A,A,A
+Eupatorium mikanioides,"Semaphore eupatorium, Semaphore thoroughwort",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eupamika,Human Observation,2002-06-17,BICY,144-2,NA,25.8329,-81.1112,25.8352,-81.1114,WGS84,314,"Cell #AB48, W of Monroe Station S of Tamiami Trai","17N 2857179 E, 488852 N",UTM,WGS84,1,5,144,2,-81.1111956534657,25.83294496054299,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2003-06-04,BICY,524-100,NA,25.98,-80.8747,25.9783,-80.8761,WGS84,314,Cell #AZ32,"17N 2873479 E, 512543 N",UTM,WGS84,1,225,524,100,-80.87646536582642,25.9784043541861,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-04-28,BICY,406-83,NA,25.8144,-81.0821,25.8152,-81.0841,WGS84,314,Cell #AE50,"17N 2855128 E, 491772 N",UTM,WGS84,1,300,406,83,-81.08389209731841,25.81533648619446,species,A,A,A
+Cassytha filiformis,"Lovevine, Devil's gut",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cassfili,Human Observation,2002-09-19,BICY,220-68,NA,26.1911,-80.8875,26.1922,-80.8853,WGS84,314,Cell #AY09,"17N 2896849 E, 511241 N",UTM,WGS84,1,60,220,68,-80.88602708693261,26.19186720325253,species,A,A,A
+Serenoa repens,Saw palmetto,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sererepe,Human Observation,2002-07-17,BICY,164-96,NA,26.0432,-81.0379,26.0418,-81.0359,WGS84,314,"Cell #AJ25, Central Pines","17N 2880474 E, 496209 N",UTM,WGS84,1,130,164,96,-81.0360630042715,26.04180752587444,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2002-08-21,BICY,240-93,NA,25.9999,-80.9093,26.0006,-80.907,WGS84,314,Cell #AW30,"17N 2875680 E, 509076 N",UTM,WGS84,1,80,240,93,-80.9070130089734,26.00026440047971,species,A,A,A
+Salix caroliniana,Coastal Plain willow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,salicaro,Human Observation,2002-05-09,BICY,183-75,NA,25.9254,-80.8441,25.9234,-80.8439,WGS84,314,Cell #BC38,"17N 2867427 E, 515616 N",UTM,WGS84,1,180,183,75,-80.8441,25.923707560685404,species,A,A,A
+Proserpinaca palustris,"Mermaid weed, Marsh mermaidweed",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,prospalu,Human Observation,2002-11-05,BICY,280-70,NA,25.8708,-81.2282,25.8686,-81.228,WGS84,314,Cell #Q44,"17N 2861398 E, 477142 N",UTM,WGS84,1,180,280,70,-81.2282,25.869220378092397,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-06-17,BICY,333-40,NA,25.8815,-81.1742,25.8816,-81.1766,WGS84,314,Cell #V43,"17N 2862570 E, 482551 N",UTM,WGS84,1,260,333,40,-81.17518266477126,25.881343254938653,species,A,A,A
+Schinus terebinthifolius,Brazilian-pepper,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,schitere,Human Observation,2002-11-15,BICY,286-15,NA,25.8652,-81.3462,25.8636,-81.3461,WGS84,314,Cell #E45,"17N 2860800 E, 465316 N",UTM,WGS84,1,180,286,15,-81.3462,25.864861509359002,species,A,A,A
+Sabal palmetto,Cabbage palm,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sabapalm,Human Observation,2002-08-28,BICY,229-69,NA,26.0141,-80.8956,26.0125,-80.894,WGS84,314,Cell #AX28,"17N 2877249 E, 510444 N",UTM,WGS84,1,140,229,69,-80.8944923740018,26.012907245382276,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2003-04-24,BICY,612-32,NA,25.7194,-81.0846,25.7177,-81.0832,WGS84,314,Cell #AE61,"17N 2844609 E, 491518 N",UTM,WGS84,1,150,612,32,-81.08420141453159,25.718774618385467,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2002-05-22,BICY,219-28,NA,25.7737,-81.0393,25.7735,-81.0388,WGS84,314,Cell #AJ55 (North of Loop Road),"17N 2850623 E, 496063 N",UTM,WGS84,1,155,219,28,-81.0390050792215,25.773127342635146,species,A,A,A
+Baccharis glomeruliflora,Silverling,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,baccglom,Human Observation,2003-11-26,BICY,476-20,NA,25.8062,-80.8845,25.804,-80.8852,WGS84,314,Cell #AY51,"17N 2854223 E, 511582 N",UTM,WGS84,1,210,476,20,-80.88474929761783,25.80580914128499,species,A,A,A
+Elytraria caroliniensis var. angustifolia,Narrowleaf Carolina scalystem,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,elytcaroangu,Human Observation,2002-08-08,BICY,257-88,NA,26.1826,-80.8868,26.1821,-80.8845,WGS84,314,Cell #AY10,"17N 2895910 E, 511309 N",UTM,WGS84,1,110,257,88,-80.8847319111967,26.181920827330956,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2003-01-04,BICY,459-12,NA,26.2036,-80.9318,26.203,-80.934,WGS84,314,Cell #AT07,"17N 2898234 E, 506815 N",UTM,WGS84,1,250,459,12,-80.9320820640969,26.203507387568916,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2004-05-12,BICY,363-81,NA,25.9823,-80.9107,25.982,-80.9132,WGS84,314,Cell #AV32,"17N 2873723 E, 508938 N",UTM,WGS84,1,270,363,81,-80.9127223161197,25.98229998586822,species,A,A,A
+Quercus laurifolia,"Laurel oak, Diamond oak",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,querlaur,Human Observation,2002-08-01,BICY,193-56,NA,26.1696,-81.2652,26.1674,-81.2645,WGS84,314,Cell #M11,"17N 2894488 E, 473501 N",UTM,WGS84,1,170,193,56,-81.26495683073348,26.168355552150047,species,A,A,A
+Persea palustris,Swamp bay,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,perspalu,Human Observation,2004-03-24,BICY,371-6,NA,25.9769,-81.3355,25.9771,-81.333,WGS84,314,Cell #F32,"17N 2873174 E, 466418 N",UTM,WGS84,1,90,371,6,-81.33535020564831,25.976899999922473,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2003-02-11,BICY,491-26,NA,25.8735,-81.2566,25.8745,-81.2587,WGS84,314,Cell #N44,"17N 2861698 E, 474294 N",UTM,WGS84,1,300,491,26,-81.2571616558755,25.873793357120466,species,A,A,A
+Tillandsia fasciculata var. densispica,"Stiff-leaved wild-pine, Cardinal airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillfascdens,Human Observation,2003-02-06,BICY,453-54,NA,25.953,-81.3496,25.9508,-81.3501,WGS84,314,Cell #D35,"17N 2870527 E, 464999 N",UTM,WGS84,1,200,453,54,-81.35006099656393,25.9518549353032,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-07-12,BICY,157-65,NA,25.7641,-80.8619,25.7635,-80.8642,WGS84,314,"Cell #BA56, Lysiloma Hammock","17N 2849565 E, 513849 N",UTM,WGS84,1,270,157,65,-80.86351986784605,25.764099990987226,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2002-09-18,BICY,225-74,NA,25.7079,-81.0433,25.7099,-81.0433,WGS84,314,Cell #AI62,"17N 2843334 E, 495652 N",UTM,WGS84,1,5,225,74,-81.04313934443759,25.709563568393484,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2002-04-24,BICY,177-64,NA,25.8539,-80.96,25.8543,-80.9575,WGS84,314,Cell #AR46/1812,"17N 2859501 E, 504007 N",UTM,WGS84,1,85,177,64,-80.9584099225389,25.854025864139842,NA,A,R,A
+Tripsacum dactyloides,"Eastern gamagrass, Fakahatchee grass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tripdact,Human Observation,2003-11-26,BICY,476-32,NA,25.8062,-80.8845,25.804,-80.8852,WGS84,314,Cell #AY51,"17N 2854223 E, 511582 N",UTM,WGS84,1,210,476,32,-80.88489887540338,25.805574625840734,species,A,A,A
+Andropogon glomeratus var. pumilus,Common bushy bluestem,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,andrglompumi,Human Observation,2004-05-12,BICY,362-21,NA,25.9823,-80.9107,25.98,-80.9103,WGS84,314,Cell #AV32,"17N 2873723 E, 508938 N",UTM,WGS84,1,180,362,21,-80.9107,25.981826120755663,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2003-02-21,BICY,452-20,NA,26.0064,-80.9098,26.0048,-80.908,WGS84,314,Cell #AW29,"17N 2876396 E, 509026 N",UTM,WGS84,1,140,452,20,-80.90947896762079,26.00605427454934,NA,A,R,A
+Dichanthelium erectifolium,Erectleaf witchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dicherec,Human Observation,2004-04-08,BICY,440-35,NA,26.2229,-81.2349,26.2233,-81.2373,WGS84,314,Cell #P05,"17N 2900391 E, 476537 N",UTM,WGS84,1,290,440,35,-81.23572282521577,26.223170115697435,species,A,A,A
+Proserpinaca palustris,"Mermaid weed, Marsh mermaidweed",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,prospalu,Human Observation,2002-11-05,BICY,280-15,NA,25.8708,-81.2282,25.8686,-81.228,WGS84,314,Cell #Q44,"17N 2861398 E, 477142 N",UTM,WGS84,1,180,280,15,-81.2282,25.87046150962017,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-05-09,BICY,182-99,NA,25.9254,-80.8441,25.927,-80.8422,WGS84,314,Cell #BC38,"17N 2867427 E, 515616 N",UTM,WGS84,1,50,182,99,-80.84220743998783,25.926835987641123,species,A,A,A
+Blechnum serrulatum,"Swamp fern, Toothed midsorus fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,blecserr,Human Observation,2004-06-10,BICY,315-4,NA,26.1551,-81.1871,26.1539,-81.1851,WGS84,314,Cell #U13,"17N 2892878 E, 481301 N",UTM,WGS84,1,125,315,4,-81.18701807326325,26.155048228652266,species,A,A,A
+Juncus polycephalos,Manyhead rush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,juncpoly,Human Observation,2004-04-01,BICY,402-3,NA,26.1781,-81.0927,26.1782,-81.0902,WGS84,314,Cell #AD10,"17N 2895406 E, 490734 N",UTM,WGS84,1,90,402,3,-81.0926249746918,26.17809999998045,species,A,A,A
+Cassytha filiformis,"Lovevine, Devil's gut",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cassfili,Human Observation,2003-02-11,BICY,489-99,NA,26.0752,-81.293,26.0762,-81.2954,WGS84,314,Cell #J21,"17N 2884040 E, 470692 N",UTM,WGS84,1,300,489,99,-81.29514227882372,26.076316970693977,species,A,A,A
+Salix caroliniana,Coastal Plain willow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,salicaro,Human Observation,2004-04-06,BICY,423-32,NA,25.7633,-80.9177,25.765,-80.9164,WGS84,314,Cell #AV56,"17N 2849471 E, 508257 N",UTM,WGS84,1,50,423,32,-80.91708910165129,25.763764170725214,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2004-06-02,BICY,357-55,NA,25.9555,-81.0064,25.9541,-81.0084,WGS84,314,Cell #AM35,"17N 2870752 E, 499364 N",UTM,WGS84,1,240,357,55,-81.00758893103298,25.954879436661777,NA,A,R,A
+Blechnum serrulatum,"Swamp fern, Toothed midsorus fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,blecserr,Human Observation,2004-03-31,BICY,318-48,NA,26.1349,-81.057,26.1348,-81.0596,WGS84,314,Cell #AH15,"17N 2890624 E, 494305 N",UTM,WGS84,1,270,318,48,-81.05819996290961,26.134899995003934,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,NA,Human Observation,2004-04-07,BICY,437-61,NA,26.2515,-81.2499,26.25,-81.2482,WGS84,314,Cell #O02,"17N 2903558 E, 475040 N",UTM,WGS84,1,140,437,61,-81.24891881158993,26.250445570923535,NA,A,R,A
+Chrysobalanus icaco,Coco-plum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,chryicac,Human Observation,2004-04-06,BICY,434-56,NA,25.8173,-81.1012,25.8187,-81.1007,WGS84,314,Cell #AC50,"17N 2855456 E, 489854 N",UTM,WGS84,1,20,434,56,-81.10072246625163,25.81848749497714,species,A,A,A
+Taxodium distichum,Bald cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxodist,Human Observation,2003-04-24,BICY,613-82,NA,25.7194,-81.0846,25.7216,-81.0853,WGS84,314,Cell #AE61,"17N 2844609 E, 491518 N",UTM,WGS84,1,345,613,82,-81.08512871340668,25.721187398735886,species,A,A,A
+Serenoa repens,Saw palmetto,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sererepe,Human Observation,2003-01-04,BICY,459-60,NA,26.2036,-80.9318,26.203,-80.934,WGS84,314,Cell #AT07,"17N 2898234 E, 506815 N",UTM,WGS84,1,250,459,60,-80.93321031602116,26.203136932301497,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-03-30,BICY,389-99,NA,26.1428,-80.8861,26.142,-80.8883,WGS84,314,Cell #AY14,"17N 2891503 E, 511389 N",UTM,WGS84,1,250,389,99,-80.88842580872736,26.14203592446244,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2004-03-31,BICY,318-40,NA,26.1349,-81.057,26.1348,-81.0596,WGS84,314,Cell #AH15,"17N 2890624 E, 494305 N",UTM,WGS84,1,270,318,40,-81.05799996909136,26.13489999653051,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-07-17,BICY,164-28,NA,26.0432,-81.0379,26.0418,-81.0359,WGS84,314,"Cell #AJ25, Central Pines","17N 2880474 E, 496209 N",UTM,WGS84,1,130,164,28,-81.03736420509647,26.042793864154078,species,A,A,A
+Sesuvium portulacastrum,"Perennial sea-purslane, Shoreline seapurslane",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sesuport,Human Observation,2003-03-25,BICY,445-75,NA,25.8941,-81.3267,25.8932,-81.3289,WGS84,314,Cell #G42,"17N 2863995 E, 467279 N",UTM,WGS84,1,250,445,75,-81.32845827001574,25.893521138551627,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-06-20,BICY,141-77,NA,25.8358,-80.9002,25.8353,-80.8977,WGS84,314,Cell #AX48; south of dade-collier airport,"17N 2857500 E, 510001 N",UTM,WGS84,1,100,141,77,-80.89830909979094,25.83549825795452,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2004-05-18,BICY,365-41,NA,26.2236,-81.0959,26.2228,-81.0936,WGS84,314,Cell #AD05,"17N 2900452 E, 490421 N",UTM,WGS84,1,130,365,41,-81.09511423814358,26.223005315271724,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2004-04-07,BICY,433-25,NA,26.25,-81.2548,26.2492,-81.2524,WGS84,314,Cell #N02,"17N 2903396 E, 474557 N",UTM,WGS84,1,120,433,25,-81.2542582199449,26.24971793847805,species,A,A,A
+Quercus laurifolia,"Laurel oak, Diamond oak",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,querlaur,Human Observation,2004-05-07,BICY,297-54,NA,25.7238,-80.9174,25.7236,-80.9199,WGS84,314,"Cell #AV60, Hess Hammock","17N 2845103 E, 508290 N",UTM,WGS84,1,270,297,54,-80.91874528248609,25.723799993790713,species,A,A,A
+Blechnum serrulatum,"Swamp fern, Toothed midsorus fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,blecserr,Human Observation,2002-06-20,BICY,133-56,NA,25.8641,-81.1359,25.8662,-81.1356,WGS84,314,"Cell #Z45, New River Strand S of Tamiami Trail","17N 2860637 E, 486384 N",UTM,WGS84,1,5,133,56,-81.13577826385962,25.86535888964038,species,A,A,A
+Rhynchospora microcarpa,Southern beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynmicr2,Human Observation,2002-08-01,BICY,254-48,NA,26.1693,-81.2554,26.1694,-81.2578,WGS84,314,Cell #N11,"17N 2894454 E, 474478 N",UTM,WGS84,1,280,254,48,-81.25658208122542,26.169488077732787,species,A,A,A
diff --git a/Untitled/BICY_Example/Mini_BICY_Veg_Transect_Cleaned.csv b/Untitled/BICY_Example/Mini_BICY_Veg_Transect_Cleaned.csv
new file mode 100644
index 0000000..756a8e2
--- /dev/null
+++ b/Untitled/BICY_Example/Mini_BICY_Veg_Transect_Cleaned.csv
@@ -0,0 +1,501 @@
+scientificName,vernacularName,namePublishedIn,custom_TaxonAsRecorded,basisOfRecord,eventDate,locality,locationID,fieldNotes,decimalLatitude,decimalLongitude,custom_TransectEndLatitude,custom_TransectEndLongitude,geodeticDatum,coordinateUncertaintyInMeters,locationRemarks,verbatimCoordinates,verbatimCoordinateSystem,verbatimSRS,individualCount,custom_CoordinateBearing,custom_Transect,taxonRank,coordinate_flag,taxonomic_flag,eventDate_flag
+Setaria parviflora,"Knotroot foxtail, Yellow bristlegrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,setaparv,Human Observation,2002-04-24,BICY,178,NA,25.8574,-81.0728,25.8554,-81.0716,WGS84,314,Cell #AF46/1800,"17N 2859896 E, 492708 N",UTM,WGS84,1,160,178,species,A,A,A
+Dichanthelium erectifolium,Erectleaf witchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dicherec,Human Observation,2004-03-03,BICY,381,NA,26.1969,-81.3017,26.1979,-81.3003,WGS84,314,Cell #I08,"17N 2897525 E, 469858 N",UTM,WGS84,1,80,381,species,A,A,A
+Nephrolepis exaltata,Wild Boston fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,nephexal,Human Observation,2003-02-20,BICY,494,NA,25.9569,-80.947,25.9552,-80.9487,WGS84,314,Cell #AS35,"17N 2870917 E, 505304 N",UTM,WGS84,1,225,494,species,A,A,A
+Tillandsia balbisiana,"Reflexed wild-pine, Northern needleleaf",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillbalb,Human Observation,2003-04-29,BICY,606,NA,25.8642,-81.2501,25.8627,-81.2519,WGS84,314,Cell #N45,"17N 2860672 E, 474942 N",UTM,WGS84,1,230,606,species,A,A,A
+Centella asiatica,"Coinwort, Spadeleaf",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,centasia,Human Observation,2002-07-11,BICY,160,NA,26.0975,-81.2848,26.0998,-81.2851,WGS84,314,Cell #K19,"17N 2886508 E, 471520 N",UTM,WGS84,1,0,160,species,A,A,A
+Nymphoides aquatica,Big floatingheart,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,nympaqua,Human Observation,2003-07-01,BICY,704,NA,25.6851,-80.8571,25.6848,-80.8596,WGS84,314,Cell #BB65,"17N 2840821 E, 514337 N",UTM,WGS84,1,260,704,species,A,A,A
+Sarcostemma clausum,"Whitevine, White twinevine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sarcclau,Human Observation,2004-05-05,BICY,330,NA,26.2506,-81.0295,26.2484,-81.0298,WGS84,314,Cell #AK02,"17N 2903435 E, 497051 N",UTM,WGS84,1,185,330,species,A,A,A
+Tillandsia fasciculata var. densispica,"Stiff-leaved wild-pine, Cardinal airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillfascdens,Human Observation,2002-07-31,BICY,194,NA,26.0499,-81.3429,26.0503,-81.3446,WGS84,314,"Cell #E24, Deep Lake","17N 2881252 E, 465701 N",UTM,WGS84,1,290,194,species,A,A,A
+Cephalanthus occidentalis,Common buttonbush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cephocci,Human Observation,2003-06-18,BICY,697,NA,26.047,-81.1762,26.0447,-81.1762,WGS84,314,Cell #V25,"17N 2880903 E, 482375 N",UTM,WGS84,1,190,697,species,A,A,A
+Diodia virginiana,"Buttonweed, Virginia buttonweed",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,diodvirg,Human Observation,2002-05-17,BICY,187,NA,26.0077,-81.2502,26.0055,-81.2512,WGS84,314,Cell #N29/185,"17N 2876558 E, 474962 N",UTM,WGS84,1,200,187,species,A,A,A
+Tillandsia paucifolia,"Twisted wild-pine, Potbelly airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillpauc,Human Observation,2003-02-26,BICY,587,NA,26.0342,-81.1123,26.0345,-81.1149,WGS84,314,Cell #AB26,"17N 2879474 E, 488762 N",UTM,WGS84,1,280,587,species,A,A,A
+Polygala cruciata,Drumheads,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,polycruc2,Human Observation,2002-07-17,BICY,164,NA,26.0432,-81.0379,26.0418,-81.0359,WGS84,314,"Cell #AJ25, Central Pines","17N 2880474 E, 496209 N",UTM,WGS84,1,130,164,species,A,A,A
+Parthenocissus quinquefolia,"Virginia-creeper, Woodbine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,partquin,Human Observation,2003-04-24,BICY,613,NA,25.7194,-81.0846,25.7216,-81.0853,WGS84,314,Cell #AE61,"17N 2844609 E, 491518 N",UTM,WGS84,1,345,613,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2002-11-05,BICY,293,NA,26.0816,-81.2488,26.0816,-81.2464,WGS84,314,Cell #O21,"17N 2884745 E, 475114 N",UTM,WGS84,1,90,293,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2003-05-15,BICY,642,NA,25.9071,-81.3325,25.9089,-81.3339,WGS84,314,Cell #F40,"17N 2865443 E, 466694 N",UTM,WGS84,1,330,642,species,A,A,A
+Thalia geniculata,"Alligatorflag, Fireflag",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,thalgeni,Human Observation,2004-04-15,BICY,339,NA,26.252,-81.045,26.2518,-81.0431,WGS84,314,Cell #AI02,"17N 2903598 E, 495510 N",UTM,WGS84,1,100,339,species,A,A,A
+Lobelia feayana,Bay lobelia,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,lobefeay,Human Observation,2004-04-07,BICY,438,NA,26.2498,-81.2265,26.2476,-81.2262,WGS84,314,Cell #Q02,"17N 2903369 E, 477380 N",UTM,WGS84,1,180,438,species,A,A,A
+Eragrostis elliottii,Elliott's love grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eragelli,Human Observation,2003-07-01,BICY,703,NA,25.6363,-80.8884,25.638,-80.8869,WGS84,314,Cell #AY70,"17N 2835417 E, 511198 N",UTM,WGS84,1,40,703,species,A,A,A
+Hypericum cistifolium,Roundpod St. John's-wort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hypecist,Human Observation,2003-02-21,BICY,593,NA,25.9996,-81.1574,25.9976,-81.1565,WGS84,314,Cell #X30,"17N 2875653 E, 484250 N",UTM,WGS84,1,165,593,species,A,A,A
+Tillandsia fasciculata var. densispica,"Stiff-leaved wild-pine, Cardinal airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillfascdens,Human Observation,2004-04-02,BICY,427,NA,26.2477,-80.9374,26.2497,-80.9363,WGS84,314,Cell #AT02,"17N 2903122 E, 506250 N",UTM,WGS84,1,30,427,species,A,A,A
+Proserpinaca palustris,"Mermaid weed, Marsh mermaidweed",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,prospalu,Human Observation,2003-05-13,BICY,611,NA,26.1457,-81.2422,26.1447,-81.2445,WGS84,314,Cell #O14,"17N 2891842 E, 475791 N",UTM,WGS84,1,265,611,species,A,A,A
+Hyptis alata,"Musky mint, Clustered bushmint",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hyptalat,Human Observation,2004-06-08,BICY,348,NA,25.8547,-81.0005,25.8568,-81.0001,WGS84,314,Cell #AM46,"17N 2859588 E, 499945 N",UTM,WGS84,1,30,348,species,A,A,A
+Thalia geniculata,"Alligatorflag, Fireflag",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,thalgeni,Human Observation,2003-03-07,BICY,556,NA,25.7601,-80.8737,25.7623,-80.8742,WGS84,314,Cell #AZ56,"17N 2849121 E, 512666 N",UTM,WGS84,1,355,556,species,A,A,A
+Sisyrinchium angustifolium,Narroleaf blueeyed-grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sisyangu,Human Observation,2002-06-04,BICY,269,NA,25.9992,-81.1001,25.9993,-81.1024,WGS84,314,Cell #AC30,"17N 2875600 E, 489986 N",UTM,WGS84,1,200,269,species,A,A,A
+Mitreola petiolata,"Miterwort, Lax hornpod",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,mitrpeti,Human Observation,2003-03-20,BICY,623,NA,25.9562,-81.2046,25.9553,-81.2025,WGS84,314,Cell #S35,"17N 2870852 E, 479514 N",UTM,WGS84,1,115,623,species,A,A,A
+Tillandsia fasciculata var. densispica,"Stiff-leaved wild-pine, Cardinal airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillfascdens,Human Observation,2002-05-07,BICY,130,NA,25.8803,-81.2219,25.881,-81.2243,WGS84,314,"Cell #Q43, East of Burns Lake Rd. Q43","17N 2862448 E, 477773 N",UTM,WGS84,1,290,130,species,A,A,A
+Dichanthelium erectifolium,Erectleaf witchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dicherec,Human Observation,2003-03-20,BICY,637,NA,25.96,-81.1883,25.9606,-81.1856,WGS84,314,Cell #U34,"17N 2871268 E, 481145 N",UTM,WGS84,1,80,637,species,A,A,A
+Scleria baldwinii,Baldwin's nutrush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sclebald,Human Observation,2003-03-20,BICY,620,NA,25.9603,-81.2025,25.9583,-81.2015,WGS84,314,Cell #S34,"17N 2871303 E, 479727 N",UTM,WGS84,1,160,620,species,A,A,A
+Polygala grandiflora,"Candyweed, Showy milkwort",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,polygran,Human Observation,2002-05-07,BICY,169,NA,25.8341,-81.0889,25.836,-81.0888,WGS84,314,"Cell #AE48, W. of Loop Rd. S of Monroe","17N 2857310 E, 491088 N",UTM,WGS84,1,0,169,species,A,A,A
+Oxalis corniculata,"Lady's-sorrel, Common yellow woodsorrel",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,oxalcorn,Human Observation,2004-04-07,BICY,438,NA,26.2498,-81.2265,26.2476,-81.2262,WGS84,314,Cell #Q02,"17N 2903369 E, 477380 N",UTM,WGS84,1,180,438,species,A,A,A
+Flaveria linearis,Narrowleaf yellowtops,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,flavline,Human Observation,2002-06-18,BICY,146,NA,26.1543,-81.3354,26.1543,-81.3329,WGS84,314,"Cell #F13, SE of Miles City","17N 2892813 E, 466479 N",UTM,WGS84,1,90,146,species,A,A,A
+Pteridium aquilinum var. caudatum,Lacy braken fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pteraquicaud,Human Observation,2003-02-13,BICY,478,NA,25.9287,-81.0161,25.9302,-81.0177,WGS84,314,Cell #AL38,"17N 2867787 E, 498386 N",UTM,WGS84,1,320,478,species,A,A,A
+Sagittaria lancifolia,Bulltongue arrowhead,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sagilanc,Human Observation,2004-05-18,BICY,365,NA,26.2236,-81.0959,26.2228,-81.0936,WGS84,314,Cell #AD05,"17N 2900452 E, 490421 N",UTM,WGS84,1,130,365,species,A,A,A
+Ilex cassine,"Dahoon holly, Dahoon",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ilexcass,Human Observation,2003-03-14,BICY,552,NA,26.2265,-81.2674,26.2243,-81.2672,WGS84,314,Cell #M05,"17N 2900793 E, 473289 N",UTM,WGS84,1,180,552,species,A,A,A
+Ludwigia repens,Creeping primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwrepe,Human Observation,2002-08-08,BICY,256,NA,26.1826,-80.8868,26.1805,-80.8866,WGS84,314,Cell #AY10,"17N 2895910 E, 511309 N",UTM,WGS84,1,180,256,species,A,A,A
+Eragrostis elliottii,Elliott's love grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eragelli,Human Observation,2003-02-19,BICY,595,NA,25.9988,-81.2319,25.9991,-81.2342,WGS84,314,Cell #P30,"17N 2875568 E, 476791 N",UTM,WGS84,1,280,595,species,A,A,A
+Physalis walteri,Walter's groundcherry,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,physwalt,Human Observation,2002-11-08,BICY,271,NA,25.7561,-81.0054,25.7563,-81.0064,WGS84,314,"Cell #AM57, origin estimated with ARCMap","17N 2848673 E, 499461 N",UTM,WGS84,1,280,271,species,A,A,A
+Hypericum brachyphyllum,Coastalplain St. John's-wort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hypebrac,Human Observation,2002-05-21,BICY,215,NA,26.2303,-80.9066,26.2305,-80.9043,WGS84,314,Cell #AW04,"17N 2901187 E, 509327 N",UTM,WGS84,1,90,215,species,A,A,A
+Hydrolea corymbosa,Skyflower,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hydrcory,Human Observation,2003-03-06,BICY,571,NA,25.9539,-81.1305,25.9533,-81.1327,WGS84,314,Cell #Z35,"17N 2870588 E, 486932 N",UTM,WGS84,1,260,571,species,A,A,A
+Paspalidium geminatum,Egyptian paspalidium,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspgemi,Human Observation,2002-04-09,BICY,173,NA,26.1945,-81.2321,26.193,-81.2342,WGS84,314,Cell #3950/P08,"17N 2897240 E, 476808 N",UTM,WGS84,1,240,173,species,A,A,A
+Helenium pinnatifidum,Southeastern sneezeweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,helepinn,Human Observation,2004-03-30,BICY,388,NA,26.1428,-80.8861,26.1411,-80.8845,WGS84,314,Cell #AY14,"17N 2891503 E, 511389 N",UTM,WGS84,1,145,388,species,A,A,A
+Panicum hemitomon,Maidencane,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panihemi,Human Observation,2003-03-25,BICY,691,NA,25.935,-80.9886,25.9353,-80.9865,WGS84,314,Cell #AO37,"17N 2868490 E, 501141 N",UTM,WGS84,1,55,691,species,A,A,A
+Ludwigia repens,Creeping primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwrepe,Human Observation,2003-04-17,BICY,662,NA,26.2374,-81.0147,26.2353,-81.0143,WGS84,314,Cell #AL04,"17N 2901980 E, 498527 N",UTM,WGS84,1,175,662,species,A,A,A
+Quercus laurifolia,"Laurel oak, Diamond oak",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,querlaur,Human Observation,2004-03-03,BICY,384,NA,26.1907,-81.3054,26.1888,-81.3065,WGS84,314,Cell #I09,"17N 2896843 E, 469487 N",UTM,WGS84,1,210,384,species,A,A,A
+Cornus foemina,"Stiff cornel, Swamp dogwood, Stiff dogwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cornfoem,Human Observation,2004-06-22,BICY,311,NA,26.1685,-81.2779,26.1706,-81.2771,WGS84,314,Cell #L11,"17N 2894377 E, 472231 N",UTM,WGS84,1,25,311,species,A,A,A
+Hypericum hypericoides,St. Andrew's-cross,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hypehype,Human Observation,2003-05-02,BICY,655,NA,26.2526,-81.1916,26.252,-81.1939,WGS84,314,Cell #T02,"17N 2903667 E, 480866 N",UTM,WGS84,1,260,655,species,A,A,A
+Toxicodendron radicans,Eastern poison-ivy,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,toxiradi,Human Observation,2002-06-17,BICY,145,NA,25.8329,-81.1112,25.8339,-81.1134,WGS84,314,"Cell #AB48, W of Monroe Station S of Tamiami Trai","17N 2857179 E, 488852 N",UTM,WGS84,1,305,145,species,A,A,A
+Ludwigia microcarpa,Smallfruit primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwmicr,Human Observation,2003-03-18,BICY,614,NA,25.8982,-81.1038,25.8962,-81.104,WGS84,314,Cell #AC41,"17N 2864411 E, 489601 N",UTM,WGS84,1,190,614,species,A,A,A
+Boltonia diffusa,Smallhead Doll's-daisy,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,boltdiff,Human Observation,2004-03-11,BICY,399,NA,25.7817,-80.9812,25.7801,-80.9827,WGS84,314,Cell #AO54,"17N 2851513 E, 501882 N",UTM,WGS84,1,225,399,species,A,A,A
+Setaria parviflora,"Knotroot foxtail, Yellow bristlegrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,setaparv,Human Observation,2004-05-13,BICY,430,NA,25.9072,-81.2737,25.9054,-81.2743,WGS84,314,Cell #L40,"17N 2865437 E, 472583 N",UTM,WGS84,1,220,430,species,A,A,A
+Bacopa caroliniana,"Lemon hyssop, Lemon bacopa, Blue waterhyssop",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,bacocaro,Human Observation,2003-02-11,BICY,492,NA,25.8735,-81.2566,25.8756,-81.2553,WGS84,314,Cell #N44,"17N 2861698 E, 474294 N",UTM,WGS84,1,50,492,species,A,A,A
+Aster bracei,Brace's aster,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,astebrac,Human Observation,2003-03-19,BICY,628,NA,25.9812,-81.1982,25.9817,-81.1957,WGS84,314,Cell #T32,"17N 2873621 E, 480164 N",UTM,WGS84,1,85,628,species,A,A,A
+Mikania cordifolia,Florida Keys hempvine,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,mikacord,Human Observation,2002-07-31,BICY,253,NA,26.0454,-81.3423,26.0451,-81.3397,WGS84,314,Cell #E25,"17N 2880757 E, 465755 N",UTM,WGS84,1,110,253,species,A,A,A
+Ludwigia microcarpa,Smallfruit primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwmicr,Human Observation,2003-05-23,BICY,528,NA,25.801,-80.934,25.7989,-80.9342,WGS84,314,Cell #AT52,"17N 2853648 E, 506615 N",UTM,WGS84,1,185,528,species,A,A,A
+Tillandsia variabilis,"Soft-leaved wild-pine, Leatherleaf airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillvari,Human Observation,2004-04-29,BICY,418,NA,25.8155,-81.0426,25.8146,-81.0412,WGS84,314,Cell #AI50,"17N 2855253 E, 495730 N",UTM,WGS84,1,270,418,species,A,A,A
+Blechnum serrulatum,"Swamp fern, Toothed midsorus fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,blecserr,Human Observation,2004-06-10,BICY,346,NA,26.1497,-81.1964,26.1498,-81.194,WGS84,314,Cell #T13,"17N 2892279 E, 480366 N",UTM,WGS84,1,95,346,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2004-04-07,BICY,439,NA,26.2498,-81.2265,26.2518,-81.2263,WGS84,314,Cell #Q02,"17N 2903369 E, 477380 N",UTM,WGS84,1,0,439,species,A,A,A
+Mikania scandens,"Climbing hempweed, Climbing hempvine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,mikascan,Human Observation,2003-06-04,BICY,519,NA,25.8734,-81.343,25.8715,-81.3442,WGS84,314,Cell #E44,"17N 2861714 E, 465639 N",UTM,WGS84,1,215,519,species,A,A,A
+Justicia angusta,Narrow-leaved waterwillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,justangu,Human Observation,2003-04-09,BICY,672,NA,26.0927,-81.1845,26.0907,-81.1855,WGS84,314,Cell #U20,"17N 2885963 E, 481555 N",UTM,WGS84,1,210,672,species,A,A,A
+Berchemia scandens,"rattan vine, Alabama supplejack",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,bercscan,Human Observation,2003-06-13,BICY,504,NA,26.2456,-81.1057,26.2438,-81.1047,WGS84,314,Cell #AC03,"17N 2902890 E, 489446 N",UTM,WGS84,1,160,504,species,A,A,A
+Magnolia virginiana,Sweet-bay,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,magnvirg,Human Observation,2004-03-24,BICY,424,NA,25.9726,-81.3357,25.9712,-81.3339,WGS84,314,Cell #F33,"17N 2872694 E, 466400 N",UTM,WGS84,1,140,424,species,A,A,A
+Iva microcephala,Piedmont marshelder,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ivamicr,Human Observation,2002-09-19,BICY,220,NA,26.1911,-80.8875,26.1922,-80.8853,WGS84,314,Cell #AY09,"17N 2896849 E, 511241 N",UTM,WGS84,1,60,220,species,A,A,A
+Oxypolis filiformis,"Water dropwort, Water cowbane",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,oxypfili,Human Observation,2003-02-05,BICY,466,NA,26.1795,-80.9152,26.1814,-80.9138,WGS84,314,Cell #AV10,"17N 2895561 E, 508470 N",UTM,WGS84,1,30,466,species,A,A,A
+Tillandsia usneoides,Spanish-moss,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillusne,Human Observation,2002-11-15,BICY,287,NA,25.8652,-81.3462,25.8656,-81.3485,WGS84,314,Cell #E45,"17N 2860800 E, 465316 N",UTM,WGS84,1,290,287,species,A,A,A
+Xyris calcicola,Limestone yelloweyed grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,xyricalc,Human Observation,2003-07-09,BICY,725,NA,26.2036,-81.2441,26.2056,-81.2452,WGS84,314,Cell #O07,"17N 2898250 E, 475610 N",UTM,WGS84,1,340,725,species,A,A,A
+Chiococca parvifolia,Pineland snowberry,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,chioparv,Human Observation,2003-02-20,BICY,598,NA,25.9997,-81.1907,26.0008,-81.1928,WGS84,314,Cell #T30,"17N 2875659 E, 480919 N",UTM,WGS84,1,310,598,species,A,A,A
+Cassytha filiformis,"Lovevine, Devil's gut",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cassfili,Human Observation,2004-05-12,BICY,363,NA,25.9823,-80.9107,25.982,-80.9132,WGS84,314,Cell #AV32,"17N 2873723 E, 508938 N",UTM,WGS84,1,270,363,species,A,A,A
+Elytraria caroliniensis var. angustifolia,Narrowleaf Carolina scalystem,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,elytcaroangu,Human Observation,2002-06-04,BICY,269,NA,25.9992,-81.1001,25.9993,-81.1024,WGS84,314,Cell #AC30,"17N 2875600 E, 489986 N",UTM,WGS84,1,200,269,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2002-05-21,BICY,215,NA,26.2303,-80.9066,26.2305,-80.9043,WGS84,314,Cell #AW04,"17N 2901187 E, 509327 N",UTM,WGS84,1,90,215,species,A,A,A
+Lythrum alatum var. lanceolatum,Winged loosestrife,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,lythalatlanc,Human Observation,2004-04-28,BICY,407,NA,25.8144,-81.0821,25.8167,-81.0824,WGS84,314,Cell #AE50,"17N 2855128 E, 491772 N",UTM,WGS84,1,0,407,species,A,A,A
+Bacopa monnieri,"Water hyssop, Herb-of-grace",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,bacomonn,Human Observation,2003-09-10,BICY,729,NA,26.2428,-80.9525,26.243,-80.9549,WGS84,314,Cell #AR03,"17N 2902579 E, 504740 N",UTM,WGS84,1,275,729,species,A,A,A
+Vittaria lineata,Shoestring fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,vittline,Human Observation,2002-08-01,BICY,192,NA,26.1696,-81.2652,26.1718,-81.2654,WGS84,314,Cell #M11,"17N 2894488 E, 473501 N",UTM,WGS84,1,355,192,species,A,A,A
+Conoclinium coelestinum,Blue mistflower,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,conocoel,Human Observation,2003-04-10,BICY,669,NA,26.0691,-81.1605,26.0687,-81.1629,WGS84,314,Cell #W22,"17N 2883351 E, 483950 N",UTM,WGS84,1,265,669,species,A,A,A
+Panicum hemitomon,Maidencane,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panihemi,Human Observation,2004-04-28,BICY,407,NA,25.8144,-81.0821,25.8167,-81.0824,WGS84,314,Cell #AE50,"17N 2855128 E, 491772 N",UTM,WGS84,1,0,407,species,A,A,A
+Rhynchospora tracyi,Tracy's beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyntrac,Human Observation,2003-06-18,BICY,699,NA,26.0257,-81.2201,26.0263,-81.2225,WGS84,314,Cell #Q27,"17N 2878553 E, 477980 N",UTM,WGS84,1,290,699,species,A,A,A
+Eugenia axillaris,White stopper,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eugeaxil,Human Observation,2003-11-26,BICY,476,NA,25.8062,-80.8845,25.804,-80.8852,WGS84,314,Cell #AY51,"17N 2854223 E, 511582 N",UTM,WGS84,1,210,476,species,A,A,A
+Vitis cinerea var. floridana,Florida grape,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,viticineflor,Human Observation,2003-02-26,BICY,591,NA,26.045,-81.1655,26.0462,-81.1634,WGS84,314,Cell #W25,"17N 2880675 E, 483442 N",UTM,WGS84,1,75,591,species,A,A,A
+Sabatia stellaris,Rose-of-Plymouth,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sabastel,Human Observation,2004-05-12,BICY,363,NA,25.9823,-80.9107,25.982,-80.9132,WGS84,314,Cell #AV32,"17N 2873723 E, 508938 N",UTM,WGS84,1,270,363,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-09-17,BICY,222,NA,25.6988,-80.9736,25.6966,-80.974,WGS84,314,Cell #AP63,"17N 2842329 E, 502644 N",UTM,WGS84,1,200,222,species,A,A,A
+Sorghastrum secundum,Lopsided Indian grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sorgsecu,Human Observation,2004-03-17,BICY,376,NA,26.1818,-81.343,26.1797,-81.3438,WGS84,314,Cell #E10,"17N 2895858 E, 465728 N",UTM,WGS84,1,220,376,species,A,A,A
+Tillandsia fasciculata var. densispica,"Stiff-leaved wild-pine, Cardinal airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillfascdens,Human Observation,2002-05-31,BICY,203,NA,26.2044,-81.066,26.2044,-81.066,WGS84,314,Cell #AG07 (was mislabeled as AD31),"17N 2898326 E, 493407 N",UTM,WGS84,1,50,203,species,A,A,A
+Nymphaea odorata,American white waterlily,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,nympodor,Human Observation,2003-06-18,BICY,697,NA,26.047,-81.1762,26.0447,-81.1762,WGS84,314,Cell #V25,"17N 2880903 E, 482375 N",UTM,WGS84,1,190,697,species,A,A,A
+Pteris bahamensis,Bahama ladder brake,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pterbaha,Human Observation,2004-06-03,BICY,353,NA,26.0243,-81.0653,26.0246,-81.0678,WGS84,314,Cell #AG27,"17N 2878374 E, 493467 N",UTM,WGS84,1,295,353,species,A,A,A
+Smilax auriculata,Earleaf greenbrier,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,smilauri,Human Observation,2003-03-05,BICY,565,NA,26.0211,-81.1145,26.0233,-81.1148,WGS84,314,Cell #AB27,"17N 2878023 E, 488541 N",UTM,WGS84,1,0,565,species,A,A,A
+Stillingia aquatica,"Corkwood, Water toothleaf",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,stilaqua,Human Observation,2004-05-12,BICY,361,NA,25.9514,-80.9266,25.9534,-80.9257,WGS84,314,Cell #AU35,"17N 2870304 E, 507352 N",UTM,WGS84,1,300,361,species,A,A,A
+Panicum tenerum,Bluejoint panicum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panitene,Human Observation,2002-09-18,BICY,225,NA,25.7079,-81.0433,25.7099,-81.0433,WGS84,314,Cell #AI62,"17N 2843334 E, 495652 N",UTM,WGS84,1,5,225,species,A,A,A
+Quercus virginiana,Virginia live oak,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,quervirg,Human Observation,2002-07-11,BICY,159,NA,26.0975,-81.2848,26.0982,-81.2872,WGS84,314,Cell #K19,"17N 2886508 E, 471520 N",UTM,WGS84,1,295,159,species,A,A,A
+Mitreola petiolata,"Miterwort, Lax hornpod",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,mitrpeti,Human Observation,2002-04-09,BICY,172,NA,26.1945,-81.2321,26.1962,-81.2305,WGS84,314,Cell #3950/P08,"17N 2897240 E, 476808 N",UTM,WGS84,1,40,172,species,A,A,A
+Tillandsia setacea,"Thin-leaved wild-pine, Southern needleleaf",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillseta,Human Observation,2003-03-19,BICY,624,NA,25.9787,-81.2113,25.9764,-81.2118,WGS84,314,Cell #R42,"17N 2873345 E, 478851 N",UTM,WGS84,1,195,624,species,A,A,A
+Ludwigia repens,Creeping primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwrepe,Human Observation,2003-02-25,BICY,448,NA,25.9949,-81.2017,25.9955,-81.1994,WGS84,314,Cell #S30,"17N 2875138 E, 479809 N",UTM,WGS84,1,75,448,species,A,A,A
+Blechnum serrulatum,"Swamp fern, Toothed midsorus fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,blecserr,Human Observation,2003-03-05,BICY,567,NA,25.9827,-81.1215,25.9819,-81.1236,WGS84,314,Cell #AA32,"17N 2873774 E, 487840 N",UTM,WGS84,1,250,567,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2004-06-17,BICY,333,NA,25.8815,-81.1742,25.8816,-81.1766,WGS84,314,Cell #V43,"17N 2862570 E, 482551 N",UTM,WGS84,1,260,333,species,A,A,A
+Muhlenbergia capillaris,"Muhlygrass, Hairawnmuhly",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,muhlcapi,Human Observation,2003-03-07,BICY,558,NA,25.7369,-80.9716,25.7351,-80.973,WGS84,314,Cell #AP59,"17N 2846549 E, 502853 N",UTM,WGS84,1,220,558,species,A,A,A
+Hyptis alata,"Musky mint, Clustered bushmint",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hyptalat,Human Observation,2003-04-10,BICY,666,NA,26.1004,-81.1641,26.0983,-81.1641,WGS84,314,Cell #W19,"17N 2886815 E, 483592 N",UTM,WGS84,1,190,666,species,A,A,A
+Iva microcephala,Piedmont marshelder,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ivamicr,Human Observation,2004-04-14,BICY,421,NA,26.2176,-81.0845,26.219,-81.0864,WGS84,314,Cell #AE06,"17N 2899785 E, 491558 N",UTM,WGS84,1,310,421,species,A,A,A
+Eriocaulon compressum,Flattened pipewort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eriocomp,Human Observation,2003-02-20,BICY,495,NA,25.9569,-80.947,25.9559,-80.9449,WGS84,314,Cell #AS35,"17N 2870917 E, 505304 N",UTM,WGS84,1,125,495,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2003-02-11,BICY,483,NA,25.9591,-81.0174,25.9591,-81.0199,WGS84,314,Cell #AL34,"17N 2871156 E, 498259 N",UTM,WGS84,1,270,483,species,A,A,A
+Evolvulus sericeus,Silver dwarf morningglory,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,evolseri,Human Observation,2004-03-11,BICY,396,NA,25.7899,-80.9758,25.7919,-80.9773,WGS84,314,Cell #AP53,"17N 2852419 E, 502423 N",UTM,WGS84,1,325,396,species,A,A,A
+Coelorachis rugosa,Wrinkled jointtail grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,coelrugo,Human Observation,2003-03-18,BICY,617,NA,25.9166,-81.1158,25.9143,-81.1156,WGS84,314,Cell #AB39,"17N 2866448 E, 488404 N",UTM,WGS84,1,185,617,species,A,A,A
+Hyptis alata,"Musky mint, Clustered bushmint",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hyptalat,Human Observation,2003-02-25,BICY,582,NA,26.0014,-81.2179,26.0001,-81.2159,WGS84,314,Cell #R40,"17N 2875853 E, 478198 N",UTM,WGS84,1,130,582,species,A,A,A
+Scleria georgiana,Slenderfruit nutrush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sclegeor,Human Observation,2003-02-19,BICY,597,NA,26.0084,-81.2316,26.0087,-81.2339,WGS84,314,Cell #P29,"17N 2876637 E, 476826 N",UTM,WGS84,1,280,597,species,A,A,A
+Andropogon glomeratus var. pumilus,Common bushy bluestem,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,andrglompumi,Human Observation,2002-11-05,BICY,272,NA,25.9062,-81.22,25.9078,-81.2214,WGS84,314,Cell #Q40,"17N 2865313 E, 477963 N",UTM,WGS84,1,325,272,species,A,A,A
+Rhus copallinum,Winged sumac,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhuscopa,Human Observation,2003-07-09,BICY,725,NA,26.2036,-81.2441,26.2056,-81.2452,WGS84,314,Cell #O07,"17N 2898250 E, 475610 N",UTM,WGS84,1,340,725,species,A,A,A
+Rhynchospora microcarpa,Southern beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynmicr2,Human Observation,2004-05-12,BICY,360,NA,25.9514,-80.9266,25.9531,-80.928,WGS84,314,Cell #AU35,"17N 2870304 E, 507352 N",UTM,WGS84,1,330,360,species,A,A,A
+Ludwigia repens,Creeping primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwrepe,Human Observation,2004-05-20,BICY,392,NA,26.2529,-80.8936,26.2547,-80.895,WGS84,314,Cell #AX02,"17N 2903700 E, 510627 N",UTM,WGS84,1,330,392,species,A,A,A
+Ludwigia repens,Creeping primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwrepe,Human Observation,2003-03-07,BICY,556,NA,25.7601,-80.8737,25.7623,-80.8742,WGS84,314,Cell #AZ56,"17N 2849121 E, 512666 N",UTM,WGS84,1,355,556,species,A,A,A
+Smilax laurifolia,"Catbrier, Laurel greenbrier, Bamboo vine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,smillaur,Human Observation,2003-02-11,BICY,482,NA,25.963,-81.0302,25.9653,-81.0305,WGS84,314,Cell #AJ34,"17N 2871588 E, 496977 N",UTM,WGS84,1,0,482,species,A,A,A
+Dichanthelium erectifolium,Erectleaf witchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dicherec,Human Observation,2003-06-18,BICY,698,NA,26.0257,-81.2201,26.0279,-81.2208,WGS84,314,Cell #Q27,"17N 2878553 E, 477980 N",UTM,WGS84,1,345,698,species,A,A,A
+Bacopa caroliniana,"Lemon hyssop, Lemon bacopa, Blue waterhyssop",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,bacocaro,Human Observation,2002-12-20,BICY,463,NA,26.0673,-81.3019,26.0671,-81.3042,WGS84,314,Cell #I22,"17N 2883173 E, 469804 N",UTM,WGS84,1,270,463,species,A,A,A
+Vitis cinerea var. floridana,Florida grape,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,viticineflor,Human Observation,2003-06-19,BICY,741,NA,25.8843,-80.8461,25.8826,-80.8465,WGS84,314,Cell #BC43,"17N 2862884 E, 515418 N",UTM,WGS84,1,180,741,species,A,A,A
+Rhynchospora inundata,Narrowfruit horned beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyninun,Human Observation,2003-05-02,BICY,510,NA,26.0974,-81.32,26.0996,-81.3195,WGS84,314,Cell #H19,"17N 2886505 E, 468000 N",UTM,WGS84,1,20,510,species,A,A,A
+Asclepias tuberosa,"Butterflyweed, Butterfly milkweed",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ascltube,Human Observation,2002-05-29,BICY,206,NA,26.1989,-81.2169,26.197,-81.2161,WGS84,314,Cell #R08,"17N 2897730 E, 478329 N",UTM,WGS84,1,170,206,species,A,A,A
+Pteridium aquilinum var. caudatum,Lacy braken fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pteraquicaud,Human Observation,2003-02-13,BICY,477,NA,25.9287,-81.0161,25.9266,-81.0156,WGS84,314,Cell #AL38,"17N 2867787 E, 498386 N",UTM,WGS84,1,170,477,species,A,A,A
+Psychotria nervosa,Shiny-leaved wild-coffee,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,psycnerv,Human Observation,2003-05-29,BICY,539,NA,25.7563,-80.9028,25.7583,-80.9018,WGS84,314,Cell #AW57,"17N 2848699 E, 509752 N",UTM,WGS84,1,35,539,species,A,A,A
+Tillandsia utriculata,"Giant wild-pine, Giant airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillutri,Human Observation,2003-09-11,BICY,722,NA,25.7538,-80.9274,25.7554,-80.9255,WGS84,314,Cell #AU57,"17N 2848426 E, 507282 N",UTM,WGS84,1,55,722,species,A,A,A
+Fuirena breviseta,Saltmarsh umbrellasedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fuirbrev,Human Observation,2002-09-18,BICY,233,NA,25.7252,-81.0306,25.7256,-81.033,WGS84,314,Cell #AJ60,"17N 2845250 E, 496927 N",UTM,WGS84,1,290,233,species,A,A,A
+Dichanthelium erectifolium,Erectleaf witchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dicherec,Human Observation,2002-05-07,BICY,130,NA,25.8803,-81.2219,25.881,-81.2243,WGS84,314,"Cell #Q43, East of Burns Lake Rd. Q43","17N 2862448 E, 477773 N",UTM,WGS84,1,290,130,species,A,A,A
+Tillandsia usneoides,Spanish-moss,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillusne,Human Observation,2002-05-21,BICY,215,NA,26.2303,-80.9066,26.2305,-80.9043,WGS84,314,Cell #AW04,"17N 2901187 E, 509327 N",UTM,WGS84,1,90,215,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-04-24,BICY,179,NA,25.8574,-81.0728,25.8572,-81.0752,WGS84,314,Cell #AF46/1800,"17N 2859896 E, 492708 N",UTM,WGS84,1,270,179,species,A,A,A
+Eriocaulon compressum,Flattened pipewort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eriocomp,Human Observation,2003-07-17,BICY,712,NA,26.0832,-80.9373,26.0812,-80.9367,WGS84,314,Cell #AT21,"17N 2884902 E, 506270 N",UTM,WGS84,1,170,712,species,A,A,A
+Tillandsia balbisiana,"Reflexed wild-pine, Northern needleleaf",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillbalb,Human Observation,2002-08-07,BICY,259,NA,26.1609,-81.2653,26.163,-81.2655,WGS84,314,Cell #M12,"17N 2893533 E, 473488 N",UTM,WGS84,1,0,259,species,A,A,A
+Tillandsia flexuosa,"Banded wild-pine, Twisted airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillflex,Human Observation,2003-03-26,BICY,693,NA,25.6592,-81.0263,25.6585,-81.024,WGS84,314,Cell #AK68,"17N 2837939 E, 497357 N",UTM,WGS84,1,110,693,species,A,A,A
+Tillandsia fasciculata var. densispica,"Stiff-leaved wild-pine, Cardinal airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillfascdens,Human Observation,2003-03-04,BICY,560,NA,26.0296,-81.0943,26.0296,-81.0918,WGS84,314,Cell #AD27,"17N 2878960 E, 490566 N",UTM,WGS84,1,90,560,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2002-07-11,BICY,155,NA,26.1057,-81.284,26.1035,-81.2833,WGS84,314,Cell #K18,"17N 2887417 E, 471604 N",UTM,WGS84,1,170,155,species,A,A,A
+Blechnum serrulatum,"Swamp fern, Toothed midsorus fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,blecserr,Human Observation,2003-02-26,BICY,590,NA,26.045,-81.1655,26.0428,-81.1655,WGS84,314,Cell #W25,"17N 2880675 E, 483442 N",UTM,WGS84,1,190,590,species,A,A,A
+Bacopa monnieri,"Water hyssop, Herb-of-grace",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,bacomonn,Human Observation,2004-05-13,BICY,431,NA,25.9072,-81.2737,25.9078,-81.2714,WGS84,314,Cell #L40,"17N 2865437 E, 472583 N",UTM,WGS84,1,75,431,species,A,A,A
+Elytraria caroliniensis var. angustifolia,Narrowleaf Carolina scalystem,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,elytcaroangu,Human Observation,2003-02-28,BICY,579,NA,25.7753,-80.9975,25.773,-80.9977,WGS84,314,Cell #AN55,"17N 2850797 E, 500253 N",UTM,WGS84,1,190,579,species,A,A,A
+Mikania scandens,"Climbing hempweed, Climbing hempvine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,mikascan,Human Observation,2004-06-16,BICY,335,NA,26.2329,-81.0986,26.2331,-81.0962,WGS84,314,Cell #AD04,"17N 2901479 E, 490153 N",UTM,WGS84,1,90,335,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2003-04-08,BICY,674,NA,26.0673,-81.1525,26.0695,-81.1521,WGS84,314,"Cell #X22, endpoint corrected using arcmap","17N 2883144 E, 484751 N",UTM,WGS84,1,15,674,species,A,A,A
+Cyperus retrorsus,Pinebarren flatsedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cyperetr,Human Observation,2003-09-11,BICY,731,NA,25.7535,-80.9303,25.7514,-80.9309,WGS84,314,Cell #AT57 (originally labeled as #AT54),"17N 2848388 E, 506985 N",UTM,WGS84,1,195,731,species,A,A,A
+Persea palustris,Swamp bay,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,perspalu,Human Observation,2003-02-26,BICY,590,NA,26.045,-81.1655,26.0428,-81.1655,WGS84,314,Cell #W25,"17N 2880675 E, 483442 N",UTM,WGS84,1,190,590,species,A,A,A
+Nephrolepis biserrata,Giant sword fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,nephbise,Human Observation,2003-05-23,BICY,531,NA,25.8048,-80.9224,25.8046,-80.9249,WGS84,314,Cell #AU51,"17N 2854064 E, 507777 N",UTM,WGS84,1,270,531,species,A,A,A
+Rhynchospora inundata,Narrowfruit horned beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyninun,Human Observation,2002-07-10,BICY,151,NA,26.0769,-81.3107,26.0763,-81.3134,WGS84,314,Cell #H21,"17N 2884234 E, 468923 N",UTM,WGS84,1,265,151,species,A,A,A
+Toxicodendron radicans,Eastern poison-ivy,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,toxiradi,Human Observation,2004-05-13,BICY,430,NA,25.9072,-81.2737,25.9054,-81.2743,WGS84,314,Cell #L40,"17N 2865437 E, 472583 N",UTM,WGS84,1,220,430,species,A,A,A
+Schinus terebinthifolius,Brazilian-pepper,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,schitere,Human Observation,2003-03-14,BICY,552,NA,26.2265,-81.2674,26.2243,-81.2672,WGS84,314,Cell #M05,"17N 2900793 E, 473289 N",UTM,WGS84,1,180,552,species,A,A,A
+Diodia virginiana,"Buttonweed, Virginia buttonweed",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,diodvirg,Human Observation,2003-03-20,BICY,636,NA,25.96,-81.1883,25.958,-81.1872,WGS84,314,Cell #U34,"17N 2871268 E, 481145 N",UTM,WGS84,1,16,636,species,A,A,A
+Salix caroliniana,Coastal Plain willow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,salicaro,Human Observation,2003-02-11,BICY,482,NA,25.963,-81.0302,25.9653,-81.0305,WGS84,314,Cell #AJ34,"17N 2871588 E, 496977 N",UTM,WGS84,1,0,482,species,A,A,A
+Rhynchospora microcarpa,Southern beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynmicr2,Human Observation,2002-08-21,BICY,241,NA,25.9999,-80.9093,25.9979,-80.9085,WGS84,314,Cell #AW30,"17N 2875680 E, 509076 N",UTM,WGS84,1,165,241,species,A,A,A
+Schoenus nigricans,"Black sedge, Black bogrush",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,schonigr,Human Observation,2002-08-22,BICY,243,NA,25.9059,-81.2415,25.9077,-81.243,WGS84,314,Cell #O40,"17N 2865287 E, 475811 N",UTM,WGS84,1,335,243,species,A,A,A
+Saccharum giganteum,Sugarcane plumegrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,saccgiga,Human Observation,2002-10-29,BICY,290,NA,26.1255,-81.2857,26.1276,-81.2851,WGS84,314,Cell #K16,"17N 2889619 E, 471434 N",UTM,WGS84,1,25,290,species,A,A,A
+Nephrolepis biserrata,Giant sword fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,nephbise,Human Observation,2003-05-22,BICY,535,NA,25.8002,-81.1769,25.8013,-81.1751,WGS84,314,Cell #V52,"17N 2853574 E, 482264 N",UTM,WGS84,1,60,535,species,A,A,A
+Tillandsia setacea,"Thin-leaved wild-pine, Southern needleleaf",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillseta,Human Observation,2003-02-05,BICY,465,NA,26.1795,-80.9152,26.1798,-80.9177,WGS84,314,Cell #AV10,"17N 2895561 E, 508470 N",UTM,WGS84,1,280,465,species,A,A,A
+Dichanthelium erectifolium,Erectleaf witchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dicherec,Human Observation,2003-05-23,BICY,528,NA,25.801,-80.934,25.7989,-80.9342,WGS84,314,Cell #AT52,"17N 2853648 E, 506615 N",UTM,WGS84,1,185,528,species,A,A,A
+Utricularia subulata,Zigzag bladderwort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,utrisubu,Human Observation,2002-09-18,BICY,232,NA,25.7252,-81.0306,25.723,-81.0311,WGS84,314,Cell #AJ60,"17N 2845250 E, 496927 N",UTM,WGS84,1,195,232,species,A,A,A
+Hyptis alata,"Musky mint, Clustered bushmint",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hyptalat,Human Observation,2002-09-18,BICY,233,NA,25.7252,-81.0306,25.7256,-81.033,WGS84,314,Cell #AJ60,"17N 2845250 E, 496927 N",UTM,WGS84,1,290,233,species,A,A,A
+Pontederia cordata,Pickerelweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pontcord,Human Observation,2004-05-18,BICY,365,NA,26.2236,-81.0959,26.2228,-81.0936,WGS84,314,Cell #AD05,"17N 2900452 E, 490421 N",UTM,WGS84,1,130,365,species,A,A,A
+Eryngium yuccifolium,"Button snakeroot, Button rattlenakemaster",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,erynyucc,Human Observation,2003-03-06,BICY,572,NA,25.9962,-81.129,25.9944,-81.1277,WGS84,314,Cell #AA30,"17N 2875269 E, 487086 N",UTM,WGS84,1,15,572,species,A,A,A
+Spermacoce terminalis,Everglades Keys false buttonweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sperterm,Human Observation,2002-08-23,BICY,247,NA,25.8536,-81.2248,25.8527,-81.2226,WGS84,314,Cell #Q46,"17N 2859495 E, 477474 N",UTM,WGS84,1,120,247,species,A,A,A
+Hyptis alata,"Musky mint, Clustered bushmint",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hyptalat,Human Observation,2003-04-23,BICY,657,NA,25.7195,-81.1053,25.7217,-81.1056,WGS84,314,Cell #AC61,"17N 2844622 E, 489441 N",UTM,WGS84,1,0,657,species,A,A,A
+Mikania scandens,"Climbing hempweed, Climbing hempvine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,mikascan,Human Observation,2003-02-06,BICY,456,NA,25.9529,-81.3444,25.9545,-81.3457,WGS84,314,Cell #E35,"17N 2870515 E, 465524 N",UTM,WGS84,1,325,456,species,A,A,A
+Fuirena scirpoidea,Southern umbrellasedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fuirscir,Human Observation,2002-08-27,BICY,231,NA,26.043,-80.9091,26.0448,-80.9074,WGS84,314,Cell #AW25,"17N 2880453 E, 509098 N",UTM,WGS84,1,45,231,species,A,A,A
+Cornus foemina,"Stiff cornel, Swamp dogwood, Stiff dogwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cornfoem,Human Observation,2002-08-01,BICY,193,NA,26.1696,-81.2652,26.1674,-81.2645,WGS84,314,Cell #M11,"17N 2894488 E, 473501 N",UTM,WGS84,1,170,193,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2003-03-28,BICY,627,NA,25.9163,-81.0604,25.9164,-81.0628,WGS84,314,Cell #AG39,"17N 2866413 E, 493955 N",UTM,WGS84,1,280,627,species,A,A,A
+Setaria parviflora,"Knotroot foxtail, Yellow bristlegrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,setaparv,Human Observation,2002-11-05,BICY,272,NA,25.9062,-81.22,25.9078,-81.2214,WGS84,314,Cell #Q40,"17N 2865313 E, 477963 N",UTM,WGS84,1,325,272,species,A,A,A
+Sarcostemma clausum,"Whitevine, White twinevine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sarcclau,Human Observation,2003-02-13,BICY,477,NA,25.9287,-81.0161,25.9266,-81.0156,WGS84,314,Cell #AL38,"17N 2867787 E, 498386 N",UTM,WGS84,1,170,477,species,A,A,A
+Panicum virgatum,Switchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panivirg,Human Observation,2003-03-06,BICY,572,NA,25.9962,-81.129,25.9944,-81.1277,WGS84,314,Cell #AA30,"17N 2875269 E, 487086 N",UTM,WGS84,1,15,572,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2002-08-08,BICY,256,NA,26.1826,-80.8868,26.1805,-80.8866,WGS84,314,Cell #AY10,"17N 2895910 E, 511309 N",UTM,WGS84,1,180,256,species,A,A,A
+Pluchea rosea,Rosy camphorweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,plucrose,Human Observation,2003-04-23,BICY,657,NA,25.7195,-81.1053,25.7217,-81.1056,WGS84,314,Cell #AC61,"17N 2844622 E, 489441 N",UTM,WGS84,1,0,657,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2004-06-24,BICY,324,NA,26.2511,-81.0829,26.2508,-81.0807,WGS84,314,Cell #AE02,"17N 2903496 E, 491719 N",UTM,WGS84,1,90,324,species,A,A,A
+Xyris difformis var. floridana,Florida yelloweyed grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,xyridiffflor,Human Observation,2003-03-04,BICY,560,NA,26.0296,-81.0943,26.0296,-81.0918,WGS84,314,Cell #AD27,"17N 2878960 E, 490566 N",UTM,WGS84,1,90,560,species,A,A,A
+Annona glabra,Pond-apple,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,annoglab,Human Observation,2003-04-09,BICY,673,NA,26.0927,-81.1845,26.0912,-81.1826,WGS84,314,Cell #U20,"17N 2885963 E, 481555 N",UTM,WGS84,1,135,673,species,A,A,A
+Diodia virginiana,"Buttonweed, Virginia buttonweed",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,diodvirg,Human Observation,2004-05-05,BICY,330,NA,26.2506,-81.0295,26.2484,-81.0298,WGS84,314,Cell #AK02,"17N 2903435 E, 497051 N",UTM,WGS84,1,185,330,species,A,A,A
+Centella asiatica,"Coinwort, Spadeleaf",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,centasia,Human Observation,2004-05-18,BICY,367,NA,26.2061,-81.0978,26.2038,-81.0981,WGS84,314,Cell #AD07,"17N 2898512 E, 490230 N",UTM,WGS84,1,190,367,species,A,A,A
+Psychotria sulzneri,Shortleaf wild coffee,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,psycsulz,Human Observation,2004-03-03,BICY,384,NA,26.1907,-81.3054,26.1888,-81.3065,WGS84,314,Cell #I09,"17N 2896843 E, 469487 N",UTM,WGS84,1,210,384,species,A,A,A
+Eryngium yuccifolium,"Button snakeroot, Button rattlenakemaster",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,erynyucc,Human Observation,2002-07-18,BICY,165,NA,25.9962,-81.081,25.9955,-81.0835,WGS84,314,Cell #AE30,"17N 2875262 E, 491889 N",UTM,WGS84,1,260,165,species,A,A,A
+Aster carolinianus,Climbing aster,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,astecaro,Human Observation,2003-03-19,BICY,624,NA,25.9787,-81.2113,25.9764,-81.2118,WGS84,314,Cell #R42,"17N 2873345 E, 478851 N",UTM,WGS84,1,195,624,species,A,A,A
+Panicum virgatum,Switchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panivirg,Human Observation,2003-05-15,BICY,643,NA,25.9071,-81.3325,25.9056,-81.3342,WGS84,314,Cell #F40,"17N 2865443 E, 466694 N",UTM,WGS84,1,230,643,species,A,A,A
+Juncus polycephalos,Manyhead rush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,juncpoly,Human Observation,2004-04-28,BICY,407,NA,25.8144,-81.0821,25.8167,-81.0824,WGS84,314,Cell #AE50,"17N 2855128 E, 491772 N",UTM,WGS84,1,0,407,species,A,A,A
+Pterocaulon pycnostachyum,Blackroot,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pterpycn,Human Observation,2004-06-24,BICY,322,NA,26.2493,-81.0753,26.2472,-81.0743,WGS84,314,Cell #AF02,"17N 2903294 E, 492483 N",UTM,WGS84,1,20,322,species,A,A,A
+Crinum americanum,"Swamp-lily, Seven-sisters, String-lily",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,crinamer,Human Observation,2004-04-29,BICY,418,NA,25.8155,-81.0426,25.8146,-81.0412,WGS84,314,Cell #AI50,"17N 2855253 E, 495730 N",UTM,WGS84,1,270,418,species,A,A,A
+Ficus citrifolia,"Short-leaf fig, Wild banyan tree",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ficucitr,Human Observation,2003-03-11,BICY,639,NA,26.0663,-81.036,26.0683,-81.0369,WGS84,314,Cell #AJ22,"17N 2883026 E, 496401 N",UTM,WGS84,1,340,639,species,A,A,A
+Polygala grandiflora,"Candyweed, Showy milkwort",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,polygran,Human Observation,2003-02-20,BICY,600,NA,26.0039,-81.1881,26.0052,-81.1863,WGS84,314,"Cell #U29, endpoint estimated using arcmap","17N 2876124 E, 481171 N",UTM,WGS84,1,50,600,species,A,A,A
+Andropogon virginicus var. glaucus,Chalky bluestem,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,andrvirgglau,Human Observation,2004-03-30,BICY,388,NA,26.1428,-80.8861,26.1411,-80.8845,WGS84,314,Cell #AY14,"17N 2891503 E, 511389 N",UTM,WGS84,1,145,388,species,A,A,A
+Eriocaulon compressum,Flattened pipewort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eriocomp,Human Observation,2002-06-05,BICY,265,NA,26.0206,-81.1546,26.0204,-81.1545,WGS84,314,Cell #X28,"17N 2877975 E, 484532 N",UTM,WGS84,1,210,265,species,A,A,A
+Cassytha filiformis,"Lovevine, Devil's gut",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cassfili,Human Observation,2002-07-11,BICY,159,NA,26.0975,-81.2848,26.0982,-81.2872,WGS84,314,Cell #K19,"17N 2886508 E, 471520 N",UTM,WGS84,1,295,159,species,A,A,A
+Toxicodendron radicans,Eastern poison-ivy,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,toxiradi,Human Observation,2004-06-02,BICY,354,NA,26.007,-81.0699,26.0067,-81.0674,WGS84,314,Cell #AG29,"17N 2876456 E, 493009 N",UTM,WGS84,1,100,354,species,A,A,A
+Agalinis linifolia,Flaxleaf false foxglove,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,agallini,Human Observation,2003-03-26,BICY,693,NA,25.6592,-81.0263,25.6585,-81.024,WGS84,314,Cell #AK68,"17N 2837939 E, 497357 N",UTM,WGS84,1,110,693,species,A,A,A
+Panicum hians,Gaping panicum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panihian,Human Observation,2003-09-11,BICY,723,NA,25.7538,-80.9274,25.7537,-80.9295,WGS84,314,Cell #AU57,"17N 2848426 E, 507282 N",UTM,WGS84,1,270,723,species,A,A,A
+Leersia hexandra,Southern cutgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,leerhexa,Human Observation,2002-08-27,BICY,231,NA,26.043,-80.9091,26.0448,-80.9074,WGS84,314,Cell #AW25,"17N 2880453 E, 509098 N",UTM,WGS84,1,45,231,species,A,A,A
+Eriocaulon ravenelii,Ravenel's pipewort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eriorave,Human Observation,2002-11-08,BICY,270,NA,25.7556,-81.003,25.7566,-81.0018,WGS84,314,"Cell #AM57, origin estimated with ARCMap","17N 2848614 E, 499702 N",UTM,WGS84,1,80,270,species,A,A,A
+Pluchea rosea,Rosy camphorweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,plucrose,Human Observation,2002-06-04,BICY,200,NA,25.9853,-81.0968,25.9865,-81.0948,WGS84,314,Cell #AD31,"17N 2874060 E, 490313 N",UTM,WGS84,1,60,200,species,A,A,A
+Andropogon glomeratus var. pumilus,Common bushy bluestem,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,andrglompumi,Human Observation,2004-03-17,BICY,376,NA,26.1818,-81.343,26.1797,-81.3438,WGS84,314,Cell #E10,"17N 2895858 E, 465728 N",UTM,WGS84,1,220,376,species,A,A,A
+Ludwigia microcarpa,Smallfruit primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwmicr,Human Observation,2003-06-13,BICY,505,NA,26.2456,-81.1057,26.2441,-81.1071,WGS84,314,Cell #AC03,"17N 2902890 E, 489446 N",UTM,WGS84,1,220,505,species,A,A,A
+Panicum tenerum,Bluejoint panicum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panitene,Human Observation,2004-05-13,BICY,428,NA,25.8978,-81.2753,25.8964,-81.2736,WGS84,314,Cell #L41,"17N 2864400 E, 472424 N",UTM,WGS84,1,130,428,species,A,A,A
+Bidens alba var. radiata,Spanish-needles,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,bidealbaradi,Human Observation,2003-05-02,BICY,655,NA,26.2526,-81.1916,26.252,-81.1939,WGS84,314,Cell #T02,"17N 2903667 E, 480866 N",UTM,WGS84,1,260,655,species,A,A,A
+Schinus terebinthifolius,Brazilian-pepper,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,schitere,Human Observation,2004-04-02,BICY,395,NA,26.2527,-80.9439,26.2531,-80.9415,WGS84,314,Cell #AS02,"17N 2903676 E, 505602 N",UTM,WGS84,1,80,395,species,A,A,A
+Eryngium yuccifolium,"Button snakeroot, Button rattlenakemaster",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,erynyucc,Human Observation,2004-04-07,BICY,432,NA,26.25,-81.2548,26.2478,-81.2547,WGS84,314,Cell #N02,"17N 2903396 E, 474557 N",UTM,WGS84,1,180,432,species,A,A,A
+Cornus foemina,"Stiff cornel, Swamp dogwood, Stiff dogwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cornfoem,Human Observation,2004-03-17,BICY,376,NA,26.1818,-81.343,26.1797,-81.3438,WGS84,314,Cell #E10,"17N 2895858 E, 465728 N",UTM,WGS84,1,220,376,species,A,A,A
+Spermacoce terminalis,Everglades Keys false buttonweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sperterm,Human Observation,2003-02-20,BICY,598,NA,25.9997,-81.1907,26.0008,-81.1928,WGS84,314,Cell #T30,"17N 2875659 E, 480919 N",UTM,WGS84,1,310,598,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-03-24,BICY,371,NA,25.9769,-81.3355,25.9771,-81.333,WGS84,314,Cell #F32,"17N 2873174 E, 466418 N",UTM,WGS84,1,90,371,species,A,A,A
+Dalea carnea,Whitetassels,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dalecarncarn,Human Observation,2003-02-20,BICY,601,NA,26.0039,-81.1881,26.0061,-81.1882,WGS84,314,Cell #U29,"17N 2876124 E, 481171 N",UTM,WGS84,1,5,601,species,A,A,A
+Juncus polycephalos,Manyhead rush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,juncpoly,Human Observation,2003-02-27,BICY,576,NA,25.9345,-80.9503,25.9345,-80.9527,WGS84,314,Cell #AR37,"17N 2868429 E, 504977 N",UTM,WGS84,1,280,576,species,A,A,A
+Rhynchospora microcarpa,Southern beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynmicr2,Human Observation,2002-05-08,BICY,135,NA,25.8891,-81.067,25.8905,-81.065,WGS84,314,"Cell #AG42, endpoint estimated using arcmap","17N 2863405 E, 493293 N",UTM,WGS84,1,45,135,species,A,A,A
+Campyloneurum phyllitidis,Long strap fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,campphyl,Human Observation,2002-07-31,BICY,253,NA,26.0454,-81.3423,26.0451,-81.3397,WGS84,314,Cell #E25,"17N 2880757 E, 465755 N",UTM,WGS84,1,110,253,species,A,A,A
+Rhynchospora colorata,Starrush whitetop,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyncolo,Human Observation,2003-04-10,BICY,668,NA,26.0691,-81.1605,26.0712,-81.1612,WGS84,314,Cell #W22,"17N 2883351 E, 483950 N",UTM,WGS84,1,350,668,species,A,A,A
+Ficus citrifolia,"Short-leaf fig, Wild banyan tree",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ficucitr,Human Observation,2004-05-26,BICY,359,NA,25.8254,-81.0222,25.8255,-81.0246,WGS84,314,Cell #AK49,"17N 2856346 E, 497776 N",UTM,WGS84,1,280,359,species,A,A,A
+Pteridium aquilinum var. pseudocaudatum,Tailed braken fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pteraquipseu,Human Observation,2002-06-13,BICY,137,NA,26.0401,-81.0673,26.0401,-81.0649,WGS84,314,"Cell #AG25, Middle Pines, near Cal Stone","17N 2880124 E, 493267 N",UTM,WGS84,1,95,137,species,A,A,A
+Sarcostemma clausum,"Whitevine, White twinevine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sarcclau,Human Observation,2003-04-16,BICY,660,NA,26.2547,-81.0622,26.2528,-81.0628,WGS84,314,Cell #AG02,"17N 2903897 E, 493787 N",UTM,WGS84,1,200,660,species,A,A,A
+Saccharum giganteum,Sugarcane plumegrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,saccgiga,Human Observation,2003-05-09,BICY,650,NA,25.8993,-81.0752,25.9015,-81.075,WGS84,314,Cell #AF41,"17N 2864531 E, 492472 N",UTM,WGS84,1,10,650,species,A,A,A
+Panicum hemitomon,Maidencane,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panihemi,Human Observation,2004-05-18,BICY,365,NA,26.2236,-81.0959,26.2228,-81.0936,WGS84,314,Cell #AD05,"17N 2900452 E, 490421 N",UTM,WGS84,1,130,365,species,A,A,A
+Eugenia axillaris,White stopper,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eugeaxil,Human Observation,2004-06-17,BICY,336,NA,26.1778,-81.2369,26.1795,-81.2386,WGS84,314,Cell #P10,"17N 2895396 E, 476332 N",UTM,WGS84,1,315,336,species,A,A,A
+Pontederia cordata,Pickerelweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pontcord,Human Observation,2004-03-25,BICY,746,NA,26.1979,-81.0858,26.1978,-81.0836,WGS84,314,"Cell #AE08, bearing corrected using arcmap","17N 2897604 E, 491429 N",UTM,WGS84,1,275,746,species,A,A,A
+Ilex cassine,"Dahoon holly, Dahoon",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ilexcass,Human Observation,2003-02-13,BICY,477,NA,25.9287,-81.0161,25.9266,-81.0156,WGS84,314,Cell #AL38,"17N 2867787 E, 498386 N",UTM,WGS84,1,170,477,species,A,A,A
+Ipomoea sagittata,Everglades morningglory,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ipomsagi,Human Observation,2004-03-11,BICY,397,NA,25.7899,-80.9758,25.7898,-80.9782,WGS84,314,Cell #AP53,"17N 2852419 E, 502423 N",UTM,WGS84,1,270,397,species,A,A,A
+Panicum tenerum,Bluejoint panicum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panitene,Human Observation,2003-03-04,BICY,560,NA,26.0296,-81.0943,26.0296,-81.0918,WGS84,314,Cell #AD27,"17N 2878960 E, 490566 N",UTM,WGS84,1,90,560,species,A,A,A
+Rhynchospora odorata,Fragrant beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynodor,Human Observation,2004-06-22,BICY,313,NA,26.1627,-81.2799,26.1606,-81.2794,WGS84,314,Cell #L12,"17N 2893733 E, 472025 N",UTM,WGS84,1,180,313,species,A,A,A
+Rhynchospora odorata,Fragrant beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynodor,Human Observation,2004-06-17,BICY,337,NA,26.1778,-81.2369,26.1803,-81.2368,WGS84,314,Cell #P10,"17N 2895396 E, 476332 N",UTM,WGS84,1,0,337,species,A,A,A
+Ficus citrifolia,"Short-leaf fig, Wild banyan tree",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ficucitr,Human Observation,2004-03-31,BICY,321,NA,26.1331,-81.0631,26.1352,-81.0633,WGS84,314,Cell #AG15,"17N 2890423 E, 493688 N",UTM,WGS84,1,0,321,species,A,A,A
+Hyptis alata,"Musky mint, Clustered bushmint",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hyptalat,Human Observation,2002-10-31,BICY,277,NA,25.8982,-81.257,25.8971,-81.2595,WGS84,314,Cell #N41,"17N 2864436 E, 474256 N",UTM,WGS84,1,240,277,species,A,A,A
+Panicum hemitomon,Maidencane,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panihemi,Human Observation,2003-04-10,BICY,668,NA,26.0691,-81.1605,26.0712,-81.1612,WGS84,314,Cell #W22,"17N 2883351 E, 483950 N",UTM,WGS84,1,350,668,species,A,A,A
+Euthamia caroliniana,Slender goldenrod,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,euthcaro,Human Observation,2004-04-08,BICY,441,NA,26.2229,-81.2349,26.2209,-81.236,WGS84,314,Cell #P05,"17N 2900391 E, 476537 N",UTM,WGS84,1,210,441,species,A,A,A
+Helenium pinnatifidum,Southeastern sneezeweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,helepinn,Human Observation,2004-05-13,BICY,429,NA,25.8978,-81.2753,25.9001,-81.2749,WGS84,314,Cell #L41,"17N 2864400 E, 472424 N",UTM,WGS84,1,10,429,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2003-02-21,BICY,500,NA,26.0012,-80.9317,25.9991,-80.9313,WGS84,314,Cell #AT30,"17N 2875821 E, 506840 N",UTM,WGS84,1,180,500,species,A,A,A
+Pontederia cordata,Pickerelweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pontcord,Human Observation,2002-06-20,BICY,132,NA,25.8641,-81.1359,25.8632,-81.138,WGS84,314,"Cell #Z45, New River Strand S of Tamiami Trail","17N 2860637 E, 486384 N",UTM,WGS84,1,250,132,species,A,A,A
+Ipomoea sagittata,Everglades morningglory,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ipomsagi,Human Observation,2002-10-31,BICY,274,NA,25.9152,-81.2644,25.9163,-81.2664,WGS84,314,Cell #M39,"17N 2866314 E, 473518 N",UTM,WGS84,1,305,274,species,A,A,A
+Eupatorium mikanioides,"Semaphore eupatorium, Semaphore thoroughwort",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eupamika,Human Observation,2002-06-17,BICY,143,NA,25.8434,-81.104,25.8413,-81.1032,WGS84,314,"Cell #AC47, W of Monroe Station, S of Tamiami Trai","17N 2858349 E, 489583 N",UTM,WGS84,1,170,143,species,A,A,A
+Mikania cordifolia,Florida Keys hempvine,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,mikacord,Human Observation,2002-05-31,BICY,128,NA,26.2159,-81.0498,26.2181,-81.0498,WGS84,314,"Cell #AIO6, Kissimmee Billy Area","17N 2899596 E, 495029 N",UTM,WGS84,1,0,128,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2004-05-12,BICY,360,NA,25.9514,-80.9266,25.9531,-80.928,WGS84,314,Cell #AU35,"17N 2870304 E, 507352 N",UTM,WGS84,1,330,360,species,A,A,A
+Scleria baldwinii,Baldwin's nutrush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sclebald,Human Observation,2002-06-12,BICY,138,NA,26.0416,-81.0282,26.0417,-81.0256,WGS84,314,"Cell #AK25, Middle Pines, east of Cal Stone","17N 2880288 E, 497181 N",UTM,WGS84,1,90,138,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2004-05-06,BICY,340,NA,26.2422,-81.0507,26.2425,-81.0531,WGS84,314,Cell #AH03,"17N 2902502 E, 494939 N",UTM,WGS84,1,280,340,species,A,A,A
+Pteridium aquilinum var. pseudocaudatum,Tailed braken fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pteraquipseu,Human Observation,2004-05-05,BICY,328,NA,26.2408,-81.0341,26.243,-81.0343,WGS84,314,Cell #AJ03,"17N 2902357 E, 496596 N",UTM,WGS84,1,0,328,species,A,A,A
+Chrysobalanus icaco,Coco-plum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,chryicac,Human Observation,2003-03-28,BICY,626,NA,25.9163,-81.0604,25.9183,-81.0611,WGS84,314,Cell #AG39,"17N 2866413 E, 493955 N",UTM,WGS84,1,350,626,species,A,A,A
+Parthenocissus quinquefolia,"Virginia-creeper, Woodbine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,partquin,Human Observation,2002-12-20,BICY,464,NA,26.0673,-81.3019,26.0695,-81.3018,WGS84,314,Cell #I22,"17N 2883173 E, 469804 N",UTM,WGS84,1,5,464,species,A,A,A
+Pinguicula pumila,Small butterwort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pingpumi,Human Observation,2003-03-18,BICY,615,NA,25.8982,-81.1038,25.8991,-81.1014,WGS84,314,Cell #AC41,"17N 2864411 E, 489601 N",UTM,WGS84,1,65,615,species,A,A,A
+Muhlenbergia capillaris,"Muhlygrass, Hairawnmuhly",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,muhlcapi,Human Observation,2003-02-20,BICY,600,NA,26.0039,-81.1881,26.0052,-81.1863,WGS84,314,"Cell #U29, endpoint estimated using arcmap","17N 2876124 E, 481171 N",UTM,WGS84,1,50,600,species,A,A,A
+Fuirena scirpoidea,Southern umbrellasedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fuirscir,Human Observation,2003-02-21,BICY,593,NA,25.9996,-81.1574,25.9976,-81.1565,WGS84,314,Cell #X30,"17N 2875653 E, 484250 N",UTM,WGS84,1,165,593,species,A,A,A
+Lycium carolinianum,"Christmasberry, Carolina desertthorn",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,lycicaro,Human Observation,2003-06-04,BICY,521,NA,25.8672,-81.353,25.8687,-81.3513,WGS84,314,Cell #D44 (originally labeled E45),"17N 2861021 E, 464635 N",UTM,WGS84,1,60,521,species,A,A,A
+Persea palustris,Swamp bay,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,perspalu,Human Observation,2003-02-05,BICY,468,NA,26.1795,-80.9405,26.1775,-80.9416,WGS84,314,Cell #AS10,"17N 2895569 E, 505946 N",UTM,WGS84,1,210,468,species,A,A,A
+Eleocharis geniculata,Canada spikerush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eleogeni,Human Observation,2002-05-28,BICY,211,NA,26.2163,-81.1905,26.2164,-81.1929,WGS84,314,Cell #T06,"17N 2899648 E, 480969 N",UTM,WGS84,1,275,211,species,A,A,A
+Aristida purpurascens,Arrowfeather threeawn,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,arispurp,Human Observation,2003-05-02,BICY,510,NA,26.0974,-81.32,26.0996,-81.3195,WGS84,314,Cell #H19,"17N 2886505 E, 468000 N",UTM,WGS84,1,20,510,species,A,A,A
+Proserpinaca palustris,"Mermaid weed, Marsh mermaidweed",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,prospalu,Human Observation,2002-11-05,BICY,272,NA,25.9062,-81.22,25.9078,-81.2214,WGS84,314,Cell #Q40,"17N 2865313 E, 477963 N",UTM,WGS84,1,325,272,species,A,A,A
+Boehmeria cylindrica,"Button-hemp, False nettle, Bog hemp",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,boehcyli,Human Observation,2002-10-31,BICY,277,NA,25.8982,-81.257,25.8971,-81.2595,WGS84,314,Cell #N41,"17N 2864436 E, 474256 N",UTM,WGS84,1,240,277,species,A,A,A
+Persea palustris,Swamp bay,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,perspalu,Human Observation,2002-11-14,BICY,284,NA,26.0767,-81.272,26.0774,-81.2743,WGS84,314,Cell #L21,"17N 2884209 E, 472799 N",UTM,WGS84,1,290,284,species,A,A,A
+Eupatorium mikanioides,"Semaphore eupatorium, Semaphore thoroughwort",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eupamika,Human Observation,2003-02-25,BICY,583,NA,26.0014,-81.2179,26.0014,-81.2155,WGS84,314,Cell #R40,"17N 2875853 E, 478198 N",UTM,WGS84,1,90,583,species,A,A,A
+Blechnum serrulatum,"Swamp fern, Toothed midsorus fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,blecserr,Human Observation,2004-04-28,BICY,408,NA,25.8148,-81.0772,25.817,-81.0776,WGS84,314,Cell #AF50,"17N 2855174 E, 492265 N",UTM,WGS84,1,0,408,species,A,A,A
+Pleopeltis polypodioides var. michauxiana,Resurrection fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pleopolymich,Human Observation,2004-05-04,BICY,342,NA,25.863,-81.1021,25.8628,-81.1046,WGS84,314,Cell #AC45,"17N 2860512 E, 489770 N",UTM,WGS84,1,270,342,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2003-04-17,BICY,665,NA,26.2321,-81.0449,26.2297,-81.0447,WGS84,314,Cell #AI04,"17N 2901387 E, 495513 N",UTM,WGS84,1,180,665,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-11-08,BICY,289,NA,25.748,-80.9377,25.748,-80.9352,WGS84,314,Cell #AT58,"17N 2847783 E, 506247 N",UTM,WGS84,1,95,289,species,A,A,A
+Bacopa caroliniana,"Lemon hyssop, Lemon bacopa, Blue waterhyssop",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,bacocaro,Human Observation,2003-02-13,BICY,479,NA,25.9309,-81.0264,25.9302,-81.0289,WGS84,314,Cell #AK37,"17N 2868028 E, 497353 N",UTM,WGS84,1,250,479,species,A,A,A
+Parthenocissus quinquefolia,"Virginia-creeper, Woodbine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,partquin,Human Observation,2003-03-12,BICY,542,NA,26.0617,-81.0309,26.0596,-81.0308,WGS84,314,Cell #AJ23,"17N 2882518 E, 496908 N",UTM,WGS84,1,190,542,species,A,A,A
+Hydrolea corymbosa,Skyflower,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hydrcory,Human Observation,2003-02-25,BICY,583,NA,26.0014,-81.2179,26.0014,-81.2155,WGS84,314,Cell #R40,"17N 2875853 E, 478198 N",UTM,WGS84,1,90,583,species,A,A,A
+Stillingia aquatica,"Corkwood, Water toothleaf",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,stilaqua,Human Observation,2003-02-26,BICY,584,NA,26.0408,-81.1119,26.0406,-81.1141,WGS84,314,Cell #AB25,"17N 2880202 E, 488804 N",UTM,WGS84,1,270,584,species,A,A,A
+Sarcostemma clausum,"Whitevine, White twinevine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sarcclau,Human Observation,2004-05-26,BICY,358,NA,25.8254,-81.0222,25.824,-81.0243,WGS84,314,Cell #AK49,"17N 2856346 E, 497776 N",UTM,WGS84,1,240,358,species,A,A,A
+Lindernia grandiflora,Savannah false-pimpernel,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,lindgran,Human Observation,2004-04-01,BICY,327,NA,26.179,-81.0835,26.1788,-81.0859,WGS84,314,Cell #AE10,"17N 2895514 E, 491661 N",UTM,WGS84,1,270,327,species,A,A,A
+Dichanthelium commutatum,Variable witchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dichcomm,Human Observation,2004-03-17,BICY,379,NA,26.186,-81.343,26.1838,-81.3428,WGS84,314,Cell #E09,"17N 2896326 E, 465728 N",UTM,WGS84,1,180,379,species,A,A,A
+Tillandsia fasciculata var. densispica,"Stiff-leaved wild-pine, Cardinal airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillfascdens,Human Observation,2002-08-02,BICY,199,NA,25.8494,-80.995,25.8502,-80.9974,WGS84,314,Cell #AN46,"17N 2859003 E, 500497 N",UTM,WGS84,1,295,199,species,A,A,A
+Pluchea rosea,Rosy camphorweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,plucrose,Human Observation,2002-05-21,BICY,216,NA,26.2511,-80.9297,26.2535,-80.9293,WGS84,314,Cell #AU02,"17N 2903494 E, 507020 N",UTM,WGS84,1,5,216,species,A,A,A
+Dyschoriste angusta,"Rockland twinflower, Pineland snakeherb",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dyscangu,Human Observation,2004-03-30,BICY,388,NA,26.1428,-80.8861,26.1411,-80.8845,WGS84,314,Cell #AY14,"17N 2891503 E, 511389 N",UTM,WGS84,1,145,388,species,A,A,A
+Ludwigia microcarpa,Smallfruit primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwmicr,Human Observation,2003-03-05,BICY,569,NA,26.0167,-81.1132,26.0146,-81.1121,WGS84,314,Cell #AB28,"17N 2877539 E, 488676 N",UTM,WGS84,1,160,569,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2004-03-25,BICY,745,NA,26.21,-81.0892,26.2079,-81.0878,WGS84,314,Cell #AE07,"17N 2898939 E, 491088 N",UTM,WGS84,1,140,745,species,A,A,A
+Scleria baldwinii,Baldwin's nutrush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sclebald,Human Observation,2002-07-17,BICY,163,NA,26.0432,-81.0379,26.0411,-81.0375,WGS84,314,"Cell #AJ25, Central Pines","17N 2880474 E, 496209 N",UTM,WGS84,1,180,163,species,A,A,A
+Ficus aurea,"Strangler fig, Golden fig",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ficuaure,Human Observation,2003-05-27,BICY,451,NA,25.749,-80.8746,25.7489,-80.8775,WGS84,314,Cell #AZ58,"17N 2847898 E, 512578 N",UTM,WGS84,1,270,451,species,A,A,A
+Aletris lutea,Yellow colicroot,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,aletlute,Human Observation,2002-09-19,BICY,220,NA,26.1911,-80.8875,26.1922,-80.8853,WGS84,314,Cell #AY09,"17N 2896849 E, 511241 N",UTM,WGS84,1,60,220,species,A,A,A
+Scleria georgiana,Slenderfruit nutrush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sclegeor,Human Observation,2003-03-06,BICY,573,NA,25.9962,-81.129,25.9956,-81.1266,WGS84,314,Cell #AA30,"17N 2875269 E, 487086 N",UTM,WGS84,1,110,573,species,A,A,A
+Ludwigia repens,Creeping primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwrepe,Human Observation,2003-06-19,BICY,740,NA,25.8843,-80.8461,25.8837,-80.8484,WGS84,314,Cell #BC43,"17N 2862884 E, 515418 N",UTM,WGS84,1,255,740,species,A,A,A
+Boehmeria cylindrica,"Button-hemp, False nettle, Bog hemp",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,boehcyli,Human Observation,2003-02-04,BICY,469,NA,25.8418,-81.0023,25.8436,-81.0038,WGS84,314,Cell #AM47,"17N 2858162 E, 499774 N",UTM,WGS84,1,330,469,species,A,A,A
+Dichanthelium dichotomum,Cypress witchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dichdich,Human Observation,2004-05-06,BICY,341,NA,26.2422,-81.0507,26.24,-81.0504,WGS84,314,Cell #AH03,"17N 2902502 E, 494939 N",UTM,WGS84,1,175,341,species,A,A,A
+Psychotria nervosa,Shiny-leaved wild-coffee,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,psycnerv,Human Observation,2003-03-13,BICY,739,NA,25.7616,-80.9307,25.7635,-80.9312,WGS84,314,Cell #AT56,"17N 2849280 E, 506953 N",UTM,WGS84,1,350,739,species,A,A,A
+Hyptis alata,"Musky mint, Clustered bushmint",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hyptalat,Human Observation,2004-05-13,BICY,428,NA,25.8978,-81.2753,25.8964,-81.2736,WGS84,314,Cell #L41,"17N 2864400 E, 472424 N",UTM,WGS84,1,130,428,species,A,A,A
+Sabatia bartramii,Bartram's rosegentian,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sababart,Human Observation,2004-04-07,BICY,438,NA,26.2498,-81.2265,26.2476,-81.2262,WGS84,314,Cell #Q02,"17N 2903369 E, 477380 N",UTM,WGS84,1,180,438,species,A,A,A
+Nymphoides aquatica,Big floatingheart,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,nympaqua,Human Observation,2003-07-02,BICY,707,NA,25.6812,-80.9505,25.6827,-80.9524,WGS84,314,Cell #AR65,"17N 2840382 E, 504964 N",UTM,WGS84,1,315,707,species,A,A,A
+Spartina bakeri,Sand cordgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sparbake,Human Observation,2002-05-29,BICY,204,NA,25.9464,-81.2971,25.9444,-81.2968,WGS84,314,Cell #J36,"17N 2869783 E, 470257 N",UTM,WGS84,1,180,204,species,A,A,A
+Rhynchospora colorata,Starrush whitetop,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyncolo,Human Observation,2004-03-26,BICY,414,NA,26.2242,-81.0649,26.2242,-81.0674,WGS84,314,Cell #AG05,"17N 2900516 E, 493515 N",UTM,WGS84,1,270,414,species,A,A,A
+Panicum hemitomon,Maidencane,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panihemi,Human Observation,2004-06-02,BICY,356,NA,25.9555,-81.0064,25.9541,-81.0043,WGS84,314,Cell #AM35,"17N 2870752 E, 499364 N",UTM,WGS84,1,135,356,species,A,A,A
+Eupatorium mohrii,Mohr's thoroughwort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eupamohr,Human Observation,2004-03-24,BICY,411,NA,26.22,-81.0859,26.2213,-81.0839,WGS84,314,Cell #AE05,"17N 2900049 E, 491423 N",UTM,WGS84,1,30,411,species,A,A,A
+Ipomoea sagittata,Everglades morningglory,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ipomsagi,Human Observation,2003-03-07,BICY,558,NA,25.7369,-80.9716,25.7351,-80.973,WGS84,314,Cell #AP59,"17N 2846549 E, 502853 N",UTM,WGS84,1,220,558,species,A,A,A
+Fraxinus caroliniana,"Water ash, Carolina ash, Pop ash",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fraxcaro,Human Observation,2004-06-03,BICY,353,NA,26.0243,-81.0653,26.0246,-81.0678,WGS84,314,Cell #AG27,"17N 2878374 E, 493467 N",UTM,WGS84,1,295,353,species,A,A,A
+Toxicodendron radicans,Eastern poison-ivy,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,toxiradi,Human Observation,2003-06-04,BICY,521,NA,25.8672,-81.353,25.8687,-81.3513,WGS84,314,Cell #D44 (originally labeled E45),"17N 2861021 E, 464635 N",UTM,WGS84,1,60,521,species,A,A,A
+Tillandsia fasciculata var. densispica,"Stiff-leaved wild-pine, Cardinal airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillfascdens,Human Observation,2004-03-17,BICY,377,NA,26.1818,-81.343,26.1802,-81.3413,WGS84,314,Cell #E10,"17N 2895858 E, 465728 N",UTM,WGS84,1,150,377,species,A,A,A
+Rhynchospora colorata,Starrush whitetop,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyncolo,Human Observation,2003-03-26,BICY,693,NA,25.6592,-81.0263,25.6585,-81.024,WGS84,314,Cell #AK68,"17N 2837939 E, 497357 N",UTM,WGS84,1,110,693,species,A,A,A
+Aster subulatus,Annual saltmarsh aster,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,astesubu,Human Observation,2002-11-14,BICY,284,NA,26.0767,-81.272,26.0774,-81.2743,WGS84,314,Cell #L21,"17N 2884209 E, 472799 N",UTM,WGS84,1,290,284,species,A,A,A
+Juncus megacephalus,Bighead rush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,juncmega,Human Observation,2003-03-25,BICY,681,NA,25.9646,-81.2476,25.9632,-81.2495,WGS84,314,Cell #O34,"17N 2871789 E, 475210 N",UTM,WGS84,1,235,681,species,A,A,A
+Sisyrinchium angustifolium,Narroleaf blueeyed-grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sisyangu,Human Observation,2003-06-03,BICY,515,NA,25.717,-81.0562,25.7186,-81.0581,WGS84,314,Cell #AH61,"17N 2844349 E, 494364 N",UTM,WGS84,1,320,515,species,A,A,A
+Utricularia subulata,Zigzag bladderwort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,utrisubu,Human Observation,2003-05-14,BICY,640,NA,26.1761,-81.1817,26.1789,-81.1821,WGS84,314,Cell #U10,"17N 2895202 E, 481846 N",UTM,WGS84,1,0,640,species,A,A,A
+Pluchea rosea,Rosy camphorweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,plucrose,Human Observation,2002-08-29,BICY,249,NA,25.7858,-81.0958,25.7852,-81.0936,WGS84,314,Cell #AD54,"17N 2851968 E, 490392 N",UTM,WGS84,1,110,249,species,A,A,A
+Tillandsia usneoides,Spanish-moss,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillusne,Human Observation,2003-06-19,BICY,740,NA,25.8843,-80.8461,25.8837,-80.8484,WGS84,314,Cell #BC43,"17N 2862884 E, 515418 N",UTM,WGS84,1,255,740,species,A,A,A
+Eupatorium mohrii,Mohr's thoroughwort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eupamohr,Human Observation,2004-05-13,BICY,430,NA,25.9072,-81.2737,25.9054,-81.2743,WGS84,314,Cell #L40,"17N 2865437 E, 472583 N",UTM,WGS84,1,220,430,species,A,A,A
+Phlebodium aureum,Golden polypody,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,phleaure,Human Observation,2003-09-16,BICY,719,NA,26.1624,-81.0283,26.1609,-81.026,WGS84,314,Cell #AK12,"17N 2893665 E, 497173 N",UTM,WGS84,1,130,719,species,A,A,A
+Sagittaria lancifolia,Bulltongue arrowhead,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sagilanc,Human Observation,2003-07-17,BICY,714,NA,25.8076,-81.214,25.8094,-81.2151,WGS84,314,Cell #R61,"17N 2854390 E, 478553 N",UTM,WGS84,1,340,714,species,A,A,A
+Pleopeltis polypodioides var. michauxiana,Resurrection fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pleopolymich,Human Observation,2002-07-31,BICY,253,NA,26.0454,-81.3423,26.0451,-81.3397,WGS84,314,Cell #E25,"17N 2880757 E, 465755 N",UTM,WGS84,1,110,253,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2003-04-29,BICY,606,NA,25.8642,-81.2501,25.8627,-81.2519,WGS84,314,Cell #N45,"17N 2860672 E, 474942 N",UTM,WGS84,1,230,606,species,A,A,A
+NA,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cf. spermacoce floridana,Human Observation,2003-03-13,BICY,633,Spermococe cf floridana,26.0488,-81.0668,26.0487,-81.0641,WGS84,314,Cell #AG24,"17N 2881089 E, 493320 N",UTM,WGS84,1,100,633,NA,A,R,A
+Paspalum conjugatum,"Sour paspalum, Hilograss",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspconj,Human Observation,2004-03-17,BICY,378,NA,26.186,-81.343,26.1854,-81.3406,WGS84,314,Cell #E09,"17N 2896326 E, 465728 N",UTM,WGS84,1,110,378,species,A,A,A
+Tillandsia balbisiana,"Reflexed wild-pine, Northern needleleaf",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillbalb,Human Observation,2004-06-22,BICY,311,NA,26.1685,-81.2779,26.1706,-81.2771,WGS84,314,Cell #L11,"17N 2894377 E, 472231 N",UTM,WGS84,1,25,311,species,A,A,A
+Crinum americanum,"Swamp-lily, Seven-sisters, String-lily",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,crinamer,Human Observation,2003-02-28,BICY,578,NA,25.7753,-80.9975,25.775,-80.9999,WGS84,314,Cell #AN55,"17N 2850797 E, 500253 N",UTM,WGS84,1,265,578,species,A,A,A
+Ludwigia repens,Creeping primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwrepe,Human Observation,2003-02-27,BICY,588,NA,26.0397,-81.1252,26.0401,-81.1231,WGS84,314,Cell #AA25,"17N 2880083 E, 487479 N",UTM,WGS84,1,85,588,species,A,A,A
+Vitis rotundifolia,"Muscadine, Muscadine grape",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,vitirotu,Human Observation,2002-05-21,BICY,216,NA,26.2511,-80.9297,26.2535,-80.9293,WGS84,314,Cell #AU02,"17N 2903494 E, 507020 N",UTM,WGS84,1,5,216,species,A,A,A
+Boehmeria cylindrica,"Button-hemp, False nettle, Bog hemp",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,boehcyli,Human Observation,2003-05-13,BICY,611,NA,26.1457,-81.2422,26.1447,-81.2445,WGS84,314,Cell #O14,"17N 2891842 E, 475791 N",UTM,WGS84,1,265,611,species,A,A,A
+Fuirena breviseta,Saltmarsh umbrellasedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fuirbrev,Human Observation,2003-03-05,BICY,568,NA,26.0167,-81.1132,26.0165,-81.1107,WGS84,314,Cell #AB28,"17N 2877539 E, 488676 N",UTM,WGS84,1,95,568,species,A,A,A
+Proserpinaca palustris,"Mermaid weed, Marsh mermaidweed",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,prospalu,Human Observation,2003-05-14,BICY,641,NA,26.1761,-81.1817,26.1759,-81.1846,WGS84,314,Cell #U10,"17N 2895202 E, 481846 N",UTM,WGS84,1,270,641,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2003-02-11,BICY,490,NA,26.0752,-81.293,26.0774,-81.2932,WGS84,314,Cell #J21,"17N 2884040 E, 470692 N",UTM,WGS84,1,5,490,species,A,A,A
+Proserpinaca palustris,"Mermaid weed, Marsh mermaidweed",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,prospalu,Human Observation,2004-04-14,BICY,416,NA,26.2163,-81.0953,26.2174,-81.0932,WGS84,314,Cell #AJ06,"17N 2899645 E, 490479 N",UTM,WGS84,1,70,416,species,A,A,A
+Andropogon virginicus var. glaucus,Chalky bluestem,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,andrvirgglau,Human Observation,2003-04-10,BICY,666,NA,26.1004,-81.1641,26.0983,-81.1641,WGS84,314,Cell #W19,"17N 2886815 E, 483592 N",UTM,WGS84,1,190,666,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2003-06-06,BICY,509,NA,26.1338,-80.9446,26.1337,-80.9422,WGS84,314,Cell #AS15,"17N 2890502 E, 505535 N",UTM,WGS84,1,100,509,species,A,A,A
+Sisyrinchium angustifolium,Narroleaf blueeyed-grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sisyangu,Human Observation,2003-02-19,BICY,596,NA,26.0084,-81.2316,26.0063,-81.2316,WGS84,314,Cell #P29,"17N 2876637 E, 476826 N",UTM,WGS84,1,190,596,species,A,A,A
+Tillandsia fasciculata var. densispica,"Stiff-leaved wild-pine, Cardinal airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillfascdens,Human Observation,2002-05-31,BICY,202,NA,26.2044,-81.066,26.2022,-81.0659,WGS84,314,Cell #AG07,"17N 2898326 E, 493407 N",UTM,WGS84,1,180,202,species,A,A,A
+Pluchea rosea,Rosy camphorweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,plucrose,Human Observation,2003-07-17,BICY,714,NA,25.8076,-81.214,25.8094,-81.2151,WGS84,314,Cell #R61,"17N 2854390 E, 478553 N",UTM,WGS84,1,340,714,species,A,A,A
+Sisyrinchium angustifolium,Narroleaf blueeyed-grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sisyangu,Human Observation,2003-02-27,BICY,575,NA,25.9273,-80.9622,25.9258,-80.9605,WGS84,314,Cell #AQ38,"17N 2867634 E, 503783 N",UTM,WGS84,1,140,575,species,A,A,A
+Eremochloa ophiuroides,Centipede grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eremophi,Human Observation,2004-05-20,BICY,393,NA,26.2529,-80.8936,26.2541,-80.8915,WGS84,314,Cell #AX02,"17N 2903700 E, 510627 N",UTM,WGS84,1,60,393,species,A,A,A
+Crinum americanum,"Swamp-lily, Seven-sisters, String-lily",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,crinamer,Human Observation,2003-05-27,BICY,451,NA,25.749,-80.8746,25.7489,-80.8775,WGS84,314,Cell #AZ58,"17N 2847898 E, 512578 N",UTM,WGS84,1,270,451,species,A,A,A
+Ludwigia alata,Winged primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwalat,Human Observation,2003-02-05,BICY,465,NA,26.1795,-80.9152,26.1798,-80.9177,WGS84,314,Cell #AV10,"17N 2895561 E, 508470 N",UTM,WGS84,1,280,465,species,A,A,A
+Lobelia glandulosa,Glade lobelia,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,lobeglan,Human Observation,2002-11-05,BICY,280,NA,25.8708,-81.2282,25.8686,-81.228,WGS84,314,Cell #Q44,"17N 2861398 E, 477142 N",UTM,WGS84,1,180,280,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2003-03-28,BICY,626,NA,25.9163,-81.0604,25.9183,-81.0611,WGS84,314,Cell #AG39,"17N 2866413 E, 493955 N",UTM,WGS84,1,350,626,species,A,A,A
+Vitis cinerea var. floridana,Florida grape,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,viticineflor,Human Observation,2002-05-31,BICY,202,NA,26.2044,-81.066,26.2022,-81.0659,WGS84,314,Cell #AG07,"17N 2898326 E, 493407 N",UTM,WGS84,1,180,202,species,A,A,A
+Senna ligustrina,"Privet senna, Privet wild sensitive plant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sennligu,Human Observation,2003-05-23,BICY,531,Senna species,25.8048,-80.9224,25.8046,-80.9249,WGS84,314,Cell #AU51,"17N 2854064 E, 507777 N",UTM,WGS84,1,270,531,species,A,A,A
+Parthenocissus quinquefolia,"Virginia-creeper, Woodbine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,partquin,Human Observation,2003-06-13,BICY,504,NA,26.2456,-81.1057,26.2438,-81.1047,WGS84,314,Cell #AC03,"17N 2902890 E, 489446 N",UTM,WGS84,1,160,504,species,A,A,A
+Rhynchospora odorata,Fragrant beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynodor,Human Observation,2004-04-14,BICY,420,NA,26.2176,-81.0845,26.2191,-81.0828,WGS84,314,Cell #AE06,"17N 2899785 E, 491558 N",UTM,WGS84,1,50,420,species,A,A,A
+Canna flaccida,"Golden canna, Bandana-of-the-everglades",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cannflac,Human Observation,2003-05-02,BICY,511,NA,26.0974,-81.32,26.098,-81.3178,WGS84,314,Cell #H19,"17N 2886505 E, 468000 N",UTM,WGS84,1,75,511,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2003-03-06,BICY,554,NA,26.2322,-81.3052,26.2335,-81.3074,WGS84,314,Cell #I04,"17N 2901439 E, 469519 N",UTM,WGS84,1,310,554,species,A,A,A
+Utricularia purpurea,Eastern purple bladderwort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,utripurp,Human Observation,2003-03-12,BICY,631,NA,26.0746,-81.0252,26.0725,-81.0244,WGS84,314,Cell #AK22,"17N 2883951 E, 497476 N",UTM,WGS84,1,180,631,species,A,A,A
+Cyperus haspan,Haspan flatsedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cypehasp,Human Observation,2003-04-24,BICY,613,NA,25.7194,-81.0846,25.7216,-81.0853,WGS84,314,Cell #AE61,"17N 2844609 E, 491518 N",UTM,WGS84,1,345,613,species,A,A,A
+Ipomoea sagittata,Everglades morningglory,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ipomsagi,Human Observation,2003-04-09,BICY,683,NA,26.0881,-81.1551,26.0859,-81.1554,WGS84,314,Cell #X20,"17N 2885455 E, 484489 N",UTM,WGS84,1,190,683,species,A,A,A
+Eragrostis elliottii,Elliott's love grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eragelli,Human Observation,2002-09-18,BICY,233,NA,25.7252,-81.0306,25.7256,-81.033,WGS84,314,Cell #AJ60,"17N 2845250 E, 496927 N",UTM,WGS84,1,290,233,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2003-01-04,BICY,459,NA,26.2036,-80.9318,26.203,-80.934,WGS84,314,Cell #AT07,"17N 2898234 E, 506815 N",UTM,WGS84,1,250,459,species,A,A,A
+Sagittaria graminea var. chapmanii,Chapman's arrowhead,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sagigramchap,Human Observation,2002-08-23,BICY,246,NA,25.8536,-81.2248,25.8555,-81.2262,WGS84,314,Cell #Q46,"17N 2859495 E, 477474 N",UTM,WGS84,1,330,246,species,A,A,A
+Pleopeltis polypodioides var. michauxiana,Resurrection fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pleopolymich,Human Observation,2003-04-16,BICY,661,NA,26.2547,-81.0622,26.255,-81.0642,WGS84,314,Cell #AG02,"17N 2903897 E, 493787 N",UTM,WGS84,1,280,661,species,A,A,A
+Mikania scandens,"Climbing hempweed, Climbing hempvine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,mikascan,Human Observation,2003-03-19,BICY,629,NA,25.9812,-81.1982,25.9791,-81.1982,WGS84,314,Cell #T32,"17N 2873621 E, 480164 N",UTM,WGS84,1,190,629,species,A,A,A
+Dichanthelium erectifolium,Erectleaf witchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dicherec,Human Observation,2002-05-08,BICY,135,NA,25.8891,-81.067,25.8905,-81.065,WGS84,314,"Cell #AG42, endpoint estimated using arcmap","17N 2863405 E, 493293 N",UTM,WGS84,1,45,135,species,A,A,A
+Ipomoea sagittata,Everglades morningglory,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ipomsagi,Human Observation,2004-03-31,BICY,319,NA,26.1349,-81.057,26.1335,-81.055,WGS84,314,Cell #AH15,"17N 2890624 E, 494305 N",UTM,WGS84,1,130,319,species,A,A,A
+Setaria parviflora,"Knotroot foxtail, Yellow bristlegrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,setaparv,Human Observation,2002-06-04,BICY,268,NA,25.9992,-81.1001,25.9993,-81.1023,WGS84,314,Cell #AC30,"17N 2875600 E, 489986 N",UTM,WGS84,1,225,268,species,A,A,A
+Smilax auriculata,Earleaf greenbrier,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,smilauri,Human Observation,2003-02-20,BICY,495,NA,25.9569,-80.947,25.9559,-80.9449,WGS84,314,Cell #AS35,"17N 2870917 E, 505304 N",UTM,WGS84,1,125,495,species,A,A,A
+Solidago stricta,"Narrow-leaved goldenrod, Wand goldenrod",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,solistri,Human Observation,2003-05-02,BICY,511,NA,26.0974,-81.32,26.098,-81.3178,WGS84,314,Cell #H19,"17N 2886505 E, 468000 N",UTM,WGS84,1,75,511,species,A,A,A
+Gratiola ramosa,Branched hedgehyssop,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,gratramo,Human Observation,2003-03-25,BICY,690,NA,25.935,-80.9886,25.9338,-80.9864,WGS84,314,Cell #AO37,"17N 2868490 E, 501141 N",UTM,WGS84,1,125,690,species,A,A,A
+Tillandsia fasciculata var. densispica,"Stiff-leaved wild-pine, Cardinal airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillfascdens,Human Observation,2003-06-06,BICY,509,NA,26.1338,-80.9446,26.1337,-80.9422,WGS84,314,Cell #AS15,"17N 2890502 E, 505535 N",UTM,WGS84,1,100,509,species,A,A,A
+Panicum hemitomon,Maidencane,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panihemi,Human Observation,2003-05-02,BICY,655,NA,26.2526,-81.1916,26.252,-81.1939,WGS84,314,Cell #T02,"17N 2903667 E, 480866 N",UTM,WGS84,1,260,655,species,A,A,A
+Hyptis alata,"Musky mint, Clustered bushmint",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hyptalat,Human Observation,2004-03-11,BICY,398,NA,25.7817,-80.9812,25.7817,-80.9837,WGS84,314,Cell #AO54,"17N 2851513 E, 501882 N",UTM,WGS84,1,270,398,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2003-05-09,BICY,648,NA,25.8875,-81.049,25.8894,-81.0484,WGS84,314,Cell #AI42,"17N 2863229 E, 495090 N",UTM,WGS84,1,30,648,species,A,A,A
+Muhlenbergia capillaris,"Muhlygrass, Hairawnmuhly",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,muhlcapi,Human Observation,2003-06-03,BICY,516,NA,25.7102,-81.0764,25.7104,-81.0789,WGS84,314,Cell #AF62,"17N 2843594 E, 492335 N",UTM,WGS84,1,280,516,species,A,A,A
+Thelypteris palustris var. pubescens,Marsh fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,thelpalupube,Human Observation,2004-06-22,BICY,313,NA,26.1627,-81.2799,26.1606,-81.2794,WGS84,314,Cell #L12,"17N 2893733 E, 472025 N",UTM,WGS84,1,180,313,species,A,A,A
+Sagittaria lancifolia,Bulltongue arrowhead,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sagilanc,Human Observation,2003-07-09,BICY,721,NA,26.2346,-81.285,26.2353,-81.2871,WGS84,314,Cell #K04,"17N 2901693 E, 471533 N",UTM,WGS84,1,290,721,species,A,A,A
+Spartina bakeri,Sand cordgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sparbake,Human Observation,2003-03-06,BICY,573,NA,25.9962,-81.129,25.9956,-81.1266,WGS84,314,Cell #AA30,"17N 2875269 E, 487086 N",UTM,WGS84,1,110,573,species,A,A,A
+Panicum rigidulum,Redtop panicum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panirigi,Human Observation,2002-08-29,BICY,249,NA,25.7858,-81.0958,25.7852,-81.0936,WGS84,314,Cell #AD54,"17N 2851968 E, 490392 N",UTM,WGS84,1,110,249,species,A,A,A
+Chiococca parvifolia,Pineland snowberry,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,chioparv,Human Observation,2003-04-16,BICY,660,NA,26.2547,-81.0622,26.2528,-81.0628,WGS84,314,Cell #AG02,"17N 2903897 E, 493787 N",UTM,WGS84,1,200,660,species,A,A,A
+Rhynchospora divergens,Spreading beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyndive,Human Observation,2003-04-10,BICY,667,NA,26.1004,-81.1641,26.0986,-81.1655,WGS84,314,Cell #W19,"17N 2886815 E, 483592 N",UTM,WGS84,1,220,667,species,A,A,A
+Dichanthelium erectifolium,Erectleaf witchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dicherec,Human Observation,2002-07-11,BICY,155,NA,26.1057,-81.284,26.1035,-81.2833,WGS84,314,Cell #K18,"17N 2887417 E, 471604 N",UTM,WGS84,1,170,155,species,A,A,A
+Melochia spicata,Bretonica peluda,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,melospic,Human Observation,2004-04-07,BICY,432,NA,26.25,-81.2548,26.2478,-81.2547,WGS84,314,Cell #N02,"17N 2903396 E, 474557 N",UTM,WGS84,1,180,432,species,A,A,A
+Solidago stricta,"Narrow-leaved goldenrod, Wand goldenrod",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,solistri,Human Observation,2003-01-04,BICY,459,NA,26.2036,-80.9318,26.203,-80.934,WGS84,314,Cell #AT07,"17N 2898234 E, 506815 N",UTM,WGS84,1,250,459,species,A,A,A
+Typha domingensis,Southern cat-tail,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,typhdomi,Human Observation,2002-05-20,BICY,190,NA,25.7828,-80.8764,25.7807,-80.8773,WGS84,314,"Cell #AZ54, inside Loop Rd.","17N 2851635 E, 512389 N",UTM,WGS84,1,205,190,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2003-06-19,BICY,741,NA,25.8843,-80.8461,25.8826,-80.8465,WGS84,314,Cell #BC43,"17N 2862884 E, 515418 N",UTM,WGS84,1,180,741,species,A,A,A
+Crinum americanum,"Swamp-lily, Seven-sisters, String-lily",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,crinamer,Human Observation,2002-08-23,BICY,237,NA,25.8448,-81.2201,25.8466,-81.2215,WGS84,314,Cell #Q47,"17N 2858519 E, 477943 N",UTM,WGS84,1,330,237,species,A,A,A
+Crinum americanum,"Swamp-lily, Seven-sisters, String-lily",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,crinamer,Human Observation,2002-08-22,BICY,242,NA,25.9059,-81.2415,25.9053,-81.2441,WGS84,314,Cell #O40,"17N 2865287 E, 475811 N",UTM,WGS84,1,260,242,species,A,A,A
+Toxicodendron radicans,Eastern poison-ivy,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,toxiradi,Human Observation,2004-06-10,BICY,315,NA,26.1551,-81.1871,26.1539,-81.1851,WGS84,314,Cell #U13,"17N 2892878 E, 481301 N",UTM,WGS84,1,125,315,species,A,A,A
+Juncus megacephalus,Bighead rush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,juncmega,Human Observation,2003-04-08,BICY,674,NA,26.0673,-81.1525,26.0695,-81.1521,WGS84,314,"Cell #X22, endpoint corrected using arcmap","17N 2883144 E, 484751 N",UTM,WGS84,1,15,674,species,A,A,A
+Ilex cassine,"Dahoon holly, Dahoon",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ilexcass,Human Observation,2003-05-24,BICY,533,NA,25.8115,-81.1422,25.8129,-81.1407,WGS84,314,Cell #Y51,"17N 2854812 E, 485751 N",UTM,WGS84,1,40,533,species,A,A,A
+Quercus laurifolia,"Laurel oak, Diamond oak",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,querlaur,Human Observation,2002-05-22,BICY,219,NA,25.7737,-81.0393,25.7735,-81.0388,WGS84,314,Cell #AJ55 (North of Loop Road),"17N 2850623 E, 496063 N",UTM,WGS84,1,155,219,species,A,A,A
+Tillandsia fasciculata var. densispica,"Stiff-leaved wild-pine, Cardinal airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillfascdens,Human Observation,2003-02-07,BICY,493,NA,25.8691,-81.0272,25.8679,-81.0294,WGS84,314,Cell #AK44,"17N 2861184 E, 497273 N",UTM,WGS84,1,250,493,species,A,A,A
+Pluchea rosea,Rosy camphorweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,plucrose,Human Observation,2003-03-28,BICY,684,NA,25.9193,-81.0491,25.9181,-81.047,WGS84,314,Cell #AI39,"17N 2866752 E, 495080 N",UTM,WGS84,1,130,684,species,A,A,A
+Iris hexagona,"Dixie iris, Prairie iris",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,irishexa,Human Observation,2004-05-04,BICY,342,NA,25.863,-81.1021,25.8628,-81.1046,WGS84,314,Cell #AC45,"17N 2860512 E, 489770 N",UTM,WGS84,1,270,342,species,A,A,A
+Ilex cassine,"Dahoon holly, Dahoon",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ilexcass,Human Observation,2003-02-06,BICY,455,NA,25.9529,-81.3444,25.9541,-81.3422,WGS84,314,Cell #E35,"17N 2870515 E, 465524 N",UTM,WGS84,1,65,455,species,A,A,A
+Persea palustris,Swamp bay,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,perspalu,Human Observation,2002-09-17,BICY,223,NA,25.6988,-80.9736,25.7,-80.9758,WGS84,314,Cell #AP63,"17N 2842329 E, 502644 N",UTM,WGS84,1,310,223,species,A,A,A
+Samolus ebracteatus,"Water pimpernel, Limewater brookweed",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,samoebra,Human Observation,2003-03-04,BICY,562,NA,26.0403,-81.0942,26.042,-81.0956,WGS84,314,Cell #AD25,"17N 2880145 E, 490578 N",UTM,WGS84,1,320,562,species,A,A,A
+Melaleuca quinquenervia,Punktree,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,melaquin,Human Observation,2002-06-17,BICY,145,NA,25.8329,-81.1112,25.8339,-81.1134,WGS84,314,"Cell #AB48, W of Monroe Station S of Tamiami Trai","17N 2857179 E, 488852 N",UTM,WGS84,1,305,145,species,A,A,A
+Elionurus tripsacoides,Pan-American balsamscale,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eliotrip,Human Observation,2003-05-02,BICY,512,NA,26.1068,-81.3197,26.1068,-81.3174,WGS84,314,Cell #H18,"17N 2887550 E, 468039 N",UTM,WGS84,1,100,512,species,A,A,A
+Cephalanthus occidentalis,Common buttonbush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cephocci,Human Observation,2004-05-07,BICY,368,NA,25.7236,-80.9208,25.7257,-80.9206,WGS84,314,Cell #AU60,"17N 2845078 E, 507948 N",UTM,WGS84,1,0,368,species,A,A,A
+Dichanthelium erectifolium,Erectleaf witchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dicherec,Human Observation,2002-05-31,BICY,203,NA,26.2044,-81.066,26.2044,-81.066,WGS84,314,Cell #AG07 (was mislabeled as AD31),"17N 2898326 E, 493407 N",UTM,WGS84,1,50,203,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2003-05-29,BICY,538,NA,25.7563,-80.9028,25.7582,-80.9038,WGS84,314,Cell #AW57,"17N 2848699 E, 509752 N",UTM,WGS84,1,350,538,species,A,A,A
+Pluchea rosea,Rosy camphorweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,plucrose,Human Observation,2004-03-17,BICY,377,NA,26.1818,-81.343,26.1802,-81.3413,WGS84,314,Cell #E10,"17N 2895858 E, 465728 N",UTM,WGS84,1,150,377,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2002-05-29,BICY,205,NA,25.9464,-81.2971,25.9466,-81.2971,WGS84,314,Cell #J36,"17N 2869783 E, 470257 N",UTM,WGS84,1,270,205,species,A,A,A
+Cephalanthus occidentalis,Common buttonbush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cephocci,Human Observation,2003-06-18,BICY,696,NA,26.047,-81.1762,26.0461,-81.1739,WGS84,314,Cell #V25,"17N 2880903 E, 482375 N",UTM,WGS84,1,125,696,species,A,A,A
+Hedyotis uniflora,Clustered mille graine,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hedyunif,Human Observation,2004-05-05,BICY,328,NA,26.2408,-81.0341,26.243,-81.0343,WGS84,314,Cell #AJ03,"17N 2902357 E, 496596 N",UTM,WGS84,1,0,328,species,A,A,A
+Hyptis alata,"Musky mint, Clustered bushmint",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hyptalat,Human Observation,2003-04-08,BICY,675,NA,26.0673,-81.1525,26.0673,-81.155,WGS84,314,Cell #X22,"17N 2883144 E, 484751 N",UTM,WGS84,1,270,675,species,A,A,A
+Rhynchospora inundata,Narrowfruit horned beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyninun,Human Observation,2003-03-04,BICY,563,NA,26.0403,-81.0942,26.0419,-81.0923,WGS84,314,Cell #AD25,"17N 2880145 E, 490578 N",UTM,WGS84,1,50,563,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2003-05-09,BICY,650,NA,25.8993,-81.0752,25.9015,-81.075,WGS84,314,Cell #AF41,"17N 2864531 E, 492472 N",UTM,WGS84,1,10,650,species,A,A,A
+Aster bracei,Brace's aster,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,astebrac,Human Observation,2003-02-28,BICY,578,NA,25.7753,-80.9975,25.775,-80.9999,WGS84,314,Cell #AN55,"17N 2850797 E, 500253 N",UTM,WGS84,1,265,578,species,A,A,A
+Hydrolea corymbosa,Skyflower,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hydrcory,Human Observation,2003-02-19,BICY,597,NA,26.0084,-81.2316,26.0087,-81.2339,WGS84,314,Cell #P29,"17N 2876637 E, 476826 N",UTM,WGS84,1,280,597,species,A,A,A
+Proserpinaca palustris,"Mermaid weed, Marsh mermaidweed",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,prospalu,Human Observation,2003-04-17,BICY,665,NA,26.2321,-81.0449,26.2297,-81.0447,WGS84,314,Cell #AI04,"17N 2901387 E, 495513 N",UTM,WGS84,1,180,665,species,A,A,A
+Serenoa repens,Saw palmetto,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sererepe,Human Observation,2003-06-12,BICY,503,NA,25.8961,-81.1523,25.8979,-81.1507,WGS84,314,Cell #X41,"17N 2864187 E, 484747 N",UTM,WGS84,1,50,503,species,A,A,A
+Sarcostemma clausum,"Whitevine, White twinevine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sarcclau,Human Observation,2003-06-19,BICY,741,NA,25.8843,-80.8461,25.8826,-80.8465,WGS84,314,Cell #BC43,"17N 2862884 E, 515418 N",UTM,WGS84,1,180,741,species,A,A,A
+Smilax laurifolia,"Catbrier, Laurel greenbrier, Bamboo vine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,smillaur,Human Observation,2003-05-29,BICY,538,NA,25.7563,-80.9028,25.7582,-80.9038,WGS84,314,Cell #AW57,"17N 2848699 E, 509752 N",UTM,WGS84,1,350,538,species,A,A,A
+Setaria parviflora,"Knotroot foxtail, Yellow bristlegrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,setaparv,Human Observation,2003-06-18,BICY,699,NA,26.0257,-81.2201,26.0263,-81.2225,WGS84,314,Cell #Q27,"17N 2878553 E, 477980 N",UTM,WGS84,1,290,699,species,A,A,A
+Ipomoea sagittata,Everglades morningglory,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ipomsagi,Human Observation,2002-08-22,BICY,244,NA,25.9154,-81.2418,25.9144,-81.2439,WGS84,314,"Cell #O39, endpoint corrected using arcmap","17N 2866336 E, 475780 N",UTM,WGS84,1,245,244,species,A,A,A
+Cynanchum blodgettii,Blodgett's swallowwort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cynablod,Human Observation,2004-06-03,BICY,352,NA,26.0243,-81.0653,26.0258,-81.067,WGS84,314,Cell #AG27,"17N 2878374 E, 493467 N",UTM,WGS84,1,335,352,species,A,A,A
+Andropogon virginicus var. glaucus,Chalky bluestem,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,andrvirgglau,Human Observation,2004-03-30,BICY,391,NA,26.1527,-80.8913,26.1549,-80.891,WGS84,314,Cell #AX13,"17N 2892602 E, 510865 N",UTM,WGS84,1,10,391,species,A,A,A
+Centella asiatica,"Coinwort, Spadeleaf",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,centasia,Human Observation,2004-03-30,BICY,389,NA,26.1428,-80.8861,26.142,-80.8883,WGS84,314,Cell #AY14,"17N 2891503 E, 511389 N",UTM,WGS84,1,250,389,species,A,A,A
+Dichanthelium erectifolium,Erectleaf witchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dicherec,Human Observation,2002-05-22,BICY,213,NA,25.7595,-81.0428,25.7604,-81.0449,WGS84,314,Cell #AI56,"17N 2849056 E, 495705 N",UTM,WGS84,1,280,213,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2002-09-17,BICY,222,NA,25.6988,-80.9736,25.6966,-80.974,WGS84,314,Cell #AP63,"17N 2842329 E, 502644 N",UTM,WGS84,1,200,222,species,A,A,A
+Sisyrinchium angustifolium,Narroleaf blueeyed-grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sisyangu,Human Observation,2003-03-04,BICY,562,NA,26.0403,-81.0942,26.042,-81.0956,WGS84,314,Cell #AD25,"17N 2880145 E, 490578 N",UTM,WGS84,1,320,562,species,A,A,A
+Dichanthelium erectifolium,Erectleaf witchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dicherec,Human Observation,2003-03-11,BICY,546,NA,26.1881,-81.0574,26.1859,-81.0576,WGS84,314,Cell #AH09,"17N 2896517 E, 494269 N",UTM,WGS84,1,190,546,species,A,A,A
+Utricularia foliosa,Leafy bladderwort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,utrifoli,Human Observation,2004-05-13,BICY,431,NA,25.9072,-81.2737,25.9078,-81.2714,WGS84,314,Cell #L40,"17N 2865437 E, 472583 N",UTM,WGS84,1,75,431,species,A,A,A
+Pontederia cordata,Pickerelweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pontcord,Human Observation,2003-05-22,BICY,523,NA,25.9615,-80.8461,25.963,-80.8442,WGS84,314,Cell #BC34,"17N 2871431 E, 515404 N",UTM,WGS84,1,50,523,species,A,A,A
+Thelypteris kunthii,Southern shield fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,thelkunt,Human Observation,2003-03-13,BICY,634,NA,26.065,-81.0271,26.0629,-81.0261,WGS84,314,Cell #AK23,"17N 2882885 E, 497287 N",UTM,WGS84,1,160,634,species,A,A,A
+Hydrolea corymbosa,Skyflower,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hydrcory,Human Observation,2003-03-18,BICY,614,NA,25.8982,-81.1038,25.8962,-81.104,WGS84,314,Cell #AC41,"17N 2864411 E, 489601 N",UTM,WGS84,1,190,614,species,A,A,A
+Melothria pendula,Creeping-cucumber,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,melopend,Human Observation,2004-05-05,BICY,330,NA,26.2506,-81.0295,26.2484,-81.0298,WGS84,314,Cell #AK02,"17N 2903435 E, 497051 N",UTM,WGS84,1,185,330,species,A,A,A
+Eragrostis elliottii,Elliott's love grass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eragelli,Human Observation,2003-02-27,BICY,577,NA,25.9345,-80.9503,25.9324,-80.9514,WGS84,314,Cell #AR37,"17N 2868429 E, 504977 N",UTM,WGS84,1,210,577,species,A,A,A
+Vaccinium myrsinites,Shiny blueberry,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,vaccmyrs,Human Observation,2004-03-24,BICY,411,NA,26.22,-81.0859,26.2213,-81.0839,WGS84,314,Cell #AE05,"17N 2900049 E, 491423 N",UTM,WGS84,1,30,411,species,A,A,A
+Cladium jamaicense,"Saw-grass, Jamaica swamp sawgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cladjama,Human Observation,2002-09-18,BICY,224,NA,25.7079,-81.0433,25.7064,-81.0452,WGS84,314,Cell #AI62,"17N 2843334 E, 495652 N",UTM,WGS84,1,235,224,species,A,A,A
+Piriqueta caroliniana,Pitted stripeseed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,piricaro,Human Observation,2003-02-20,BICY,599,NA,25.9997,-81.1907,25.9983,-81.1925,WGS84,314,Cell #T30,"17N 2875659 E, 480919 N",UTM,WGS84,1,240,599,species,A,A,A
+Diodia virginiana,"Buttonweed, Virginia buttonweed",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,diodvirg,Human Observation,2003-05-09,BICY,651,NA,25.8993,-81.0752,25.8992,-81.0729,WGS84,314,Cell #AF41,"17N 2864531 E, 492472 N",UTM,WGS84,1,85,651,species,A,A,A
+Coreopsis leavenworthii,Leavenworth's tickseed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,coreleav,Human Observation,2003-03-13,BICY,633,NA,26.0488,-81.0668,26.0487,-81.0641,WGS84,314,Cell #AG24,"17N 2881089 E, 493320 N",UTM,WGS84,1,100,633,species,A,A,A
+Serenoa repens,Saw palmetto,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sererepe,Human Observation,2004-03-11,BICY,398,NA,25.7817,-80.9812,25.7817,-80.9837,WGS84,314,Cell #AO54,"17N 2851513 E, 501882 N",UTM,WGS84,1,270,398,species,A,A,A
+Vitis cinerea var. floridana,Florida grape,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,viticineflor,Human Observation,2002-05-21,BICY,217,NA,26.2511,-80.9297,26.25,-80.9279,WGS84,314,Cell #AU02,"17N 2903494 E, 507020 N",UTM,WGS84,1,130,217,species,A,A,A
+Hyptis alata,"Musky mint, Clustered bushmint",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hyptalat,Human Observation,2003-06-12,BICY,502,NA,25.8961,-81.1523,25.8982,-81.1514,WGS84,314,"Cell #X41, endpoint estimated using arcmap","17N 2864187 E, 484747 N",UTM,WGS84,1,15,502,species,A,A,A
+Cephalanthus occidentalis,Common buttonbush,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cephocci,Human Observation,2003-03-12,BICY,543,NA,26.0617,-81.0309,26.0631,-81.0327,WGS84,314,Cell #AJ23,"17N 2882518 E, 496908 N",UTM,WGS84,1,315,543,species,A,A,A
+Blechnum serrulatum,"Swamp fern, Toothed midsorus fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,blecserr,Human Observation,2003-04-10,BICY,669,NA,26.0691,-81.1605,26.0687,-81.1629,WGS84,314,Cell #W22,"17N 2883351 E, 483950 N",UTM,WGS84,1,265,669,species,A,A,A
+Dichanthelium commutatum,Variable witchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,dichcomm,Human Observation,2002-08-01,BICY,254,NA,26.1693,-81.2554,26.1694,-81.2578,WGS84,314,Cell #N11,"17N 2894454 E, 474478 N",UTM,WGS84,1,280,254,species,A,A,A
+Crinum americanum,"Swamp-lily, Seven-sisters, String-lily",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,crinamer,Human Observation,2004-03-24,BICY,425,NA,25.9726,-81.3357,25.9744,-81.3339,WGS84,314,Cell #F33,"17N 2872694 E, 466400 N",UTM,WGS84,1,45,425,species,A,A,A
+Saururus cernuus,Lizard's tail,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,saurcern,Human Observation,2002-05-09,BICY,182,NA,25.9254,-80.8441,25.927,-80.8422,WGS84,314,Cell #BC38,"17N 2867427 E, 515616 N",UTM,WGS84,1,50,182,species,A,A,A
+Vitis rotundifolia,"Muscadine, Muscadine grape",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,vitirotu,Human Observation,2002-10-29,BICY,279,NA,26.1134,-81.2906,26.1113,-81.2902,WGS84,314,Cell #J17,"17N 2888274 E, 470944 N",UTM,WGS84,1,175,279,species,A,A,A
+Nephrolepis exaltata,Wild Boston fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,nephexal,Human Observation,2004-06-16,BICY,335,NA,26.2329,-81.0986,26.2331,-81.0962,WGS84,314,Cell #AD04,"17N 2901479 E, 490153 N",UTM,WGS84,1,90,335,species,A,A,A
+Encyclia tampensis,Florida butterfly orchid,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,encytamp,Human Observation,2004-03-24,BICY,371,NA,25.9769,-81.3355,25.9771,-81.333,WGS84,314,Cell #F32,"17N 2873174 E, 466418 N",UTM,WGS84,1,90,371,species,A,A,A
+Vitis cinerea var. floridana,Florida grape,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,viticineflor,Human Observation,2003-03-13,BICY,739,NA,25.7616,-80.9307,25.7635,-80.9312,WGS84,314,Cell #AT56,"17N 2849280 E, 506953 N",UTM,WGS84,1,350,739,species,A,A,A
+Elionurus tripsacoides,Pan-American balsamscale,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eliotrip,Human Observation,2003-03-25,BICY,618,NA,25.944,-80.9871,25.946,-80.9862,WGS84,314,Cell #AO36,"17N 2869481 E, 501294 N",UTM,WGS84,1,20,618,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2003-05-22,BICY,536,NA,25.7995,-81.1676,25.8013,-81.1668,WGS84,314,Cell #W52,"17N 2853490 E, 483199 N",UTM,WGS84,1,30,536,species,A,A,A
+Aristida purpurascens,Arrowfeather threeawn,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,arispurp,Human Observation,2004-03-24,BICY,411,NA,26.22,-81.0859,26.2213,-81.0839,WGS84,314,Cell #AE05,"17N 2900049 E, 491423 N",UTM,WGS84,1,30,411,species,A,A,A
+Chrysobalanus icaco,Coco-plum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,chryicac,Human Observation,2003-03-25,BICY,618,NA,25.944,-80.9871,25.946,-80.9862,WGS84,314,Cell #AO36,"17N 2869481 E, 501294 N",UTM,WGS84,1,20,618,species,A,A,A
+Rhynchospora colorata,Starrush whitetop,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhyncolo,Human Observation,2002-05-07,BICY,168,NA,25.8341,-81.0889,25.8317,-81.0883,WGS84,314,"Cell #AE48, W. of Loop Rd. S of Monroe","17N 2857310 E, 491088 N",UTM,WGS84,1,170,168,species,A,A,A
+Phyllanthus caroliniensis subsp. saxicola,Rock Carolina leafflower,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,phylcarosaxi,Human Observation,2002-11-08,BICY,271,NA,25.7561,-81.0054,25.7563,-81.0064,WGS84,314,"Cell #AM57, origin estimated with ARCMap","17N 2848673 E, 499461 N",UTM,WGS84,1,280,271,species,A,A,A
+Psychotria nervosa,Shiny-leaved wild-coffee,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,psycnerv,Human Observation,2004-05-07,BICY,297,NA,25.7238,-80.9174,25.7236,-80.9199,WGS84,314,"Cell #AV60, Hess Hammock","17N 2845103 E, 508290 N",UTM,WGS84,1,270,297,species,A,A,A
+Rapanea punctata,"Myrsine, Colicwood",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rapapunc,Human Observation,2003-03-04,BICY,561,NA,26.0296,-81.0943,26.0282,-81.0962,WGS84,314,Cell #AD27,"17N 2878960 E, 490566 N",UTM,WGS84,1,245,561,species,A,A,A
+Bacopa caroliniana,"Lemon hyssop, Lemon bacopa, Blue waterhyssop",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,bacocaro,Human Observation,2003-04-29,BICY,607,NA,25.8642,-81.2501,25.8662,-81.252,WGS84,314,Cell #N45,"17N 2860672 E, 474942 N",UTM,WGS84,1,320,607,species,A,A,A
+Paspalum monostachyum,Gulfdune paspalum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,paspmono,Human Observation,2002-06-12,BICY,139,NA,26.0416,-81.0282,26.0437,-81.0284,WGS84,314,"Cell #AK25, Middle Pines, east of Cal Stone","17N 2880288 E, 497181 N",UTM,WGS84,1,355,139,species,A,A,A
+Annona glabra,Pond-apple,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,annoglab,Human Observation,2004-05-04,BICY,343,NA,25.863,-81.1021,25.8608,-81.1019,WGS84,314,Cell #AC45,"17N 2860512 E, 489770 N",UTM,WGS84,1,100,343,species,A,A,A
+Serenoa repens,Saw palmetto,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sererepe,Human Observation,2003-03-04,BICY,563,NA,26.0403,-81.0942,26.0419,-81.0923,WGS84,314,Cell #AD25,"17N 2880145 E, 490578 N",UTM,WGS84,1,50,563,species,A,A,A
+Thelypteris kunthii,Southern shield fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,thelkunt,Human Observation,2003-03-12,BICY,543,NA,26.0617,-81.0309,26.0631,-81.0327,WGS84,314,Cell #AJ23,"17N 2882518 E, 496908 N",UTM,WGS84,1,315,543,species,A,A,A
+Hypericum cistifolium,Roundpod St. John's-wort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hypecist,Human Observation,2004-06-02,BICY,356,NA,25.9555,-81.0064,25.9541,-81.0043,WGS84,314,Cell #AM35,"17N 2870752 E, 499364 N",UTM,WGS84,1,135,356,species,A,A,A
+Flaveria linearis,Narrowleaf yellowtops,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,flavline,Human Observation,2003-09-09,BICY,737,NA,26.1814,-81.244,26.1817,-81.2461,WGS84,314,Cell #O10,"17N 2895793 E, 475619 N",UTM,WGS84,1,290,737,species,A,A,A
+Taxodium ascendens,Pond cypress,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,taxoasce,Human Observation,2004-03-11,BICY,399,NA,25.7817,-80.9812,25.7801,-80.9827,WGS84,314,Cell #AO54,"17N 2851513 E, 501882 N",UTM,WGS84,1,225,399,species,A,A,A
+Vitis rotundifolia,"Muscadine, Muscadine grape",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,vitirotu,Human Observation,2002-07-31,BICY,195,NA,26.0499,-81.3429,26.0497,-81.3404,WGS84,314,"Cell #E24, Deep Lake","17N 2881252 E, 465701 N",UTM,WGS84,1,100,195,species,A,A,A
+Pleopeltis polypodioides var. michauxiana,Resurrection fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pleopolymich,Human Observation,2003-05-29,BICY,539,NA,25.7563,-80.9028,25.7583,-80.9018,WGS84,314,Cell #AW57,"17N 2848699 E, 509752 N",UTM,WGS84,1,35,539,species,A,A,A
+Erigeron quercifolius,"Southern-fleabane, Oakleaf fleabane",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,erigquer,Human Observation,2004-04-07,BICY,438,NA,26.2498,-81.2265,26.2476,-81.2262,WGS84,314,Cell #Q02,"17N 2903369 E, 477380 N",UTM,WGS84,1,180,438,species,A,A,A
+Serenoa repens,Saw palmetto,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sererepe,Human Observation,2004-06-01,BICY,317,NA,25.9346,-81.0368,25.9348,-81.0343,WGS84,314,Cell #AJ37,"17N 2868446 E, 496319 N",UTM,WGS84,1,85,317,species,A,A,A
+Muhlenbergia capillaris,"Muhlygrass, Hairawnmuhly",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,muhlcapi,Human Observation,2003-02-06,BICY,455,NA,25.9529,-81.3444,25.9541,-81.3422,WGS84,314,Cell #E35,"17N 2870515 E, 465524 N",UTM,WGS84,1,65,455,species,A,A,A
+Eupatorium mikanioides,"Semaphore eupatorium, Semaphore thoroughwort",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eupamika,Human Observation,2004-04-01,BICY,326,NA,26.179,-81.0835,26.1777,-81.0817,WGS84,314,Cell #AE10,"17N 2895514 E, 491661 N",UTM,WGS84,1,140,326,species,A,A,A
+Ludwigia microcarpa,Smallfruit primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwmicr,Human Observation,2003-09-10,BICY,729,NA,26.2428,-80.9525,26.243,-80.9549,WGS84,314,Cell #AR03,"17N 2902579 E, 504740 N",UTM,WGS84,1,275,729,species,A,A,A
+Thelypteris kunthii,Southern shield fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,thelkunt,Human Observation,2003-11-26,BICY,474,NA,25.8255,-80.9092,25.8276,-80.9083,WGS84,314,Cell #AW49,"17N 2856359 E, 509099 N",UTM,WGS84,1,15,474,species,A,A,A
+Phlebodium aureum,Golden polypody,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,phleaure,Human Observation,2002-08-02,BICY,199,NA,25.8494,-80.995,25.8502,-80.9974,WGS84,314,Cell #AN46,"17N 2859003 E, 500497 N",UTM,WGS84,1,295,199,species,A,A,A
+Panicum virgatum,Switchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panivirg,Human Observation,2003-04-17,BICY,664,NA,26.2321,-81.0449,26.2343,-81.0448,WGS84,314,Cell #AI04,"17N 2901387 E, 495513 N",UTM,WGS84,1,10,664,species,A,A,A
+Tillandsia utriculata,"Giant wild-pine, Giant airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillutri,Human Observation,2004-04-06,BICY,422,NA,25.7633,-80.9177,25.7614,-80.919,WGS84,314,Cell #AV56,"17N 2849471 E, 508257 N",UTM,WGS84,1,315,422,species,A,A,A
+Eupatorium mikanioides,"Semaphore eupatorium, Semaphore thoroughwort",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eupamika,Human Observation,2002-06-05,BICY,264,NA,26.0206,-81.1546,26.0206,-81.1546,WGS84,314,Cell #X28,"17N 2877975 E, 484532 N",UTM,WGS84,1,160,264,species,A,A,A
+Pleopeltis polypodioides var. michauxiana,Resurrection fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pleopolymich,Human Observation,2004-03-25,BICY,745,NA,26.21,-81.0892,26.2079,-81.0878,WGS84,314,Cell #AE07,"17N 2898939 E, 491088 N",UTM,WGS84,1,140,745,species,A,A,A
+Nephrolepis exaltata,Wild Boston fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,nephexal,Human Observation,2003-06-18,BICY,696,NA,26.047,-81.1762,26.0461,-81.1739,WGS84,314,Cell #V25,"17N 2880903 E, 482375 N",UTM,WGS84,1,125,696,species,A,A,A
+Smilax auriculata,Earleaf greenbrier,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,smilauri,Human Observation,2003-09-09,BICY,737,NA,26.1814,-81.244,26.1817,-81.2461,WGS84,314,Cell #O10,"17N 2895793 E, 475619 N",UTM,WGS84,1,290,737,species,A,A,A
+Saccharum giganteum,Sugarcane plumegrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,saccgiga,Human Observation,2004-06-01,BICY,316,NA,25.9346,-81.0368,25.9352,-81.0391,WGS84,314,Cell #AJ37,"17N 2868446 E, 496319 N",UTM,WGS84,1,300,316,species,A,A,A
+Rudbeckia hirta,Blackeyed susan,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rudbhirt,Human Observation,2004-05-05,BICY,329,NA,26.2408,-81.0341,26.2394,-81.0359,WGS84,314,Cell #AJ03,"17N 2902357 E, 496596 N",UTM,WGS84,1,240,329,species,A,A,A
+Cyperus haspan,Haspan flatsedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cypehasp,Human Observation,2004-05-13,BICY,428,NA,25.8978,-81.2753,25.8964,-81.2736,WGS84,314,Cell #L41,"17N 2864400 E, 472424 N",UTM,WGS84,1,130,428,species,A,A,A
+Spermacoce assurgens,Woodland false buttonweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sperassu,Human Observation,2003-05-23,BICY,530,NA,25.8048,-80.9224,25.8066,-80.9227,WGS84,314,Cell #AU51,"17N 2854064 E, 507777 N",UTM,WGS84,1,5,530,species,A,A,A
+Eupatorium serotinum,Lateflowering thoroughwort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eupasero,Human Observation,2004-05-06,BICY,341,NA,26.2422,-81.0507,26.24,-81.0504,WGS84,314,Cell #AH03,"17N 2902502 E, 494939 N",UTM,WGS84,1,175,341,species,A,A,A
+Ruellia succulenta,Thickleaf wild petunia,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ruelsucc,Human Observation,2002-07-17,BICY,163,NA,26.0432,-81.0379,26.0411,-81.0375,WGS84,314,"Cell #AJ25, Central Pines","17N 2880474 E, 496209 N",UTM,WGS84,1,180,163,species,A,A,A
+Spiranthes odorata,"Fragrant lady's-tresses, Marsh lady's-tresses",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,spirodor,Human Observation,2004-06-08,BICY,348,NA,25.8547,-81.0005,25.8568,-81.0001,WGS84,314,Cell #AM46,"17N 2859588 E, 499945 N",UTM,WGS84,1,30,348,species,A,A,A
+Acer rubrum,Red maple,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,acerrubr,Human Observation,2004-04-29,BICY,404,NA,25.8211,-81.0303,25.8192,-81.0318,WGS84,314,Cell #AJ50,"17N 2855868 E, 496959 N",UTM,WGS84,1,220,404,species,A,A,A
+Randia aculeata,White indigoberry,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,randacul,Human Observation,2003-01-04,BICY,460,NA,26.2036,-80.9318,26.2058,-80.9315,WGS84,314,Cell #AT07,"17N 2898234 E, 506815 N",UTM,WGS84,1,10,460,species,A,A,A
+Berchemia scandens,"rattan vine, Alabama supplejack",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,bercscan,Human Observation,2003-09-10,BICY,726,NA,26.2131,-81.3056,26.2109,-81.3057,WGS84,314,Cell #I06,"17N 2899315 E, 469471 N",UTM,WGS84,1,195,726,species,A,A,A
+Magnolia virginiana,Sweet-bay,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,magnvirg,Human Observation,2003-11-26,BICY,474,NA,25.8255,-80.9092,25.8276,-80.9083,WGS84,314,Cell #AW49,"17N 2856359 E, 509099 N",UTM,WGS84,1,15,474,species,A,A,A
+Thelypteris interrupta,"Interrupted maiden fern, Hottentot fern",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,thelinte,Human Observation,2004-06-16,BICY,335,NA,26.2329,-81.0986,26.2331,-81.0962,WGS84,314,Cell #AD04,"17N 2901479 E, 490153 N",UTM,WGS84,1,90,335,species,A,A,A
+Nephrolepis exaltata,Wild Boston fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,nephexal,Human Observation,2002-08-09,BICY,260,NA,26.1786,-81.0048,26.18,-81.0071,WGS84,314,Cell #AM10,"17N 2895459 E, 499518 N",UTM,WGS84,1,285,260,species,A,A,A
+Muhlenbergia capillaris,"Muhlygrass, Hairawnmuhly",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,muhlcapi,Human Observation,2003-03-25,BICY,618,NA,25.944,-80.9871,25.946,-80.9862,WGS84,314,Cell #AO36,"17N 2869481 E, 501294 N",UTM,WGS84,1,20,618,species,A,A,A
+Hydrolea corymbosa,Skyflower,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hydrcory,Human Observation,2002-11-05,BICY,272,NA,25.9062,-81.22,25.9078,-81.2214,WGS84,314,Cell #Q40,"17N 2865313 E, 477963 N",UTM,WGS84,1,325,272,species,A,A,A
+Ipomoea sagittata,Everglades morningglory,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ipomsagi,Human Observation,2004-03-30,BICY,391,NA,26.1527,-80.8913,26.1549,-80.891,WGS84,314,Cell #AX13,"17N 2892602 E, 510865 N",UTM,WGS84,1,10,391,species,A,A,A
+Rhexia mariana,"Pale meadowbeauty, Maryland meadowbeauty",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhexmari,Human Observation,2003-05-03,BICY,652,NA,26.2534,-81.2022,26.2518,-81.2006,WGS84,314,Cell #S02,"17N 2903766 E, 479805 N",UTM,WGS84,1,145,652,species,A,A,A
+Centella asiatica,"Coinwort, Spadeleaf",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,centasia,Human Observation,2002-05-31,BICY,129,NA,26.2159,-81.0498,26.2163,-81.0475,WGS84,314,"Cell #AIO6, Kissimmee Billy Area","17N 2899596 E, 495029 N",UTM,WGS84,1,80,129,species,A,A,A
+Hydrocotyle,NA,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hydrocotyle sp.,Human Observation,2003-04-29,BICY,734,NA,25.8842,-81.2758,25.8822,-81.2749,WGS84,314,Cell #L43,"17N 2862884 E, 472375 N",UTM,WGS84,1,170,734,genus,A,A,A
+Panicum virgatum,Switchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panivirg,Human Observation,2004-05-04,BICY,343,NA,25.863,-81.1021,25.8608,-81.1019,WGS84,314,Cell #AC45,"17N 2860512 E, 489770 N",UTM,WGS84,1,100,343,species,A,A,A
+Panicum virgatum,Switchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panivirg,Human Observation,2003-02-26,BICY,590,NA,26.045,-81.1655,26.0428,-81.1655,WGS84,314,Cell #W25,"17N 2880675 E, 483442 N",UTM,WGS84,1,190,590,species,A,A,A
+Setaria parviflora,"Knotroot foxtail, Yellow bristlegrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,setaparv,Human Observation,2004-05-13,BICY,429,NA,25.8978,-81.2753,25.9001,-81.2749,WGS84,314,Cell #L41,"17N 2864400 E, 472424 N",UTM,WGS84,1,10,429,species,A,A,A
+Bacopa caroliniana,"Lemon hyssop, Lemon bacopa, Blue waterhyssop",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,bacocaro,Human Observation,2003-02-05,BICY,468,NA,26.1795,-80.9405,26.1775,-80.9416,WGS84,314,Cell #AS10,"17N 2895569 E, 505946 N",UTM,WGS84,1,210,468,species,A,A,A
+Rhynchospora microcarpa,Southern beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynmicr2,Human Observation,2003-07-02,BICY,707,NA,25.6812,-80.9505,25.6827,-80.9524,WGS84,314,Cell #AR65,"17N 2840382 E, 504964 N",UTM,WGS84,1,315,707,species,A,A,A
+Ludwigia repens,Creeping primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwrepe,Human Observation,2002-08-28,BICY,228,NA,26.0141,-80.8956,26.0134,-80.8981,WGS84,314,Cell #AX28,"17N 2877249 E, 510444 N",UTM,WGS84,1,260,228,species,A,A,A
+Pluchea rosea,Rosy camphorweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,plucrose,Human Observation,2002-09-18,BICY,233,NA,25.7252,-81.0306,25.7256,-81.033,WGS84,314,Cell #AJ60,"17N 2845250 E, 496927 N",UTM,WGS84,1,290,233,species,A,A,A
+Tillandsia paucifolia,"Twisted wild-pine, Potbelly airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillpauc,Human Observation,2003-04-10,BICY,669,NA,26.0691,-81.1605,26.0687,-81.1629,WGS84,314,Cell #W22,"17N 2883351 E, 483950 N",UTM,WGS84,1,265,669,species,A,A,A
+Ipomoea sagittata,Everglades morningglory,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ipomsagi,Human Observation,2003-04-08,BICY,671,NA,26.0603,-81.165,26.0584,-81.1662,WGS84,314,Cell #W23,"17N 2882371 E, 483496 N",UTM,WGS84,1,210,671,species,A,A,A
+Panicum rigidulum,Redtop panicum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panirigi,Human Observation,2003-09-10,BICY,727,NA,26.2131,-81.3056,26.2133,-81.3069,WGS84,314,Cell #I06,"17N 2899315 E, 469471 N",UTM,WGS84,1,240,727,species,A,A,A
+Agalinis linifolia,Flaxleaf false foxglove,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,agallini,Human Observation,2003-03-25,BICY,690,NA,25.935,-80.9886,25.9338,-80.9864,WGS84,314,Cell #AO37,"17N 2868490 E, 501141 N",UTM,WGS84,1,125,690,species,A,A,A
+Bacopa caroliniana,"Lemon hyssop, Lemon bacopa, Blue waterhyssop",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,bacocaro,Human Observation,2002-09-17,BICY,196,NA,25.7085,-80.9687,25.7096,-80.9668,WGS84,314,Cell #AQ62,"17N 2843408 E, 503144 N",UTM,WGS84,1,135,196,species,A,A,A
+Ipomoea sagittata,Everglades morningglory,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ipomsagi,Human Observation,2002-08-28,BICY,228,NA,26.0141,-80.8956,26.0134,-80.8981,WGS84,314,Cell #AX28,"17N 2877249 E, 510444 N",UTM,WGS84,1,260,228,species,A,A,A
+Annona glabra,Pond-apple,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,annoglab,Human Observation,2004-04-15,BICY,386,NA,26.2539,-81.0377,26.2524,-81.0396,WGS84,314,Cell #AJ02,"17N 2903800 E, 496238 N",UTM,WGS84,1,235,386,species,A,A,A
+Coreopsis leavenworthii,Leavenworth's tickseed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,coreleav,Human Observation,2003-03-25,BICY,618,NA,25.944,-80.9871,25.946,-80.9862,WGS84,314,Cell #AO36,"17N 2869481 E, 501294 N",UTM,WGS84,1,20,618,species,A,A,A
+Vitis rotundifolia,"Muscadine, Muscadine grape",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,vitirotu,Human Observation,2002-10-31,BICY,274,NA,25.9152,-81.2644,25.9163,-81.2664,WGS84,314,Cell #M39,"17N 2866314 E, 473518 N",UTM,WGS84,1,305,274,species,A,A,A
+Pleopeltis polypodioides var. michauxiana,Resurrection fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pleopolymich,Human Observation,2003-03-14,BICY,552,NA,26.2265,-81.2674,26.2243,-81.2672,WGS84,314,Cell #M05,"17N 2900793 E, 473289 N",UTM,WGS84,1,180,552,species,A,A,A
+Andropogon glomeratus var. pumilus,Common bushy bluestem,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,andrglompumi,Human Observation,2004-06-17,BICY,333,NA,25.8815,-81.1742,25.8816,-81.1766,WGS84,314,Cell #V43,"17N 2862570 E, 482551 N",UTM,WGS84,1,260,333,species,A,A,A
+Leersia hexandra,Southern cutgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,leerhexa,Human Observation,2003-03-06,BICY,555,NA,26.2322,-81.3052,26.2299,-81.3059,WGS84,314,Cell #I04,"17N 2901439 E, 469519 N",UTM,WGS84,1,205,555,species,A,A,A
+Panicum virgatum,Switchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panivirg,Human Observation,2002-08-23,BICY,236,NA,25.8448,-81.2201,25.8471,-81.2204,WGS84,314,Cell #Q47,"17N 2858519 E, 477943 N",UTM,WGS84,1,0,236,species,A,A,A
+Ludwigia microcarpa,Smallfruit primrosewillow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,ludwmicr,Human Observation,2002-08-02,BICY,199,NA,25.8494,-80.995,25.8502,-80.9974,WGS84,314,Cell #AN46,"17N 2859003 E, 500497 N",UTM,WGS84,1,295,199,species,A,A,A
+Flaveria linearis,Narrowleaf yellowtops,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,flavline,Human Observation,2002-10-29,BICY,290,NA,26.1255,-81.2857,26.1276,-81.2851,WGS84,314,Cell #K16,"17N 2889619 E, 471434 N",UTM,WGS84,1,25,290,species,A,A,A
+Conoclinium coelestinum,Blue mistflower,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,conocoel,Human Observation,2004-04-14,BICY,421,NA,26.2176,-81.0845,26.219,-81.0864,WGS84,314,Cell #AE06,"17N 2899785 E, 491558 N",UTM,WGS84,1,310,421,species,A,A,A
+Panicum virgatum,Switchgrass,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panivirg,Human Observation,2003-04-04,BICY,678,NA,26.079,-81.098,26.0769,-81.097,WGS84,314,Cell #AD21,"17N 2884432 E, 490194 N",UTM,WGS84,1,165,678,species,A,A,A
+Eupatorium mikanioides,"Semaphore eupatorium, Semaphore thoroughwort",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,eupamika,Human Observation,2002-10-29,BICY,291,NA,26.1255,-81.2857,26.1233,-81.2869,WGS84,314,Cell #K16,"17N 2889619 E, 471434 N",UTM,WGS84,1,210,291,species,A,A,A
+Pluchea rosea,Rosy camphorweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,plucrose,Human Observation,2003-02-26,BICY,590,NA,26.045,-81.1655,26.0428,-81.1655,WGS84,314,Cell #W25,"17N 2880675 E, 483442 N",UTM,WGS84,1,190,590,species,A,A,A
+Baccharis glomeruliflora,Silverling,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,baccglom,Human Observation,2003-05-02,BICY,512,NA,26.1068,-81.3197,26.1068,-81.3174,WGS84,314,Cell #H18,"17N 2887550 E, 468039 N",UTM,WGS84,1,100,512,species,A,A,A
+Thelypteris kunthii,Southern shield fern,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,thelkunt,Human Observation,2002-08-09,BICY,261,NA,26.1786,-81.0048,26.1769,-81.0032,WGS84,314,Cell #AM10,"17N 2895459 E, 499518 N",UTM,WGS84,1,145,261,species,A,A,A
+Pennisetum purpureum,"Napier grass, Elephantgrass",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,pennpurp,Human Observation,2002-11-08,BICY,288,NA,25.748,-80.9377,25.75,-80.9372,WGS84,314,Cell #AT58,"17N 2847783 E, 506247 N",UTM,WGS84,1,20,288,species,A,A,A
+Flaveria linearis,Narrowleaf yellowtops,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,flavline,Human Observation,2004-06-03,BICY,352,NA,26.0243,-81.0653,26.0258,-81.067,WGS84,314,Cell #AG27,"17N 2878374 E, 493467 N",UTM,WGS84,1,335,352,species,A,A,A
+Proserpinaca palustris,"Mermaid weed, Marsh mermaidweed",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,prospalu,Human Observation,2004-04-14,BICY,421,NA,26.2176,-81.0845,26.219,-81.0864,WGS84,314,Cell #AE06,"17N 2899785 E, 491558 N",UTM,WGS84,1,310,421,species,A,A,A
+Rhynchospora microcarpa,Southern beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynmicr2,Human Observation,2003-03-26,BICY,693,NA,25.6592,-81.0263,25.6585,-81.024,WGS84,314,Cell #AK68,"17N 2837939 E, 497357 N",UTM,WGS84,1,110,693,species,A,A,A
+Salix caroliniana,Coastal Plain willow,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,salicaro,Human Observation,2002-08-01,BICY,254,NA,26.1693,-81.2554,26.1694,-81.2578,WGS84,314,Cell #N11,"17N 2894454 E, 474478 N",UTM,WGS84,1,280,254,species,A,A,A
+Rhynchospora microcarpa,Southern beaksedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,rhynmicr2,Human Observation,2004-03-17,BICY,378,NA,26.186,-81.343,26.1854,-81.3406,WGS84,314,Cell #E09,"17N 2896326 E, 465728 N",UTM,WGS84,1,110,378,species,A,A,A
+Harrisella porrecta,Needleroot airplant orchid,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,harrporr,Human Observation,2003-04-16,BICY,660,NA,26.2547,-81.0622,26.2528,-81.0628,WGS84,314,Cell #AG02,"17N 2903897 E, 493787 N",UTM,WGS84,1,200,660,species,A,A,A
+Sabal palmetto,Cabbage palm,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,sabapalm,Human Observation,2004-06-02,BICY,355,NA,26.007,-81.0699,26.0092,-81.0692,WGS84,314,Cell #AG29,"17N 2876456 E, 493009 N",UTM,WGS84,1,30,355,species,A,A,A
+Eryngium baldwinii,Baldwin's eryngo,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,erynbald,Human Observation,2004-05-05,BICY,328,NA,26.2408,-81.0341,26.243,-81.0343,WGS84,314,Cell #AJ03,"17N 2902357 E, 496596 N",UTM,WGS84,1,0,328,species,A,A,A
+Epidendrum rigidum,Stiff-flower star orchid,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,epidrigi,Human Observation,2004-04-29,BICY,404,NA,25.8211,-81.0303,25.8192,-81.0318,WGS84,314,Cell #AJ50,"17N 2855868 E, 496959 N",UTM,WGS84,1,220,404,species,A,A,A
+Myrica cerifera,"Wax myrtle, Southern Bayberry",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,myriceri,Human Observation,2004-06-16,BICY,335,NA,26.2329,-81.0986,26.2331,-81.0962,WGS84,314,Cell #AD04,"17N 2901479 E, 490153 N",UTM,WGS84,1,90,335,species,A,A,A
+Fuirena breviseta,Saltmarsh umbrellasedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,fuirbrev,Human Observation,2003-03-04,BICY,560,NA,26.0296,-81.0943,26.0296,-81.0918,WGS84,314,Cell #AD27,"17N 2878960 E, 490566 N",UTM,WGS84,1,90,560,species,A,A,A
+Smilax laurifolia,"Catbrier, Laurel greenbrier, Bamboo vine",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,smillaur,Human Observation,2003-09-10,BICY,727,NA,26.2131,-81.3056,26.2133,-81.3069,WGS84,314,Cell #I06,"17N 2899315 E, 469471 N",UTM,WGS84,1,240,727,species,A,A,A
+Vitis rotundifolia,"Muscadine, Muscadine grape",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,vitirotu,Human Observation,2003-03-05,BICY,568,NA,26.0167,-81.1132,26.0165,-81.1107,WGS84,314,Cell #AB28,"17N 2877539 E, 488676 N",UTM,WGS84,1,95,568,species,A,A,A
+Hypericum tetrapetalum,Fourpetal St. John's-wort,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,hypetetr,Human Observation,2004-03-24,BICY,411,NA,26.22,-81.0859,26.2213,-81.0839,WGS84,314,Cell #AE05,"17N 2900049 E, 491423 N",UTM,WGS84,1,30,411,species,A,A,A
+Pluchea rosea,Rosy camphorweed,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,plucrose,Human Observation,2003-03-18,BICY,617,NA,25.9166,-81.1158,25.9143,-81.1156,WGS84,314,Cell #AB39,"17N 2866448 E, 488404 N",UTM,WGS84,1,185,617,species,A,A,A
+Aristida purpurascens,Arrowfeather threeawn,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,arispurp,Human Observation,2003-02-21,BICY,452,NA,26.0064,-80.9098,26.0048,-80.908,WGS84,314,Cell #AW29,"17N 2876396 E, 509026 N",UTM,WGS84,1,140,452,species,A,A,A
+Cyperus haspan,Haspan flatsedge,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,cypehasp,Human Observation,2002-10-31,BICY,276,NA,25.8982,-81.257,25.8975,-81.255,WGS84,314,Cell #N41,"17N 2864436 E, 474256 N",UTM,WGS84,1,110,276,species,A,A,A
+Bacopa caroliniana,"Lemon hyssop, Lemon bacopa, Blue waterhyssop",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,bacocaro,Human Observation,2003-05-15,BICY,643,NA,25.9071,-81.3325,25.9056,-81.3342,WGS84,314,Cell #F40,"17N 2865443 E, 466694 N",UTM,WGS84,1,230,643,species,A,A,A
+Tillandsia fasciculata var. densispica,"Stiff-leaved wild-pine, Cardinal airplant",Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,tillfascdens,Human Observation,2002-08-29,BICY,251,NA,25.784300000000002,-81.0757,25.7827,-81.0774,WGS84,314,Cell #AF54,"17N 2851797 E, 492406 N",UTM,WGS84,1,230,251,species,A,A,A
+Panicum rigidulum,Redtop panicum,Guide to the Vascular Plants of Florida. Second Edition. Richard P. Wunderlin and Bruce F. Hansen. 2003. University Press of Florida,panirigi,Human Observation,2002-05-22,BICY,213,NA,25.7595,-81.0428,25.7604,-81.0449,WGS84,314,Cell #AI56,"17N 2849056 E, 495705 N",UTM,WGS84,1,280,213,species,A,A,A
diff --git a/Untitled/BICY_Example/ProcessingWorkflow.png b/Untitled/BICY_Example/ProcessingWorkflow.png
new file mode 100644
index 0000000..b0023a0
Binary files /dev/null and b/Untitled/BICY_Example/ProcessingWorkflow.png differ
diff --git a/Untitled/Untitled.Rmd b/Untitled/Untitled.Rmd
new file mode 100644
index 0000000..e3cdc31
--- /dev/null
+++ b/Untitled/Untitled.Rmd
@@ -0,0 +1,594 @@
+---
+output:
+ word_document: default
+ pdf_document: default
+bibliography: references.bib
+csl: national-park-service-DRR.csl
+---
+
+```{=html}
+
+```
+```{r user_edited_parameters, include=FALSE}
+# The title of your DRR. Should all DRR start with "Data Release Report:"? Should we enforce titles specifically referencing the data package(s) the Report is about?
+title <- "Sample DRR Title"
+
+# Optional and should only be included if publishing to the semi-official DRR series. Contact Joe if you are. If not, leave as NULL
+report_number <- ": get this number from Joe DeVivo"
+
+# This should match the Data Store Reference ID for this DRR. Eventually we should be able to pull this directly from the data package metadata.
+
+drr_ds_ref_id <- "0000000"
+
+#Author names and affiliations:
+
+#One way to think of the author information is that you are building a table:
+
+# Author | Affiliation | ORCID
+# Jane | Institute 1 | 0000-1111-2222-3333
+# Jane | Institute 2 | 0000-1111-2222-3333
+# John | Institute 2 | NA
+
+#once the table is built, authors can be associated with the appropriate institute via relevant superscripts and the institutes can be listed only once in the DRR.
+
+# list the authors. If an author has multiple institutional affiliations, you must list the author multiple times. In this example, Jane Doe is listed twice because she has two affiliations.
+author_names <- c(
+ "Jane Doe",
+ "Jane Doe",
+ "John Doe"
+)
+
+# List author affiliations. The order of author affiliations must match the order of the authors in author_namess. If an author has multiple affiliations, the author must be listed 2 (or more) times under author_names (above) and each affiliation should be listed in order. If authors share the same affiliation, the affiliation should be listed once for each author. In this case, Managed Business Solutions (MBS) is listed twice because it is associated with two authors. MBS will only print to the DRR once.
+
+#Note that the entirety of each affiliation is enclosed in quotations. Do not worry about indentation or word wrapping.
+author_affiliations <- c(
+ "NPS Inventory and Monitoring Division, 1201 Oakridge Dr., Suite 150, Fort Collins, Colorado",
+
+ "Managed Business Solutions (MBS), a Sealaska Company, Contractor to the National Park Service, Natural Resource Stewardship and Science Directorate, 1201 Oakridge Dr., Suite 150, Fort Collins, Colorado",
+
+ "Managed Business Solutions (MBS), a Sealaska Company, Contractor to the National Park Service, Natural Resource Stewardship and Science Directorate, 1201 Oakridge Dr., Suite 150, Fort Collins, Colorado"
+)
+
+# List the ORCID iDs for each author in the format "(xxxx-xxxx-xxxx-xxxx)". If an author does not have an ORCID iD, specify NA (no quotes). If an author is listed more than once (for instance because they have multiple institutional affiliations), the ORCID iD must also be listed more than once. For more information on ORCID iDs and to register an ORCID iD, see https://www.orcid.org.
+
+# The order of the ORCID iDs must match the order of authors in author_names. In this example, Jane Doe has an ORCID iD but John Doe does not. Jane's ORCID iD is listed twice because she her name is listed twice in author_names (because she has two author_affiliations).
+author_orcid <- c(
+ "(0000-1111-2222-3333)", "(0000-1111-2222-3333)", NA
+ )
+
+# Replace the text below with your abstract.
+drr_abstract <- "Abstract Should go here. Multiple Lines are okay; it'll format correctly. Pay careful attention to non-standard characters, line breaks ( ), carriage returns, and curly-quotes. You may find it useful to write the abstract in NotePad++ or some other text editor and not a word processor (such as Microsoft Word).\n\n
+
+Note that if you need multiple paragraphs or line breaks you can generate them using a combination of backslashes and n's. \n\n
+
+The abstract should succinctly describe the study, the assay(s) performed, the resulting data, and their reuse potential, but should not make any claims regarding new scientific findings. No references are allowed in this section."
+
+# DataStore reference ID for the data package associated with this report. You must have at least one data package.Eventually, we will automate importing much of this information from metadata.
+data_package_ref_id <- c(9999999)
+
+# Must match title in DataStore and metadata
+data_package_title <- "Data Package Title"
+
+# Must match descriptions in the data package metadata
+data_package_description <- "Short title for data package1"
+
+# generates your data package DOI based on the data package DataStore reference ID. This is different from the DRR DOI! No need to edit this.
+data_package_doi <- paste0("https://doi.org/10.57830/", data_package_ref_id)
+
+# list the file names in your data package. Do NOT include metadata files.
+data_package_file_names <- c(
+ "my_data.csv",
+ "my_data2.csv"
+)
+
+# list the approximate size of each data file. Make sure the order corresponds to the order of of the file names in data_package_file_names
+data_package_file_sizes <- c("0.8 MB", "10 GB")
+
+# list a short, one-line description of each data file. Descriptions must be in the same order as the filenames.
+data_package_file_descript <- c(
+ "This is a short description of my_data.csv (a good guideline is 10 words or less).",
+ "This is a short description of my_data2.csv.")
+```
+
+```{r setup_do_not_edit, include=FALSE}
+r_packages <- c("markdown",
+ "rmarkdown",
+ "pander",
+ "knitr",
+ "yaml",
+ "kableExtra",
+ "devtools",
+ "tidyverse",
+ "here")
+
+inst <- r_packages %in% installed.packages()
+if (length(r_packages[!inst]) > 0) {
+ install.packages(r_packages[!inst], dep = TRUE, repos = "https://cloud.r-project.org")
+}
+lapply(r_packages, library, character.only = TRUE)
+
+devtools::install_github("EmilyMarkowitz-NOAA/NMFSReports")
+library(NMFSReports)
+devtools::install_github("nationalparkservice/QCkit")
+library(QCkit)
+```
+
+*`r (paste0("https://doi.org/10.38750/", drr_ds_ref_id))`*
+
+```{r title_do_not_edit, echo=FALSE, results="asis"}
+date <- format(Sys.time(), "%d %B, %Y")
+cat("#", title, "\n")
+if (!is.null(report_number)) {
+ subtitle <- paste0("Data Release Report ", report_number)
+ cat("###", subtitle)
+}
+```
+
+```{r authors_do_not_edit, echo=FALSE, results="asis"}
+author_list <- data.frame(author_names, author_affiliations, author_orcid)
+unique_authors <- author_list %>% distinct(author_names,
+ .keep_all = TRUE)
+unique_affiliation <- author_list %>% distinct(author_affiliations,
+ .keep_all = TRUE)
+
+#single author documents:
+if(length(seq_along(unique_authors$author_names)) == 1){
+
+ for (i in seq_along(unique_authors$author_names)) {
+ curr <- unique_authors[i, ]
+
+ #find all author affiliations
+ aff <- author_list[which(author_names == curr$author_names),]
+ aff <- aff$author_affiliations
+
+ #identify order of affiliation(s) in a unique list of affiliations
+ #build the superscripts for author affiliations
+ super_script <- unique_affiliation$author_affiliations %in% aff
+ super <- which(super_script == TRUE)
+ script <- super
+
+ if(length(seq_along(super)) > 1){
+ script <- NULL
+ j <- 1
+ while(j < length(seq_along(super))){
+ script <- append(script, paste0(super[j],","))
+ j <- j+1
+ }
+ if(j == length(seq_along(super))){
+ script <- append(script, super[j])
+ }
+ }
+ }
+ cat("#### ", curr$author_names, sep="")
+ if (is.na(curr$author_orcidD)) {
+ }
+ if (!is.na(curr$author_orcid)) {
+ orc <- paste0(" ", curr$author_orcid, "")
+ cat({{ orc }})
+ }
+ cat(" ^",script,"^", " ", " ", sep="")
+
+ #cat("#### ", unique_authors$author_names, "^1^", sep="")
+ #if(!is.na(author_orcid)){
+ # orc <- paste0(" https://orcid.org/", unique_authors$author_orcid)
+ # cat({{ orc }}, "\n")
+ #}
+ #cat("#### ", unique_authors$author_affiliations, sep="")
+}
+
+#multi author documents:
+if(length(seq_along(unique_authors$author_names)) > 1){
+ for (i in seq_along(unique_authors$author_names)) {
+ curr <- unique_authors[i, ]
+
+ #find all author affiliations
+ aff <- author_list[which(author_names == curr$author_names),]
+ aff <- aff$author_affiliations
+
+ #identify order of affiliation(s) in a unique list of affiliations
+ #build the superscripts for author affiliations
+ super_script <- unique_affiliation$author_affiliations %in% aff
+ super <- which(super_script == TRUE)
+ script <- super
+
+ if(length(seq_along(super)) > 1){
+ script <- NULL
+ j <- 1
+ while(j < length(seq_along(super))){
+ script <- append(script, paste0(super[j],","))
+ j <- j+1
+ }
+ if(j == length(seq_along(super))){
+ script <- append(script, super[j])
+ }
+ }
+
+ # if NOT the second-to-last author:
+ if(i < (length(seq_along(unique_authors$author_names)) - 1)){
+ cat("#### ", curr$author_names, " ", sep="")
+ if (is.na(curr$author_orcid)) {
+ }
+ if (!is.na(curr$author_orcidD)) {
+ orc <- paste0(" ", curr$author_orcid, " ")
+ cat({{ orc }})
+ }
+ cat( " ^", script, "^", ", ", " ", sep = "")
+ }
+
+ # if IS the second-to-last author
+ if(i == (length(seq_along(unique_authors$author_names)) - 1)){
+
+ #if 3 or more authors, include a comma before the "and":
+ if(length(seq_along(unique_authors$author_names)) > 2){
+ cat(curr$author_names, sep="")
+ if (is.na(curr$author_orcid)) {
+ }
+ if (!is.na(curr$author_orcid)) {
+ orc <- paste0(" ", curr$author_orcid, " ")
+ cat({{ orc }})
+ }
+ cat(" ^",script,"^", ", ", sep="")
+ cat("and ", sep="")
+ }
+
+ #If only 2 authors, omit comma before "and":
+ if(length(seq_along(unique_authors$author_names)) == 2){
+ cat("#### ", curr$author_names, sep="")
+ if (is.na(curr$author_orcid)) {
+ }
+ if (!is.na(curr$author_orcid)) {
+ orc <- paste0(" ", curr$author_orcid, " ")
+ cat({{ orc }})
+ }
+ cat(" ^",script,"^ ", sep = "")
+ cat("and ", sep="")
+ }
+ }
+
+ # if IS the Last author :
+ if(i == length(seq_along(unique_authors$author_namess))){
+ cat(curr$author_names, sep="")
+ if (is.na(curr$author_orcid)) {
+ }
+ if (!is.na(curr$author_orcid)) {
+ orc <- paste0(" ", curr$author_orcid, " ")
+ cat({{ orc }})
+ }
+ cat(" ^", script, "^", sep = "")
+ }
+ }
+}
+cat("\n\n")
+for(i in 1:nrow(unique_affiliation)){
+ cat("^",i,"^ ", unique_affiliation[i,2], "\n\n", sep="")
+ }
+```
+
+# Abstract
+
+`r drr_abstract`
+
+
+
+# Acknowledgements (optional)
+
+The Acknowledgements should contain text acknowledging non-author contributors. Acknowledgements should be brief, and should not include thanks to anonymous referees and editors or effusive comments. Grant or contribution numbers may be acknowledged.
+
+# Using citations in this document:
+
+To automate citations, add the citation to in bibtex format to the file "references.bib". You can manually copy and paste the bibtex for each reference in, or you can search for it from within Rstudio. From within Rstudio, make sure you are editing this document using the "Visual" view (as opposed to "Source"). From the "Insert" drop-down menu, select "\@ Citation..." (shortcut: Cntrl-Shift-F8). This will open a tool where you can view all the citations in your reference.bib file as well as search multiple databases for references, automatically insert the bibtex for the reference into your references.bib file (and customize the unique identifier if you'd like) and insert the in-text citation into the DRR template.
+
+Once a reference is in your references.bib file, from within this template you can simply type the '\@' symbol and select which reference to insert in the text.
+
+If you need to edit how the citation is displayed after inserting it into the text, switch back to the "Source" view. Each bibtex citation should start with a unique identifier; the example reference in the supplied references.bib file has the unique identifier "\@article{Scott1994,". Using the "Source" view in Rstudio, insert the reference in your text, by combining the "at" symbol with the portion of the unique identifier after the curly bracket: @Scott1994 . You can put a citation in parentheses using square brackets: [@Scott1994]. This will be rendered as (Scott, et al. 1994) in text. You can add multiple authors works a single parenthetical citation by separating them with a semi-colon. You can suppress the author and cite just the year by using a - symbol before the \@ : [-@Scott1994].
+
+If you would like to format your citations manually, please feel free to do that instead. Make sure to examine the References section for examples of how to manually format each citation type.
+
+# Data Records (required)
+
+## Data Inputs (optional)
+
+If the data package being described was generated based on one or more pre-existing datasets, cite those datasets here.
+
+## Summary of Datasets Created (required)
+
+The Data Records section should be used to explain each data record associated with this work (for instance, a data package), including the DOI indicating where this information is stored, and provide an overview of the data files and their formats. Each external data record should be cited. Below is some sample text:
+
+This DRR describes the data package *`r data_package_title`* which contains a metadata file and `r length(data_package_file_names)` data files. These data were compiled and processed for dissemination by the National Park Service Inventory and Monitoring Division (IMD) and are available at `r data_package_doi` (see Table 1).
+
+```{r file_table_do_not_edit, echo=FALSE}
+filelist <- data.frame(data_package_file_names, data_package_file_sizes, data_package_file_descript)
+
+knitr::kable(filelist, caption = paste0("**Table 1. ", data_package_title, ": List of data files.**"), col.names = c("**File Name**", "**Size**", "**Description**"), format = "pandoc")
+```
+
+See Appendix for additional notes and examples.
+
+# Data Quality Evaluation (required)
+
+The Data Quality Evaluation section should present any analyses that are needed to support the technical quality of the dataset. This section may be supported by figures and tables, as needed. *This is a required section*; authors must provide information to justify the reliability of their data. Wherever possible & appropriate, data quality evaluation should be presented in the context of data standards and quality control procedures as prescribed in the project's quality assurance planning documentation.
+
+**Required elements for this section**
+
+*Required Table*
+
+```{r data_acceptance_criteria, echo = FALSE, eval = TRUE}
+# To turn off, set eval=FALSE.
+# Generates a table of acceptance criteria for each of the data quality fields in your data package. Mitigations taken when data did not meet the acceptance criteria should be described textually in the Data Quality Evaluation section.
+
+# Specify which columns in your data package are data quality fields in the data_quality_fields variable. In the example below, data quality fields/columns in the data package are listed in the format [FieldName]_flag. These data quality fields relate to the respective temporal, taxonomic, and geographic data.
+
+data_quality_fields <- c(
+ "eventDate_flag",
+ "scientificName_flag",
+ "coordinate_flag"
+ )
+
+# Brief description of the acceptance criteria for each respective data quality field. The order of the acceptance criteria must match the order of the data quality fields.
+
+data_quality_acceptance_criteria <- c(
+ "Sampling event date within the start and end dates of the project",
+ "Taxon exists within Integrated Taxonomic Information System and GBIF",
+ "Sampling location is within the park unit boundaries"
+ )
+
+data_criteria <- data.frame(data_quality_fields =
+ str_remove(data_quality_fields, "_flag"),
+ data_quality_acceptance_criteria)
+
+data_criteria %>%
+ NMFSReports::format_cells(1:3, 1, "bold") %>%
+ knitr::kable(caption = "**Table 2. Acceptance criteria for data evaluated.**",
+ col.names=c("**Field**",
+ "**Acceptance Criteria**"),
+ format="pandoc",
+ align = 'c')
+
+```
+
+```{r data_column_flagging, echo=FALSE, eval=TRUE}
+# To turn off, set eval=FALSE.
+# Generates a table summarizing QC at the column level within each file. All flagged columns are included. To add additional non-flagged columns, specify them with column names: cols=("my_unflagged_data1", "my_unflagged_data2)" or numbers: cols=c(1:4). All non-missing data in unflagged columns is assumed accepted. If a file has no flagged columns and no specified custom columns, all values for that data file will be listed as "NA".
+
+#set directory to the location of your data package:
+dc_flags <- QCkit::get_custom_flags(here::here("Untitled",
+ "BICY_Example"),
+ output="columns")
+dc_flags$`File Name` <- gsub(".csv", "", dc_flags$`File Name`)
+
+
+colnames(dc_flags)[2]<-paste0("Measure", "^1^")
+colnames(dc_flags)[4]<-paste0("A", "^2^")
+colnames(dc_flags)[8]<-paste0("% Accepted", "^3^")
+
+file_names <- NULL
+if (length(seq_along(unique(dc_flags$`File Name`))) < 2) {
+ file_names <- 1
+ dc_flags <- dc_flags[,-1]
+}
+
+#Generate the table:
+dc_flags %>%
+ knitr::kable(
+ caption = '**Table 3: Summary of data quality flags for each column [A – Accepted; AE – Accepted but Estimated; P – Provisional; R – Rejected.]**',
+ format = "pandoc",
+ digits = 2,
+ align = 'c',
+ col.names = if (is.null(file_names)) {
+ c("**File Name**", "**Measure^1^**", "**Number of Records**",
+ "**A^2^**", "**AE**", "**R**", "**P**", "**% Accepted^3^**")
+ } else {
+ c( "**Measure^1^**", "**Number of Records**", "**A^2^**", "**AE**",
+ "**R**", "**P**", "**% Accepted^3^**")
+ }) %>%
+kableExtra::add_footnote(
+ c(" The '_flag' suffix has been omitted from column names for brevity.",
+ " All non-missing data in specified unflagged columns are considered accepted.",
+ " % Accepted is calculated as the number of accepted (where A and AE are both considered accepted) divided by the total number of observations (including any missing observations)."),
+ notation = "number"
+ )
+
+```
+
+```{r data_package_flagging, echo=FALSE, eval=TRUE}
+# To turn off, set eval=FALSE.
+# Generates a table summarizing data quality across all flagged columns of each data file. To add additional non-flagged columns, specify them with column names: cols=("my_unflagged_data1", "my_unflagged_data2)" or numbers: cols=c(1:4). All non-missing data in unflagged columns is assumed accepted. If a file has no flagged columns and no specified custom columns, all values for that data file will be listed as "NA".
+
+#set directory to the location of your data package
+dp_flags <- get_custom_flags(directory = here::here("Untitled", "BICY_Example"), output="files")
+
+#generate table:
+dp_flags %>%
+ kableExtra::kbl(caption = '**Table 4: Summary of data quality flags for the data package [A – Accepted; AE – Accepted but Estimated; P – Provisional; R – Rejected.]**',
+ format = "pandoc",
+ col.names = c("**File Name**", "**A^1^**", "**AE**", "**R**", "**P**", "**% Accepted^2^**"),
+ digits=2,
+ align = 'c') %>%
+ kableExtra::add_footnote(c(" All non-missing data in specified unflagged columns are considered accepted.",
+ " % Accepted is calculated as the number of accepted (where A and AE are both considered accepted) divided by the total number of observations (including any missing observations)."), notation = "number")
+```
+
+Possible content **strongly Suggested to Include**
+
+- Occurrence rates or patterns in data that do not meet established standards or data quality objectives.
+
+Possible content **may include:**
+
+- experiments that support or validate the data-collection procedure(s) (e.g. negative controls, or an analysis of standards to confirm measurement linearity)
+- statistical analyses of experimental error and variation
+- general discussions of any procedures used to ensure reliable and unbiased data production, such as chain of custody procedures, blinding and randomization, sample tracking systems, etc.
+- any other information needed for assessment of technical rigor by reviewers/users
+
+Generally, this **should not include:**
+
+- follow-up experiments aimed at testing or supporting an interpretation of the data
+- statistical hypothesis testing (e.g. tests of statistical significance, identifying deferentially expressed genes, trend analysis, etc.)
+- exploratory computational analyses like clustering and annotation enrichment (e.g. GO analysis).
+
+*Stock Text to include:*
+
+The data within the data records listed above have been reviewed by staff in the NPS Inventory and Monitoring Division to ensure accuracy, completeness, and consistency with documented data quality standards, as well as for usability and reproducibility (Table 3). Of the data that were evaluated for quality, XX.X% of fields in this data package met data quality standards. The *`r data_package_title`* is suitable for its intended use as of the date of processing (`r Sys.Date()`).
+
+# Usage Notes (required)
+
+The Usage Notes should contain brief instructions to assist other researchers with reuse of the data. This may include discussion of software packages (with appropriate citations) that are suitable for analysing the assay data files, suggested downstream processing steps (e.g. normalization, etc.), or tips for integrating or comparing the data records with other datasets. Authors are encouraged to provide code, programs or data-processing workflows if they may help others understand or use the data.
+
+For studies involving privacy or safety controls on public access to the data, this section should describe in detail these controls, including how authors can apply to access the data, what criteria will be used to determine who may access the data, and any limitations on data use.
+
+## Acquiring the Data Package
+
+This data package is available for download from the NPS DataStore at `r data_package_doi` and can be directly imported into R data frames using the NPSutils package [@bakerNPSutils2023] and the following code:
+
+```{r acquisition_code_do_not_edit, echo = FALSE, results = 'asis'}
+cat(paste0("```\ndevtools::install_github('nationalparkservice/NPSutils')\nNPSutils::get_data_packages(", data_package_ref_id, ")\ndat <- NPSutils::load_data_package(", data_package_ref_id, ")\nlist2env(dat, envir = .GlobalEnv)\n```"))
+```
+
+# Methods
+
+Ideally these methods are identical to the methods listed in the metadata accompanying the data package that the DRR describes. Future versions of this template will pull directly from metadata.
+
+The Methods should cite previous methods under use but also be detailed enough describing data production including experimental design, data acquisition assays, and any computational processing (e.g. normalization, image feature extraction) such that others can understand the methods and processing steps without referring to associated publications. Cite and link to the DataStore reference for the protocol for detailed methods sufficient for reproducing the experiment or observational study. Related methods should be grouped under corresponding subheadings where possible, and methods should be described in enough detail to allow other researchers to interpret the full study.
+
+Specific data inputs and outputs should be explicitly cited in the text and included in the References section below, following the same [Chicago Manual of Style author-date format](https://www.chicagomanualofstyle.org/tools_citationguide/citation-guide-2.html) in text. See the [USGS data citation guidelines](https://www.usgs.gov/data-management/data-citation) for examples of how to cite data in text and in the References section.
+
+Authors are encouraged to consider creating a figure that outlines the experimental workflow(s) used to generate and analyse the data output(s) (Figure 1).
+
+```{r figure1, echo=FALSE, fig.cap="Example general workflow to include in the methods section."}
+knitr::include_graphics(here::here("Untitled",
+ "BICY_Example",
+ "ProcessingWorkflow.png"))
+```
+
+## Data Collection and Sample Processing Methods (optional)
+
+Include a description of field methods and sample processing
+
+## Additional Data Sources (optional)
+
+Provide descriptions (with citations) of other data sources used.
+
+## Data Processing (required if done)
+
+Summarize process and results of any QC processes done that manipulate, change, or qualify data. You may wish to cite the R package, QCkit [@bakerQCkit2024] if you used any of the functions therein.
+
+## Code Availability (required)
+
+For all studies using custom code in the generation or processing of datasets, a statement must be included indicating whether and how the code can be accessed and any restrictions to access. This section should also include information on the versions of any software used, if relevant, and any specific variables or parameters used to generate, test, or process the current dataset. Actual analytical code should be provided in Appendices (or as a citation to a DataStore reference). You may wish to cite the NPSdataverse [@bakerNPSdataverse2024], QCkit [@bakerQCkit2024], EMLeditor [ @bakerEMLeditor2024a], DPchecker [@bakerDPchecker2024] or NPSutils [@bakerNPSutils2023]. For best practices on how to upload any custom code to DataStore, see the Data Publication SharePoint cite under ["Citing Supporting Code"](https://doimspp.sharepoint.com/sites/nps-nrss-imdiv/data-publication/SitePages/Documenting-Code.aspx).
+
+# References (required)
+
+Provide sufficient information to locate the resource. If the citation has a DOI, include the DOI at the end of the citation, including the prefix. If you are citing documents that have unregistered DOIs (such as a data package that you are working on concurrently) still include the DOI. Electronic resources data and data services or web sites should include the date they were accessed. Keep the following line of code if you would like to automate generating and formatting references:
+
+::: {#refs}
+:::
+
+If you would like to manually format your references, delete the preceding two lines and use the following examples instead: Include bibliographic information for any works cited (including the data package the DRR is describing) in the above sections, using the standard *NPS NR Publication Series* referencing style.
+
+See the following examples:
+
+## Agency, Company, etc. as Author Examples
+
+Fung Associates Inc. and SWCA Environmental Consultants. 2010. Assessment of natural resources and watershed conditions for Kalaupapa National Historical Park. Natural Resource Report. NPS/NPRC/WRD/NRR—2010/261. National Park Service, Fort Collins, Colorado.
+
+Greater Yellowstone Whitebark Pine Monitoring Working Group. 2014. Monitoring whitebark pine in the Greater Yellowstone Ecosystem: 2013 annual report. Natural Resource Data Series. NPS/GRYN/NRDS—2014/631. National Park Service. Fort Collins, Colorado.
+
+National Park Service (NPS). 2016. State of the park report for Zion National Park. State of the Park Reports. No. 23. National Park Service. Washington, District of Columbia.
+
+U.S. Forest Service (USFS). 1993. ECOMAP. National hierarchical framework of ecological units. U. S. Forest Service, Washington, D.C.
+
+## Traditional Journal Article Examples
+
+Bradbury, J. W., S. L. Vehrencamp, K. E. Clifton, and L. M. Clifton. 1996. The relationship between bite rate and local forage abundance in wild Thompson’s gazelles. Ecology 77:2237–2255.
+
+Oakley, K. L., L. P. Thomas, and S. G. Fancy. 2003. Guidelines for long-term monitoring protocols. Wildlife Society Bulletin 31(4):1000–1003.
+
+Sawaya, M. A., T. K. Ruth, S. Creel, J. J. Rotella, J. B. Stetz, H. B. Quigley, and S. T. Kalinowski. 2011. Evaluation of noninvasive genetic sampling methods for cougars in Yellowstone National Park. The Journal of Wildlife Management 75(3):612–622.
+
+## Book Example
+
+Harvill, A. M., Jr., T. R. Bradley, C. E. Stevens, T. F. Wieboldt, D. M. E. Ware, D. W. Ogle, and G. W. Ramsey. 1992. Atlas of the Virginia flora, third edition. Virginia Botanical Associates, Farmville, Virginia.
+
+## Book Chapter Examples
+
+McCauly, E. 1984. The estimation of abundance and biomass of zooplankton in samples. Pages 228–265 in J. A. Dowling and F. H. Rigler, editors. A manual on methods for the assessment of secondary productivity in fresh waters. Blackwell Scientific, Oxford, UK.
+
+Watson, P. J. 2004. Of caves and shell mounds in west-central Kentucky. Pages 159–164 in Of caves and shell mounds. The University of Alabama Press, Tuscaloosa, Alabama.
+
+## Published Report Examples
+
+Bass, S., R. E. Gallipeau, Jr., M. Van Stappen, J. Kumer, M. Wessner, S. Petersburg, L. L. Hays, J. Milstone, M. Soukup, M. Fletcher, L. G. Adams, and others. 1988. Highlights of natural resource management 1987. National Park Service, Denver, Colorado.
+
+Holthausen, R. S., M. G. Raphael, K. S. McKelvey, E. D. Forsman, E. E. Starkey, and D. E. Seaman. 1994. The contribution of federal and nonfederal habitats to the persistence of the northern spotted owl on the Olympic Peninsula, Washington. General Technical Report PNW–GTR–352. U.S. Forest Service, Corvallis, Oregon.
+
+Jackson, L. L., and L. P. Gough. 1991. Seasonal and spatial biogeochemical trends for chaparral vegetation and soil geochemistry in the Santa Monica Mountains National Recreation Area. U.S. Geological Survey, Denver. Open File Report 91–0005.
+
+## Unpublished Report Examples
+
+Conant, B., and J. I. Hodges. 1995. Western brant population estimates. U.S. Fish and Wildlife Service Unpublished Report, Juneau, Alaska.
+
+Conant, B., and J. F. Voelzer. 2001. Winter waterfowl survey: Mexico west coast and Baja California. U.S. Fish and Wildlife Service Unpublished Report, Juneau, Alaska.
+
+## Thesis/Dissertation Examples
+
+Diong, C. H. 1982. Population and biology of the feral pig (Sus scrofa L) in Kipahulu Valley, Mau’i. Dissertation. University of Hawai’i, Honolulu, Hawai’i.
+
+McTigue, K. M. 1992. Nutrient pulses and herbivory: Integrative control of primary producers in lakes. Thesis. University of Wisconsin, Madison, Wisconsin.
+
+## Conference Proceedings Examples
+
+Gunther, K. A. 1994. Changing problems in bear management: Yellowstone National Park twenty-plus years after the dumps. Ninth International Conference on Bear Research and Management. Missoula, MT, International Association for Bear Research and Management, Bozeman, Montana, February 1992:549–560.
+
+Webb, J. R., and J. N. Galloway. 1991. Potential acidification of streams in Mid-Appalachian Highlands: A problem with generalized assessments. Southern Appalachian Man and Biosphere Conference. Gatlinburg, Tennessee.
+
+## General Internet Examples
+
+Colorado Native Plant Society. 2016. Colorado Native Plant Society website. Available at: (accessed 07 March 2016).
+
+National Park Service (NPS). 2016a. IRMA Portal (Integrated Resource Management Applications) website. Available at: (accessed 07 March 2016).
+
+National Park Service (NPS). 2016b. Natural Resource Publications Management website. Available at: (accessed 07 March 2016).
+
+United Sates Fish and Wildlife Service (USFWS). 2016. Endangered Species website. Available at: (accessed 07 March 2016).
+
+## Online Data Warehouse Sites (sites that allow you see and download data from multiple sources)
+
+National Oceanographic and Atmospheric Association (NOAA). 2016. NOAA National Climatic Data Center website. Available at: (accessed 07 March 2016).
+
+Environmental Protection Agency (EPA). 2016. Storage and Retrieval Data Warehouse website (STORET). Available at: (accessed 07 March 2016).
+
+National Park Service (NPS). 2016c. NPScape Landscape Dynamics Metric Viewer website. Available at: (accessed 07 March 2016).
+
+National Park Service (NPS). 2016d. NPSpecies online application. Available at: (accessed 07 March 2016).
+
+United States Geologic Survey (USGS). 2016. BioData - Aquatic Bioassessment Data for the Nation. Available at: (accessed 07 March 2016).
+
+# Appendix A. Code Listing
+
+In most cases, Code listing is not required. If all QA/QC and data manipulations were performed elsewhere, you should cite that code in the methods (and leave the "Listing" code chunk as the default settings: eval=FALSE and echo=FALSE). If you have developed custom scripts, you can add those to DataStore with the reference type "Script" and cite them in the DRR. Some people have developed code to perform QA/QC or data manipulation within the DRR itself. In that case, you must set the "Listing" code chunk to eval=TRUE and echo=TRUE to fully document the QA/QC process.
+
+```{r listing, ref.label=knitr::all_labels(), echo=TRUE, eval=TRUE}
+
+```
+
+\pagebreak
+
+# Appendix B. Session and Version Information
+
+In most cases you do not need to report session info (leave the "session-info" code chunk parameters in their default state: eval=FALSE). Session and version information is only necessary if you have set the "Listing" code chunk to eval=TRUE in appendix A. In that case, change the "session-info" code chunk parameters to eval=TRUE.
+
+```{r session_info, eval=TRUE, echo=FALSE, cache=FALSE}
+sessionInfo()
+Sys.time()
+```
diff --git a/Untitled/Untitled.docx b/Untitled/Untitled.docx
new file mode 100644
index 0000000..7a73c6e
Binary files /dev/null and b/Untitled/Untitled.docx differ
diff --git a/Untitled/national-park-service-DRR.csl b/Untitled/national-park-service-DRR.csl
new file mode 100644
index 0000000..47a8d46
--- /dev/null
+++ b/Untitled/national-park-service-DRR.csl
@@ -0,0 +1,189 @@
+
+
diff --git a/Untitled/references.bib b/Untitled/references.bib
new file mode 100644
index 0000000..aa9b3e9
--- /dev/null
+++ b/Untitled/references.bib
@@ -0,0 +1,53 @@
+@article{Scott1994,
+ title={EXAMPLE CITATION: Standard techniques for inventory and monitoring},
+ author={Scott, NJ and Crump, ML and Zimmerman, BL and Jaeger, RG and Inger, RF and Corn, PS and Woodward, BD and Dodd, CK and Scott, DE and Shaffer, HB and others},
+ journal={Measuring and monitoring biological diversity: Standard methods for amphibians},
+ year={1994},
+ publisher={Smithsonian Institution Press}
+}
+
+
+@article{bakerQCkit2024,
+ title = {QCkit v0.1.4},
+ author = {Baker, Robert and Issac, Quevedo and Patterson, Judd},
+ year = {2024},
+ date = {2024},
+ doi = {10.57830/2302397},
+ url = {https://irma.nps.gov/DataStore/Reference/Profile/2302397}
+}
+
+@article{bakerNPSutils2023,
+ title = {NPSutils: A collection of functions to read information from the NPS DataStore v0.3.0},
+ author = {Baker, Robert L. and DeVivo, Joseph and Patterson, Judd},
+ year = {2023},
+ date = {2023},
+ doi = {10.57830/2300651},
+ url = {https://irma.nps.gov/DataStore/Reference/Profile/2300651}
+}
+
+@article{bakerNPSdataverse2024,
+ title = {NPSdataverse v0.0.2},
+ author = {Baker, Robert and Judd, Patterson and DeVivo, Joe},
+ year = {2024},
+ date = {2024},
+ doi = {10.57830/2301980},
+ url = {https://irma.nps.gov/DataStore/Reference/Profile/2301980}
+}
+
+@article{bakerEMLeditor2024a,
+ title = {EMLeditor v0.1.3},
+ author = {Baker, Robert and Patterson, Judd},
+ year = {2024},
+ date = {2024},
+ doi = {10.57830/2302193},
+ url = {https://irma.nps.gov/DataStore/Reference/Profile/2302193}
+}
+
+@article{bakerDPchecker2024,
+ title = {DPchecker v0.3.4},
+ author = {Baker, Robert and Wright, Sarah},
+ year = {2024},
+ date = {2024},
+ doi = {10.57830/2302400},
+ url = {https://irma.nps.gov/DataStore/Reference/Profile/2302400}
+}
diff --git a/docs/404.html b/docs/404.html
index d8b26ab..71bccbf 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -10,7 +10,7 @@
-
+
License • EMLeditorLicense • EMLeditorSkip to contents
-