GeoBases: data services and visualization

2013-01-30 Thread alexprengere
This new project provides tools to play with geographical data. It also works 
with non-geographical data, except for map visualizations :).

There are embedded data sources in the project, but you can easily play with 
your own data in addition to the available ones. Files containing data about 
airports, train stations, countries, ... are loaded, then you can:

 - performs various types of queries ( find this key, or find keys with this 
property)
 - fuzzy searches based on string distance ( find things roughly named like 
this)
 - geographical searches ( find things next to this place)
 - get results on a map, or export it as csv data, or as a Python object

This is entirely written in Python. The core part is a Python package, but 
there is a command line tool as well!

This project is licensed under a Creative Commons Attribution-ShareAlike 3.0 
Unported License.
The current version is 4.18.

For tutorials and documentation, check out 
http://opentraveldata.github.com/geobases/.
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Re: GeoBases: data services and visualization

2013-01-30 Thread guil . genet
Le mardi 29 janvier 2013 22:25:39 UTC+1, Alex Prengere a écrit :
 This new project provides tools to play with geographical data. It also works 
 with non-geographical data, except for map visualizations :). There are 
 embedded data sources in the project, but you can easily play with your own 
 data in addition to the available ones. Files containing data about airports, 
 train stations, countries, ... are loaded, then you can: - performs various 
 types of queries ( find this key, or find keys with this property) - fuzzy 
 searches based on string distance ( find things roughly named like this) - 
 geographical searches ( find things next to this place) - get results on a 
 map, or export it as csv data, or as a Python object This is entirely written 
 in Python. The core part is a Python package, but there is a command line 
 tool as well! For tutorials and documentation, check out 
 http://opentraveldata.github.com/geobases/

Preum's
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: GeoBases: data services and visualization

2013-01-30 Thread guil . genet
Le mercredi 30 janvier 2013 14:28:46 UTC+1, guil@gmail.com a écrit :
 Le mardi 29 janvier 2013 22:25:39 UTC+1, Alex Prengere a écrit :  This new 
 project provides tools to play with geographical data. It also works with 
 non-geographical data, except for map visualizations :). There are embedded 
 data sources in the project, but you can easily play with your own data in 
 addition to the available ones. Files containing data about airports, train 
 stations, countries, ... are loaded, then you can: - performs various types 
 of queries ( find this key, or find keys with this property) - fuzzy searches 
 based on string distance ( find things roughly named like this) - 
 geographical searches ( find things next to this place) - get results on a 
 map, or export it as csv data, or as a Python object This is entirely written 
 in Python. The core part is a Python package, but there is a command line 
 tool as well! For tutorials and documentation, check out 
 http://opentraveldata.github.com/geobases/ Preum's

First
-- 
http://mail.python.org/mailman/listinfo/python-list


GeoBases: data services and visualization

2013-01-29 Thread Alex
This new project provides tools to play with geographical data. It also works 
with non-geographical data, except for map visualizations :).

There are embedded data sources in the project, but you can easily play with 
your own data in addition to the available ones. Files containing data about 
airports, train stations, countries, ... are loaded, then you can:

 - performs various types of queries ( find this key, or find keys with this 
property)
 - fuzzy searches based on string distance ( find things roughly named like 
this)
 - geographical searches ( find things next to this place)
 - get results on a map, or export it as csv data, or as a Python object

This is entirely written in Python. The core part is a Python package, but 
there is a command line tool as well! 

For tutorials and documentation, check out 
http://opentraveldata.github.com/geobases/
-- 
http://mail.python.org/mailman/listinfo/python-list