Difference between revisions of "Developing Geospatial Solutions using Open Source"

From OSGeo
Jump to navigation Jump to search
 
(Formatted into a table for comparison)
Line 4: Line 4:
  
 
== GPS related ==
 
== GPS related ==
 
+
{| class="wikitable" style="text-align:center" border="1" cellpadding="2"
* Problem: Parsing GPX
+
| Use || Description || Perl || Ruby || Python
** [http://www.topografix.com/gpx.asp What is GPX?]
+
|-
** [http://search.cpan.org/~rbow/Geo-Cache/lib/Geo/Gpx.pm Perl based solution]
+
| Parse GPX  
** [http://www.tom-carden.co.uk/googlegpx/upload-gpx Ruby based solution]
+
| [http://www.topografix.com/gpx.asp What is GPX?]  
** [http://cheeseshop.python.org/pypi/pygpx/ Python based solution]
+
| [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 11: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.

GPS related

Use Description Perl Ruby Python
Parse GPX What is GPX? Perl based solution Ruby based solution PyGPX