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

From OpenWetWare
Jump to navigationJump to search
(→‎About OpenStreetMap: add links to view latest OSM changesets)
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
# start editing
# start editing
# if you want to commit your changes, you need to [https://www.openstreetmap.org/user/new create an account] on OSM (all your edits are then visible on your [https://www.openstreetmap.org/user/timflutre profile])
# if you want to commit your changes, you need to [https://www.openstreetmap.org/user/new create an account] on OSM (all your edits are then visible on your [https://www.openstreetmap.org/user/timflutre profile])
* '''Help''': [http://learnosm.org/en/beginner/ tutorial], [http://wiki.openstreetmap.org/wiki/Map_Features map features], [http://taginfo.openstreetmap.org/ tag info], filtering tool ([http://overpass-turbo.eu/ overpass-turbo])
* '''Help''': [http://learnosm.org/en/beginner/ tutorial], [http://wiki.openstreetmap.org/wiki/Map_Features map features], [http://taginfo.openstreetmap.org/ tag info], filtering tool ([http://overpass-turbo.eu/ overpass-turbo], [http://resultmaps.neis-one.org/osm-discussions osm-discussions], [http://resultmaps.neis-one.org/osm-suspicious osm-suspicious])
* '''Projects''': [http://www.opentripplanner.org/ trip planners], [http://map.project-osrm.org/ itineraries]
* '''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]
* '''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]
Line 25: Line 25:
** [http://www.itouchmap.com/latlong.html iTouchmap]: click on the map to find the latitude and longitude of a point
** [http://www.itouchmap.com/latlong.html iTouchmap]: click on the map to find the latitude and longitude of a point
** [http://jgn.superheros.fr/fr/ JGN]: print maps, notably from IGN
** [http://jgn.superheros.fr/fr/ JGN]: print maps, notably from IGN
** [http://www.visugpx.com/ VisuGPX]: visualize, share and compare GPS itineraries
** [https://www.geoportail.gouv.fr/ Géoportail]: create itineraries based on IGN maps, and export them into the KML format (then, use [https://kml2gpx.com this site] to convert it into GPX)
** [http://www.visugpx.com/ VisuGPX]: visualize, share and compare itineraries
** [http://blog.dominodatalab.com/applied-spatial-data-science-with-r/ tutorial] in R


<!-- ##### 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 09:35, 10 January 2017

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 (all your edits are then visible on your profile)
  • Idea: I would like to be able to use overpass-turbo over whole France to retrieve all institutions (e.g. CNRS, INRA, universities, etc). One first step would be to replace the map at the bottom of this webpage by a similar map based on OpenStreetMap.
  • Other websites:
    • iTouchmap: click on the map to find the latitude and longitude of a point
    • JGN: print maps, notably from IGN
    • Géoportail: create itineraries based on IGN maps, and export them into the KML format (then, use this site to convert it into GPX)
    • VisuGPX: visualize, share and compare itineraries
    • tutorial in R