|
On 11/17/2013 03:34 PM, Sasa Sullivan
wrote:
This seems to be outside the "standard" GIS model where an entity has one location (really one geometry) and a fixed number of clearly defined attribute columns. Your entities have a variable number of locations, and perhaps a variable number of attribute columns (the surnames) as well. Possibly this has some similarity to an animal tracking model, where each animal has multiple timepoints, and you might ask where two animals crossed paths. But I am not very familiar with this field and don't know how easy it would be to implement in QGIS or any other tool.
Possibly the geocoder outputs some other identifying field like a standardized name, code, or some unique ID. In which case you could search for matches on that field, rather than lat-long. One thing that might make this easier is to think of a person_ancestry_locations table with a person ID and a location (standardized name or code) field, where each person has one record for each location they are associated with. But I can't think of a way to do this in QGIS that isn't incredibly contorted. I would probably just use QGIS for the final mapping of common locations. Best, --Lee -- Lee Hachadoorian Assistant Professor in Geography, Dartmouth College http://freecity.commons.gc.cuny.edu |
_______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
