Difference between revisions of "Developing Geospatial Solutions using Open Source"
Jump to navigation
Jump to search
Wiki-Ajolma (talk | contribs) |
(Formatted into a table for comparison) |
||
Line 4: | Line 4: | ||
== GPS related == | == GPS related == | ||
− | + | {| class="wikitable" style="text-align:center" border="1" cellpadding="2" | |
− | + | | Use || Description || Perl || Ruby || Python | |
− | + | |- | |
− | + | | Parse GPX | |
− | + | | [http://www.topografix.com/gpx.asp What is GPX?] | |
− | + | | [http://search.cpan.org/~rbow/Geo-Cache/lib/Geo/Gpx.pm Perl based solution] | |
+ | | [http://www.tom-carden.co.uk/googlegpx/upload-gpx Ruby based solution] | ||
+ | | [http://cheeseshop.python.org/pypi/pygpx/ PyGPX] | ||
+ | |} |
Revision as of 10:17, 28 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 |