beiko-lab / gengis

GenGIS (pronounced 'Genghis' like Genghis Khan) is a bioinformatics application that allows users to combine digital map data with information about biological sequences collected from the environment. GenGIS provides a 3D graphical interface in which the user can navigate and explore the data, as well as a Python interface that allows easy scripting of statistical analyses using the Rpy libraries.
GNU General Public License v3.0
27 stars 13 forks source link

Reject non-numeric lat/long values #33

Closed rbeiko closed 10 years ago

rbeiko commented 11 years ago

Non-numeric values for lat and long are somehow loaded for GenGIS, but they don't play nicely with some visualizations, such as 3D trees. GenGIS should reject a location file that has non-numeric lat/long values, and give an informative error.

akeddy commented 10 years ago

under LocationSetIO.cpp set GenGIS to reject a layer if it's latitude or longitude are not Decimal or Integer.