From 3456b0263ded700c42e1e34153b807311972f656 Mon Sep 17 00:00:00 2001 From: Mohit Kumar Date: Thu, 18 Mar 2021 02:25:27 +0530 Subject: [PATCH 1/6] Added Complete_plants Dataset --- scripts/Complete_plants.json | 50 ++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 scripts/Complete_plants.json diff --git a/scripts/Complete_plants.json b/scripts/Complete_plants.json new file mode 100644 index 0000000..3428fed --- /dev/null +++ b/scripts/Complete_plants.json @@ -0,0 +1,50 @@ +{ + "description": "U.S. Department of Agriculture's PLANTS Database", + "encoding": "utf-8", + "homepage": "https://www.plants.usda.gov/dl_all.html", + "keywords": ["Symbol", "Name", "Family"], + "name": "Complete_plants", + "resources": [ + { + "dialect": { + "delimiter": "," + }, + "name": "plant", + "path": "plant.csv", + "schema": { + "fields": [ + { + "name": "\ufeffsymbol", + "size": "7", + "type": "char" + }, + { + "name": "synonym_symbol", + "size": "7", + "type": "char" + }, + { + "name": "scientific_name_with_author", + "size": "183", + "type": "char" + }, + { + "name": "common_name", + "size": "42", + "type": "char" + }, + { + "name": "family", + "size": "30", + "type": "char" + } + ] + }, + "url": "fill" + } + ], + "retriever": "True", + "retriever_minimum_version": "2.1.0", + "title": "fill", + "version": "1.0.0" +} From fbb3b3a693d30c77c4eda60fa2b99bdf3e6e1f88 Mon Sep 17 00:00:00 2001 From: Mohit Kumar Date: Thu, 18 Mar 2021 14:34:51 +0530 Subject: [PATCH 2/6] Update --- scripts/Complete_plants.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Complete_plants.json b/scripts/Complete_plants.json index 3428fed..6c47108 100644 --- a/scripts/Complete_plants.json +++ b/scripts/Complete_plants.json @@ -40,7 +40,7 @@ } ] }, - "url": "fill" + "url": "https://www.plants.usda.gov/Data/plantlst.txt" } ], "retriever": "True", From df5449b72793bfccff98a1b7498783bec31c5f5d Mon Sep 17 00:00:00 2001 From: Mohit Kumar Date: Fri, 19 Mar 2021 00:02:34 +0530 Subject: [PATCH 3/6] Updated Complete_plants --- scripts/Complete_plants.json | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/scripts/Complete_plants.json b/scripts/Complete_plants.json index 6c47108..10921ed 100644 --- a/scripts/Complete_plants.json +++ b/scripts/Complete_plants.json @@ -1,20 +1,23 @@ { - "description": "U.S. Department of Agriculture's PLANTS Database", - "encoding": "utf-8", - "homepage": "https://www.plants.usda.gov/dl_all.html", - "keywords": ["Symbol", "Name", "Family"], - "name": "Complete_plants", + "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": { - "delimiter": "," + "do_not_bulk_insert": "True" }, - "name": "plant", - "path": "plant.csv", + "name": "PlantTaxonomy", "schema": { "fields": [ { - "name": "\ufeffsymbol", + "name": "record_id", + "type": "pk-auto" + }, + { + "name": "symbol", "size": "7", "type": "char" }, @@ -24,13 +27,12 @@ "type": "char" }, { - "name": "scientific_name_with_author", - "size": "183", + "name": "scientific_name", "type": "char" }, { "name": "common_name", - "size": "42", + "size": "50", "type": "char" }, { @@ -45,6 +47,6 @@ ], "retriever": "True", "retriever_minimum_version": "2.1.0", - "title": "fill", - "version": "1.0.0" + "title": "USDA plant list - taxonomy for US plant species", + "version": "1.1.3" } From 18210959ae66c9243592a11131b62f163134c558 Mon Sep 17 00:00:00 2001 From: Mohit Kumar Date: Fri, 19 Mar 2021 00:34:44 +0530 Subject: [PATCH 4/6] Updated plant_taxanomy_us --- scripts/Complete_plants.json | 52 -------------------------------- scripts/plant_taxonomy_us.json | 55 ---------------------------------- version.txt | 2 +- 3 files changed, 1 insertion(+), 108 deletions(-) delete mode 100644 scripts/Complete_plants.json delete mode 100644 scripts/plant_taxonomy_us.json diff --git a/scripts/Complete_plants.json b/scripts/Complete_plants.json deleted file mode 100644 index 10921ed..0000000 --- a/scripts/Complete_plants.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "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.3" -} diff --git a/scripts/plant_taxonomy_us.json b/scripts/plant_taxonomy_us.json deleted file mode 100644 index cc94a09..0000000 --- a/scripts/plant_taxonomy_us.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "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" -} diff --git a/version.txt b/version.txt index 182dd16..ea5ed4a 100644 --- a/version.txt +++ b/version.txt @@ -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 From 183a6b539fc0235c5d090ce3e795dfc5612dbd1e Mon Sep 17 00:00:00 2001 From: Mohit Kumar Date: Fri, 19 Mar 2021 00:38:42 +0530 Subject: [PATCH 5/6] Update --- scripts/plant_taxanomy_us.json | 52 ++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 scripts/plant_taxanomy_us.json diff --git a/scripts/plant_taxanomy_us.json b/scripts/plant_taxanomy_us.json new file mode 100644 index 0000000..e8f0630 --- /dev/null +++ b/scripts/plant_taxanomy_us.json @@ -0,0 +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": "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" +} From b565348be2d7117cea01d8dc09c62d5b34cc0275 Mon Sep 17 00:00:00 2001 From: Mohit Kumar Date: Sat, 20 Mar 2021 12:46:38 +0530 Subject: [PATCH 6/6] Renamed Plant Taxonomy --- scripts/{plant_taxanomy_us.json => plant_taxonomy_us.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{plant_taxanomy_us.json => plant_taxonomy_us.json} (100%) diff --git a/scripts/plant_taxanomy_us.json b/scripts/plant_taxonomy_us.json similarity index 100% rename from scripts/plant_taxanomy_us.json rename to scripts/plant_taxonomy_us.json