Hi Esteban,All I'm facing almost the same requirement. I have coordinates and I need to determine to which location they belong to (for example to which province). I checked that GADM and level 1 file should suffice. Now, how to did you use this information in Pharo? Which library/framework should I used to access and query the information contained in the KML?. Thanks in advance. art On Wed, Jan 28, 2015 at 5:22 PM, Esteban A. Maringolo <emaringolo@gmail.com> wrote:
2015-01-28 17:01 GMT-03:00 Hernán Morales Durand <hernan.morales@gmail.com
:
2015-01-28 16:18 GMT-03:00 Esteban A. Maringolo <emaringolo@gmail.com>:
I don't know about PostGIS, but if you need boundary datasets there is
GADM or GeoNames which may cover your needs. Recently I did a ST script to read from GADM using a dBase package. And you could query throug SPARQL too.
GADM is EXACTLY the database I was looking for.
I didn't understand the dbase package part, but I was able to download a KMZ file with all needed.
Thank you SO MUCH!
Esteban A. Maringolo