User:Timothee Flutre/Notebook/CR AGAP/2014/05/01: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(→‎Entry title: first version)
(→‎About OpenStreetMap: add info for beginners, useful tools, GIS)
Line 7: Line 7:
<!-- ##### DO NOT edit above this line unless you know what you are doing. ##### -->
<!-- ##### DO NOT edit above this line unless you know what you are doing. ##### -->
==About OpenStreetMap==
==About OpenStreetMap==
* '''Motivation''': natural phenomena are, by essence, geolocalized. The flap of a butterfly's wing is more likely to cause a tornado in Oklahoma than in Lozère. Desert locusts are more likely to plague Ethiopia than Germany. Racial profiling and child hunger are more likely to occurr in some parts of the world than in others. How do we deal with such geographical information? Where and how do we store it, from frontiers between countries to vagaries of a lonely mountain trail? Should such information be private? Who should update it? How should we use it? One possible answer is [https://en.wikipedia.org/wiki/OpenStreetMap OpenStreetMap], a collaborative project to create a free editable map of the world.
* '''Motivation''': natural phenomena are, by essence, geolocalized. The flap of a butterfly's wing is more likely to cause a tornado in Oklahoma than in Lozère. Desert locusts are more likely to plague Ethiopia than Germany. Racial profiling and child hunger are more likely to occurr in some parts of the world than in others. How do we deal with such geographical information? Where and how do we store it, from frontiers between countries to vagaries of a lonely mountain trail? Should such information be private? Who should update it? How should we use it? One possible answer is [https://en.wikipedia.org/wiki/OpenStreetMap OpenStreetMap] (OSM), a collaborative project to create a free editable map of the world.
* '''Beginners''':
# download [https://josm.openstreetmap.de/ JOSM], a free software written in Java allowing to edit the content of the database OpenStreetMap (download the file "josm-tester.jar" in ~/bin)
# open a terminal and launch it like this <code>java -jar ~/bin/josm-tested.jar</code>
# inside JOSM, download all the data from a piece of the map (not too big, otherwise it will take too much time)
# use Ctrl-w to remove symbols
# start editing
# if you want to commit your changes, you need to [https://www.openstreetmap.org/user/new create an account] on OSM
* '''Help''': [http://wiki.openstreetmap.org/wiki/Map_Features map features], [http://taginfo.openstreetmap.org/ tag info], filtering tool ([http://overpass-turbo.eu/ overpass-turbo])
* '''Projects''': [http://www.opentripplanner.org/ trip planners], [http://map.project-osrm.org/ itineraries]
* '''Geographic information systems''' (GIS): it may not be adequate to add any geolocalized elements to OpenStreetMap, but you can use free software [https://en.wikipedia.org/wiki/QGIS QGIS]


<!-- ##### DO NOT edit below this line unless you know what you are doing. ##### -->
<!-- ##### DO NOT edit below this line unless you know what you are doing. ##### -->

Revision as of 08:48, 1 May 2014

Project name <html><img src="/images/9/94/Report.png" border="0" /></html> Main project page
<html><img src="/images/c/c3/Resultset_previous.png" border="0" /></html>Previous entry<html>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</html>Next entry<html><img src="/images/5/5c/Resultset_next.png" border="0" /></html>

About OpenStreetMap

  • Motivation: natural phenomena are, by essence, geolocalized. The flap of a butterfly's wing is more likely to cause a tornado in Oklahoma than in Lozère. Desert locusts are more likely to plague Ethiopia than Germany. Racial profiling and child hunger are more likely to occurr in some parts of the world than in others. How do we deal with such geographical information? Where and how do we store it, from frontiers between countries to vagaries of a lonely mountain trail? Should such information be private? Who should update it? How should we use it? One possible answer is OpenStreetMap (OSM), a collaborative project to create a free editable map of the world.
  • Beginners:
  1. download JOSM, a free software written in Java allowing to edit the content of the database OpenStreetMap (download the file "josm-tester.jar" in ~/bin)
  2. open a terminal and launch it like this java -jar ~/bin/josm-tested.jar
  3. inside JOSM, download all the data from a piece of the map (not too big, otherwise it will take too much time)
  4. use Ctrl-w to remove symbols
  5. start editing
  6. if you want to commit your changes, you need to create an account on OSM