Difference between revisions of "Maps"
From Bjoern Hassler's website
(Created page with " /OSM") |
(→Using the Overpass API and Overpass Turbo to access OSM data) |
||
(55 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | = Transport for London on OpenStreeMap = | ||
+ | * [[Maps/Transport for London]] | ||
+ | ** [[Maps/Transport for London/tags]] | ||
+ | ** [[Maps/Transport for London/Lines]] | ||
+ | ** [[Maps/Transport for London/tube lines with colours]] | ||
+ | ** [[Maps/Transport for London/examples]] | ||
+ | ** [[Mapping London Underground stations on OSM]] | ||
+ | ** [[Maps/Kings Cross]] | ||
+ | ** [[Maps/Kings Cross/Comparison]] | ||
− | [[/OSM]] | + | = Africa = |
+ | |||
+ | * Colleges of Education, Ghana, see [[Atlas of the Colleges of Education Ghana]]. | ||
+ | * [[Maps/Fiwila|Fiwila]], Zambia | ||
+ | * [[/Highways]] | ||
+ | * [[/Schools in Zambia]] | ||
+ | |||
+ | = Linking OSM and Wikipedia = | ||
+ | * [[/Linking wikipedia to OSM]] | ||
+ | * [[Maps/Linking wikipedia to OSM/Overpass with Mediawiki API]] | ||
+ | = Archaeological mapping = | ||
+ | * [[Archaeology/Archaeological sites on the balearic islands and Sardinia]] | ||
+ | * [[Archaeology/Archaeology on OSM]] | ||
+ | * [[Archaeology/Linking OSM and Wikipedia]] | ||
+ | = Using and editing OpenStreeMap = | ||
+ | * [[/OSM|OSM]]. Some tips for OSM apps: | ||
+ | ** [[Maps/iD]] | ||
+ | ** [[Maps/Vespucci]] | ||
+ | *** tutorial on [[Maps/Vespucci/selection_and_creation|selection and creation]] | ||
+ | *** See also amended documentation on selection and creation here: https://github.com/bjohas/osmeditor4android/blob/master/documentation/docs/help/en/Introduction.md | ||
+ | ** [[Maps/JOSM]] | ||
+ | ** [[Maps/OSMAND]] | ||
+ | = Doing more with OSM - APIs and tools = | ||
+ | [[Maps/Exporting_PDF_from_OSM]] | ||
+ | |||
+ | == Using the Overpass API and Overpass Turbo to access OSM data == | ||
+ | |||
+ | * Some quick tips: [[Maps/Overpass]] | ||
+ | * I've worked on the [[osm:Overpass_API/Language_Guide]] a little, so it's easier to make sense of. | ||
+ | * Note also that overpass can produce information as csv, see | ||
+ | **[[osm:Overpass_API/Overpass_QL#Output_Format_.28out.29]] | ||
+ | ** http://overpass-api.de/output_formats.html | ||
+ | *Note that it's possible to launch the overpass-turbo page with pre-existing text, via http://overpass-turbo.eu/?q=query, see | ||
+ | ** [[osm:Overpass_turbo/Development]] | ||
+ | ** This is also possible for the wizard: [[osm:Overpass_turbo/Development#Wizard]] | ||
+ | * [[Template:OverpassTurboExample]] | ||
+ | |||
+ | == Interesting OSM analysis tools == | ||
+ | |||
+ | * https://tyrasd.github.io/osm-qa-feeds/ | ||
+ | * http://osm-hall-monitor.herokuapp.com/ | ||
+ | * http://resultmaps.neis-one.org/ | ||
+ | |||
+ | == Using the API to retrieve your changesets == | ||
+ | |||
+ | Similar to [http://osm-hall-monitor.herokuapp.com/ OSM Hall Monitor], how would you monitor your changes? | ||
+ | |||
+ | https://wiki.openstreetmap.org/wiki/API_v0.6 | ||
+ | * http://api.openstreetmap.org/api/0.6/changesets?display_name=XXX - changesets for user name XXX, or use user=uid (gets 100 at a time, need to use time=1T1Z,2T2Z to retrieve more). | ||
+ | * http://api.openstreetmap.org/api/0.6/changeset/49781376?include_discussion=true - changeset with discussion | ||
+ | * http://api.openstreetmap.org/api/0.6/changeset/49781376/download - changeset with changed objects | ||
+ | You can then get the latest versions of the objects you edited, and see whether anything has changed. | ||
+ | * http://osmhv.openstreetmap.de/ | ||
+ | |||
+ | = Collecting Geodata = | ||
+ | * Some thoughts on [[/Collecting geodata and mapping|Collecting geodata and mapping]] | ||
+ | |||
+ | [[Category:OSM]] | ||
+ | [[Category:Mapping]] | ||
+ | [[Category:Android]] |
Latest revision as of 21:51, 28 December 2017
Contents
1 Transport for London on OpenStreeMap[edit]
2 Africa[edit]
- Colleges of Education, Ghana, see Atlas of the Colleges of Education Ghana.
- Fiwila, Zambia
- /Highways
- /Schools in Zambia
3 Linking OSM and Wikipedia[edit]
4 Archaeological mapping[edit]
- Archaeology/Archaeological sites on the balearic islands and Sardinia
- Archaeology/Archaeology on OSM
- Archaeology/Linking OSM and Wikipedia
5 Using and editing OpenStreeMap[edit]
- OSM. Some tips for OSM apps:
- Maps/iD
- Maps/Vespucci
- tutorial on selection and creation
- See also amended documentation on selection and creation here: https://github.com/bjohas/osmeditor4android/blob/master/documentation/docs/help/en/Introduction.md
- Maps/JOSM
- Maps/OSMAND
6 Doing more with OSM - APIs and tools[edit]
6.1 Using the Overpass API and Overpass Turbo to access OSM data[edit]
- Some quick tips: Maps/Overpass
- I've worked on the osm:Overpass_API/Language_Guide a little, so it's easier to make sense of.
- Note also that overpass can produce information as csv, see
- Note that it's possible to launch the overpass-turbo page with pre-existing text, via http://overpass-turbo.eu/?q=query, see
- osm:Overpass_turbo/Development
- This is also possible for the wizard: osm:Overpass_turbo/Development#Wizard
- Template:OverpassTurboExample
6.2 Interesting OSM analysis tools[edit]
- https://tyrasd.github.io/osm-qa-feeds/
- http://osm-hall-monitor.herokuapp.com/
- http://resultmaps.neis-one.org/
6.3 Using the API to retrieve your changesets[edit]
Similar to OSM Hall Monitor, how would you monitor your changes?
https://wiki.openstreetmap.org/wiki/API_v0.6
- http://api.openstreetmap.org/api/0.6/changesets?display_name=XXX - changesets for user name XXX, or use user=uid (gets 100 at a time, need to use time=1T1Z,2T2Z to retrieve more).
- http://api.openstreetmap.org/api/0.6/changeset/49781376?include_discussion=true - changeset with discussion
- http://api.openstreetmap.org/api/0.6/changeset/49781376/download - changeset with changed objects
You can then get the latest versions of the objects you edited, and see whether anything has changed.
7 Collecting Geodata[edit]
- Some thoughts on Collecting geodata and mapping