Difference between revisions of "Israel Hiking and Biking Maps"

From OSGeo
Jump to navigation Jump to search
(add categories)
 
(31 intermediate revisions by one other user not shown)
Line 1: Line 1:
<big><big>Under construction !</big></big>
+
[[File:IHBM-Biking.png|300px|thumbnail|right|Biking lanes (green) and safe streets (light blue) in Tel Aviv]]
=== Initial Aims: ===
+
[[File:IHBM-Hiking.jpg|300px|thumbnail|right|Blazed hiking trails near Jerusalem]]
 +
=== Initial Aims ===
 
The project was initiated in 2014 to provide hikers and bikers with access to open maps of Israel. It also aimed at involving more volunteers in the local Open GIS community.
 
The project was initiated in 2014 to provide hikers and bikers with access to open maps of Israel. It also aimed at involving more volunteers in the local Open GIS community.
 +
=== Implementation ===
 +
We developed an interactive [https://israelhiking.osm.org.il website]. It provides six maps (basemaps and transparent overlays in 2 languages) based on open data (OSM + SRTM elevation data) and an interface for planning and sharing routes. The maps and interface were developed using open-source code. The development effort is coordinated in a dedicated [https://github.com/IsraelHikingMap GitHub page].
 +
=== Benefits: ===
 +
==== For hikers ====
 +
Previously, hikers relied on prohibitively-priced government-issued printed maps of hiking paths in Israel. This limited the access of economically disadvantaged populations to nature trails. Now everybody can use the free maps on smartphones or print them out.
 +
==== For bikers ====
 +
Our map marks bike paths in cities and safer streets for cycling, and the interface prioritizes these when auto-routing planned bicycle rides. Together these allow cyclists to
 +
plan safer commuting routes within dense cities in Israel. For the benefit of MTB riders, grading of mountain bike trails and height profiles are also shown.
 +
==== For OSM mappers ====
 +
The project has allowed unskilled users to easily add data to OSM and Wikipedia by making the update process more accessible and tuned to their needs. It improved mapping coverage significantly in Israel since it began.
 +
==== For opensource GIS developers ====
 +
The open code we generated contains several useful procedures for developers of similar projects. These include identification of GPX sections missing from OSM, merger of identical points of interest in OSM and wikipedia and more.
 +
We are beginning to migrate to docker and to micro services architecture that would allow micro services we develop to be easily re-used  [https://github.com/IsraelHikingMap/GPSBabelWebAPI (example)].
 +
The algorithms we developed and documented can be translated to any language needed in order to be used in other places.
 +
Every operation can be used by API HTTP calls and is documented with swagger. This enables, for example, to use this API to geosearch entities from OSM including relations.
  
=== Implementation: ===
+
=== Volunteers ===
A website providing two maps based on open data (OSM + SRTM elevation data) and
+
So far the design and coding of the maps and user interface relied on a core of three
an interface for planning and sharing routes. Both developed using open-source code.
+
volunteers who communicate and meet regularly. We are helped by several occasional contributors. All
 +
development has been pro-bono.
  
=== Benefit for hikers: ===
+
=== Mapping community ===
Previously, hikers relied on prohibitively-priced printed maps of hiking paths in Israel,
 
which were only available in Hebrew. This limited the access of economically disadvantaged and nonHebrew
 
speaking populations to nature trails. Now everybody can use the free maps on smartphones or
 
print them out.
 
=== Benefit for bikers: ===
 
Our map marks bike paths in cities and safer streets for cycling. Allowing cyclists to
 
plan safer commuting routes within dense cities in Israel. Grading of mountain bike trails is also shown.
 
=== Volunteers: ===
 
So far the planning and coding of the maps and user interface relied on a core of three
 
volunteers who communicate and meet regularly, helped by several occasional contributors. All
 
development has been pro-bono.
 
=== Mapping community: ===
 
 
The project has attracted a devout community of mappers to contribute to open
 
The project has attracted a devout community of mappers to contribute to open
GIS data. Our supporters exchange ideas, tips and suggestions in a Facebook group with over 3000
+
GIS data. Our supporters exchange ideas, tips and suggestions in a [https://www.facebook.com/groups/994960670559126/ Facebook group] (Hebrew) with over 3000 members. A face-to-face training meeting and a mapping party has been organized and well-attended in 2017 and 2018.
members. An educational meeting has been well-attended and a mapping party is soon to take place.
+
=== Impact===  
=== Success: ===  
+
Our site now attracts around 40,000 views per month. Many more use our open maps within various navigation apps or presented in collaborating websites. This open alternative now pushes government agencies to rethink their closed-garden approach to geo-data, and release some of it under open licenses.
Our site now attracts around 40,000 views per month. Many more use our open maps within
+
 
various navigation apps or presented in collaborating websites. This open alternative now pushes
+
=== International scaling effort ===
government agencies to rethink their closed-garden approach to geo-data.
 
=== Longer term aims: ===
 
 
We would like the site to go international. The benefits the site provides are by no means regionally-restricted.
 
We would like the site to go international. The benefits the site provides are by no means regionally-restricted.
The programming effort needed to a adapt the infrastructure will be volunteered.  
+
We have already provided an English version of the maps and interface.
However, we would need funds to purchase server space on a globally dispersed service.
+
More volunteer work is needed to translate documentation and to adapt the infrastructure to world-wide coverage.  
The hiking maps (left) and urban cycling map (right) in their English versions.
+
We would need funds to buy server space on a globally-dispersed service.
 +
===Budgetary needs===
 +
We are seeking a funding source for US$7,500 that would allow us to scale the project internationally.
 +
 
 +
[[Category:Local Chapters]]
 +
[[Category:Israel Chapter]]

Latest revision as of 12:22, 25 July 2018

Biking lanes (green) and safe streets (light blue) in Tel Aviv
Blazed hiking trails near Jerusalem

Initial Aims

The project was initiated in 2014 to provide hikers and bikers with access to open maps of Israel. It also aimed at involving more volunteers in the local Open GIS community.

Implementation

We developed an interactive website. It provides six maps (basemaps and transparent overlays in 2 languages) based on open data (OSM + SRTM elevation data) and an interface for planning and sharing routes. The maps and interface were developed using open-source code. The development effort is coordinated in a dedicated GitHub page.

Benefits:

For hikers

Previously, hikers relied on prohibitively-priced government-issued printed maps of hiking paths in Israel. This limited the access of economically disadvantaged populations to nature trails. Now everybody can use the free maps on smartphones or print them out.

For bikers

Our map marks bike paths in cities and safer streets for cycling, and the interface prioritizes these when auto-routing planned bicycle rides. Together these allow cyclists to plan safer commuting routes within dense cities in Israel. For the benefit of MTB riders, grading of mountain bike trails and height profiles are also shown.

For OSM mappers

The project has allowed unskilled users to easily add data to OSM and Wikipedia by making the update process more accessible and tuned to their needs. It improved mapping coverage significantly in Israel since it began.

For opensource GIS developers

The open code we generated contains several useful procedures for developers of similar projects. These include identification of GPX sections missing from OSM, merger of identical points of interest in OSM and wikipedia and more. We are beginning to migrate to docker and to micro services architecture that would allow micro services we develop to be easily re-used (example). The algorithms we developed and documented can be translated to any language needed in order to be used in other places. Every operation can be used by API HTTP calls and is documented with swagger. This enables, for example, to use this API to geosearch entities from OSM including relations.

Volunteers

So far the design and coding of the maps and user interface relied on a core of three volunteers who communicate and meet regularly. We are helped by several occasional contributors. All development has been pro-bono.

Mapping community

The project has attracted a devout community of mappers to contribute to open GIS data. Our supporters exchange ideas, tips and suggestions in a Facebook group (Hebrew) with over 3000 members. A face-to-face training meeting and a mapping party has been organized and well-attended in 2017 and 2018.

Impact

Our site now attracts around 40,000 views per month. Many more use our open maps within various navigation apps or presented in collaborating websites. This open alternative now pushes government agencies to rethink their closed-garden approach to geo-data, and release some of it under open licenses.

International scaling effort

We would like the site to go international. The benefits the site provides are by no means regionally-restricted. We have already provided an English version of the maps and interface. More volunteer work is needed to translate documentation and to adapt the infrastructure to world-wide coverage. We would need funds to buy server space on a globally-dispersed service.

Budgetary needs

We are seeking a funding source for US$7,500 that would allow us to scale the project internationally.