<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wiki-Gagravarr</id>
	<title>OSGeo - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wiki-Gagravarr"/>
	<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/wiki/Special:Contributions/Wiki-Gagravarr"/>
	<updated>2026-04-13T12:30:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Developing_Geospatial_Solutions_using_Open_Source&amp;diff=10107</id>
		<title>Developing Geospatial Solutions using Open Source</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Developing_Geospatial_Solutions_using_Open_Source&amp;diff=10107"/>
		<updated>2006-12-13T17:56:17Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Gagravarr: /* Projection-Conversion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is one of the three books identified by the [[Education Committee Work Program|Education and Curriculum Committee]] that should be written. The other books are [[Using Open Source GIS]] and [[Developing Web Mapping Solutions Using Open Source]].&lt;br /&gt;
&lt;br /&gt;
== Approach for writing this book ==&lt;br /&gt;
&lt;br /&gt;
Using the application and programming language categories from http://freegis.org we'll gather problems or use cases, maybe divide them into subproblems, and describe how they can be solved using the free tools.&lt;br /&gt;
&lt;br /&gt;
The tools are [[Programming Languages Project|programming languages]], libraries, command line tools, and customizable applications.&lt;br /&gt;
&lt;br /&gt;
This book is about &amp;quot;I know which problem I need to solve and it can't be solved, at least easily or without trouble, by simply using some free GIS tool&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
We exclude web mapping problems from this one since it is the topic of book 3.&lt;br /&gt;
&lt;br /&gt;
Provide here an analysis of the meta problem description above.&lt;br /&gt;
&lt;br /&gt;
Copy the categories and &lt;br /&gt;
&lt;br /&gt;
programming languages: C, C++, Java, Python, Tcl/Tk, Perl, (Visual) Basic, PHP, C#, Fortran, Delphi, Ruby, SWF, Other (Other has zero entries in freegis.org).&lt;br /&gt;
&lt;br /&gt;
== GPS related ==&lt;br /&gt;
&lt;br /&gt;
*Problem: Share GPS data between applications&lt;br /&gt;
**Subproblem: Parse GPX&lt;br /&gt;
**Explanation: GPX is an XML application for GPS data. Parsing gives us the GPS data.&lt;br /&gt;
&lt;br /&gt;
*Problem:&lt;br /&gt;
**Subproblem: GeoTag Media&lt;br /&gt;
**Explanation:&lt;br /&gt;
&lt;br /&gt;
*Problem:&lt;br /&gt;
**Subproblem: Track logs&lt;br /&gt;
**Explanation:&lt;br /&gt;
&lt;br /&gt;
*Problem: Edit a GPS track&lt;br /&gt;
**[http://users.skynet.be/watermael/gps/50358.html#to_Moissac example data]&lt;br /&gt;
**Requirements: Show the track on a map as editable lines, show the coordinates on a spreadsheet allowing edits, link the two representations&lt;br /&gt;
**Subproblem: Import the GPS track to the editor&lt;br /&gt;
**Subproblem: Export the track from the system&lt;br /&gt;
&lt;br /&gt;
*Problem: Merge GPS tracks&lt;br /&gt;
**Explanation: Allow you to view several GPS traces, delete certain points, and average others together.&lt;br /&gt;
**Use: You survey a route several times, and want a single trace of the best average over the traces&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| Use case || Description || Perl || Ruby || Python || Shell &lt;br /&gt;
|-&lt;br /&gt;
| Parse GPX &lt;br /&gt;
| [http://www.topografix.com/gpx.asp What is GPX?] &lt;br /&gt;
| [http://search.cpan.org/~rbow/Geo-Cache/lib/Geo/Gpx.pm Perl based solution]&lt;br /&gt;
| [http://www.tom-carden.co.uk/googlegpx/upload-gpx Ruby based solution]&lt;br /&gt;
| [http://cheeseshop.python.org/pypi/pygpx/ PyGPX]&lt;br /&gt;
| [http://mpa.itc.it/markus/useful/shp2gpx.sh shp2gpx.sh] and [http://mpa.itc.it/markus/useful/gpx2shp.sh gpx2shp.sh](scripts calling 'gpsbabel')&lt;br /&gt;
|-&lt;br /&gt;
| GeoTag Media&lt;br /&gt;
| &lt;br /&gt;
| [http://rdfweb.org/people/danbri/media/bin/geoloc_media.pl RDFWeb geoloc_media.pl] ([http://locative.us/photomap/geoloc_media.pl  original geoloc_media])&lt;br /&gt;
| Ruby?&lt;br /&gt;
| Python?&lt;br /&gt;
| Shell?&lt;br /&gt;
|-&lt;br /&gt;
| Track logs&lt;br /&gt;
| &lt;br /&gt;
| [http://search.cpan.org/~rgibson/Geo-Track-Log-0.02/lib/Geo/Track/Log.pm Geo::Track::Log]&lt;br /&gt;
| Ruby&lt;br /&gt;
| Python&lt;br /&gt;
| Shell?&lt;br /&gt;
|-&lt;br /&gt;
| Track merge&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Ruby?&lt;br /&gt;
| Python?&lt;br /&gt;
| gpsbabel can perform related [http://www.gpsbabel.org/htmldoc-1.3.0/Data_Filters.html GPS track operations]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Projection-Conversion ==&lt;br /&gt;
* Problem: Convert between WGS84 and local projections&lt;br /&gt;
* Problem: Convert from lat+long to easting and northing, as used on printed maps&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| Use case || Description || Perl || Ruby || Python || Java || JavaScript || Shell&lt;br /&gt;
|-&lt;br /&gt;
| Change between projections &lt;br /&gt;
| Perform a Helmert Transform&lt;br /&gt;
| [https://secure.mysociety.org/cvstrac/dir?d=mysociety/perllib/Geo MySociety Code]&lt;br /&gt;
| &lt;br /&gt;
| [http://gagravarr.org/code/#geo_helper geo_helper.py]&lt;br /&gt;
| [http://www.jstott.me.uk/jcoord/ Jcoord]&lt;br /&gt;
| [http://www.jstott.me.uk/jscoord/ JScoord]&lt;br /&gt;
| [http://proj.maptools.org/ cs2cs tool]&lt;br /&gt;
|-&lt;br /&gt;
| Convert from lat+long to easting+northing&lt;br /&gt;
|&lt;br /&gt;
| [http://search.cpan.org/~toby/Geo-Coordinates-OSGB-1.07/lib/Geo/Coordinates/OSGB.pm Geo::Coordinates::OSGB]&lt;br /&gt;
|&lt;br /&gt;
| [http://gagravarr.org/code/#geo_helper geo_helper.py]&lt;br /&gt;
| [http://www.jstott.me.uk/jcoord/ Jcoord]&lt;br /&gt;
| [http://www.jstott.me.uk/jscoord/ JScoord]&lt;br /&gt;
| [http://proj.maptools.org/ cs2cs tool]&lt;br /&gt;
|-&lt;br /&gt;
| Work with old maps / data in Cassini Projection&lt;br /&gt;
| Convert between Cassini and its base elipsoid&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://gagravarr.org/code/#geo_helper geo_helper.py]&lt;br /&gt;
|&lt;br /&gt;
| [http://www.ponies.me.uk/maps/cassini/ cassini-coord.js]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== GPS and EXIF ==&lt;br /&gt;
* Problem: Extract GPS exif tags from photos&lt;br /&gt;
* Problem: Add GPS exif tags at the time a photo is taken&lt;br /&gt;
* Problem: Add GPS exit tags to photos, based on the time they were taken and a GPS track&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| Use case || Description || Perl || Ruby || Python &lt;br /&gt;
|-&lt;br /&gt;
| Get GPS EXIF data&lt;br /&gt;
| Extract lat and long from GPS Exif tags&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.benno.id.au/code/pexif/ pexif]&lt;br /&gt;
|-&lt;br /&gt;
| Set GPS EXIF date&lt;br /&gt;
| Add lat and long GPS Exif tags&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://www.benno.id.au/code/pexif/ pexif]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiki-Gagravarr</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Developing_Geospatial_Solutions_using_Open_Source&amp;diff=8751</id>
		<title>Developing Geospatial Solutions using Open Source</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Developing_Geospatial_Solutions_using_Open_Source&amp;diff=8751"/>
		<updated>2006-10-19T09:15:56Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Gagravarr: Projection-Conversion - more code&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is one of the three books identified by the [[Education Committee Work Program|Education and Curriculum Committee]] that should be written. The other books are [[Using Open Source GIS]] and [[Developing Web Mapping Solutions Using Open Source]].&lt;br /&gt;
&lt;br /&gt;
== Approach for writing this book ==&lt;br /&gt;
&lt;br /&gt;
Using the application and programming language categories from http://freegis.org we'll gather problems or use cases, maybe divide them into subproblems, and describe how they can be solved using the free tools.&lt;br /&gt;
&lt;br /&gt;
The tools are [[Programming Languages Project|programming languages]], libraries, command line tools, and customizable applications.&lt;br /&gt;
&lt;br /&gt;
This book is about &amp;quot;I know which problem I need to solve and it can't be solved, at least easily or without trouble, by simply using some free GIS tool&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
We exclude web mapping problems from this one since it is the topic of book 3.&lt;br /&gt;
&lt;br /&gt;
Provide here an analysis of the meta problem description above.&lt;br /&gt;
&lt;br /&gt;
Copy the categories and &lt;br /&gt;
&lt;br /&gt;
programming languages: C, C++, Java, Python, Tcl/Tk, Perl, (Visual) Basic, PHP, C#, Fortran, Delphi, Ruby, SWF, Other (Other has zero entries in freegis.org).&lt;br /&gt;
&lt;br /&gt;
== GPS related ==&lt;br /&gt;
&lt;br /&gt;
*Problem: Share GPS data between applications&lt;br /&gt;
**Subproblem: Parse GPX&lt;br /&gt;
**Explanation: GPX is an XML application for GPS data. Parsing gives us the GPS data.&lt;br /&gt;
&lt;br /&gt;
*Problem:&lt;br /&gt;
**Subproblem: GeoTag Media&lt;br /&gt;
**Explanation:&lt;br /&gt;
&lt;br /&gt;
*Problem:&lt;br /&gt;
**Subproblem: Track logs&lt;br /&gt;
**Explanation:&lt;br /&gt;
&lt;br /&gt;
*Problem: Edit a GPS track&lt;br /&gt;
**[http://users.skynet.be/watermael/gps/50358.html#to_Moissac example data]&lt;br /&gt;
**Requirements: Show the track on a map as editable lines, show the coordinates on a spreadsheet allowing edits, link the two representations&lt;br /&gt;
**Subproblem: Import the GPS track to the editor&lt;br /&gt;
**Subproblem: Export the track from the system&lt;br /&gt;
&lt;br /&gt;
*Problem: Merge GPS tracks&lt;br /&gt;
**Explanation: Allow you to view several GPS traces, delete certain points, and average others together.&lt;br /&gt;
**Use: You survey a route several times, and want a single trace of the best average over the traces&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| Use case || Description || Perl || Ruby || Python &lt;br /&gt;
|-&lt;br /&gt;
| Parse GPX &lt;br /&gt;
| [http://www.topografix.com/gpx.asp What is GPX?] &lt;br /&gt;
| [http://search.cpan.org/~rbow/Geo-Cache/lib/Geo/Gpx.pm Perl based solution]&lt;br /&gt;
| [http://www.tom-carden.co.uk/googlegpx/upload-gpx Ruby based solution]&lt;br /&gt;
| [http://cheeseshop.python.org/pypi/pygpx/ PyGPX]&lt;br /&gt;
|-&lt;br /&gt;
| GeoTag Media&lt;br /&gt;
| &lt;br /&gt;
| [http://rdfweb.org/people/danbri/media/bin/geoloc_media.pl RDFWeb geoloc_media.pl] ([http://locative.us/photomap/geoloc_media.pl  original geoloc_media])&lt;br /&gt;
| Ruby?&lt;br /&gt;
| Python?&lt;br /&gt;
|-&lt;br /&gt;
| Track logs&lt;br /&gt;
| &lt;br /&gt;
| [http://search.cpan.org/~rgibson/Geo-Track-Log-0.02/lib/Geo/Track/Log.pm Geo::Track::Log]&lt;br /&gt;
| Ruby&lt;br /&gt;
| Python&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Projection-Conversion ==&lt;br /&gt;
* Problem: Convert between WGS84 and local projections&lt;br /&gt;
* Problem: Convert from lat+long to easting and northing, as used on printed maps&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| Use case || Description || Perl || Ruby || Python || Java || JavaScript&lt;br /&gt;
|-&lt;br /&gt;
| Change between projections &lt;br /&gt;
| Perform a Helmert Transform&lt;br /&gt;
| [https://secure.mysociety.org/cvstrac/dir?d=mysociety/perllib/Geo MySociety Code]&lt;br /&gt;
| &lt;br /&gt;
| [http://gagravarr.org/code/#geo_helper geo_helper.py]&lt;br /&gt;
| [http://www.jstott.me.uk/jcoord/ Jcoord]&lt;br /&gt;
| [http://www.jstott.me.uk/jscoord/ JScoord]&lt;br /&gt;
|-&lt;br /&gt;
| Convert from lat+long to easting+northing&lt;br /&gt;
|&lt;br /&gt;
| [http://search.cpan.org/~toby/Geo-Coordinates-OSGB-1.07/lib/Geo/Coordinates/OSGB.pm Geo::Coordinates::OSGB]&lt;br /&gt;
|&lt;br /&gt;
| [http://gagravarr.org/code/#geo_helper geo_helper.py]&lt;br /&gt;
| [http://www.jstott.me.uk/jcoord/ Jcoord]&lt;br /&gt;
| [http://www.jstott.me.uk/jscoord/ JScoord]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== GPS and EXIF ==&lt;br /&gt;
* Problem: Extract GPS exif tags from photos&lt;br /&gt;
* Problem: Add GPS exif tags at the time a photo is taken&lt;br /&gt;
* Problem: Add GPS exit tags to photos, based on the time they were taken and a GPS track&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| Use case || Description || Perl || Ruby || Python &lt;br /&gt;
|-&lt;br /&gt;
| Get GPS EXIF data&lt;br /&gt;
| Extract lat and long from GPS Exif tags&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.benno.id.au/code/pexif/ pexif]&lt;br /&gt;
|-&lt;br /&gt;
| Set GPS EXIF date&lt;br /&gt;
| Add lat and long GPS Exif tags&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://www.benno.id.au/code/pexif/ pexif]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiki-Gagravarr</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Developing_Geospatial_Solutions_using_Open_Source&amp;diff=8750</id>
		<title>Developing Geospatial Solutions using Open Source</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Developing_Geospatial_Solutions_using_Open_Source&amp;diff=8750"/>
		<updated>2006-10-19T09:11:00Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Gagravarr: GPS related - merge traces&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is one of the three books identified by the [[Education Committee Work Program|Education and Curriculum Committee]] that should be written. The other books are [[Using Open Source GIS]] and [[Developing Web Mapping Solutions Using Open Source]].&lt;br /&gt;
&lt;br /&gt;
== Approach for writing this book ==&lt;br /&gt;
&lt;br /&gt;
Using the application and programming language categories from http://freegis.org we'll gather problems or use cases, maybe divide them into subproblems, and describe how they can be solved using the free tools.&lt;br /&gt;
&lt;br /&gt;
The tools are [[Programming Languages Project|programming languages]], libraries, command line tools, and customizable applications.&lt;br /&gt;
&lt;br /&gt;
This book is about &amp;quot;I know which problem I need to solve and it can't be solved, at least easily or without trouble, by simply using some free GIS tool&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
We exclude web mapping problems from this one since it is the topic of book 3.&lt;br /&gt;
&lt;br /&gt;
Provide here an analysis of the meta problem description above.&lt;br /&gt;
&lt;br /&gt;
Copy the categories and &lt;br /&gt;
&lt;br /&gt;
programming languages: C, C++, Java, Python, Tcl/Tk, Perl, (Visual) Basic, PHP, C#, Fortran, Delphi, Ruby, SWF, Other (Other has zero entries in freegis.org).&lt;br /&gt;
&lt;br /&gt;
== GPS related ==&lt;br /&gt;
&lt;br /&gt;
*Problem: Share GPS data between applications&lt;br /&gt;
**Subproblem: Parse GPX&lt;br /&gt;
**Explanation: GPX is an XML application for GPS data. Parsing gives us the GPS data.&lt;br /&gt;
&lt;br /&gt;
*Problem:&lt;br /&gt;
**Subproblem: GeoTag Media&lt;br /&gt;
**Explanation:&lt;br /&gt;
&lt;br /&gt;
*Problem:&lt;br /&gt;
**Subproblem: Track logs&lt;br /&gt;
**Explanation:&lt;br /&gt;
&lt;br /&gt;
*Problem: Edit a GPS track&lt;br /&gt;
**[http://users.skynet.be/watermael/gps/50358.html#to_Moissac example data]&lt;br /&gt;
**Requirements: Show the track on a map as editable lines, show the coordinates on a spreadsheet allowing edits, link the two representations&lt;br /&gt;
**Subproblem: Import the GPS track to the editor&lt;br /&gt;
**Subproblem: Export the track from the system&lt;br /&gt;
&lt;br /&gt;
*Problem: Merge GPS tracks&lt;br /&gt;
**Explanation: Allow you to view several GPS traces, delete certain points, and average others together.&lt;br /&gt;
**Use: You survey a route several times, and want a single trace of the best average over the traces&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| Use case || Description || Perl || Ruby || Python &lt;br /&gt;
|-&lt;br /&gt;
| Parse GPX &lt;br /&gt;
| [http://www.topografix.com/gpx.asp What is GPX?] &lt;br /&gt;
| [http://search.cpan.org/~rbow/Geo-Cache/lib/Geo/Gpx.pm Perl based solution]&lt;br /&gt;
| [http://www.tom-carden.co.uk/googlegpx/upload-gpx Ruby based solution]&lt;br /&gt;
| [http://cheeseshop.python.org/pypi/pygpx/ PyGPX]&lt;br /&gt;
|-&lt;br /&gt;
| GeoTag Media&lt;br /&gt;
| &lt;br /&gt;
| [http://rdfweb.org/people/danbri/media/bin/geoloc_media.pl RDFWeb geoloc_media.pl] ([http://locative.us/photomap/geoloc_media.pl  original geoloc_media])&lt;br /&gt;
| Ruby?&lt;br /&gt;
| Python?&lt;br /&gt;
|-&lt;br /&gt;
| Track logs&lt;br /&gt;
| &lt;br /&gt;
| [http://search.cpan.org/~rgibson/Geo-Track-Log-0.02/lib/Geo/Track/Log.pm Geo::Track::Log]&lt;br /&gt;
| Ruby&lt;br /&gt;
| Python&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Projection-Conversion ==&lt;br /&gt;
* Problem: Convert between WGS84 and local projections&lt;br /&gt;
* Problem: Convert from lat+long to easting and northing, as used on printed maps&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| Use case || Description || Perl || Ruby || Python &lt;br /&gt;
|-&lt;br /&gt;
| Change between projections &lt;br /&gt;
| &lt;br /&gt;
| [https://secure.mysociety.org/cvstrac/dir?d=mysociety/perllib/Geo MySociety Code]&lt;br /&gt;
| &lt;br /&gt;
| [http://gagravarr.org/code/#geo_helper geo_helper.py]&lt;br /&gt;
|-&lt;br /&gt;
| Convert from lat+long to easting+northing&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://gagravarr.org/code/#geo_helper geo_helper.py]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== GPS and EXIF ==&lt;br /&gt;
* Problem: Extract GPS exif tags from photos&lt;br /&gt;
* Problem: Add GPS exif tags at the time a photo is taken&lt;br /&gt;
* Problem: Add GPS exit tags to photos, based on the time they were taken and a GPS track&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| Use case || Description || Perl || Ruby || Python &lt;br /&gt;
|-&lt;br /&gt;
| Get GPS EXIF data&lt;br /&gt;
| Extract lat and long from GPS Exif tags&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.benno.id.au/code/pexif/ pexif]&lt;br /&gt;
|-&lt;br /&gt;
| Set GPS EXIF date&lt;br /&gt;
| Add lat and long GPS Exif tags&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://www.benno.id.au/code/pexif/ pexif]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiki-Gagravarr</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Developing_Geospatial_Solutions_using_Open_Source&amp;diff=8529</id>
		<title>Developing Geospatial Solutions using Open Source</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Developing_Geospatial_Solutions_using_Open_Source&amp;diff=8529"/>
		<updated>2006-10-03T11:28:34Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Gagravarr: GPS+Exif&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is one of the three books identified by the [[Education Committee Work Program|Education and Curriculum Committee]] that should be written. The other books are [[Using Open Source GIS]] and [[Developing Web Mapping Solutions Using Open Source]].&lt;br /&gt;
&lt;br /&gt;
== Approach for writing this book ==&lt;br /&gt;
&lt;br /&gt;
Using the application and programming language categories from http://freegis.org we'll gather problems or use cases, maybe divide them into subproblems, and describe how they can be solved using the free tools.&lt;br /&gt;
&lt;br /&gt;
The tools are [[Programming Languages Project|programming languages]], libraries, command line tools, and customizable applications.&lt;br /&gt;
&lt;br /&gt;
This book is about &amp;quot;I know which problem I need to solve and it can't be solved, at least easily or without trouble, by simply using some free GIS tool&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
We exclude web mapping problems from this one since it is the topic of book 3.&lt;br /&gt;
&lt;br /&gt;
Provide here an analysis of the meta problem description above.&lt;br /&gt;
&lt;br /&gt;
Copy the categories and &lt;br /&gt;
&lt;br /&gt;
programming languages: C, C++, Java, Python, Tcl/Tk, Perl, (Visual) Basic, PHP, C#, Fortran, Delphi, Ruby, SWF, Other (Other has zero entries in freegis.org).&lt;br /&gt;
&lt;br /&gt;
== GPS related ==&lt;br /&gt;
&lt;br /&gt;
*Problem: Share GPS data between applications&lt;br /&gt;
**Subproblem: Parse GPX&lt;br /&gt;
**Explanation: GPX is an XML application for GPS data. Parsing gives us the GPS data.&lt;br /&gt;
&lt;br /&gt;
*Problem:&lt;br /&gt;
**Subproblem: GeoTag Media&lt;br /&gt;
**Explanation:&lt;br /&gt;
&lt;br /&gt;
*Problem:&lt;br /&gt;
**Subproblem: Track logs&lt;br /&gt;
**Explanation:&lt;br /&gt;
&lt;br /&gt;
*Problem: Edit a GPS track&lt;br /&gt;
**[http://users.skynet.be/watermael/gps/50358.html#to_Moissac example data]&lt;br /&gt;
**Requirements: Show the track on a map as editable lines, show the coordinates on a spreadsheet allowing edits, link the two representations&lt;br /&gt;
**Subproblem: Import the GPS track to the editor&lt;br /&gt;
**Subproblem: Export the track from the system&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| Use case || Description || Perl || Ruby || Python &lt;br /&gt;
|-&lt;br /&gt;
| Parse GPX &lt;br /&gt;
| [http://www.topografix.com/gpx.asp What is GPX?] &lt;br /&gt;
| [http://search.cpan.org/~rbow/Geo-Cache/lib/Geo/Gpx.pm Perl based solution]&lt;br /&gt;
| [http://www.tom-carden.co.uk/googlegpx/upload-gpx Ruby based solution]&lt;br /&gt;
| [http://cheeseshop.python.org/pypi/pygpx/ PyGPX]&lt;br /&gt;
|-&lt;br /&gt;
| GeoTag Media&lt;br /&gt;
| &lt;br /&gt;
| [http://rdfweb.org/people/danbri/media/bin/geoloc_media.pl RDFWeb geoloc_media.pl] ([http://locative.us/photomap/geoloc_media.pl  original geoloc_media])&lt;br /&gt;
| Ruby?&lt;br /&gt;
| Python?&lt;br /&gt;
|-&lt;br /&gt;
| Track logs&lt;br /&gt;
| &lt;br /&gt;
| [http://search.cpan.org/~rgibson/Geo-Track-Log-0.02/lib/Geo/Track/Log.pm Geo::Track::Log]&lt;br /&gt;
| Ruby&lt;br /&gt;
| Python&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Projection-Conversion ==&lt;br /&gt;
* Problem: Convert between WGS84 and local projections&lt;br /&gt;
* Problem: Convert from lat+long to easting and northing, as used on printed maps&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| Use case || Description || Perl || Ruby || Python &lt;br /&gt;
|-&lt;br /&gt;
| Change between projections &lt;br /&gt;
| &lt;br /&gt;
| [https://secure.mysociety.org/cvstrac/dir?d=mysociety/perllib/Geo MySociety Code]&lt;br /&gt;
| &lt;br /&gt;
| [http://gagravarr.org/code/#geo_helper geo_helper.py]&lt;br /&gt;
|-&lt;br /&gt;
| Convert from lat+long to easting+northing&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://gagravarr.org/code/#geo_helper geo_helper.py]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== GPS and EXIF ==&lt;br /&gt;
* Problem: Extract GPS exif tags from photos&lt;br /&gt;
* Problem: Add GPS exif tags at the time a photo is taken&lt;br /&gt;
* Problem: Add GPS exit tags to photos, based on the time they were taken and a GPS track&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| Use case || Description || Perl || Ruby || Python &lt;br /&gt;
|-&lt;br /&gt;
| Get GPS EXIF data&lt;br /&gt;
| Extract lat and long from GPS Exif tags&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.benno.id.au/code/pexif/ pexif]&lt;br /&gt;
|-&lt;br /&gt;
| Set GPS EXIF date&lt;br /&gt;
| Add lat and long GPS Exif tags&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://www.benno.id.au/code/pexif/ pexif]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiki-Gagravarr</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=United_Kingdom&amp;diff=8225</id>
		<title>United Kingdom</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=United_Kingdom&amp;diff=8225"/>
		<updated>2006-09-24T22:21:32Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Gagravarr: /* People */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Mission ==&lt;br /&gt;
&lt;br /&gt;
'''The beginnings of a manifesto (edit as you see fit):'''&lt;br /&gt;
* To provide a UK-specific focus for the OSGEO and to arrange UK meetings&lt;br /&gt;
* To help UK organisations discover the opportunity of open source geospatial tools&lt;br /&gt;
* To work towards a fully featured [[UK SDI]]&lt;br /&gt;
* To provide a starting point for people from the UK who are new to the Open Source Geospatial movement&lt;br /&gt;
* To provide a focus for lobbying for public access to UK Geodata&lt;br /&gt;
* To, maybe, one day, act as focal point for the UK organising the FOSS4G conference&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
'''Don't forget to sign the Inspire petition -and tell your friends too - you don't have to use geo-data to believe that publically funded work should be public property! http://petition.publicgeodata.org/&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Useful Links UK]]&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sign up here to show interest!&lt;br /&gt;
&lt;br /&gt;
[[User:Chrisputtick]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Yes, definitely worth doing&lt;br /&gt;
&lt;br /&gt;
[[User:JoCook]]&lt;br /&gt;
&lt;br /&gt;
woohoo!&lt;br /&gt;
[[User:Leifuss]]&lt;br /&gt;
&lt;br /&gt;
[[User:Stuarteve]]&lt;br /&gt;
&lt;br /&gt;
+1&lt;br /&gt;
&lt;br /&gt;
[[User:JoWalsh]]&lt;br /&gt;
&lt;br /&gt;
[[User:andyt]]&lt;br /&gt;
&lt;br /&gt;
[[User:Davidjlock]]&lt;br /&gt;
&lt;br /&gt;
Excellent! All for this!! - [[User:Simon]]&lt;br /&gt;
&lt;br /&gt;
uh huh [[User:Graeme]]&lt;br /&gt;
&lt;br /&gt;
[[User:SteveW]]&lt;br /&gt;
&lt;br /&gt;
[[User::andrewlarcombe]]&lt;br /&gt;
&lt;br /&gt;
[[User:Gagravarr]] - involved in OpenGuides and OpenStreetMap in the UK&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Related ===&lt;br /&gt;
&lt;br /&gt;
Tuesday September, 26th: Steve Coast of OpenStreetmap fame is giving a talk to the BCS entitled Geospatial Open Source Activity. Details at [http://geospatial.bcs.org/site/index.php?s=future-events#3 http://geospatial.bcs.org/site/index.php?s=future-events#3]&lt;br /&gt;
&lt;br /&gt;
The UK-originated [http://openguides.org/ OpenGuides] Open Source spatial wiki project is having a pub meetup and &amp;quot;hackfest&amp;quot; on the 8th-10th December also in Oxford - http://dev.openguides.org/wiki/OxfordMeetup2006&lt;br /&gt;
: There will be a few OpenStreetMap people at this event too (there's a fair degree of overlap). Crash space is available, and nice pubs will be visited!&lt;br /&gt;
&lt;br /&gt;
[http://openstreetmap.org/ OpenStreetmap] also have regular UK mapping parties in different cities and it could be a lot of fun to sync an OSGeo-UK meetup with an OSM mapping party.&lt;br /&gt;
: OpenStreetmMap agrees :)&lt;/div&gt;</summary>
		<author><name>Wiki-Gagravarr</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Gagravarr&amp;diff=8224</id>
		<title>User:Gagravarr</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Gagravarr&amp;diff=8224"/>
		<updated>2006-09-24T22:21:22Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Gagravarr: About me&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I'm Nick Burch, and I'm based in [http://wiki.openstreetmap.org/index.php/Oxford Oxford].&lt;br /&gt;
&lt;br /&gt;
I'm involved in [http://www.openstreetmap.org/ OpenStreetMap] and [http://www.openguides.org/ OpenGuides]&lt;/div&gt;</summary>
		<author><name>Wiki-Gagravarr</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=United_Kingdom&amp;diff=8223</id>
		<title>United Kingdom</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=United_Kingdom&amp;diff=8223"/>
		<updated>2006-09-24T22:16:47Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Gagravarr: Related - meeting other groups is good&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Mission ==&lt;br /&gt;
&lt;br /&gt;
'''The beginnings of a manifesto (edit as you see fit):'''&lt;br /&gt;
* To provide a UK-specific focus for the OSGEO and to arrange UK meetings&lt;br /&gt;
* To help UK organisations discover the opportunity of open source geospatial tools&lt;br /&gt;
* To work towards a fully featured [[UK SDI]]&lt;br /&gt;
* To provide a starting point for people from the UK who are new to the Open Source Geospatial movement&lt;br /&gt;
* To provide a focus for lobbying for public access to UK Geodata&lt;br /&gt;
* To, maybe, one day, act as focal point for the UK organising the FOSS4G conference&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
'''Don't forget to sign the Inspire petition -and tell your friends too - you don't have to use geo-data to believe that publically funded work should be public property! http://petition.publicgeodata.org/&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Useful Links UK]]&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sign up here to show interest!&lt;br /&gt;
&lt;br /&gt;
[[User:Chrisputtick]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Yes, definitely worth doing&lt;br /&gt;
&lt;br /&gt;
[[User:JoCook]]&lt;br /&gt;
&lt;br /&gt;
woohoo!&lt;br /&gt;
[[User:Leifuss]]&lt;br /&gt;
&lt;br /&gt;
[[User:Stuarteve]]&lt;br /&gt;
&lt;br /&gt;
+1&lt;br /&gt;
&lt;br /&gt;
[[User:JoWalsh]]&lt;br /&gt;
&lt;br /&gt;
[[User:andyt]]&lt;br /&gt;
&lt;br /&gt;
[[User:Davidjlock]]&lt;br /&gt;
&lt;br /&gt;
Excellent! All for this!! - [[User:Simon]]&lt;br /&gt;
&lt;br /&gt;
uh huh [[User:Graeme]]&lt;br /&gt;
&lt;br /&gt;
[[User:SteveW]]&lt;br /&gt;
&lt;br /&gt;
[[User::andrewlarcombe]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Related ===&lt;br /&gt;
&lt;br /&gt;
Tuesday September, 26th: Steve Coast of OpenStreetmap fame is giving a talk to the BCS entitled Geospatial Open Source Activity. Details at [http://geospatial.bcs.org/site/index.php?s=future-events#3 http://geospatial.bcs.org/site/index.php?s=future-events#3]&lt;br /&gt;
&lt;br /&gt;
The UK-originated [http://openguides.org/ OpenGuides] Open Source spatial wiki project is having a pub meetup and &amp;quot;hackfest&amp;quot; on the 8th-10th December also in Oxford - http://dev.openguides.org/wiki/OxfordMeetup2006&lt;br /&gt;
: There will be a few OpenStreetMap people at this event too (there's a fair degree of overlap). Crash space is available, and nice pubs will be visited!&lt;br /&gt;
&lt;br /&gt;
[http://openstreetmap.org/ OpenStreetmap] also have regular UK mapping parties in different cities and it could be a lot of fun to sync an OSGeo-UK meetup with an OSM mapping party.&lt;br /&gt;
: OpenStreetmMap agrees :)&lt;/div&gt;</summary>
		<author><name>Wiki-Gagravarr</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Developing_Geospatial_Solutions_using_Open_Source&amp;diff=7294</id>
		<title>Developing Geospatial Solutions using Open Source</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Developing_Geospatial_Solutions_using_Open_Source&amp;diff=7294"/>
		<updated>2006-09-01T11:00:25Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Gagravarr: Projection code&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is one of the three books identified by the [[Education and Curriculum Committee#Books and tutorials|Education and Curriculum Committee]] that should be written. The other books are [[Using Open Source GIS]] and [[Developing Web Mapping Solutions Using Open Source]].&lt;br /&gt;
&lt;br /&gt;
== Approach for writing this book ==&lt;br /&gt;
&lt;br /&gt;
Using the application categories from http://freegis.org we'll gather problems or use cases, maybe divide them into subproblems, and describe how they can be solved using the free tools.&lt;br /&gt;
&lt;br /&gt;
The tools are [[Programming Languages Project|programming languages]], libraries, command line tools, and customizable applications.&lt;br /&gt;
&lt;br /&gt;
== GPS related ==&lt;br /&gt;
&lt;br /&gt;
*Problem: Share GPS data between applications&lt;br /&gt;
**Subproblem: Parse GPX&lt;br /&gt;
**Explanation: GPX is an XML application for GPS data. Parsing gives us the GPS data.&lt;br /&gt;
&lt;br /&gt;
*Problem:&lt;br /&gt;
**Subproblem: GeoTag Media&lt;br /&gt;
**Explanation:&lt;br /&gt;
&lt;br /&gt;
*Problem:&lt;br /&gt;
**Subproblem: Track logs&lt;br /&gt;
**Explanation:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| Use case || Description || Perl || Ruby || Python &lt;br /&gt;
|-&lt;br /&gt;
| Parse GPX &lt;br /&gt;
| [http://www.topografix.com/gpx.asp What is GPX?] &lt;br /&gt;
| [http://search.cpan.org/~rbow/Geo-Cache/lib/Geo/Gpx.pm Perl based solution]&lt;br /&gt;
| [http://www.tom-carden.co.uk/googlegpx/upload-gpx Ruby based solution]&lt;br /&gt;
| [http://cheeseshop.python.org/pypi/pygpx/ PyGPX]&lt;br /&gt;
|-&lt;br /&gt;
| GeoTag Media&lt;br /&gt;
| &lt;br /&gt;
| [http://rdfweb.org/people/danbri/media/bin/geoloc_media.pl RDFWeb geoloc_media.pl] ([http://locative.us/photomap/geoloc_media.pl  original geoloc_media])&lt;br /&gt;
| Ruby?&lt;br /&gt;
| Python?&lt;br /&gt;
|-&lt;br /&gt;
| Track logs&lt;br /&gt;
| &lt;br /&gt;
| [http://search.cpan.org/~rgibson/Geo-Track-Log-0.02/lib/Geo/Track/Log.pm Geo::Track::Log]&lt;br /&gt;
| Ruby&lt;br /&gt;
| Python&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Projection-Conversion ==&lt;br /&gt;
* Problem: Convert between WGS84 and local projections&lt;br /&gt;
* Problem: Convert from lat+long to easting and northing, as used on printed maps&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| Use case || Description || Perl || Ruby || Python &lt;br /&gt;
|-&lt;br /&gt;
| Change between projections &lt;br /&gt;
| &lt;br /&gt;
| [https://secure.mysociety.org/cvstrac/dir?d=mysociety/perllib/Geo MySociety Code]&lt;br /&gt;
| &lt;br /&gt;
| [http://gagravarr.org/code/#geo_helper geo_helper.py]&lt;br /&gt;
|-&lt;br /&gt;
| Convert from lat+long to easting+northing&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://gagravarr.org/code/#geo_helper geo_helper.py]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiki-Gagravarr</name></author>
	</entry>
</feed>