Step by step guide to use the Neo for contributing to OSM
.
In five easy steps from a track log to a new way in OpenStreetMap.
Used software: JOSM and convert2osm.pl together with gpsbabel.
Step 1 - Collect Data
When you arrive at a street which is not yet in OSM, switch to the "track" tab and simply press "Start". tangoGPS will now write a logfile that you can later use for extending OSM.
.

.
.
The filename of the current logfile is then shown. If you come to a road crossing, you can easily split the logfile by pressing on "Split".
.

.
.
Step 2 - Copy
Once back at home copy the logfiles from the Neo onto your desktop computer into a working directory, i.e. ~/josm_tracks
.
Step 3 - Convert
Change into that directory and run the following command:
convert2osm.pl *log
This converts your logfiles into .osm files and at the same time cleans them from unnecessary points, i.e. when you are stopped at a traffic light.
.
Step 4 - Load into JOSM
Now load the .osm files in JOSM
.

.
.
The result will look like this:
.

.
Step 5 - Edit & Upload
- Select the way and make any necessary changes
- Edit properties
- Upload it to Openstreetmap
.

Congratulations! In less than five minutes you have created a new way!
Your new way will show up in less than seven days on the maps of openstreetmap.org and you can be proud to participate in this great project.
Have fun!
#1 - Niels Langager Ellegaard 2008-04-07 22:44 - (Reply)
Supercool. Does tangogps also provide a way to save the name and size of a road?
#1.1 - Marcus 2008-04-07 23:27 - (Reply)
As of now take a picture with your camera. JOSM supports geocoded photos. I have an article in the making as to how geotag your photos.
#2 - Timo Juhani Lindfors 2008-08-04 19:40 - (Reply)
Please note that by default tangogps seems to place tracks to /var/tmp which on openmoko is tmpfs which will not be preserved across reboots. Always configure tangogps to save to /home/root or something.
#2.1 - marcus bauer 2008-09-01 16:11 - (Reply)
This is now fixed in 0.9.3.
#3 - Kiwi SAYS:
2008-08-19 17:45 - (Reply)
Please add support for logging raw NMEA. So I can later filter points with high HDOP or postprocess them in other ways.
My GPS sometimes get fixes with very high HDOP (which is better that no fix at all) but that is bad for OSM.
Thank you!
#4 - lapistano 2008-08-20 14:23 - (Reply)
I found a nice series of videos describing how to geomap with josm:
http://showmedo.com/videos/series?name=mS2P1ZqS6
hf
lapis
#5 - Thomas 2008-08-27 17:01 - (Reply)
I've just gotten my GPS, and I love mapping for OSM already. Any chance to get some upgrade for the mapping feature? Especially an option to capture individual points instead of whole traces would be nice. I'd also like a feature to capture polygons - walk to every corner, press a button at each, when you get back home, you've got a polygonal representation of, say, a lake or parking lot to upload.
#5.1 - marcus bauer 2008-09-01 16:08 - (Reply)
Just use the command line utility head and the split button for this. I.e. for making a polygon, press split on every corner and the do:
'head -n 1 ALL_THE_POLYGON_LOGS > polygon.dat' - easy as that ;-)