Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Complete_plants Dataset #100

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 50 additions & 53 deletions scripts/plant_taxonomy_us.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,52 @@
{
"citation": "USDA, NRCS. 2017. The PLANTS Database (http://plants.usda.gov, DATEOFDOWNLOAD). National Plant Data Team, Greensboro, NC 27401-4901 USA.",
"description": "Plant taxonomy data for the United States from the USDA plants website",
"homepage": "http://plants.usda.gov",
"keywords": [
"plants",
"taxonomy"
],
"name": "plant-taxonomy-us",
"resources": [
{
"dialect": {
"do_not_bulk_insert": "True"
},
"name": "PlantTaxonomy",
"schema": {
"fields": [
{
"name": "record_id",
"type": "pk-auto"
},
{
"name": "symbol",
"size": "7",
"type": "char"
},
{
"name": "synonym_symbol",
"size": "7",
"type": "char"
},
{
"name": "scientific_name",
"type": "char"
},
{
"name": "common_name",
"size": "50",
"type": "char"
},
{
"name": "family",
"size": "30",
"type": "char"
}
]
},
"url": "http://plants.usda.gov/java/downloadData?fileName=plantlst.txt&static=true"
}
],
"retriever": "True",
"retriever_minimum_version": "2.0.dev",
"title": "USDA plant list - taxonomy for US plant species",
"version": "1.1.3"
"citation": "USDA, NRCS. 2017. The PLANTS Database (http://plants.usda.gov, DATEOFDOWNLOAD). National Plant Data Team, Greensboro, NC 27401-4901 USA.",
"description": "Plant taxonomy data for the United States from the USDA plants website",
"homepage": "http://plants.usda.gov",
"keywords": ["plants", "taxonomy"],
"name": "plant-taxonomy-us",
"resources": [
{
"dialect": {
"do_not_bulk_insert": "True"
},
"name": "PlantTaxonomy",
"schema": {
"fields": [
{
"name": "record_id",
"type": "pk-auto"
},
{
"name": "symbol",
"size": "7",
"type": "char"
},
{
"name": "synonym_symbol",
"size": "7",
"type": "char"
},
{
"name": "scientific_name",
"type": "char"
},
{
"name": "common_name",
"size": "50",
"type": "char"
},
{
"name": "family",
"size": "30",
"type": "char"
}
]
},
"url": "https://www.plants.usda.gov/Data/plantlst.txt"
}
],
"retriever": "True",
"retriever_minimum_version": "2.1.0",
"title": "USDA plant list - taxonomy for US plant species",
"version": "1.1.4"
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ phytoplankton_size.json,1.2.1
plant_comp_ok.json,1.2.2
plant_life_hist_eu.py,1.4.4
plant_occur_oosting.json,1.2.1
plant_taxonomy_us.json,1.1.3
plant_taxanomy_us.json,1.1.4
poker_hands.json,1.2.2
portal.json,1.2.1
portal_dev.json,1.0.4
Expand Down