Difference between revisions of "Developing Geospatial Solutions using Open Source"
Jump to navigation
Jump to search
Wiki-Ajolma (talk | contribs) |
Wiki-Ajolma (talk | contribs) |
||
Line 5: | Line 5: | ||
== GPS related == | == GPS related == | ||
− | + | _General problem_: Share GPS data between applications | |
− | + | _Subproblem_: Parse GPX | |
− | + | _Explanation_: GPX is an XML application for GPS data. Parsing gives us the GPS data. | |
{| class="wikitable" style="text-align:center" border="1" cellpadding="2" | {| class="wikitable" style="text-align:center" border="1" cellpadding="2" |
Revision as of 08:57, 30 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.
_General problem_: Share GPS data between applications _Subproblem_: Parse GPX _Explanation_: GPX is an XML application for GPS data. Parsing gives us the GPS data.
Use case | 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 |