Difference between revisions of "Developing Geospatial Solutions using Open Source"
Jump to navigation
Jump to search
(Formatted into a table for comparison) |
|||
Line 12: | Line 12: | ||
| [http://www.tom-carden.co.uk/googlegpx/upload-gpx Ruby based solution] | | [http://www.tom-carden.co.uk/googlegpx/upload-gpx Ruby based solution] | ||
| [http://cheeseshop.python.org/pypi/pygpx/ PyGPX] | | [http://cheeseshop.python.org/pypi/pygpx/ PyGPX] | ||
+ | |- | ||
+ | | GeoTag Media | ||
+ | | | ||
+ | | [http://rdfweb.org/people/danbri/media/bin/geoloc_media.pl RDFWeb geoloc_media.pl] ([http://locative.us/photomap/geoloc_media.pl original geoloc_media]) | ||
+ | | Ruby? | ||
+ | | Python? | ||
+ | |- | ||
+ | | Track logs | ||
+ | | | ||
+ | | [http://search.cpan.org/~rgibson/Geo-Track-Log-0.02/lib/Geo/Track/Log.pm Geo::Track::Log] | ||
+ | | Ruby | ||
+ | | Python | ||
|} | |} |
Revision as of 04:46, 29 August 2006
Approach for writing this book
We will start writing this book by listing practical problems and then identifying tools for solving those problems. As the list of problems increases they should be organized into groups etc.
Use | Description | Perl | Ruby | Python |
Parse GPX | What is GPX? | Perl based solution | Ruby based solution | PyGPX |
GeoTag Media | RDFWeb geoloc_media.pl (original geoloc_media) | Ruby? | Python? | |
Track logs | Geo::Track::Log | Ruby | Python |