ralvarezpa / gap-analysis-cwr

Automatically exported from code.google.com/p/gap-analysis-cwr
0 stars 0 forks source link

Inventory- native area showing introduced areas, not native areas #170

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Solanum insanum

http://www.ars-grin.gov/cgi-bin/npgs/html/taxon.pl?462492
http://www.cwrdiversity.org/checklist/cwr-details.php?specie_id=636

SELECT DISTINCT s.Scientific_Name, d.Country, d.Type FROM `species` s 
JOIN distribution d ON s.Taxon_ID = d.Taxon_ID
WHERE s.Scientific_name in (
"Solanum insanum"
)

appears that these species are listed as native.
and that the native countries aren't in the inventory

Original issue reported on code.google.com by colin.kh...@gmail.com on 2 Sep 2013 at 9:09

GoogleCodeExporter commented 9 years ago
to do still

Original comment by colin.kh...@gmail.com on 19 Jun 2014 at 6:28