From 39803c323d685a3e9b138c92fdb035014ed96ed8 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Tue, 11 Jun 2024 14:08:53 +0200 Subject: [PATCH] first version of schedule/programme --- _includes/css/sotm.css | 10 +- _includes/nav.html | 8 +- _includes/schedule/_general.html | 371 +++++++ programme/index.html | 35 + sessions/3D9RGU.md | 30 + sessions/3ZU3ZR.md | 27 + sessions/7FDPZZ.md | 22 + sessions/87HBBY.md | 16 + sessions/8XCQJB.md | 18 + sessions/8ZVKZV.md | 16 + sessions/98JMSV.md | 27 + sessions/98YGWG.md | 30 + sessions/99HWEX.md | 20 + sessions/A3JTVT.md | 26 + sessions/A3Y3BC.md | 20 + sessions/A7DUFU.md | 21 + sessions/AXHHF3.md | 26 + sessions/BXGLWA.md | 22 + sessions/C8B93B.md | 20 + sessions/C8UWGW.md | 22 + sessions/DBW99C.md | 20 + sessions/EBMVWS.md | 16 + sessions/FRFJBJ.md | 22 + sessions/HCCLGL.md | 29 + sessions/HLR7MM.md | 16 + sessions/HVVYM7.md | 30 + sessions/J9ATMQ.md | 22 + sessions/L7SUBJ.md | 30 + sessions/LDB3BA.md | 28 + sessions/MJKAC8.md | 24 + sessions/MRBEFX.md | 23 + sessions/MRQDGE.md | 25 + sessions/N7TGMA.md | 28 + sessions/NHZVNW.md | 24 + sessions/PCW97R.md | 40 + sessions/PR793Z.md | 26 + sessions/PRQKRX.md | 22 + sessions/RMFSEG.md | 22 + sessions/S87VYL.md | 24 + sessions/SC7HYF.md | 20 + sessions/SYRTRW.md | 16 + sessions/SZZP3K.md | 24 + sessions/T3CXBD.md | 16 + sessions/THDUGZ.md | 16 + sessions/TQXSFP.md | 31 + sessions/V3FYDH.md | 22 + sessions/WCFXG7.md | 24 + sessions/WTH9FS.md | 16 + sessions/XUJWAM.md | 26 + sessions/YNBJGQ.md | 23 + sessions/YNEPJM.md | 30 + sessions/YRLYQZ.md | 20 + sessions/Z8F8RB.md | 22 + sessions/ZHME3F.md | 20 + sessions/ZVVQTA.md | 22 + sessions/ZZTZRB.md | 16 + talks.json | 1553 ++++++++++++++++++++++++++++++ 57 files changed, 3170 insertions(+), 5 deletions(-) create mode 100644 _includes/schedule/_general.html create mode 100644 programme/index.html create mode 100644 sessions/3D9RGU.md create mode 100644 sessions/3ZU3ZR.md create mode 100644 sessions/7FDPZZ.md create mode 100644 sessions/87HBBY.md create mode 100644 sessions/8XCQJB.md create mode 100644 sessions/8ZVKZV.md create mode 100644 sessions/98JMSV.md create mode 100644 sessions/98YGWG.md create mode 100644 sessions/99HWEX.md create mode 100644 sessions/A3JTVT.md create mode 100644 sessions/A3Y3BC.md create mode 100644 sessions/A7DUFU.md create mode 100644 sessions/AXHHF3.md create mode 100644 sessions/BXGLWA.md create mode 100644 sessions/C8B93B.md create mode 100644 sessions/C8UWGW.md create mode 100644 sessions/DBW99C.md create mode 100644 sessions/EBMVWS.md create mode 100644 sessions/FRFJBJ.md create mode 100644 sessions/HCCLGL.md create mode 100644 sessions/HLR7MM.md create mode 100644 sessions/HVVYM7.md create mode 100644 sessions/J9ATMQ.md create mode 100644 sessions/L7SUBJ.md create mode 100644 sessions/LDB3BA.md create mode 100644 sessions/MJKAC8.md create mode 100644 sessions/MRBEFX.md create mode 100644 sessions/MRQDGE.md create mode 100644 sessions/N7TGMA.md create mode 100644 sessions/NHZVNW.md create mode 100644 sessions/PCW97R.md create mode 100644 sessions/PR793Z.md create mode 100644 sessions/PRQKRX.md create mode 100644 sessions/RMFSEG.md create mode 100644 sessions/S87VYL.md create mode 100644 sessions/SC7HYF.md create mode 100644 sessions/SYRTRW.md create mode 100644 sessions/SZZP3K.md create mode 100644 sessions/T3CXBD.md create mode 100644 sessions/THDUGZ.md create mode 100644 sessions/TQXSFP.md create mode 100644 sessions/V3FYDH.md create mode 100644 sessions/WCFXG7.md create mode 100644 sessions/WTH9FS.md create mode 100644 sessions/XUJWAM.md create mode 100644 sessions/YNBJGQ.md create mode 100644 sessions/YNEPJM.md create mode 100644 sessions/YRLYQZ.md create mode 100644 sessions/Z8F8RB.md create mode 100644 sessions/ZHME3F.md create mode 100644 sessions/ZVVQTA.md create mode 100644 sessions/ZZTZRB.md create mode 100644 talks.json diff --git a/_includes/css/sotm.css b/_includes/css/sotm.css index 0120641..2288912 100644 --- a/_includes/css/sotm.css +++ b/_includes/css/sotm.css @@ -1039,8 +1039,16 @@ h2.abstract-subtitle { content: counters(item, ".") ". "; } -/* Pretix ticket widget */ +/* Pretix ticket widget +--------------------------------------*/ .pretix-widget { padding-top: 10px !important; border: none !important; } + +/* temporary overrides +--------------------------------------*/ +.abstract-no-recording, +.noRecordingDark { + display: none !important; +} diff --git a/_includes/nav.html b/_includes/nav.html index f4e5fca..91f63ee 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -18,9 +18,9 @@ -
  • + @@ -48,9 +48,9 @@ Videos {% endif %}
  • --> - + diff --git a/_includes/schedule/_general.html b/_includes/schedule/_general.html new file mode 100644 index 0000000..0379663 --- /dev/null +++ b/_includes/schedule/_general.html @@ -0,0 +1,371 @@ + +

    Friday – September 6

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Time (local)Auditorium 1 no recordingAuditorium 2 no recordingWorkshops no recording
    10:00 + Opening Session
    SotM Working Group + +
    11:00Coffee Break
    11:30 + The OSM Spectrum
    Pragya Pant, Rabina Poudyal + +
    + Tuning In to Local Needs: How OpenStreetMap Enhances USAID's Development Programming
    Rory Nealon + +
    + Exporting high-quality Atlas maps in bulk by leveraging OpenStreetMap Data in QGIS
    Johanes Petro Machela + +
    12:00 + Sustainable Transport on the Map
    Taylor Reich + +
    + Mapping Populations, Mobilizations, and Territories in Medellín
    Luis Sebastian Bravo Chacon + +
    12:30 + A Replicable Model for OpenStreetMap Training Programs in High Schools
    Zacharia Muindi, Laura Mugeha + +
    13:00Lunch
    14:30 + Some Assembly Required
    Sarah Hoffmann + +
    + Incorporating OpenStreetMap into Academic Curricula: Insights from GeoTE Tanzania's Five-Week Field Training programs with YouthMappers and Academic Partners
    Erick Mnyali + +
    + Mapping the classroom with Every Door
    Ilya Zverev + +
    15:00 + Setting the Stage for the Future of Web Based Mapping
    Martin Raifer + +
    + Photo mapping from my village to Pharmacies and Addresses
    Yvonne + +
    15:30 + A Novel Approach to Street-Level Data Collection: Using Customized Bajaji (tricycle) and Mapillary to Enrich OpenStreetMap in Dar es Salaam
    benedcto adam + +
    + Women in OSM Tech - What worked best for me.
    Anastazia Caroll + +
    16:00Coffee Break
    16:30 + OSMF Funding
    Daniela Waltersdorfer Jimenez + +
    + Community Capacity Building- Case Study OSM Kenya
    Walter Mayeku, Mary Muthee + +
    + Hands-on data validation on OSM: best practices and tools
    Michael Montani + +
    17:00 + On the Ground
    Jochen Topf, Frederik Ramm + +
    17:30 + Lightning Talks I
    SotM Working Group + +
    + Strengthening Collaboration between Organizations and Local Communities in West Africa Through the OSMer in Residence Program
    Jorieke Vyncke, Yves Emmanuel NIKOYO EMOUGOU + +
    +

    Saturday – September 7

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Time (local)Auditorium 1 no recordingAuditorium 2 no recordingWorkshops no recording
    10:30 + OpenStreetMap and the GDPR
    Andrew Hain + +
    11:00Coffee Break
    11:30 + MapLibre Tiles: A Next Generation Vector Tiles Format specially designed for OSM data
    Markus Tremmel + +
    + Reducing Swiggy’s dependency on Google Maps with OSM
    Anushka Jain, Raghav Pawar, Ankit Gupta + +
    + OSM Wiki editing workshop
    Mateusz Konieczny + +
    12:00 + Cloud-native OSM for Visualization & Analysis
    Sajjad Anwar + +
    + GIS-based disaster management capacity building for Techwomen
    ASSONGTIA ASSONDJI Merveille + +
    12:30 + Lightning Talks II
    SotM Working Group + +
    + Improving data homogeneity across a country
    Claire Halleux + +
    13:00Lunch
    14:30 + Download OSM data translated into your language using free software components and standard protocols
    Séverin Ménard + +
    + Using OSM for Development: opportunities and challenges in large agencies
    Erica Hagen + +
    + Easy Access to ohsome full history OSM contributions using cloud hosted GeoParquet
    Benjamin Herfort + +
    15:00 + State of the art in combining OSM and Linked Data
    Daniele Santini + +
    15:30 + The Journal of Importing Open Data Address in Taiwan into OpenStreetMap
    Dennis Raylin Chen + +
    + Open mapping through tropical forest biodiversity conservation
    Luis Sebastian Bravo Chacon + +
    16:00Coffee Break
    16:30 + OSMF board – what are they even doing?
    Mateusz Konieczny + +
    + Generating Ways with the Strava Heatmap
    Derick Yang, Drew Robb + +
    + Build an OpenStreetMap walking tour with a free and open source video game
    Paul Pickell + +
    17:00 + Fostering mutually beneficial partnerships with OSM local groups
    Martin Noblecourt + +
    + Catching OSM Up with External Data with a Workflow and Tools for Conflation and Validation
    Stefan Keller + +
    17:30 + Analyzing the Spatial Distribution of Fuel Stations in Harare, Zimbabwe: Assessing Standard Construction Practices through Open Mapping for Hazard Zone Identification
    Letwin, Kingsley Chika CHUKWU + +
    +

    Sunday – September 8

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Time (local)Auditorium 1 no recordingWorkshops no recording
    09:30 + AI and Open Source Mapping
    Muhammad Saleem + +
    + Get to know OSGeo and expand Your Open Mapping Toolkit
    Laura Mugeha + +
    10:00 + openrouteservice version 8 - Experiences and insights from 10+ years of running and providing a global OSM-driven, free and open-source routing engine
    Julian Psotta + +
    10:30 + How to develop your own style of OpenMapTiles with your favarite editor?
    Taro Matsuzawa + +
    11:00Coffee Break
    11:30 + The Current State of Collaboration between Digital Twin and OSM
    Taichi Furuhashi + +
    + The worst and best of OpenStreetMap in Ghana (Africa)
    Enock Seth Nyamador + +
    12:00 + Do we need 11 000 shop=* values?
    Mateusz Konieczny + +
    12:30 + Lightning Talks III
    SotM Working Group + +
    13:00Lunch
    14:30 + Go Out And Map
    Ilya Zverev + +
    + From Source to Map: Strategies for Integrating External Data into OpenStreetMap
    Amour Nyalusi + +
    15:00 + OSMF Board AMA
    Sarah Hoffmann, Mateusz Konieczny, Craig Allan, Daniela Waltersdorfer Jimenez, OSMF board, Arnalie Vicario, Guillaume Rischard, Roland Olbricht + +
    16:00Coffee and Snacks
    16:30 + Closing Session
    SotM Working Group + +
    + diff --git a/programme/index.html b/programme/index.html new file mode 100644 index 0000000..b1c0dd7 --- /dev/null +++ b/programme/index.html @@ -0,0 +1,35 @@ +--- +layout: page-with-toc +title: Programme +titlecontent: "" +headings: "general_Friday,general_Saturday,general_Sunday,breakout" +--- + +

    State of the Map 2024 will take place from 6 to 8 September 2024 in Nairobi, Kenya. We have created an exciting programme with you—the OpenStreetMap community. For the duration of the conference, we have rooms set aside for breakout sessions that can be booked by groups of mutual interest, or used without prior planning.

    + + +

    The programme below is still in a preliminary state: talks might still be shifted around by the programme committee and some remaining talks as well as the details of the academic track will be added soon.

    + + + + + +{% include schedule/_general.html %} + +

    Self organized sessions

    +

    + Besides the main programme of SotM we offer space for self-organized sessions for discussions about topics that well placed in smaller rounds. The only requirement that we have to your topic is that it has to be related to OpenStreetMap. For on-site self-organized sessions, we will set up a white board at the conference venue to reserve a time slot and room. The only requirements we have is that the participants have a conference ticket which grants them access to the conference platform that we use and that they abide to the conference's Code of Conduct. +

    + + diff --git a/sessions/3D9RGU.md b/sessions/3D9RGU.md new file mode 100644 index 0000000..fd31ab8 --- /dev/null +++ b/sessions/3D9RGU.md @@ -0,0 +1,30 @@ +--- +layout: session +title: "Setting the Stage for the Future of Web Based Mapping" +code: "3D9RGU" +speaker_names: ['Martin Raifer'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Friday, 15:00" +time_iso: "2024-09-06T12:00:00Z" +resources: [] +recording: False +--- + +Over the years, iD has become a quite capable, versatile and reliable editor for OSM. However, it is currently also facing of a number of challenges: For example, it needs to keep being able to cope with the growing amount and richness of OSM’s map data, as well as to afford the increasingly important task of keeping the map up to date. + +This talk outlines a proposal to transform iD’s current user interface centered around OSM’s data model into an adaptive user experience that is better tailored towards the needs of individual mappers and outlines an approach of how we can get there as a community. + +
    + +In the past, iD had to and has overcome several challenging hurdles to become what it is today: A quite unique map editor that is the point of entry of most contributors of OpenStreetMap into the world of mapping. + +Today, iD is facing of a number of signifiant challenges to make it even more usable to a wide user base, and will continue to do so into the foreseeable future especially in regards to make it fit for the mapping topics of the future. For example, the editor needs to be able to cope with the growing amount and richness of OSM’s map data as well as as the increasingly important task of keeping the map up to date. + +The design of iD’s current user interface is substantially based on OSM’s data model. This can be seen for example in the workflow of creating a new map feature: It starts out with a blank “dummy” map geometry which – in a second step – has to be converted into a map feature by choosing a preset. While this is true to the way OSM represents this information in the data (i.e. in the form of nodes, ways and relations which are enriched with tags), this is for most simple use cases an unnecessary complication. + +Instead of primarily catering to the needs and requirements arising from the underlying data structures, iD’s usability should be instead built around the needs of of the different groups of mappers. And as these vary quite significantly depending on the interests and/or experience of the individual mappers, a promising approach to bring all of these together is to evolve iD’s user interface into an adaptive mapping experience with the goal to make vital mapping workflows intuitive, easy, fast and delightful. + +This transformation will definitely not be a small endeavor and is far from finally defined: in fact this should only be a start of a larger discussion. Let us together flesh out the details of this project. + diff --git a/sessions/3ZU3ZR.md b/sessions/3ZU3ZR.md new file mode 100644 index 0000000..7369ca7 --- /dev/null +++ b/sessions/3ZU3ZR.md @@ -0,0 +1,27 @@ +--- +layout: session +title: "Open mapping through tropical forest biodiversity conservation" +code: "3ZU3ZR" +speaker_names: ['Luis Sebastian Bravo Chacon'] +affiliations: None +room: "Auditorium 2" +length: "20" +time: "Saturday, 15:30" +time_iso: "2024-09-07T12:30:00Z" +resources: [] +recording: False +--- + +The botanical collection Arboretum and Palmetum Leon Morales Soto houses 412 species from 64 botanical families, totaling 4892 individuals. The mapping carried out by the SAGEMA chapter of YouthMappers allowed sharing valuable information about Colombian flora with the university community, facilitating its conservation and recognition through the integration of collection data into OSM. The project aims to promote the conservation of threatened tropical ecosystems through open mapping. It involved the participation of 12 students and a training strategy through open workshops to replicate the project in other Latin American regions. + +
    + +The Universidad Nacional de Colombia is one of the most important ecological nuclei and connection points in Medellín and the Aburrá Valley. In its approximately 37 hectares, the university harbors a high diversity of fauna, especially birds, insects, small mammals, and reptiles, which find shelter, food, nesting areas, and a passage point in their biological corridor in the tree cover. Therefore, the conservation of this space is of special importance to the city. The collection stands out for housing various species representative of different Colombian tropical ecosystems, such as the dry forests of the Cauca and Magdalena canyons, the humid forests of Chocó, and the flooded forests of the Amazon, among others, offering students and visitors the opportunity to immerse themselves in the biodiversity of the extraordinary Colombian tropical forests and ensuring the maintenance of native species. +The "Open Data, Vibrant Ecosystems" project aims to bring the university community closer to the care and appreciation of the flora and fauna present on the Universidad Nacional de Colombia, Medellín campus, through the recognition and appropriation of the living collection Arboretum and Palmetum Leon Morales Soto. It is based on open and collaborative mapping to encourage students to interact with the different species of palms, trees, shrubs, and herbaceous plants that the collection houses, and aims to go beyond visualization and consultation by inviting them to be active participants in the collection's tree inventory data collection, creation, use, and download through open data and the OpenStreetMap platform. +As a result of the first phase of mapping the project, the collection's inventory was imported into OpenStreetMap, adding around 3000 new data points to the map. The project is developed in 3 phases: Training, Data validation in office and field, Data import to OSM. For the first phase, a work route was established for data import. First, information gaps and technical knowledge needed for the import were identified. Based on this analysis, collaboration was sought with volunteers from the OSM Colombia and OSM Latin America communities who had experience in tree mapping in OSM. +A schedule of five training sessions was established for project members to acquire the knowledge and technical skills necessary for mapping the collection. As part of the project's dissemination and replicability strategy, it was decided to open the talks to the general public and especially invite the OSM Colombia and YouthMappers Latin America community to the training cycle. Five (5) training sessions were held in February and March 2024. The attendance range per talk was between 14 and 30 people, including students, educators, researchers, and institutions from 5 countries in Latin America (Colombia, Brazil, Mexico, Peru, Nicaragua, Chile). +The training process covered topics such as data cleaning, mapping project documentation strategies, data import models with QGIS, urban trees and green areas in the OSM ecosystem, and open data licensing. To ensure the project's replicability, a YouTube channel was created with recordings of all the training sessions. A wiki was created documenting the data cleaning process, selected tags, the validation phase, and the import model. +For fieldwork preparation, the QGIS program and the QField application were used. Through QGIS, tree data obtained from the university's Environmental Management System were imported, and then each campus of the Universidad Nacional de Colombia - Medellín Campus was divided into quadrants/polygons, with the aim that each member verified the tree data/points in the assigned quadrant. Field data verification was done through the QField application. The qfiel form identifies the mapper with their OSM username, allows them to add new individuals, map dead trees, and delete absent individuals. Information on species, growth habit, condition, and a photo was collected during the recognition. +Python code was used to complement the information collected in the field, using the GBIF open repository API to add information about the botanical family for each of the mapped species. +After socializing the import in the OSM Colombia community, the data import was carried out by quadrants under the user of each of the project participants, using an import model with QGIS that allows the translation of data into the tags used by the platform. + diff --git a/sessions/7FDPZZ.md b/sessions/7FDPZZ.md new file mode 100644 index 0000000..b1ebe88 --- /dev/null +++ b/sessions/7FDPZZ.md @@ -0,0 +1,22 @@ +--- +layout: session +title: "Tuning In to Local Needs: How OpenStreetMap Enhances USAID's Development Programming" +code: "7FDPZZ" +speaker_names: ['Rory Nealon'] +affiliations: None +room: "Auditorium 2" +length: "20" +time: "Friday, 11:30" +time_iso: "2024-09-06T08:30:00Z" +resources: [] +recording: False +--- + +This talk will introduce the USAID/GeoCenter’s Mapping for Resilience initiative and update the OpenStreetMap community on its objectives to connect open-geospatial data with USAID programming. It will cover how USAID has supported the OpenStreetMap community in the past and its plans for the future. Further, the talk will highlight the program’s successes and challenges. + +
    + +Mapping for Resilience emerged from USAID’s need for new and updated geospatial information. The seeds of the program started in 2012 when the Office of Foreign Disaster Assistance (OFDA, now the Bureau for Humanitarian Assistance), requested an updated map of Kathmandu to assist with their Nepal Earthquake Contingency Plan. The GeoCenter partnered with U.S. State Department’s Humanitarian Information Unit, the World Bank and the George Washington University, to host a mapathon to generate the needed information + +Since this first activity Mapping for Resilience, including the YouthMappers program, has supported USAID across the domains and geographies it operates in. This not only includes the humanitarian sector but also food security, agriculture, WASH, global health, youth, digital development and many others. The presentation will cover these past engagements as well as plans for the program’s future. + diff --git a/sessions/87HBBY.md b/sessions/87HBBY.md new file mode 100644 index 0000000..637b206 --- /dev/null +++ b/sessions/87HBBY.md @@ -0,0 +1,16 @@ +--- +layout: session +title: "Lightning Talks I" +code: "87HBBY" +speaker_names: ['SotM Working Group'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Friday, 17:30" +time_iso: "2024-09-06T14:30:00Z" +resources: [] +recording: False +--- + +There will be a board where you can sign up for a lightning talks. There are three slots for lightning talks at this conference. Each lightning talk is five minutes long. The topic must be about OpenStreetMap. Prior submission is not required. But if you are not in Nairobi you can send us a prerecorded lightning talk that we will stream during the conference. + diff --git a/sessions/8XCQJB.md b/sessions/8XCQJB.md new file mode 100644 index 0000000..c0e05f1 --- /dev/null +++ b/sessions/8XCQJB.md @@ -0,0 +1,18 @@ +--- +layout: session +title: "OSMF board – what are they even doing?" +code: "8XCQJB" +speaker_names: ['Mateusz Konieczny'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Saturday, 16:30" +time_iso: "2024-09-07T13:30:00Z" +resources: [] +recording: False +--- + +If you have ever wondered what OSMF and OSMF board are doing and why they exist it is a good presentation for you. +Will include a brief overview (as promised in the title) of what they are doing, reason for their existence and why you may want to care about them. And why you may want join the board or one of working groups. +Presented by OSMF board member. + diff --git a/sessions/8ZVKZV.md b/sessions/8ZVKZV.md new file mode 100644 index 0000000..8630a54 --- /dev/null +++ b/sessions/8ZVKZV.md @@ -0,0 +1,16 @@ +--- +layout: session +title: "Closing Session" +code: "8ZVKZV" +speaker_names: ['SotM Working Group'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Sunday, 16:30" +time_iso: "2024-09-08T13:30:00Z" +resources: [] +recording: False +--- + +We say goodby to this year's State of the Map conference and to Nairobi. You will see some impressions of the conference and we say thank you to all volunteers and to the local team of Nairobi. We hope that we can already announce the venue of State of the Map 2025. + diff --git a/sessions/98JMSV.md b/sessions/98JMSV.md new file mode 100644 index 0000000..14fc869 --- /dev/null +++ b/sessions/98JMSV.md @@ -0,0 +1,27 @@ +--- +layout: session +title: "Some Assembly Required" +code: "98JMSV" +speaker_names: ['Sarah Hoffmann'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Friday, 14:30" +time_iso: "2024-09-06T11:30:00Z" +resources: [] +recording: False +--- + +The more detailed our mapping of the real world becomes, the more it becomes apparent that a single node, way or relation is insufficient to represent the complex properties of a real-word object. Streets have many lanes. Buildings have entrances, 3D shapes and POIs inside. And let's not even start talking about the complexity of a major railway station. + +This talk will take a systematic look at the different ways how complex objects are being mapped in OSM. We explore how editors cope with the complexities of detailed mapping and discuss the implication on how our processing tools need to change to better handle relationships between objects. + +
    + +In the early OSM days, when the map was still largely a white canvas, it was very easy to stick to a simple one-to-one relationship between real-world features and OSM objects. A street is a way. A building is a single closed way. +But the more we get into the details of mapping, the more this one-to-one principle gets us into trouble. Streets have many lanes. Buildings have entrances, 3D shapes and POIs inside. And let's not even start talking about the complexity of a major railway station. + +For some of these complex constructs we have developed mapping schemas - using special tagging, relations or relying on spatial properties. But more often than not, then question of relationship between OSM object is sidestepped. The situation is more dire on the side of the processing tools. Most generic tools still look at every OSM object as an isolated feature. The tools that do process complex objects often do so only for a very specific type like 3D buildings or turning restrictions. + +This talk will take a systematic look at the different ways how complex objects are being mapped in OSM. We explore how editors cope with the complexities of detailed mapping and discuss the implication on how our processing tools need to change to better handle relationships between objects. + diff --git a/sessions/98YGWG.md b/sessions/98YGWG.md new file mode 100644 index 0000000..d7b6513 --- /dev/null +++ b/sessions/98YGWG.md @@ -0,0 +1,30 @@ +--- +layout: session +title: "Get to know OSGeo and expand Your Open Mapping Toolkit" +code: "98YGWG" +speaker_names: ['Laura Mugeha'] +affiliations: None +room: "Workshops" +length: "60" +time: "Sunday, 09:30" +time_iso: "2024-09-08T06:30:00Z" +resources: [] +recording: False +--- + +Are you familiar with OpenStreetMap but want to take your geospatial skills to the next level? This workshop introduces you to the Open Source Geospatial Foundation (OSGeo) and how its various software projects interact with OpenStreetMap data. This will help you to unlock new possibilities for analysis, visualization, and more. + +Through a hands-on session using OSGeoLive, participants will: +- Explore OSGeo platforms like QGIS, PostGIS, and OpenLayers. +- Discover how these tools integrate with OpenStreetMap data through hands-on exercises. + +
    + +The Open Source Geospatial Foundation (OSGeo) is a non-profit organization that promotes the global adoption of open geospatial technology. OSGeo is devoted to an open philosophy and participatory community-driven development and provides financial, organizational, and legal support to the larger open-source geospatial community. + +OSGeo's vision is to make open-source geospatial software accessible to everyone. Founded in 2006, it is a well-established global organization with Local Chapters worldwide. It represents and supports over 25 software projects, such as QGIS, PostGIS, or GDAL. + +The OSGeoLive project covers over 50 software projects, Open Data, documentation, and tutorials. OSGeoLive is a self-contained bootable DVD, USB thumb drive, or Virtual Machine based on Lubuntu that allows you to try a wide variety of open-source geospatial software without installing anything. OpenStreetMap data and software are also included on OSGeoLive. + +OpenStreetMap data plays a significant role in numerous OSGeo projects, serving as sample data and service. The collaboration between OSGeo and OSM is evident in the variety of OSM-specific plugins for QGIS and the support for OSM in GDAL. This symbiotic relationship underscores the shared values and mutual benefits of the OSGeo and OSM communities. + diff --git a/sessions/99HWEX.md b/sessions/99HWEX.md new file mode 100644 index 0000000..f317ae4 --- /dev/null +++ b/sessions/99HWEX.md @@ -0,0 +1,20 @@ +--- +layout: session +title: "Community Capacity Building- Case Study OSM Kenya" +code: "99HWEX" +speaker_names: ['Walter Mayeku', 'Mary Muthee'] +affiliations: None +room: "Auditorium 2" +length: "40" +time: "Friday, 16:30" +time_iso: "2024-09-06T13:30:00Z" +resources: [] +recording: False +--- + +Examining the case of OSM Kenya, we showcase and exhibit how initiatives have empowered local communities through open mapping, fostering collaborations, and skill development. We have catalyzed sustainable impact driving positive change across the country and around the world through empowering over 200+ young people who are members of our community. Gaining insights and strategies for enhancing community engagement and capacity within the OpenStreetMap ecosystem in Kenya and beyond borders. + +
    + +The presentation will be centered around Community Capacity Building as a model for building sustainable communities for the global south, Sharing tricks and skills that we have adapted over five years, we desire to showcase our growth as a community through the contribution of open data. During the presentation, we will recognize the community for working together to achieve such a milestone as we seek to enlighten other communities toward achieving greater goals. + diff --git a/sessions/A3JTVT.md b/sessions/A3JTVT.md new file mode 100644 index 0000000..d1484d0 --- /dev/null +++ b/sessions/A3JTVT.md @@ -0,0 +1,26 @@ +--- +layout: session +title: "The OSM Spectrum" +code: "A3JTVT" +speaker_names: ['Pragya Pant', 'Rabina Poudyal'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Friday, 11:30" +time_iso: "2024-09-06T08:30:00Z" +resources: [] +recording: False +--- + +OpenStreetMap (OSM) is a collaborative mapping platform with provides open and easy access to its users. It has diverse usability including the general public to governmental and non-governmental organizations. This abstract presents the usage of OSM in general and in the context of Nepal. OSM is used by the local community, the government sector and NGOs, tourism, classrooms, and various projects contributing to the development and gender equality making it a versatile data source. OSM gives a sense of empowerment and responsibility to individuals and contributes to fostering resilience and sustainable development. + +
    + +OpenStreetMap (OSM) is a free and open-source mapping platform where individuals collaboratively create, edit, use, and share geospatial data. OSM is used by a variety of users and stakeholders for their respective purposes. +For the general public OSM is used for navigation because of its user-friendly nature. Mobile applications like MAPS.ME and OsmAnd provide offline access to maps. Additionally, it facilitates community engagement bringing a sense of empowerment and responsibility among individuals. +Government sectors and NGOs use OSM data for planning developmental activities. The OSM data is extensively used in humanitarian response, Nepal is prone to disasters like earthquakes, landslides, and floods OSM has played a crucial role in allowing volunteers to respond quickly with the most updated maps with local information. +OSM also plays an important role in tourism; guides, hikers, trekkers, and mountaineers use tourist maps prepared using OSM data as it provides detailed maps of hiking trails, mountain peaks, and natural landmarks. +Gender equality is also an important domain that OSM has impacted upon, its various projects of mapping women-centric points of interest, addressing the issue of female genital mutilation, She Leads She Inspires programs, and empowering women as contributing to it remotely itself is the task that most females prefer to do. +The students in the classrooms use OSM data for their projects and research. OSM data is preferred in the analysis as it is up-to-date and contains detailed information. Different student clubs like the Geomatics Engineering Society (GES), a registered OSM community in Nepal conduct training, workshops, and mapathons contributing to capacity building. +Overall, OpenStreetMap offers a spectrum of usability to individuals, volunteers, companies, and organizations and stakeholders ranging from navigation to disaster response and empowerment of individuals and community as a whole. + diff --git a/sessions/A3Y3BC.md b/sessions/A3Y3BC.md new file mode 100644 index 0000000..dfbe815 --- /dev/null +++ b/sessions/A3Y3BC.md @@ -0,0 +1,20 @@ +--- +layout: session +title: "State of the art in combining OSM and Linked Data" +code: "A3Y3BC" +speaker_names: ['Daniele Santini'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Saturday, 15:00" +time_iso: "2024-09-07T12:00:00Z" +resources: [] +recording: False +--- + +Thousands of Linked [Open] Data sources and knowledge graphs allow to access an enormous amount of structured interconnected data with built in interoperability. This talk explains the basics of Linked Data and offers an overview about the potential its combination with OSM has and the most popular methods available for linking, extracting, combining and querying data from OSM and Linked Data sources. + +
    + +Linked Data defines data structured with design principles that make it easily interoperable. Thousands of Linked [Open] Data sources and knowledge graphs around the world allow to access an enormous amount of structured interconnected data. The combination of this data with OpenStreetMap has considerable potential for valuable insights, quality control and new methods of interaction. This talk explores the basics of Linked Data and offers an overview of the state of the art in methods for mapping links to Linked Data sources and for extracting, combining and querying their data. + diff --git a/sessions/A7DUFU.md b/sessions/A7DUFU.md new file mode 100644 index 0000000..952d4ad --- /dev/null +++ b/sessions/A7DUFU.md @@ -0,0 +1,21 @@ +--- +layout: session +title: "Women in OSM Tech - What worked best for me." +code: "A7DUFU" +speaker_names: ['Anastazia Caroll'] +affiliations: None +room: "Auditorium 2" +length: "20" +time: "Friday, 15:30" +time_iso: "2024-09-06T12:30:00Z" +resources: [] +recording: False +--- + +This proposal outlines my journey into the tech sector via OpenStreetMap (OSM) as a woman with no prior tech background. I'll share my transformation from beginner mapper to proficient user, skilled in OSM mapping and QGIS for data analysis.In a field where women's representation is limited, my involvement in OSM Tech stands as a testament to breaking barriers and fostering inclusivity—an opportunity provided to me by OpenMap Development Tanzania (OMDTZ). I’ll show the significance of providing equal opportunities and a supportive environment for women in technology in OSM and highlight the potential of OSM as a catalyst for personal and professional advancement. + +
    + +I aim to share, reflecting on the supportive environment that facilitated my growth while arguing for the importance of creating an inclusive space in OSM communities where women and other underrepresented groups can aspire to achieve anything.With less than a year in OSM Tech, I am already actively participating in organizational projects, including the solid waste management baseline survey—an area I am interested in as an environmental personnel. +I will also share what has worked best for me and how I overcame challenges so that other women out there who want to take on the challenge can feel empowered and able to take the first steps + diff --git a/sessions/AXHHF3.md b/sessions/AXHHF3.md new file mode 100644 index 0000000..3c1420e --- /dev/null +++ b/sessions/AXHHF3.md @@ -0,0 +1,26 @@ +--- +layout: session +title: "Exporting high-quality Atlas maps in bulk by leveraging OpenStreetMap Data in QGIS" +code: "AXHHF3" +speaker_names: ['Johanes Petro Machela'] +affiliations: None +room: "Workshops" +length: "60" +time: "Friday, 11:30" +time_iso: "2024-09-06T08:30:00Z" +resources: [] +recording: False +--- + +This workshop is designed to provide participants with practical skills and fundamental knowledge necessary for creating high-quality maps using OpenStreetMap data in QGIS. The course will focus on creating atlases that showcase specific geographic areas by harnessing the power of OSM data. The workshop will provide a comprehensive overview of the entire process involved in atlas creation, including acquiring OSM data, developing a base map, incorporating layers and labels, and exporting the final product. Whether you are an experienced seeking to enhance your skills or a beginner looking to learn new techniques + +
    + +This highly engaging workshop will focus on providing participants with the fundamental knowledge and practical skills required to produce exceptional quality maps utilizing OpenStreetMap (OSM) data in QGIS. Attendees will gain an in-depth understanding of how to create an atlas, which will be a compilation of maps that portray a specific geographical area, by harnessing the power of OSM data. The workshop will be designed to provide a comprehensive overview of the entire process involved in atlas creation, ranging from acquiring OSM data, developing a base map, incorporating layers and labels, and ultimately exporting the final product. Whether you're an experienced cartographer seeking to enhance your skills or a novice looking to learn new techniques, this workshop will promise to provide you with valuable insights and hands-on experience to help you create stunning maps that will captivate and engage your audience. + +Expected Outcome +By the end of the workshop, participants will be able to produce high-quality maps with OSM data in QGIS. They will be familiar with the complete process of creating an atlas, from downloading OSM data, creating a base map, adding layers and labels, and exporting the final product. They will also learn how to customize their maps by adding dynamic text and images, and how to create a map template for future projects. + +Target Audience +This workshop is suitable for beginners and intermediate users of QGIS and OSM data who are interested in map production. It is ideal for professionals, students, and researchers who want to create batch high-quality maps in a single click for their projects or publications. + diff --git a/sessions/BXGLWA.md b/sessions/BXGLWA.md new file mode 100644 index 0000000..832b34c --- /dev/null +++ b/sessions/BXGLWA.md @@ -0,0 +1,22 @@ +--- +layout: session +title: "Cloud-native OSM for Visualization & Analysis" +code: "BXGLWA" +speaker_names: ['Sajjad Anwar'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Saturday, 12:00" +time_iso: "2024-09-07T09:00:00Z" +resources: [] +recording: False +--- + +[Cloud-native approaches and formats](https://cloudnativegeo.org/) are increasingly becoming the defaults for geospatial data analysis, visualisation and distribution. Standards like STAC and formats like GeoParquet, FlatGeobuf and PMTiles are being adopted to meet high volume and performance needs. OpenStreetMap can take advantage of these new approaches to increase adoption, interoperability and solve analysis and visualisation problems that were previously complex. This talk will discuss a few ways to bring cloud-native formats to OSM use-cases and present lessons on building new applications that take advantage of these improvements. Particularly, we will discuss how to use cloud-native approaches to improve OSM validation and change visualization efforts. + +
    + +OpenStreetMap data is core to projects used by millions of users worldwide. With the increase in volume of data, developers are turning to cloud-native approaches to efficiently manage geospatial operations and visualizations. The primary OSM data distribution are currently Shapefiles, GeoJSONs, Raster and Vector tiles, and OSM specific formats like osm and osc. + +What are the possibilities of other formats like GeoParquet, FlatGeobuf and GeoArrow? How can these formats improve existing workflows in OSM and allow users new ways to work with OSM data? How can we enable interoperability with other datasets and tool ecosystems? These are some of the questions we will address in this talk. + diff --git a/sessions/C8B93B.md b/sessions/C8B93B.md new file mode 100644 index 0000000..352d5c3 --- /dev/null +++ b/sessions/C8B93B.md @@ -0,0 +1,20 @@ +--- +layout: session +title: "OSMF Funding" +code: "C8B93B" +speaker_names: ['Daniela Waltersdorfer Jimenez'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Friday, 16:30" +time_iso: "2024-09-06T13:30:00Z" +resources: [] +recording: False +--- + +The "OSM Funding" talk is dedicated to illuminating the management of the OpenStreetMap Foundation as a non-profit organization, reliant on donations and event sponsorship. With a commitment to transparency, the talk aims to provide a clear description of how the OSM Foundation's finances are handled, ensuring the community is informed about fund allocation and usage. By providing a clear understanding of where funds are directed and how they benefit the broader OSM Community, attendees are empowered to build mutual trust with the OSMF. The OSM Foundation endeavors to foster trust and collaboration while maximizing the impact of financial resources for the collective benefit of all of OSM. + +
    + +The abstract outlines the focus of the "OSM Funding" talk, emphasizing the OpenStreetMap Foundation's management as a non-profit organization reliant on donations and event sponsorships. With a commitment to transparency, the talk aims to inform the community about fund allocation and usage, ensuring everyone understands how their contributions support the broader OSM Community. By providing clarity on financial matters, the OSM Foundation seeks to foster trust and collaboration while maximizing the impact of resources for our community. + diff --git a/sessions/C8UWGW.md b/sessions/C8UWGW.md new file mode 100644 index 0000000..3573a3b --- /dev/null +++ b/sessions/C8UWGW.md @@ -0,0 +1,22 @@ +--- +layout: session +title: "OSMF Board AMA" +code: "C8UWGW" +speaker_names: ['Sarah Hoffmann', 'Mateusz Konieczny', 'Craig Allan', 'Daniela Waltersdorfer Jimenez', 'OSMF board', 'Arnalie Vicario', 'Guillaume Rischard', 'Roland Olbricht'] +affiliations: None +room: "Auditorium 1" +length: "60" +time: "Sunday, 15:00" +time_iso: "2024-09-08T12:00:00Z" +resources: [] +recording: False +--- + +OpenStreetMap Foundation Board Ask Us Anything (i.e. AMA). We will take questions from the audience, or other questions that people can submit before the event, and we will talk about and answer them. We can talk about the past actions of the board, and what future plans we have. + +
    + +This is a chance to ask the OSM Foundation Board questions, to engage with the board. Let’s have a conversation about the Foundation, the Board and how all the parts work together. If you know nothing about what the board is doing, this is a chance to find out. Find out what the Foundation does and doesn’t do, what it can and can’t do. Find out how you can help, how you can get involved. The Board is committed to openness and wants to engage with the community. + +Feel free to ask us questions also outside this specific session. + diff --git a/sessions/DBW99C.md b/sessions/DBW99C.md new file mode 100644 index 0000000..5c71a13 --- /dev/null +++ b/sessions/DBW99C.md @@ -0,0 +1,20 @@ +--- +layout: session +title: "AI and Open Source Mapping" +code: "DBW99C" +speaker_names: ['Muhammad Saleem'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Sunday, 09:30" +time_iso: "2024-09-08T06:30:00Z" +resources: [] +recording: False +--- + +Artificial intelligence (AI) has revolutionize the way we think about mapping. It has provided us with quick and advanced tools that helps in map the unmapped. An example of OpenStreetMap (OSM), has several AI-assisted mapping projects that enhances the applications that these data been used for. Despite these advances there are several ethical challenges that arise because of this uncontrolled use of AI due to the different end-use. In this session I would like to take few of these challenges and discuss what are the possible policy options available. + +
    + +As more and more AI becomes part of our lives and making our lives more easier. With advert of GenAI, the menial tasks can easily be done. AI is also contributing in mapping the unmapped places using advance machine learning techniques. These advancement brings ease in our lives but at the same time it bring several ethical and justice related questions. AI for many still a black box and brings even fear on what it can do. For example, the mapping practices using AI can help built a large number of data bases but at the same time cannot control who and how these database will be utilized. Such data bases if not controlled can cause more harm then it can cause benefits. The main ethical question that will be discuss here is "where does it stop?" and what are policy recommendation can be there to the AI in the field of automated mapping?. + diff --git a/sessions/EBMVWS.md b/sessions/EBMVWS.md new file mode 100644 index 0000000..b55a4ab --- /dev/null +++ b/sessions/EBMVWS.md @@ -0,0 +1,16 @@ +--- +layout: session +title: "OpenStreetMap and the GDPR" +code: "EBMVWS" +speaker_names: ['Andrew Hain'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Saturday, 10:30" +time_iso: "2024-09-07T07:30:00Z" +resources: [] +recording: False +--- + +The privacy that OpenStreetMap gives to users in its software and programming interface has lagged behind the requirements of the European Union’s General Data Protection Regulation in some respects. We are now taking steps to remedy this and the changes that mappers and API clients will see are discussed here. + diff --git a/sessions/FRFJBJ.md b/sessions/FRFJBJ.md new file mode 100644 index 0000000..9dd342c --- /dev/null +++ b/sessions/FRFJBJ.md @@ -0,0 +1,22 @@ +--- +layout: session +title: "Mapping the classroom with Every Door" +code: "FRFJBJ" +speaker_names: ['Ilya Zverev'] +affiliations: None +room: "Workshops" +length: "60" +time: "Friday, 14:30" +time_iso: "2024-09-06T11:30:00Z" +resources: [] +recording: False +--- + +This is a practical lesson on mapping with Every Door app. The idea for the app is, it's not enough to just map: you should map every single thing you see. So let's train our mapping muscles a bit: it's not a problem that we're inside, treat it as an art class. We will be making art with a map editor. Hopefully nobody would ban us for this haha. + +
    + +This lesson covers everything important about Every Door, from setting it up to using four mapping modes. You would need two things: your phone, and Every Door app installed on it. + +I haven't planned the activities yet, but sitting down for an hour is a bit dull, so maybe we will take a walk around. But on the other hand, outside would be too hot, so we won't be mapping real things. How this would work? I don't know, let's find out together! + diff --git a/sessions/HCCLGL.md b/sessions/HCCLGL.md new file mode 100644 index 0000000..2058f6f --- /dev/null +++ b/sessions/HCCLGL.md @@ -0,0 +1,29 @@ +--- +layout: session +title: "Hands-on data validation on OSM: best practices and tools" +code: "HCCLGL" +speaker_names: ['Michael Montani'] +affiliations: None +room: "Workshops" +length: "60" +time: "Friday, 16:30" +time_iso: "2024-09-06T13:30:00Z" +resources: [] +recording: False +--- + +The workshop is designed for beginner to intermediate mappers to better understand good practices and useful tools while performing data validation on OSM. +During the session it will be presented how to discover and interact with mappers in the area to be validated, as well as how to use JOSM plugins and web tools as ResultMaps, Osmose, Whodidit and OSMCha to analyze errors and changesets. +Participants are requested to bring their laptops and mouses to practice together. Basic understanding of JOSM is welcome but not necessary + +
    + +The workshop is designed for beginner to intermediate mappers to better understand good practices, as well as useful tools, while performing data validation on OSM. +We will see: +- Which types of error are most common, and how to best identify them (by using Osmose); +- How to communicate with other mappers while correcting data (OSM changeset comments, messages and forums); +- How to guess the level of expertise of a mapper (ResultMaps, Whosthat); +- How to read changesets and historical OSM data (Whodidit, OSMCha, .osh files); +- Performing validation on JOSM with simple Overpass queries; +Participants are requested to bring their laptops and mouses to practice together. Basic understanding of JOSM is welcome but not necessary. The workshop will be composed by a presentation of the topics and an hands-on session in which participants will practice what they learned on an area with data to be validated. + diff --git a/sessions/HLR7MM.md b/sessions/HLR7MM.md new file mode 100644 index 0000000..ad7766c --- /dev/null +++ b/sessions/HLR7MM.md @@ -0,0 +1,16 @@ +--- +layout: session +title: "Build an OpenStreetMap walking tour with a free and open source video game" +code: "HLR7MM" +speaker_names: ['Paul Pickell'] +affiliations: None +room: "Workshops" +length: "60" +time: "Saturday, 16:30" +time_iso: "2024-09-07T13:30:00Z" +resources: [] +recording: False +--- + +Minetest Classroom is a free and open source (https://github.com/ubc-minetest-classroom/minetest_classroom) educational, voxel-based sandbox video game that supports the ability to create digital twins from geospatial data, including OpenStreetMap data. In this hands-on workshop, you will learn how to create your own walking tour from OpenStreetMap data with this powerful game. Participants will be able to join a multiplayer server and experience an OpenStreetMap world first-hand. We will also discuss possible lesson plans for teachers looking to engage students with OpenStreetMap, the possibilities for multi-sensory video game cartography more generally, and the future of creating an OpenStreetMap editor in a video game. + diff --git a/sessions/HVVYM7.md b/sessions/HVVYM7.md new file mode 100644 index 0000000..4f3f5c7 --- /dev/null +++ b/sessions/HVVYM7.md @@ -0,0 +1,30 @@ +--- +layout: session +title: "Generating Ways with the Strava Heatmap" +code: "HVVYM7" +speaker_names: ['Derick Yang', 'Drew Robb'] +affiliations: None +room: "Auditorium 2" +length: "20" +time: "Saturday, 16:30" +time_iso: "2024-09-07T13:30:00Z" +resources: [] +recording: False +--- + +The Strava Global Heatmap visualizes aggregated public GPS traces, guiding athletes worldwide in planning their routes by highlighting popular paths. This presentation demonstrates how the Heatmap, in conjunction with our routing engine, can be utilized to identify and fill in missing ways in OpenStreetMap (OSM). We will discuss an algorithmic strategy for creating generated pathways and introduce a prototype of an interface that facilitates the easy integration of these pathways into OSM. We will showcase how Strava's Heatmap can promote OSM's goal of developing a more comprehensive global map, highlighting a mutually beneficial relationship between the two platforms. + +
    + +At Strava, we encourage and support over one hundred million athletes to be active. Athletes memorialize their physical activity via activity uploads that they can share with friends around the world. The vast majority of activities uploaded to Strava include time-series GPS traces. This wealth of information underpins our geospatial products, such as advanced routing capabilities and the visually engaging Global Heatmap. Through Strava Metro, we extend this aggregated and de-identified data at no cost to entities like governments, urban planners, and NGOs, aiding in the creation of more efficient human-powered transportation infrastructures. + +The backbone of Strava's routing algorithm lies in attributing popularity to roads and trails in our edge graph. We align raw GPS lines from Strava activities to these edges, enabling a popularity-driven routing experience that highlights preferred routes within the collection of OSM ways. With over a billion uploads, Strava athletes cover over 55% of the ways in OpenStreetMap with human-powered activity. + +In contrast, the Global Heatmap presents an unaligned aggregation of GPS lines for over one billion public activities, offering an intuitive visual representation to aid athletes in exploring their surroundings. It's this dataset that Strava Metro partners leverage to extract insights on the safety, directness, and overall appeal of routes in cities, parks, and recreation areas. + +We found that Metro partners will often overlay the Heatmap onto physical maps to identify and fill gaps in local pedestrian and cycling infrastructures. In response, we built a prototype of a tool that automates the identification and labeling of unaligned geometries, allowing our partners to streamline the process of integrating these new geometries into OSM. This innovative approach utilizes GPS data points unattributable to existing OSM edges to generate potential new pathways, enabling mappers to enrich the map with previously uncharted ways. + +Leveraging Strava's global scale, we have batch-processed a collection of these potential pathways worldwide. This data can help fill in unmapped areas and highlight regions needing more mapping attention. It can also highlight commonly used unauthorized paths and potential areas for infrastructure development. + +This presentation will delve into the algorithms that facilitate the generation of these new edges and explain how mappers can harness this data to enrich the OSM database, fostering a more comprehensive map for human-powered transport. + diff --git a/sessions/J9ATMQ.md b/sessions/J9ATMQ.md new file mode 100644 index 0000000..2e70892 --- /dev/null +++ b/sessions/J9ATMQ.md @@ -0,0 +1,22 @@ +--- +layout: session +title: "A Novel Approach to Street-Level Data Collection: Using Customized Bajaji (tricycle) and Mapillary to Enrich OpenStreetMap in Dar es Salaam" +code: "J9ATMQ" +speaker_names: ['benedcto adam'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Friday, 15:30" +time_iso: "2024-09-06T12:30:00Z" +resources: [] +recording: False +--- + +In recent years, data creation methods have evolved, incorporating machine learning, AI, deep learning, and virtual reality to streamline processes. However, these advancements have not uniformly benefited communities in developing countries. Nonetheless, OMDTZ tirelessly seeks solutions to ensure more high-quality data are gathered, with low cost and extensive local involvement. One standout initiative involves a customized tricycle, known as bajaj, which is cost-effective, enabling access to streets of varying conditions. Equipped with an affordable street view camera, it collects images used to automate generation of vector data attributes to enrich OpenStreetMap. This session aims to share the experience and process, inspiring other communities to consider similar adaptations. + +
    + +Over the years, OMDTZ and other volunteers have spearheaded a number of initiatives aimed at updating OpenStreetMap through various projects and mapathons in Tanzania. These efforts have added countless buildings, roads, and amenities, impacting social well-being and lifesaving initiatives. As technology has advanced, methods for data creation and updating have evolved, leveraging machine learning, AI, deep learning, and virtual reality to streamline processes. In line with these advancements, OMDTZ has invested in methods to ensure efficient and high-quality data capture. One such method involves using Mapillary to capture street view imagery, which is then utilized to automate the generation of vector data and attributes such as road surface, traffic signs, and drainage coverage. + +Additionally, OMDTZ has customized Bajaj, equipping it with navigation and a GoPro Max camera for data collection. This approach offers cost-effectiveness compared to traditional vehicles, increased mobility in intricate urban areas, and fosters community involvement by leveraging local knowledge. Combining these technologies with local resources revolutionizes street-level data collection, contributing to the continuous improvement of OpenStreetMap in Dar es Salaam + diff --git a/sessions/L7SUBJ.md b/sessions/L7SUBJ.md new file mode 100644 index 0000000..029a51e --- /dev/null +++ b/sessions/L7SUBJ.md @@ -0,0 +1,30 @@ +--- +layout: session +title: "Easy Access to ohsome full history OSM contributions using cloud hosted GeoParquet" +code: "L7SUBJ" +speaker_names: ['Benjamin Herfort'] +affiliations: None +room: "Workshops" +length: "60" +time: "Saturday, 14:30" +time_iso: "2024-09-07T11:30:00Z" +resources: [] +recording: False +--- + +This workshop teaches you how you can accelerate OSM data analysis without the need to run your own computing cluster. We will provide a sneak preview about our new cloud hosted ohsome full history contributions data and will show you how you can use it to understand the dynamics in OSM. + +
    + +Technological advances in the geospatial world are moving fast. In this workshop we want to explore how the OSM community, researchers and data scientists can make use of recent developments such as [GeoParquet](https://geoparquet.org/), [DuckDB](https://duckdb.org/) and [Polars](https://pola.rs/). If you have not heard of these before don’t worry, but be excited how they might transform your geospatial analysis workflows and could provide new insights about mapping in OSM. + +In this workshop we will provide a sneak preview about our new cloud hosted ohsome full history contributions data. This dataset brings you something we have wanted for a long time: a single dataset which contains information about OSM objects and the related changeset metadata such as OSM editing software used, changeset comments or hashtags. As the datasets contains OSM’s full history (and not only the latest snaphshot) it’s perfectly suited to understand the dynamics in OSM. Based on this dataset we will show how you can run global scale data analyses for various (research) questions and how you can visualize the results. + +We want to explore how we could combine data from OSM with other data sources. Here we want to first start with looking at the additional value of OSM Changeset metadata. We will look into the temporal evolution of OSM (what changes in OSM over time?) and what these changes can tell us about the real world. For instance, this analysis can highlight regions with a very high mapping activity for specific editors such as [StreetComplete](https://streetcomplete.app/). We want to take a closer look at the types of changes that happen in OSM. This can tell us more about the community itself and could reveal regional preferences in mapping style. The main advantage of using cloud-hosted contributions files over simply using the ohsome API is that you can actually zoom in your analysis down to the individual OSM object. + +We will touch the topic of data quality (How good is OSM?) and want to compare the coverage of OSM building and road data with the coverage of other datasets from [Microsoft](https://github.com/microsoft/GlobalMLBuildingFootprints), [Google](https://sites.research.google/open-buildings/) and [other sources](https://source.coop/). This analysis can tell us something about the completeness of OSM, but also about the accuracy of those machine-learning derived datasets. As the discussion about the integration of AI datasets in OSM can be sometimes heated, we hope that this analysis will provide some common ground which regions are most likely to be affected (positively or negatively) by AI-assisted mapping. + +Before diving deeper into these analysis questions we will provide a short introduction to GeoParquet files and they can be analyzed with DuckDB. Next, we want to work on 3-4 Jupyter Notebook hands-on examples we have prepared for you. For these it would be good if participants can install QGIS in advance of the workshop. The workshop material will be made available via GitHub and the participants can use either a local python environment or a cloud hosted service such as Colab or similar tools. + +We hope that this workshop can start a discussion about how we can accelerate OSM data analysis without the need to run your own computing cluster. We believe that cloud hosted GeoParquet files and DuckDB could open up OSM data analysis to a much broader audience. We invite OSM community members, researchers and data scientists to bring their own questions as we are interested to learn from you what could be done to bring those ideas into reality. + diff --git a/sessions/LDB3BA.md b/sessions/LDB3BA.md new file mode 100644 index 0000000..456f917 --- /dev/null +++ b/sessions/LDB3BA.md @@ -0,0 +1,28 @@ +--- +layout: session +title: "Sustainable Transport on the Map" +code: "LDB3BA" +speaker_names: ['Taylor Reich'] +affiliations: None +room: "Auditorium 1" +length: "60" +time: "Friday, 12:00" +time_iso: "2024-09-06T09:00:00Z" +resources: [] +recording: False +--- + +Better information leads to better city policy. Unfortunately, many of the world’s cities still lack basic information on their own transport systems, leading to decisions measured against anecdotes rather than data. Using new tools for data processing and display, OpenStreetMap can provide the information that governments need to make better decisions. In this panel we will share recent success stories of cities adopting OSM-based metrics to plan better transport. We will reveal new tools that governments, mappers, and advocates can use. And we will discuss the challenges that still remain and the roles the OSM community can play in overcoming them. + +
    + +Transport is among the largest sources of greenhouse gas emissions, and transport emissions are growing especially quickly in the Global South. Experts agree that vehicle electrification will not be sufficient to avoid climate catastrophe: we also need to redesign cities to make it easy for people to walk, bicycle, or ride public transport instead of driving. OpenStreetMap can help. + +OpenStreetMap can empower cities to make planning decisions based on real data, and to set more meaningful goals for progress. OSM has empowered cities like Fortaleza and Recife, Brazil, to plan expansions of their bicycle lane networks that serve the greatest number of potential cyclists. OSM has helped cities as distant as Seattle, USA; Jakarta, Indonesia; and Pimpri-Chinchwad, India, to optimize their public transport networks and make it easier for everyone to ride the bus. And this is only the beginning. + +New tools are proliferating, such as ITDP’s Atlas of Sustainable City Transport and Trufi’s GTFS-Builder. These tools make it much easier to turn OSM data into useful indicators that can guide city policy. In the case of Trufi’s work, it does so by converting OSM data into industry-standard formats that can be used for trip planning or network analysis, As tagging evolves, OpenStreetMap is emerging as a solid foundation for creating multimodal route planning networks, thanks to its comprehensive information for generating integral maps. Furthermore, Trufi has developed a specific course on mapping public transportation routes, with the objective of training the OpenStreetMap community to contribute effectively to this particular aspect within the platform. + +ITDP’s Atlas, on the other hand, uses OSM as well as other open sources to present measurements of meaningful indicators that city governments can use to set goals or compare themselves to nearby jurisdictions. + +Some challenges, however, remain. It can be difficult to explain the virtues of OSM to governments who have never used it before. The tagging schema does not include certain nuances that are important for bicycle infrastructure planners (although a current proposal remedies many issues). And, looking more broadly into the future, there are many promising opportunities for the OSM community to push into new frontiers of data on topics like road usage, footpath quality, and parking. In order to prevent catastrophic climate change, we need to change the way people move around cities. In order to do that, we need maps. + diff --git a/sessions/MJKAC8.md b/sessions/MJKAC8.md new file mode 100644 index 0000000..62454f5 --- /dev/null +++ b/sessions/MJKAC8.md @@ -0,0 +1,24 @@ +--- +layout: session +title: "Download OSM data translated into your language using free software components and standard protocols" +code: "MJKAC8" +speaker_names: ['Séverin Ménard'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Saturday, 14:30" +time_iso: "2024-09-07T11:30:00Z" +resources: [] +recording: False +--- + +This presentation will introduce a download service of OpenStreetMap GIS layers in English, but also in French for French-speaking areas. In addition to the translation aspect, this service is intended as a proof of concept for an approach that is interoperable, flexible and replicable: it uses open source software components, some of which are supported by OSGeo, and interoperable WMS and WFS protocols of the OGC (Open Geospatial Consortium), while providing detailed OSM data for the countries in question. + +
    + +While English dominates the OSM ecosystem and remains the reference language for the project, several initiatives allow non-English speakers to participate in and benefit from the project: a multilingual forum, translation of the wiki and certain self-learning platforms, translated user interfaces for applications and editors, including OSM label presets. +But regardless of the technology or service used, the raw OSM data, once downloaded, is still exclusively in English, and any searching or filtering of OSM data in free GIS software such as QGIS can only be done in this language. This feature can slow down the learning process for non-English speaking OSM contributors, but more importantly, it remains a barrier to adoption by audiences outside the OSM community: for example, public services accustomed to creating/distributing/using data in the official language, or one of the official languages, of their country. +This presentation will introduce a download service of OpenStreetMap GIS layers in English, but also in French for French-speaking areas, created on a voluntary basis by the association Les Libres Géographes (The Free Geographers). In addition to the translation aspect, this service is intended as a proof of concept for an approach that is interoperable, flexible and replicable, while providing detailed OSM data for the countries in question. +It allows users to download all OSM data and all its labels in various GIS formats, in the form of 16 thematic or generic layers that are updated daily. It uses open source software components (PostGIS, Imposm, GeoServer, GeoNetwork, MapStore), some of which are supported by OSGeo, and interoperable WMS and WFS protocols from the Open Geospatial Consortium (OGC), making it easy to replicate the service. +The presentation will be an opportunity to demonstrate these different aspects, get feedback or suggestions from the audience, and possibly discuss extending the translation to other existing OSM data download services. + diff --git a/sessions/MRBEFX.md b/sessions/MRBEFX.md new file mode 100644 index 0000000..fd079ea --- /dev/null +++ b/sessions/MRBEFX.md @@ -0,0 +1,23 @@ +--- +layout: session +title: "Strengthening Collaboration between Organizations and Local Communities in West Africa Through the OSMer in Residence Program" +code: "MRBEFX" +speaker_names: ['Jorieke Vyncke', 'Yves Emmanuel NIKOYO EMOUGOU'] +affiliations: None +room: "Auditorium 2" +length: "20" +time: "Friday, 17:30" +time_iso: "2024-09-06T14:30:00Z" +resources: [] +recording: False +--- + +Improving the map in OpenStreetMap involves data availability and reliability. Through the operations in which they are involved, organizations have a vast amount of data at their disposal, much of which is confidential and goes against the spirit of Open Data, which is all about sharing. This session will show how the OSMer in Residence program has fostered this paradigm shift through collaboration between HOT's Western and Northern Africa Hub and Médeçins Sans Frontières + +
    + +The shared vision of creating a detailed, accessible, and community-driven map of the world continues to drive the open mapping movement. Increasingly, organizations across diverse sectors are recognizing the value of open data and its potential impact on societal development. +Several organizations have made a commitment to open up their data and actively contribute to OpenStreetMap (OSM). However, as OSM is an open-source community project, decisions and action are guided by community consensus. For any organization seeking to integrate its data into this platform, obtaining local community support is essential. +The OSMer in Residence program serves as a crucial link between these organizations and the dynamic OSM community in Africa. Based on the concept of the Wikipedian in Residence, the OSMer in Residence program is designed to embed an OSM subject matter expert in a host organization or institution to maximize the value for the host organization in terms of their ability to leverage OpenStreetMap as a database that supports improved humanitarian and development outcomes in accordance with OSM community norms. +In its pilot phase, Open Mapping - West and Northern Africa Hub(WNAH) collaboratedwith Médecins Sans Frontières/Doctors Without Borders (MSF), a humanitarian organization that provides emergency relief to some of the most vulnerable and excluded communities around the world, with data and maps being of high importance to supporting their operations. This pilot phase has led to workflow proposals facilitating the integration of an organization's data into OpenStreetMap by involving the local community where the data was collected. Data confidentiality and organized editing in OpenStreetMap will be addressed during this session. + diff --git a/sessions/MRQDGE.md b/sessions/MRQDGE.md new file mode 100644 index 0000000..b3ba705 --- /dev/null +++ b/sessions/MRQDGE.md @@ -0,0 +1,25 @@ +--- +layout: session +title: "Photo mapping from my village to Pharmacies and Addresses" +code: "MRQDGE" +speaker_names: ['Yvonne'] +affiliations: None +room: "Auditorium 2" +length: "20" +time: "Friday, 15:00" +time_iso: "2024-09-06T12:00:00Z" +resources: [] +recording: False +--- + +**A picture is worth a thousand words**, I am a Pharmacists by training and only discovered the love for technology and maps recently. After discovering OpenStreetMap and taking up mapping based on interest. I share my experience, motivation and how I have used photos to improve OpenStreetMap data in Accra. + +
    + +I joined OpenStreetMap in 2018 but it was only until recently that I finally found much interest in the project and community. In this presentation, I share with you my experience contributing to OpenStreetMap as a Pharmacist. I also will talk about interesting discoveries and observations whilst collecting data for mapping into OSM. Finally, I share my workflow and current projects. + +**Related links** + +* https://wiki.openstreetmap.org/wiki/Photo_mapping +* https://wiki.openstreetmap.org/wiki/Organised_Editing/Activities/Ghana_House_Addresses + diff --git a/sessions/N7TGMA.md b/sessions/N7TGMA.md new file mode 100644 index 0000000..68bf412 --- /dev/null +++ b/sessions/N7TGMA.md @@ -0,0 +1,28 @@ +--- +layout: session +title: "Catching OSM Up with External Data with a Workflow and Tools for Conflation and Validation" +code: "N7TGMA" +speaker_names: ['Stefan Keller'] +affiliations: None +room: "Auditorium 2" +length: "20" +time: "Saturday, 17:00" +time_iso: "2024-09-07T14:00:00Z" +resources: [] +recording: False +--- + +This report outlines a project to improve the workflow for integrating external open datasets into OpenStreetMap (OSM), ensuring compliance with import guidelines. The process includes tools for conflating data with OSM, supported by roles and tasks specific to this workflow. The AllThePlaces project supports this by extracting and mapping open (government) data to the OSM schema. A new tool, "DiffedPlaces", is proposed to automate diffs, perform data matching with an improved machine learning algorithm, and host the results. In addition, the existing OSM Conflator tool set, enhanced with a web-based data validation application, will be connected to DiffedPlaces. + +
    + +This is a work-in-progress report on an applied university research project to improve the workflow for integrating external "third party" datasets into OSM to complete OSM while adhering to the the import guidelines. First, the workflow for conflating (merging, fusing) external data into OSM is outlined with the main roles and tasks involved. Then some existing and missing software tools and challenges are presented. + +At the beginning there's data compliant to the ODbL license - especially selected open government data (OGD) - in raw format, or open data already mapped to the OSM schema from the existing AllThePlaces (ATP) project. ATP is a set of spiders and scrapers for extracting external open data. ATP implements periodic extraction, schema mapping, and hosting. + +A missing piece is the planned open source tool with the working title "DiffedPlaces", which will periodically process "diffs" from ATP and external data, i.e. OSM elements to be created, updated or deleted. DiffedPlaces will provide matching (incl. deduplication, record linkage, named entity resolution) and "diffing" external data to OSM as well as hosting. + +Another existing tool set is the OSM Conflator web application originally implemented by Ilya Zverev. It implements extraction and schema mapping (like ATP) as well as diffing, validating and hosting. Part of OSM Conflator is the cf_audit GUI web application, which presents the diffed data to be validated by the mappers. It already gives an idea of how diffing reduces tedious manual validation. Only after several validations and communication with the community, the data is finally updated to OSM. This tool will be extended to replace Overpass and it's limited matching capabilities with a connection to DiffedPlaces. This will allow OSM Conflator to focus on validation and hosting, while the matching and diffing would be done in one place, in DiffedPlaces, where other OSM tools and data editors can also connect. + +One of the challenges is data matching, which is being addressed with an extended random forest based algorithm from Piech et al. 2020. Another challenge is the management of the OSM elements to be deleted. + diff --git a/sessions/NHZVNW.md b/sessions/NHZVNW.md new file mode 100644 index 0000000..30b2d28 --- /dev/null +++ b/sessions/NHZVNW.md @@ -0,0 +1,24 @@ +--- +layout: session +title: "How to develop your own style of OpenMapTiles with your favarite editor?" +code: "NHZVNW" +speaker_names: ['Taro Matsuzawa'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Sunday, 10:30" +time_iso: "2024-09-08T07:30:00Z" +resources: [] +recording: False +--- + +This presentation introduces How to develop your own style of OpenMapTiles for MapLibre GL from scratch with *your favarite editor*. + +- Introduce of OpenMapTiles schema. +- Introduce of Charites to use your favarite editor. +- Introduce of other tools to compile JSON format for MapLibre GL. + +This presentation describes with how to use command line tools to create MapLibre GL style. +I recommend to use UNIX based operation system or Raspberry Pi. +The editors supports VS Code, Emacs, or Vim. + diff --git a/sessions/PCW97R.md b/sessions/PCW97R.md new file mode 100644 index 0000000..8661852 --- /dev/null +++ b/sessions/PCW97R.md @@ -0,0 +1,40 @@ +--- +layout: session +title: "OSM Wiki editing workshop" +code: "PCW97R" +speaker_names: ['Mateusz Konieczny'] +affiliations: None +room: "Workshops" +length: "60" +time: "Saturday, 11:30" +time_iso: "2024-09-07T08:30:00Z" +resources: [] +recording: False +--- + +Do you know about a mistake on the OSM wiki? + +Have you wanted to fix it but you are unsure how? + +Do you want to document some already used tag? + +Do you want to add better illustration to some wiki page? + +Is translation of one of wiki pages broken or missing and you want to add it but not sure how to do this? + +Are you confused by OSM Wiki page? + +This will be a fitting workshop for you! I will help you to fix the problem and edit OSM Wiki. + +Ideally, in future you will be own to make such fix on your own. + +
    + +Please, create an OSM Wiki account at https://wiki.openstreetmap.org/ if you do not have one. + +It is separate from OSM account. + +Note: if you want to change some tagging schema or how people map things this is not really fitting. Intention here is to help with fixing cases where description how tags are used is wrong or missing. + +This workshop is expected to work well with relatively small group of people, as it will require 1:1 interactions. + diff --git a/sessions/PR793Z.md b/sessions/PR793Z.md new file mode 100644 index 0000000..99f5512 --- /dev/null +++ b/sessions/PR793Z.md @@ -0,0 +1,26 @@ +--- +layout: session +title: "Reducing Swiggy’s dependency on Google Maps with OSM" +code: "PR793Z" +speaker_names: ['Anushka Jain', 'Raghav Pawar', 'Ankit Gupta'] +affiliations: None +room: "Auditorium 2" +length: "20" +time: "Saturday, 11:30" +time_iso: "2024-09-07T08:30:00Z" +resources: [] +recording: False +--- + +Swiggy is an Indian online food ordering and delivery platform. We are scaling the road network on Swiggy’s private map to reduce dependence on Google Maps and drive efficiency. With OSM, we built a strong foundation layer to store and edit the road input we receive. Our contributions to OSM and the Map Editor tool powered by OSM helped us decrease workload by 3 person days per week. We have saved significant money in delivery partner fees and reduced food delivery time for orders by 33%. + +
    + +Bundl Technologies Private Limited, an online marketplace in the name of Swiggy (hereinafter referred to as ‘Swiggy’), is an Indian online platform that enables a transaction between participant restaurants/merchants, delivery partners, and customers/ consumers. Swiggy mainly offers food delivery, on-demand grocery deliveries, and a same-day package delivery service through its app and operates in over 500 Indian cities. Previously, Google Maps was used to track delivery partners on various platforms. In Swiggy’s quest to reduce dependence on Google Maps to drive efficiency, we are scaling the road network on Swiggy Maps with the help of OSM. + +The Swiggy Maps team contributes to OpenStreetMap coverage of various cities in India. Our focus is on improving road networks by editing road geometry from OSM evidence, ground truth, publicly available sources, and internal trip summaries. Our purpose for OSM editing is to improve the road network where Swiggy operates and uses the data. +We also build a private foundation layer to store and edit the road input we receive from our delivery partners. Towards this goal, we created a Map Editor Tool to enable the team to facilitate maximum accuracy of geographical data. +Swiggy would like to be part of the OSM community and help improve road coverage. In places where road geometry might not be accurate or might not have full road coverage, Swiggy plans to improve this map/road data through our knowledge of ground truth to benefit OSM. + +The speakers worked on designing Swiggy's Map Editor tool and facilitating contributions to OSM from a team of 10 developers. In this talk, we want to discuss how we used OSM to replace Google Maps from our system to reduce business costs and increase food delivery efficiency through the app. Based on what we learned from this project, we also want to discuss the state of OSM in India's context and what we need from the map here. + diff --git a/sessions/PRQKRX.md b/sessions/PRQKRX.md new file mode 100644 index 0000000..6d3619a --- /dev/null +++ b/sessions/PRQKRX.md @@ -0,0 +1,22 @@ +--- +layout: session +title: "The Current State of Collaboration between Digital Twin and OSM" +code: "PRQKRX" +speaker_names: ['Taichi Furuhashi'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Sunday, 11:30" +time_iso: "2024-09-08T08:30:00Z" +resources: [] +recording: False +--- + +In recent years, advancements in 3D city models have been instrumental in urban planning and public engagement. In Japan, over 200 cities have adopted open digital twin data in CityGML format as promoted by Project PLATEAU of the Ministry of Land, Infrastructure, Transport and Tourism. This initiative, detailed in Binyu et al.'s research and the 3D City Index report, involves collaboration with the global OpenStreetMap community. Utilizing open database license ODbL, the integration of digital twin data with OpenStreetMap has been explored since 2022, aiming to enhance the global adoption of 3D city models and showcase the benefits of collaborative urban development. + +
    + +# References +Lei, B., Stouffs, R., & Biljecki, F. (2023). Assessing and benchmarking 3D city models. International Journal of Geographical Information Science, 37(4), 788–809. https://doi.org/10.1080/13658816.2022.2140808 +Toshikazu Seto. (2023). Role of 3D City Model Data as Open Digital Commons: A Case Study of Openness in Japan's Digital Twin "Project PLATEAU", Academic Track, FOSS4G 2023 Prizren. + diff --git a/sessions/RMFSEG.md b/sessions/RMFSEG.md new file mode 100644 index 0000000..3e5a63a --- /dev/null +++ b/sessions/RMFSEG.md @@ -0,0 +1,22 @@ +--- +layout: session +title: "Fostering mutually beneficial partnerships with OSM local groups" +code: "RMFSEG" +speaker_names: ['Martin Noblecourt'] +affiliations: None +room: "Auditorium 1" +length: "60" +time: "Saturday, 17:00" +time_iso: "2024-09-07T14:00:00Z" +resources: [] +recording: False +--- + +The OpenStreetMap Sustainability Exchange, which started in 2022, brings together 10 OSM communities from 3 continents to share knowledge and adapt successful ideas to enhance sustainability. CartONG and HOT co-facilitate the exchange, currently working on a Position Paper, which aims to guide organizations, governments, and donors on how to improve partnerships with OSM community organizations. It also helps local communities advocate for better support from partners and encourages discussions on power dynamics within the humanitarian and mapping sectors. The paper, based on the experiences of the 10 communities and conversations with the ecosystem, will be released at SOTM world, serving as an advocacy tool for all participants. + +
    + +Since 2022, the OpenStreetMap Sustainabiliy Exchange gathers 10 OSM communities from 3 continents to exchange knowledge and adapt ideas and concepts tried by community groups in other regions to improve their sustainability. Co-facilitated by CartONG and HOT, the Exchange is currently working on a Position Paper on how partners, funders, institutions could and should engage with OSM community organisations. +The Position Paper will be useful: for organizations (NGOs, donors, governments, etc.) to understand how to improve their partnership models with communities; for local communities to advocate towards said partners on how they can better encourage their sustainability and impact; and finally to foster discussions on how to challenge the power dynamics at play in the humanitarian sector and the open mapping community and support strong and autonomous local entities. +Building on the experiences of the 10 communities, a wider engagement with the OSM ecosystem in 2024, and also CartONG's recent work "Changing the outlook: for a local approach to data" (https://www.im-portal.org/Changing-the-outlook-for-a-local-approach-to-data), the Position Paper will be released at SOTM world. The goal of this session will be to present how the collaboration and sources behind the paper, to discuss its findings and propositions, and to make it available as an advocacy tool to all participants. + diff --git a/sessions/S87VYL.md b/sessions/S87VYL.md new file mode 100644 index 0000000..03a1710 --- /dev/null +++ b/sessions/S87VYL.md @@ -0,0 +1,24 @@ +--- +layout: session +title: "Analyzing the Spatial Distribution of Fuel Stations in Harare, Zimbabwe: Assessing Standard Construction Practices through Open Mapping for Hazard Zone Identification" +code: "S87VYL" +speaker_names: ['Letwin', 'Kingsley Chika CHUKWU'] +affiliations: None +room: "Auditorium 2" +length: "20" +time: "Saturday, 17:30" +time_iso: "2024-09-07T14:30:00Z" +resources: [] +recording: False +--- + +Ensuring public safety and mitigating fire hazards require a thorough assessment of fuel station infrastructure. Focused on Harare, Zimbabwe, this study employs Geographic Information Systems (GIS) to analyze construction practices, building footprints, and road networks. By mapping fuel stations and overlaying datasets, we identify hazard zones and classify fire risk levels. Leveraging Euclidean and buffer analyses, we pinpoint vulnerable areas and propose mitigation strategies. Our spatial distribution analysis enhances decision-making for stakeholders and aims to minimize the impact of fire disasters. This research contributes to public safety efforts and risk management in Harare, Zimbabwe. + +
    + +The assessment of fuel station infrastructure is paramount in ensuring public safety and minimizing risks associated with fire hazards. In this study, we focus on Harare, Zimbabwe, utilizing Geographic Information Systems (GIS) methodologies to analyze standard construction practices, building footprints, and road networks to identify hazard zones. +The methodology involves mapping fuel stations by acquiring their coordinates, fire station and extracting road networks and building footprints from the OpenStreetMap database. These datasets are then overlaid using GIS Software, followed by GIS analysis to identify hotspots and conduct Euclidean and nearest neighbor analyses. +The outcomes of these analyses aid in classifying fire hazard risk zones into categories of very high, high, medium, low, and no risk. By leveraging Euclidean and buffer analyses, in conjunction with location and guidelines for siting and constructing fuel stations in Zimbabwe, we aim to identify buildings or households within each fire hazard risk zone. +This spatial distribution analysis provides valuable insights into the distribution of fuel stations in Harare and their proximity to fire stations. Fire disaster, akin to other natural disasters, poses significant risks to life and property. Poor management of such disasters can result in loss of lives and properties. +This study aims to mitigate risks by providing stakeholders with essential information for decision-making and risk management. By identifying disaster zones and proposing effective solutions, we strive to enhance public safety and minimize the impact of fire disasters in Harare, Zimbabwe. + diff --git a/sessions/SC7HYF.md b/sessions/SC7HYF.md new file mode 100644 index 0000000..c8e89a7 --- /dev/null +++ b/sessions/SC7HYF.md @@ -0,0 +1,20 @@ +--- +layout: session +title: "Go Out And Map" +code: "SC7HYF" +speaker_names: ['Ilya Zverev'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Sunday, 14:30" +time_iso: "2024-09-08T11:30:00Z" +resources: [] +recording: False +--- + +So you want to improve the map of your village or city. How do you do that — install Mapillary and go cycling? Print a map and use a pen to draw over it? Install an editor app and go tapping buttons? Just try to remember everything and bring it home to map in JOSM? Let's see what tools we have and how to make the best map with no money and lots of enthusiasm. + +
    + +Ground surveying for OpenStreetMap has been my passion for 14 years. In this time I tried virtually everything: from drawing walking papers by hand or printing them, to making photos, audio notes, using mobile editors, even building a hardware thing to attach to a car wheel. Ultimately I want to help everybody to collect as much data for OSM as possible, with the best quality attainable. And in this talk, I will dig some of the surveying history, as well as demonstrate a few modern ways, including the new notes mode present in Every Door app. You would definitely want to go out and map after seeing this talk. + diff --git a/sessions/SYRTRW.md b/sessions/SYRTRW.md new file mode 100644 index 0000000..a0cd026 --- /dev/null +++ b/sessions/SYRTRW.md @@ -0,0 +1,16 @@ +--- +layout: session +title: "Lightning Talks II" +code: "SYRTRW" +speaker_names: ['SotM Working Group'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Saturday, 12:30" +time_iso: "2024-09-07T09:30:00Z" +resources: [] +recording: False +--- + +There will be a board where you can sign up for a lightning talks. There are three slots for lightning talks at this conference. Each lightning talk is five minutes long. The topic must be about OpenStreetMap. Prior submission is not required. But if you are not in Nairobi you can send us a prerecorded lightning talk that we will stream during the conference. + diff --git a/sessions/SZZP3K.md b/sessions/SZZP3K.md new file mode 100644 index 0000000..7932a28 --- /dev/null +++ b/sessions/SZZP3K.md @@ -0,0 +1,24 @@ +--- +layout: session +title: "Mapping Populations, Mobilizations, and Territories in Medellín" +code: "SZZP3K" +speaker_names: ['Luis Sebastian Bravo Chacon'] +affiliations: None +room: "Auditorium 2" +length: "20" +time: "Friday, 12:00" +time_iso: "2024-09-06T09:00:00Z" +resources: [] +recording: False +--- + +The project was developed based on collaborative mapping in the hillside neighborhoods of Medellín. Through the training of community leaders from 15 social organizations and building on research on social activism and digital tools, the project aimed to empower communities through social cartography, virtual mapping, and digital technologies, promoting inclusion and community articulation. By enhancing visibility and promoting social change, peacebuilding, and well-being, the project recognized and amplified the voices of marginalized communities. As a result of this project, each organization was able to build maps to recognize initiatives in Medellín associated with risk management, climate change adaptation, participation, community intangibles, urban art, and social transformation of territories. + +
    + +Between 2019 and 2022, the POMOTE Studies Center collaborated in the creation of collaborative maps in the hillside neighborhoods of Medellín. These initiatives contributed to the recognition of the historical, social, political, and cultural dimensions of marginalized communities from official territorial planning. Through training processes in social cartography, these communities built the identity and memory of their territories, fighting for the right to their territory and a dignified life. The Eastern Hillside neighborhoods of Medellín were mostly founded by rural populations fleeing the armed conflict in their places of origin. The war in the countryside threatened their lives, so they migrated to the city and occupied the hillsides as victims of the conflict, generating solidarity networks that gave rise not only to neighborhoods but also to community organizations. These communities are articulated in collaboration networks promoting training processes that seek to contribute to the recovery and preservation of territorial memories. + +The project aimed to carry out an experience of training, experimentation, and dissemination in methodologies of social cartography and virtual mapping with community leaders that contributed to the recognition of processes of social transformation of hillside neighborhoods, promoting the use of digital technologies as an alternative for inclusion, community articulation, and political advocacy. Through training workshops, the participants were accompanied in the process of migration from paper to digital cartography, explaining basic cartography concepts and their application to digital technologies. The participants were trained in the use of mobile applications such as StreetComplete and Mapillary to recognize initiatives in the territory. During the training cycle, field activities were developed oriented towards the dialogue of knowledge and the systematization of experiences, addressing different points of view to recognize, collect, and present reflections and learnings that contributed to the transformation of territories in terms of the right to territory, peacebuilding, and good living. + +The Umap platform was used, which uses OSM data as a basis for visualizing the problems, experiences, and life stories of organizations in their territories. 28 leaders of organizations and movements from the outskirts of Medellín carried out exercises in social cartography and mapping of their territorial experiences associated with the right to territory, peacebuilding, good living in the community, artistic expressions, security for early childhood, risk management, gender-based violence, and waste management. As a result, 15 dynamic maps were created and exhibited at the project's closing, reflecting the processes, initiatives, and realities of their territories in terms of community participation + diff --git a/sessions/T3CXBD.md b/sessions/T3CXBD.md new file mode 100644 index 0000000..3ea9996 --- /dev/null +++ b/sessions/T3CXBD.md @@ -0,0 +1,16 @@ +--- +layout: session +title: "MapLibre Tiles: A Next Generation Vector Tiles Format specially designed for OSM data" +code: "T3CXBD" +speaker_names: ['Markus Tremmel'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Saturday, 11:30" +time_iso: "2024-09-07T08:30:00Z" +resources: [] +recording: False +--- + +MapLibre Tiles (MLT) is a new vector tiles format which offers a significant tile size reduction and accelerated decoding performance compared to the de-facto standard Mapbox Vector Tiles (MVT). MLT also adds support for missing features like nested properties, linear referencing and M-values. Our evaluation against MVT on a OpenMapTiles schema based OSM tileset shows a reduction in tile size of nearly up to 80% with even faster decoding times. This talk explains how MLT can be used in combination with OSM data and the advantages it offers. + diff --git a/sessions/THDUGZ.md b/sessions/THDUGZ.md new file mode 100644 index 0000000..25e4971 --- /dev/null +++ b/sessions/THDUGZ.md @@ -0,0 +1,16 @@ +--- +layout: session +title: "Using OSM for Development: opportunities and challenges in large agencies" +code: "THDUGZ" +speaker_names: ['Erica Hagen'] +affiliations: None +room: "Auditorium 2" +length: "60" +time: "Saturday, 14:30" +time_iso: "2024-09-07T11:30:00Z" +resources: [] +recording: False +--- + +OSM has long been thought of as a great way to provide maps for development purposes in sectors like health, sanitation, and education. But what have been the most promising outcomes of OSM mapping in development agencies, and what have been their greatest challenges and failures? This panel will bring together representatives with many years experience using OSM data to inform decision making and programs in large development agencies globally. Expect panelists from USAID, World Bank, and others to delve into specific examples, particularly on the African continent, where the great promise of improving people’s lives with open maps has been tested over the course of over a decade. + diff --git a/sessions/TQXSFP.md b/sessions/TQXSFP.md new file mode 100644 index 0000000..96a8c31 --- /dev/null +++ b/sessions/TQXSFP.md @@ -0,0 +1,31 @@ +--- +layout: session +title: "From Source to Map: Strategies for Integrating External Data into OpenStreetMap" +code: "TQXSFP" +speaker_names: ['Amour Nyalusi'] +affiliations: None +room: "Workshops" +length: "60" +time: "Sunday, 14:30" +time_iso: "2024-09-08T11:30:00Z" +resources: [] +recording: False +--- + +Maintaining data quality while uploading large datasets to OpenStreetMap from external sources like KoboToolbox can feel overwhelming. This workshop tackles that challenge head-on! We'll guide participants through the process of integrating the data into OSM, ensuring its integrity every step of the way. Participants will master data conversion techniques to bridge the gap between external collection formats and OSM's structure. They will learn how to avoid duplicates and data loss while maintaining accuracy during upload using the JOSM editor. By the end, they will be equipped to confidently contribute valuable community data to OpenStreetMap and empower their fellow mappers. + +
    + +A case study of projects such as the Nationwide School Feeding Programme Census and the Nationwide Mills Census conducted in Tanzania by OpenMap Development Tanzania-OMDTZ, where massive datasets were successfully uploaded to OSM (mills and schools data across Tanzania). + +Target Audience: +This workshop is designed for mappers, data collectors, and anyone who wants to leverage large datasets collected through tools like KoboToolbox to enrich OpenStreetMap. + +Key Learnings: +Data Wrangling: Master data conversion techniques to convert datasets from other format into a structure compatible with OpenStreetMap. +Quality Assurance: participants will learn how to avoid duplicates and data loss while maintaining data integrity throughout the upload process using validation tools and other best practices. +Data Stewardship: participants will grasp the importance of data attribution and version control to ensure transparency and proper credit for uploaded information. + +Software Focus: +The workshop will primarily leverage JOSM, a user-friendly tool for editing and uploading geospatial data in OpenStreetMap. Additional software for data conversion from other formats may be introduced, depending on the specific format of the data. + diff --git a/sessions/V3FYDH.md b/sessions/V3FYDH.md new file mode 100644 index 0000000..dab950e --- /dev/null +++ b/sessions/V3FYDH.md @@ -0,0 +1,22 @@ +--- +layout: session +title: "On the Ground" +code: "V3FYDH" +speaker_names: ['Jochen Topf', 'Frederik Ramm'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Friday, 17:00" +time_iso: "2024-09-06T14:00:00Z" +resources: [] +recording: False +--- + +OpenStreetMap is a community project to map the world. Everybody can contribute whatever they want. Or can they? What are the rules that govern what can be mapped in OSM and how? How are we creating a coherent global map and not just a bunch of random data about the world? + +
    + +OpenStreetMap is a community project to map the world. Everybody can contribute whatever they want. Or can they? What are the rules that govern what can be mapped in OSM and how? How are we creating a coherent global map and not just a bunch of random data about the world? + +For years we have had the "on the ground rule" (really more of a guideline) that helps us decide what and how to map. It has served us well, but it is also sometimes misunderstood. And it is not the whole story. In this talk we want to explore this rule and its many aspects and the other principles anchoring the project in the real world. We want to show how the rule helps avoiding conflicts but also shine a light on where it is sometimes bent and why. We want to figure out what it is that keeps the international and diverse OpenStreetMap community working towards a common goal. + diff --git a/sessions/WCFXG7.md b/sessions/WCFXG7.md new file mode 100644 index 0000000..16190f6 --- /dev/null +++ b/sessions/WCFXG7.md @@ -0,0 +1,24 @@ +--- +layout: session +title: "A Replicable Model for OpenStreetMap Training Programs in High Schools" +code: "WCFXG7" +speaker_names: ['Zacharia Muindi', 'Laura Mugeha'] +affiliations: None +room: "Auditorium 2" +length: "20" +time: "Friday, 12:30" +time_iso: "2024-09-06T09:30:00Z" +resources: [] +recording: False +--- + +In this presentation, we will share our experience conducting an OpenStreetMap training program with the Kibera Girls' Soccer Academy in Kenya. We will cover various aspects such as the planning process, development of curriculum, hands-on mapping activities, and achieved outcomes. Our aim is to provide practical insights that attendees can use to run similar programs in other schools or regions, promoting greater OpenStreetMap engagement among youth. + +
    + +In 2022, Map Kibera collaborated with YouthMappers to launch and manage a technical training program for an all-girls secondary school in Kenya. The training program primarily focused on OpenStreetMap (OSM) but also included sessions on career guidance and digital wellbeing to introduce the students to STEM. + +In this session, we aim to share the resources that were used to model how OSM communities and organizations can join forces with secondary schools to conduct impactful training programs. We will also emphasize the significance of OpenStreetMap in developing technical skills and advocating for STEM education in young learners. Additionally, we will include how such programs promote inclusivity and the strategies to make training programs accessible and encouraging, especially for girls in marginalized communities. + +The attendees will gain a better understanding of the steps involved in planning an OpenStreetMap training program for high school students and acquire insights into customizing mapping activities to cater to a younger audience. + diff --git a/sessions/WTH9FS.md b/sessions/WTH9FS.md new file mode 100644 index 0000000..9d76419 --- /dev/null +++ b/sessions/WTH9FS.md @@ -0,0 +1,16 @@ +--- +layout: session +title: "Opening Session" +code: "WTH9FS" +speaker_names: ['SotM Working Group'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Friday, 10:00" +time_iso: "2024-09-06T07:00:00Z" +resources: [] +recording: False +--- + +We welcome the OpenStreetMap community in Nairobi but also online to celebrate the international State of the Map conference. This session will provide also some formal instructions and helpful information. For example you will learn how the QA (question and answer) sessions are run. And what we will do on Friday and Saturday evening. + diff --git a/sessions/XUJWAM.md b/sessions/XUJWAM.md new file mode 100644 index 0000000..77e6029 --- /dev/null +++ b/sessions/XUJWAM.md @@ -0,0 +1,26 @@ +--- +layout: session +title: "openrouteservice version 8 - Experiences and insights from 10+ years of running and providing a global OSM-driven, free and open-source routing engine" +code: "XUJWAM" +speaker_names: ['Julian Psotta'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Sunday, 10:00" +time_iso: "2024-09-08T07:00:00Z" +resources: [{ description: "openrouteservice", url: "/attachments/XUJWAM_openrouteservice.org" },{ description: "HeiGIT", url: "/attachments/XUJWAM_heigit.org" },{ description: "openrouteservice GitHub Code", url: "/attachments/XUJWAM_openrouteservice" }] +recording: False +--- + +Starting as a small research project at the University of Heidelberg at around 2013, Openrouteservice has been steadily growing since, ensuring that now almost 120,000 users get free and equal access to basic mobility solutions every day. With the release of version 8, this conference talk will give you an exclusive behind-the-scenes look at almost a decade of OpenStreetMap-driven open-source software development and delivery. Our successes and challenges, and how we stayed true to our values, providing free and open-source software as a non-profit organization. + +
    + +With over ten years of history and over 120,000 users, openrouteservice has established itself as a cornerstone in the area of open-source and OSM-based routing engines. Driven by an increasing availability of road network data through the OpenStreetMap project, openrouteservice could steadily grow and evolve and find its unique spot as a good addition among other routing engines such as OSRM and Valhalla. The current portfolio of freely available services now ranges from standard routing, isochrones and vehicle optimization to custom routing algorithms designed especially for use cases such as relief operations in flooded or earthquake shaken areas. + +Openrouteservice was created as part of a research project at the University of Heidelberg in 2013 and has since been steadily developed, maintained, and supported. In 2017, we launched our public and complimentary API, offering fair quotas for a diverse range of our mobility tools, including routing, isochrones, matrix, vehicle optimization, geocoding, and numerous other features. This was so well received that openrouteservice partnered up with the German “Federal Agency for Cartography and Geodesy” in 2018 to provide routing services to the German Federal Government. + +In early 2019 the project was transferred to the Heidelberg Institute for Geoinformation Technology (HeiGIT), a non-profit and non-governmental research organization associated with the University of Heidelberg. The combination of non-profit, non-governmental, research, and free and open-source software allows us to make decisions based on social, ethical and environmental reasons without being influenced by commercial interests. The resulting stability and continued support already motivated over 600 other prominent non-profit organizations to install and use openrouteservice and build on top of our service APIs to run their missions. These missions encompass scenarios such as disaster relief efforts, supply chain management, last-mile logistics for health items, accessibility analysis to ensure equal access to health facilities, or planning the support areas for fire brigades. + +With our latest release, version 8, we would like to take this opportunity to provide the OSM community, which we so heavily build on, with an insight into nearly a decade of OSM-driven open-source software development and delivery. What it takes to run and provide a global public API, and how we are navigating the current professionalisation push for open-source software to shift from formerly hacky self-hosted solutions to data centre ready deployments. We will also share details on how we deal and operate with the ever lasting questions about osm data quality, accuracy and explainability of our routing results. + diff --git a/sessions/YNBJGQ.md b/sessions/YNBJGQ.md new file mode 100644 index 0000000..7731284 --- /dev/null +++ b/sessions/YNBJGQ.md @@ -0,0 +1,23 @@ +--- +layout: session +title: "The worst and best of OpenStreetMap in Ghana (Africa)" +code: "YNBJGQ" +speaker_names: ['Enock Seth Nyamador'] +affiliations: None +room: "Workshops" +length: "60" +time: "Sunday, 11:30" +time_iso: "2024-09-08T08:30:00Z" +resources: [] +recording: False +--- + +Africa is huge, publicly available imagery in OSM might not always be up-to-date but massive data is being created with old imagery in many parts of the continent. Using Ghana as a case study we will dive into this rabbit hole, see and learn to improve data quality in OpenStreetMap. + +
    + +In this long talk / workshop we will travel through Ghana on OpenStreetMap to discover issues and results of organised mapping activities that live in OSM almost forever; data in most cases is not usable. In doing this we will explore tools, methods and good practices to be aware of when contributing to OpenStreetMap in Ghana and somewhere else on the Africa continent either as an individual or organisation. + +In this workshop, I also share fundamental requirements and recommendations to follow when getting started with OpenStreetMap in Ghana (Africa) & planning massive organised mapping activities. +In the end, we see what we create and how we can make data in OpenStreetMap really usable and meaningful. + diff --git a/sessions/YNEPJM.md b/sessions/YNEPJM.md new file mode 100644 index 0000000..0834df8 --- /dev/null +++ b/sessions/YNEPJM.md @@ -0,0 +1,30 @@ +--- +layout: session +title: "Incorporating OpenStreetMap into Academic Curricula: Insights from GeoTE Tanzania's Five-Week Field Training programs with YouthMappers and Academic Partners" +code: "YNEPJM" +speaker_names: ['Erick Mnyali'] +affiliations: None +room: "Auditorium 2" +length: "20" +time: "Friday, 14:30" +time_iso: "2024-09-06T11:30:00Z" +resources: [] +recording: False +--- + +Through this initiative, GeoTE Tanzania focuses on integrating OpenStreetMap (OSM) into academic curricula through five-week Field Training sessions with YouthMappers and academic partners. This program emphasizes practical application and problem-solving using OSM data across disciplines such as wildlife, forestry, agriculture, rural and urban development, and environmental studies. By partnering with universities like Sokoine University of Agriculture, GeoTE facilitates hands-on learning experiences that prepare students to address community challenges with geospatial techniques. + +
    + +"Incorporating OpenStreetMap into Academic Curricula: Insights from GeoTE Tanzania's Five-Week Field Training with YouthMappers and Academic Partners" explores the transformative role of OSM in academic settings and community development. GeoTE Tanzania's approach to integrating OSM into academic curricula revolves around practical application and problem-solving, empowering students to leverage geospatial data for real-world impact. + +The program's structure emphasizes collaboration with academic partners and organizations like YouthMappers to deliver comprehensive Field Training sessions lasting five weeks. These sessions serve as immersive learning experiences where students apply OSM data and techniques to address community challenges across various domains, including wildlife conservation, forestry management, agricultural development, and urban planning. + +Through step-by-step mentorship on project ideation and execution, students gain proficiency in using OSM as a tool for spatial analysis and decision-making. The program's focus extends beyond technical skills to cultivate critical thinking and problem-solving abilities essential for effective community engagement. + +A cornerstone of GeoTE's approach is its partnership with academic institutions like the Sokoine University of Agriculture, where Field Training sessions are integrated into the academic calendar. This collaboration ensures that students receive academic credit while gaining practical experience in OSM mapping and analysis. + +GeoTE Tanzania's experience offers valuable insights into the potential of OSM to enhance academic curricula and foster community development. By equipping students with OSM skills and empowering them to address local challenges, GeoTE contributes to building a sustainable ecosystem of geospatial practitioners capable of driving positive change in their communities. + +The presentation will highlight key learnings, challenges, and best practices gleaned from GeoTE's experience, providing attendees with actionable strategies for incorporating OSM into academic programs and community development initiatives. Through case studies and testimonials, the talk will showcase the tangible impact of OSM integration in empowering students and advancing community-driven solutions. + diff --git a/sessions/YRLYQZ.md b/sessions/YRLYQZ.md new file mode 100644 index 0000000..0ce4fc7 --- /dev/null +++ b/sessions/YRLYQZ.md @@ -0,0 +1,20 @@ +--- +layout: session +title: "GIS-based disaster management capacity building for Techwomen" +code: "YRLYQZ" +speaker_names: ['ASSONGTIA ASSONDJI Merveille'] +affiliations: None +room: "Auditorium 2" +length: "20" +time: "Saturday, 12:00" +time_iso: "2024-09-07T09:00:00Z" +resources: [] +recording: False +--- + +In disaster situations, women and girls are the most affected and suffer drastic consequences during disasters. Therefore, in order to give women the tools to adaptively manage disasters in their country, this project aims to strengthen not only their skills in understanding and managing disasters, but also in using free mapping and spatial technologies to be resilient and proactive in the face of these disasters. + +
    + +The aim is to equip women to respond adaptively and proactively to natural disasters by integrating cartography. By reinforcing their skills in the use of GIS as a tool, they will be able to deal with current disaster-related problems in the city of Yaoundé. We are therefore training these women to use mapping tools (ID editor, JOSM, HOT Tasking Manager) and data collection tools (OsmAnd, Everydoor,ODK/KoboCollect), to use the data collected to propose concrete solutions to natural disasters using QGIS and JOSM. + diff --git a/sessions/Z8F8RB.md b/sessions/Z8F8RB.md new file mode 100644 index 0000000..f1f8bfb --- /dev/null +++ b/sessions/Z8F8RB.md @@ -0,0 +1,22 @@ +--- +layout: session +title: "Do we need 11 000 shop=* values?" +code: "Z8F8RB" +speaker_names: ['Mateusz Konieczny'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Sunday, 12:00" +time_iso: "2024-09-08T09:00:00Z" +resources: [] +recording: False +--- + +About work on reducing one of minor problems of OpenStreetMap: rare, unclear and confusing tag values. Such as for example shop=mięsny + +How cleanup of such tags may help? Why it is dangerous to make this kind of edits? How it can be useful and how it can be problematic or annoying? + +How it can be done so benefits are much greater than damages? + +What kind of help would be welcome? + diff --git a/sessions/ZHME3F.md b/sessions/ZHME3F.md new file mode 100644 index 0000000..c13412f --- /dev/null +++ b/sessions/ZHME3F.md @@ -0,0 +1,20 @@ +--- +layout: session +title: "Improving data homogeneity across a country" +code: "ZHME3F" +speaker_names: ['Claire Halleux'] +affiliations: None +room: "Auditorium 2" +length: "20" +time: "Saturday, 12:30" +time_iso: "2024-09-07T09:30:00Z" +resources: [] +recording: False +--- + +This talk aims to share the efforts of OSM contributors to improve national datasets based on experiences in the Democratic Republic of the Congo. From data analyses to the setup of crowdmapping projects through welcoming new mappers to join and writing documentation. This talk is going to introduce a number of existing tools that proved to be useful in the DRC community. + +
    + +This talk aims to share the efforts of OSM contributors to improve national datasets based on experiences in the Democratic Republic of the Congo. From data analyses to the setup of crowdmapping projects through welcoming new mappers to join and writing documentation. This talk is going to introduce a number of existing tools that proved to be useful in the DRC community. + diff --git a/sessions/ZVVQTA.md b/sessions/ZVVQTA.md new file mode 100644 index 0000000..db7368a --- /dev/null +++ b/sessions/ZVVQTA.md @@ -0,0 +1,22 @@ +--- +layout: session +title: "The Journal of Importing Open Data Address in Taiwan into OpenStreetMap" +code: "ZVVQTA" +speaker_names: ['Dennis Raylin Chen'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Saturday, 15:30" +time_iso: "2024-09-07T12:30:00Z" +resources: [] +recording: False +--- + +Importing a government-release open data dataset is an important data source for OpenStreetMap. I will talk about the experience of the OpenStreetMap Taiwan community importing tasks. I will describe the methods and the challenges we face during the whole import process. We have already dealt with 9 counties and cities' address datasets, and looking forward to dealing with more datasets released by other local government agencies in the future. + +
    + +Importing a government-release open data dataset is an important data source for OpenStreetMap. Most of the time you have to judge if the data quality is good enough to do so, and once you decide to import, you have to convert the dataset's field into the correspondent tags of OpenStreetMap. I will talk about the experience of the OpenStreetMap Taiwan community importing the open data datasets of addresses from the Taiwan government. I will describe the methods and the challenges we face during the whole import process. We have already dealt with 9 counties and cities' address datasets, and looking forward to dealing with more datasets released by other local government agencies in the future. + +I will report 6 cities and 3 counties importing address tasks. And talk about the experience of previous import tasks, like importing ETC tolls, public bicycle stations, bus stops, etc. + diff --git a/sessions/ZZTZRB.md b/sessions/ZZTZRB.md new file mode 100644 index 0000000..920b150 --- /dev/null +++ b/sessions/ZZTZRB.md @@ -0,0 +1,16 @@ +--- +layout: session +title: "Lightning Talks III" +code: "ZZTZRB" +speaker_names: ['SotM Working Group'] +affiliations: None +room: "Auditorium 1" +length: "20" +time: "Sunday, 12:30" +time_iso: "2024-09-08T09:30:00Z" +resources: [] +recording: False +--- + +There will be a board where you can sign up for a lightning talks. There are three slots for lightning talks at this conference. Each lightning talk is five minutes long. The topic must be about OpenStreetMap. Prior submission is not required. But if you are not in Nairobi you can send us a prerecorded lightning talk that we will stream during the conference. + diff --git a/talks.json b/talks.json new file mode 100644 index 0000000..6594ec9 --- /dev/null +++ b/talks.json @@ -0,0 +1,1553 @@ +{ + "talks": [ + { + "code": "WTH9FS", + "id": 1015457, + "title": "Opening Session", + "abstract": "We welcome the OpenStreetMap community in Nairobi but also online to celebrate the international State of the Map conference. This session will provide also some formal instructions and helpful information. For example you will learn how the QA (question and answer) sessions are run. And what we will do on Friday and Saturday evening.", + "speakers": [ + "YNFKER" + ], + "track": 4517, + "start": "2024-09-06T10:00:00+03:00", + "end": "2024-09-06T10:20:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.054250+00:00", + "state": null + }, + { + "id": 1015460, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-06T08:00:00Z", + "end": "2024-09-06T11:30:00+03:00", + "room": 3179 + }, + { + "id": 1015461, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-06T08:00:00Z", + "end": "2024-09-06T11:30:00+03:00", + "room": 3177 + }, + { + "id": 1015459, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-06T08:00:00Z", + "end": "2024-09-06T11:30:00+03:00", + "room": 3178 + }, + { + "id": 1015458, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-06T08:00:00Z", + "end": "2024-09-06T11:30:00+03:00", + "room": 3176 + }, + { + "code": "7FDPZZ", + "id": 1015462, + "title": "Tuning In to Local Needs: How OpenStreetMap Enhances USAID's Development Programming", + "abstract": "This talk will introduce the USAID/GeoCenter’s Mapping for Resilience initiative and update the OpenStreetMap community on its objectives to connect open-geospatial data with USAID programming. It will cover how USAID has supported the OpenStreetMap community in the past and its plans for the future. Further, the talk will highlight the program’s successes and challenges.", + "speakers": [ + "B3Y9SF" + ], + "track": 4516, + "start": "2024-09-06T11:30:00+03:00", + "end": "2024-09-06T11:50:00+03:00", + "room": 3177, + "duration": 20, + "updated": "2024-06-03T20:30:48.054513+00:00", + "state": null + }, + { + "code": "A3JTVT", + "id": 1015464, + "title": "The OSM Spectrum", + "abstract": "OpenStreetMap (OSM) is a collaborative mapping platform with provides open and easy access to its users. It has diverse usability including the general public to governmental and non-governmental organizations. This abstract presents the usage of OSM in general and in the context of Nepal. OSM is used by the local community, the government sector and NGOs, tourism, classrooms, and various projects contributing to the development and gender equality making it a versatile data source. OSM gives a sense of empowerment and responsibility to individuals and contributes to fostering resilience and sustainable development.", + "speakers": [ + "TER3GY", + "3PM7NH" + ], + "track": 4516, + "start": "2024-09-06T11:30:00+03:00", + "end": "2024-09-06T11:50:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-05T19:13:17.066968+00:00", + "state": null + }, + { + "code": "AXHHF3", + "id": 1015463, + "title": "Exporting high-quality Atlas maps in bulk by leveraging OpenStreetMap Data in QGIS", + "abstract": "This workshop is designed to provide participants with practical skills and fundamental knowledge necessary for creating high-quality maps using OpenStreetMap data in QGIS. The course will focus on creating atlases that showcase specific geographic areas by harnessing the power of OSM data. The workshop will provide a comprehensive overview of the entire process involved in atlas creation, including acquiring OSM data, developing a base map, incorporating layers and labels, and exporting the final product. Whether you are an experienced seeking to enhance your skills or a beginner looking to learn new techniques", + "speakers": [ + "SQXFVL" + ], + "track": 4513, + "start": "2024-09-06T11:30:00+03:00", + "end": "2024-09-06T12:30:00+03:00", + "room": 3178, + "duration": 60, + "updated": "2024-06-03T20:30:48.054550+00:00", + "state": null + }, + { + "code": "SZZP3K", + "id": 1015465, + "title": "Mapping Populations, Mobilizations, and Territories in Medellín", + "abstract": "The project was developed based on collaborative mapping in the hillside neighborhoods of Medellín. Through the training of community leaders from 15 social organizations and building on research on social activism and digital tools, the project aimed to empower communities through social cartography, virtual mapping, and digital technologies, promoting inclusion and community articulation. By enhancing visibility and promoting social change, peacebuilding, and well-being, the project recognized and amplified the voices of marginalized communities. As a result of this project, each organization was able to build maps to recognize initiatives in Medellín associated with risk management, climate change adaptation, participation, community intangibles, urban art, and social transformation of territories.", + "speakers": [ + "RPBMWS" + ], + "track": 4516, + "start": "2024-09-06T12:00:00+03:00", + "end": "2024-09-06T12:20:00+03:00", + "room": 3177, + "duration": 20, + "updated": "2024-06-03T20:30:48.054621+00:00", + "state": null + }, + { + "code": "LDB3BA", + "id": 1015466, + "title": "Sustainable Transport on the Map", + "abstract": "Better information leads to better city policy. Unfortunately, many of the world’s cities still lack basic information on their own transport systems, leading to decisions measured against anecdotes rather than data. Using new tools for data processing and display, OpenStreetMap can provide the information that governments need to make better decisions. In this panel we will share recent success stories of cities adopting OSM-based metrics to plan better transport. We will reveal new tools that governments, mappers, and advocates can use. And we will discuss the challenges that still remain and the roles the OSM community can play in overcoming them.", + "speakers": [ + "397ENW" + ], + "track": 4516, + "start": "2024-09-06T12:00:00+03:00", + "end": "2024-09-06T13:00:00+03:00", + "room": 3176, + "duration": 60, + "updated": "2024-06-03T20:30:48.054660+00:00", + "state": null + }, + { + "code": "WCFXG7", + "id": 1015467, + "title": "A Replicable Model for OpenStreetMap Training Programs in High Schools", + "abstract": "In this presentation, we will share our experience conducting an OpenStreetMap training program with the Kibera Girls' Soccer Academy in Kenya. We will cover various aspects such as the planning process, development of curriculum, hands-on mapping activities, and achieved outcomes. Our aim is to provide practical insights that attendees can use to run similar programs in other schools or regions, promoting greater OpenStreetMap engagement among youth.", + "speakers": [ + "KEEP87", + "8DNSXM" + ], + "track": 4517, + "start": "2024-09-06T12:30:00+03:00", + "end": "2024-09-06T12:50:00+03:00", + "room": 3177, + "duration": 20, + "updated": "2024-06-03T20:30:48.054696+00:00", + "state": null + }, + { + "id": 1015471, + "title": { + "en": "Lunch Break" + }, + "start": "2024-09-06T10:00:00Z", + "end": "2024-09-06T14:30:00+03:00", + "room": 3177 + }, + { + "id": 1015468, + "title": { + "en": "Lunch Break" + }, + "start": "2024-09-06T10:00:00Z", + "end": "2024-09-06T14:30:00+03:00", + "room": 3179 + }, + { + "id": 1015469, + "title": { + "en": "Lunch Break" + }, + "start": "2024-09-06T10:00:00Z", + "end": "2024-09-06T14:30:00+03:00", + "room": 3176 + }, + { + "id": 1015470, + "title": { + "en": "Lunch Break" + }, + "start": "2024-09-06T10:00:00Z", + "end": "2024-09-06T14:30:00+03:00", + "room": 3178 + }, + { + "code": "YNEPJM", + "id": 1015474, + "title": "Incorporating OpenStreetMap into Academic Curricula: Insights from GeoTE Tanzania's Five-Week Field Training programs with YouthMappers and Academic Partners", + "abstract": "Through this initiative, GeoTE Tanzania focuses on integrating OpenStreetMap (OSM) into academic curricula through five-week Field Training sessions with YouthMappers and academic partners. This program emphasizes practical application and problem-solving using OSM data across disciplines such as wildlife, forestry, agriculture, rural and urban development, and environmental studies. By partnering with universities like Sokoine University of Agriculture, GeoTE facilitates hands-on learning experiences that prepare students to address community challenges with geospatial techniques.", + "speakers": [ + "CCLRGB" + ], + "track": 4511, + "start": "2024-09-06T14:30:00+03:00", + "end": "2024-09-06T14:50:00+03:00", + "room": 3177, + "duration": 20, + "updated": "2024-06-03T20:30:48.055001+00:00", + "state": null + }, + { + "code": "FRFJBJ", + "id": 1015473, + "title": "Mapping the classroom with Every Door", + "abstract": "This is a practical lesson on mapping with Every Door app. The idea for the app is, it's not enough to just map: you should map every single thing you see. So let's train our mapping muscles a bit: it's not a problem that we're inside, treat it as an art class. We will be making art with a map editor. Hopefully nobody would ban us for this haha.", + "speakers": [ + "TJ9EBM" + ], + "track": 4512, + "start": "2024-09-06T14:30:00+03:00", + "end": "2024-09-06T15:30:00+03:00", + "room": 3178, + "duration": 60, + "updated": "2024-06-03T20:30:48.054966+00:00", + "state": null + }, + { + "code": "98JMSV", + "id": 1015472, + "title": "Some Assembly Required", + "abstract": "The more detailed our mapping of the real world becomes, the more it becomes apparent that a single node, way or relation is insufficient to represent the complex properties of a real-word object. Streets have many lanes. Buildings have entrances, 3D shapes and POIs inside. And let's not even start talking about the complexity of a major railway station.\r\n\r\nThis talk will take a systematic look at the different ways how complex objects are being mapped in OSM. We explore how editors cope with the complexities of detailed mapping and discuss the implication on how our processing tools need to change to better handle relationships between objects.", + "speakers": [ + "RD7F9S" + ], + "track": 4515, + "start": "2024-09-06T14:30:00+03:00", + "end": "2024-09-06T14:50:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.054931+00:00", + "state": null + }, + { + "code": "MRQDGE", + "id": 1015475, + "title": "Photo mapping from my village to Pharmacies and Addresses", + "abstract": "**A picture is worth a thousand words**, I am a Pharmacists by training and only discovered the love for technology and maps recently. After discovering OpenStreetMap and taking up mapping based on interest. I share my experience, motivation and how I have used photos to improve OpenStreetMap data in Accra.", + "speakers": [ + "3PGXJV" + ], + "track": 4512, + "start": "2024-09-06T15:00:00+03:00", + "end": "2024-09-06T15:20:00+03:00", + "room": 3177, + "duration": 20, + "updated": "2024-06-03T20:30:48.055036+00:00", + "state": null + }, + { + "code": "3D9RGU", + "id": 1015476, + "title": "Setting the Stage for the Future of Web Based Mapping", + "abstract": "Over the years, iD has become a quite capable, versatile and reliable editor for OSM. However, it is currently also facing of a number of challenges: For example, it needs to keep being able to cope with the growing amount and richness of OSM’s map data, as well as to afford the increasingly important task of keeping the map up to date.\r\n\r\nThis talk outlines a proposal to transform iD’s current user interface centered around OSM’s data model into an adaptive user experience that is better tailored towards the needs of individual mappers and outlines an approach of how we can get there as a community.", + "speakers": [ + "3LA7XB" + ], + "track": 4512, + "start": "2024-09-06T15:00:00+03:00", + "end": "2024-09-06T15:20:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.055071+00:00", + "state": null + }, + { + "code": "J9ATMQ", + "id": 1015477, + "title": "A Novel Approach to Street-Level Data Collection: Using Customized Bajaji (tricycle) and Mapillary to Enrich OpenStreetMap in Dar es Salaam", + "abstract": "In recent years, data creation methods have evolved, incorporating machine learning, AI, deep learning, and virtual reality to streamline processes. However, these advancements have not uniformly benefited communities in developing countries. Nonetheless, OMDTZ tirelessly seeks solutions to ensure more high-quality data are gathered, with low cost and extensive local involvement. One standout initiative involves a customized tricycle, known as bajaj, which is cost-effective, enabling access to streets of varying conditions. Equipped with an affordable street view camera, it collects images used to automate generation of vector data attributes to enrich OpenStreetMap. This session aims to share the experience and process, inspiring other communities to consider similar adaptations.", + "speakers": [ + "AU9QGF" + ], + "track": 4512, + "start": "2024-09-06T15:30:00+03:00", + "end": "2024-09-06T15:50:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.055106+00:00", + "state": null + }, + { + "code": "A7DUFU", + "id": 1015478, + "title": "Women in OSM Tech - What worked best for me.", + "abstract": "This proposal outlines my journey into the tech sector via OpenStreetMap (OSM) as a woman with no prior tech background. I'll share my transformation from beginner mapper to proficient user, skilled in OSM mapping and QGIS for data analysis.In a field where women's representation is limited, my involvement in OSM Tech stands as a testament to breaking barriers and fostering inclusivity—an opportunity provided to me by OpenMap Development Tanzania (OMDTZ). I’ll show the significance of providing equal opportunities and a supportive environment for women in technology in OSM and highlight the potential of OSM as a catalyst for personal and professional advancement.", + "speakers": [ + "QEWN7L" + ], + "track": 4517, + "start": "2024-09-06T15:30:00+03:00", + "end": "2024-09-06T15:50:00+03:00", + "room": 3177, + "duration": 20, + "updated": "2024-06-03T20:30:48.055142+00:00", + "state": null + }, + { + "id": 1015479, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-06T13:00:00Z", + "end": "2024-09-06T16:30:00+03:00", + "room": 3177 + }, + { + "id": 1015480, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-06T13:00:00Z", + "end": "2024-09-06T16:30:00+03:00", + "room": 3179 + }, + { + "id": 1015482, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-06T13:00:00Z", + "end": "2024-09-06T16:30:00+03:00", + "room": 3176 + }, + { + "id": 1015481, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-06T13:00:00Z", + "end": "2024-09-06T16:30:00+03:00", + "room": 3178 + }, + { + "code": "99HWEX", + "id": 1015483, + "title": "Community Capacity Building- Case Study OSM Kenya", + "abstract": "Examining the case of OSM Kenya, we showcase and exhibit how initiatives have empowered local communities through open mapping, fostering collaborations, and skill development. We have catalyzed sustainable impact driving positive change across the country and around the world through empowering over 200+ young people who are members of our community. Gaining insights and strategies for enhancing community engagement and capacity within the OpenStreetMap ecosystem in Kenya and beyond borders.", + "speakers": [ + "U3AWDU", + "9N3L7T" + ], + "track": 4517, + "start": "2024-09-06T16:30:00+03:00", + "end": "2024-09-06T17:10:00+03:00", + "room": 3177, + "duration": 40, + "updated": "2024-06-03T20:30:48.055347+00:00", + "state": null + }, + { + "code": "C8B93B", + "id": 1015484, + "title": "OSMF Funding", + "abstract": "The \"OSM Funding\" talk is dedicated to illuminating the management of the OpenStreetMap Foundation as a non-profit organization, reliant on donations and event sponsorship. With a commitment to transparency, the talk aims to provide a clear description of how the OSM Foundation's finances are handled, ensuring the community is informed about fund allocation and usage. By providing a clear understanding of where funds are directed and how they benefit the broader OSM Community, attendees are empowered to build mutual trust with the OSMF. The OSM Foundation endeavors to foster trust and collaboration while maximizing the impact of financial resources for the collective benefit of all of OSM.", + "speakers": [ + "FKFUVW" + ], + "track": 4517, + "start": "2024-09-06T16:30:00+03:00", + "end": "2024-09-06T16:50:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.055383+00:00", + "state": null + }, + { + "code": "HCCLGL", + "id": 1015485, + "title": "Hands-on data validation on OSM: best practices and tools", + "abstract": "The workshop is designed for beginner to intermediate mappers to better understand good practices and useful tools while performing data validation on OSM.\r\nDuring the session it will be presented how to discover and interact with mappers in the area to be validated, as well as how to use JOSM plugins and web tools as ResultMaps, Osmose, Whodidit and OSMCha to analyze errors and changesets.\r\nParticipants are requested to bring their laptops and mouses to practice together. Basic understanding of JOSM is welcome but not necessary", + "speakers": [ + "BCLAGF" + ], + "track": 4512, + "start": "2024-09-06T16:30:00+03:00", + "end": "2024-09-06T17:30:00+03:00", + "room": 3178, + "duration": 60, + "updated": "2024-06-03T20:30:48.055417+00:00", + "state": null + }, + { + "code": "V3FYDH", + "id": 1015486, + "title": "On the Ground", + "abstract": "OpenStreetMap is a community project to map the world. Everybody can contribute whatever they want. Or can they? What are the rules that govern what can be mapped in OSM and how? How are we creating a coherent global map and not just a bunch of random data about the world?", + "speakers": [ + "LULDTS", + "9GGAN8" + ], + "track": 4517, + "start": "2024-09-06T17:00:00+03:00", + "end": "2024-09-06T17:20:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.055453+00:00", + "state": null + }, + { + "code": "MRBEFX", + "id": 1015488, + "title": "Strengthening Collaboration between Organizations and Local Communities in West Africa Through the OSMer in Residence Program", + "abstract": "Improving the map in OpenStreetMap involves data availability and reliability. Through the operations in which they are involved, organizations have a vast amount of data at their disposal, much of which is confidential and goes against the spirit of Open Data, which is all about sharing. This session will show how the OSMer in Residence program has fostered this paradigm shift through collaboration between HOT's Western and Northern Africa Hub and Médeçins Sans Frontières", + "speakers": [ + "Z9CA8S", + "C7C8DL" + ], + "track": 4517, + "start": "2024-09-06T17:30:00+03:00", + "end": "2024-09-06T17:50:00+03:00", + "room": 3177, + "duration": 20, + "updated": "2024-06-03T20:30:48.055560+00:00", + "state": null + }, + { + "code": "87HBBY", + "id": 1015487, + "title": "Lightning Talks I", + "abstract": "There will be a board where you can sign up for a lightning talks. There are three slots for lightning talks at this conference. Each lightning talk is five minutes long. The topic must be about OpenStreetMap. Prior submission is not required. But if you are not in Nairobi you can send us a prerecorded lightning talk that we will stream during the conference.", + "speakers": [ + "YNFKER" + ], + "track": null, + "start": "2024-09-06T17:30:00+03:00", + "end": "2024-09-06T17:50:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.055505+00:00", + "state": null + }, + { + "code": "EBMVWS", + "id": 1015491, + "title": "OpenStreetMap and the GDPR", + "abstract": "The privacy that OpenStreetMap gives to users in its software and programming interface has lagged behind the requirements of the European Union’s General Data Protection Regulation in some respects. We are now taking steps to remedy this and the changes that mappers and API clients will see are discussed here.", + "speakers": [ + "VWQAZR" + ], + "track": 4516, + "start": "2024-09-07T10:30:00+03:00", + "end": "2024-09-07T10:50:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.055673+00:00", + "state": null + }, + { + "id": 1015494, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-07T08:00:00Z", + "end": "2024-09-07T11:30:00+03:00", + "room": 3176 + }, + { + "id": 1015496, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-07T08:00:00Z", + "end": "2024-09-07T11:30:00+03:00", + "room": 3178 + }, + { + "id": 1015493, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-07T08:00:00Z", + "end": "2024-09-07T11:30:00+03:00", + "room": 3179 + }, + { + "id": 1015495, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-07T08:00:00Z", + "end": "2024-09-07T11:30:00+03:00", + "room": 3177 + }, + { + "code": "T3CXBD", + "id": 1015499, + "title": "MapLibre Tiles: A Next Generation Vector Tiles Format specially designed for OSM data", + "abstract": "MapLibre Tiles (MLT) is a new vector tiles format which offers a significant tile size reduction and accelerated decoding performance compared to the de-facto standard Mapbox Vector Tiles (MVT). MLT also adds support for missing features like nested properties, linear referencing and M-values. Our evaluation against MVT on a OpenMapTiles schema based OSM tileset shows a reduction in tile size of nearly up to 80% with even faster decoding times. This talk explains how MLT can be used in combination with OSM data and the advantages it offers.", + "speakers": [ + "N9BQZ3" + ], + "track": 4514, + "start": "2024-09-07T11:30:00+03:00", + "end": "2024-09-07T11:50:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.056020+00:00", + "state": null + }, + { + "code": "PCW97R", + "id": 1015497, + "title": "OSM Wiki editing workshop", + "abstract": "Do you know about a mistake on the OSM wiki?\r\n\r\nHave you wanted to fix it but you are unsure how?\r\n\r\nDo you want to document some already used tag?\r\n\r\nDo you want to add better illustration to some wiki page?\r\n\r\nIs translation of one of wiki pages broken or missing and you want to add it but not sure how to do this?\r\n\r\nAre you confused by OSM Wiki page?\r\n\r\nThis will be a fitting workshop for you! I will help you to fix the problem and edit OSM Wiki.\r\n\r\nIdeally, in future you will be own to make such fix on your own.", + "speakers": [ + "ZBGMZE" + ], + "track": 4511, + "start": "2024-09-07T11:30:00+03:00", + "end": "2024-09-07T12:30:00+03:00", + "room": 3178, + "duration": 60, + "updated": "2024-06-03T20:30:48.055947+00:00", + "state": null + }, + { + "code": "PR793Z", + "id": 1015498, + "title": "Reducing Swiggy’s dependency on Google Maps with OSM", + "abstract": "Swiggy is an Indian online food ordering and delivery platform. We are scaling the road network on Swiggy’s private map to reduce dependence on Google Maps and drive efficiency. With OSM, we built a strong foundation layer to store and edit the road input we receive. Our contributions to OSM and the Map Editor tool powered by OSM helped us decrease workload by 3 person days per week. We have saved significant money in delivery partner fees and reduced food delivery time for orders by 33%.", + "speakers": [ + "MKSAT8", + "QEWDYP", + "3DMLPY" + ], + "track": 4516, + "start": "2024-09-07T11:30:00+03:00", + "end": "2024-09-07T11:50:00+03:00", + "room": 3177, + "duration": 20, + "updated": "2024-06-03T20:30:48.055985+00:00", + "state": null + }, + { + "code": "BXGLWA", + "id": 1015502, + "title": "Cloud-native OSM for Visualization & Analysis", + "abstract": "[Cloud-native approaches and formats](https://cloudnativegeo.org/) are increasingly becoming the defaults for geospatial data analysis, visualisation and distribution. Standards like STAC and formats like GeoParquet, FlatGeobuf and PMTiles are being adopted to meet high volume and performance needs. OpenStreetMap can take advantage of these new approaches to increase adoption, interoperability and solve analysis and visualisation problems that were previously complex. This talk will discuss a few ways to bring cloud-native formats to OSM use-cases and present lessons on building new applications that take advantage of these improvements. Particularly, we will discuss how to use cloud-native approaches to improve OSM validation and change visualization efforts.", + "speakers": [ + "PBXG7S" + ], + "track": 4515, + "start": "2024-09-07T12:00:00+03:00", + "end": "2024-09-07T12:20:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.056160+00:00", + "state": null + }, + { + "code": "YRLYQZ", + "id": 1015501, + "title": "GIS-based disaster management capacity building for Techwomen", + "abstract": "In disaster situations, women and girls are the most affected and suffer drastic consequences during disasters. Therefore, in order to give women the tools to adaptively manage disasters in their country, this project aims to strengthen not only their skills in understanding and managing disasters, but also in using free mapping and spatial technologies to be resilient and proactive in the face of these disasters.", + "speakers": [ + "ENUAPX" + ], + "track": 4511, + "start": "2024-09-07T12:00:00+03:00", + "end": "2024-09-07T12:20:00+03:00", + "room": 3177, + "duration": 20, + "updated": "2024-06-03T20:30:48.056106+00:00", + "state": null + }, + { + "code": "ZHME3F", + "id": 1015504, + "title": "Improving data homogeneity across a country", + "abstract": "This talk aims to share the efforts of OSM contributors to improve national datasets based on experiences in the Democratic Republic of the Congo. From data analyses to the setup of crowdmapping projects through welcoming new mappers to join and writing documentation. This talk is going to introduce a number of existing tools that proved to be useful in the DRC community.", + "speakers": [ + "XPVECQ" + ], + "track": 4512, + "start": "2024-09-07T12:30:00+03:00", + "end": "2024-09-07T12:50:00+03:00", + "room": 3177, + "duration": 20, + "updated": "2024-06-03T20:30:48.056240+00:00", + "state": null + }, + { + "code": "SYRTRW", + "id": 1015503, + "title": "Lightning Talks II", + "abstract": "There will be a board where you can sign up for a lightning talks. There are three slots for lightning talks at this conference. Each lightning talk is five minutes long. The topic must be about OpenStreetMap. Prior submission is not required. But if you are not in Nairobi you can send us a prerecorded lightning talk that we will stream during the conference.", + "speakers": [ + "YNFKER" + ], + "track": null, + "start": "2024-09-07T12:30:00+03:00", + "end": "2024-09-07T12:50:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.056206+00:00", + "state": null + }, + { + "id": 1015505, + "title": { + "en": "Lunch Break" + }, + "start": "2024-09-07T10:00:00Z", + "end": "2024-09-07T14:30:00+03:00", + "room": 3177 + }, + { + "id": 1015506, + "title": { + "en": "Lunch Break" + }, + "start": "2024-09-07T10:00:00Z", + "end": "2024-09-07T14:30:00+03:00", + "room": 3179 + }, + { + "id": 1015508, + "title": { + "en": "Lunch Break" + }, + "start": "2024-09-07T10:00:00Z", + "end": "2024-09-07T14:30:00+03:00", + "room": 3176 + }, + { + "id": 1015507, + "title": { + "en": "Lunch Break" + }, + "start": "2024-09-07T10:00:00Z", + "end": "2024-09-07T14:30:00+03:00", + "room": 3178 + }, + { + "code": "THDUGZ", + "id": 1015509, + "title": "Using OSM for Development: opportunities and challenges in large agencies", + "abstract": "OSM has long been thought of as a great way to provide maps for development purposes in sectors like health, sanitation, and education. But what have been the most promising outcomes of OSM mapping in development agencies, and what have been their greatest challenges and failures? This panel will bring together representatives with many years experience using OSM data to inform decision making and programs in large development agencies globally. Expect panelists from USAID, World Bank, and others to delve into specific examples, particularly on the African continent, where the great promise of improving people’s lives with open maps has been tested over the course of over a decade.", + "speakers": [ + "KGDXUA" + ], + "track": 4516, + "start": "2024-09-07T14:30:00+03:00", + "end": "2024-09-07T15:30:00+03:00", + "room": 3177, + "duration": 60, + "updated": "2024-06-03T20:30:48.056487+00:00", + "state": null + }, + { + "code": "MJKAC8", + "id": 1015510, + "title": "Download OSM data translated into your language using free software components and standard protocols", + "abstract": "This presentation will introduce a download service of OpenStreetMap GIS layers in English, but also in French for French-speaking areas. In addition to the translation aspect, this service is intended as a proof of concept for an approach that is interoperable, flexible and replicable: it uses open source software components, some of which are supported by OSGeo, and interoperable WMS and WFS protocols of the OGC (Open Geospatial Consortium), while providing detailed OSM data for the countries in question.", + "speakers": [ + "HGCMWV" + ], + "track": 4514, + "start": "2024-09-07T14:30:00+03:00", + "end": "2024-09-07T14:50:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.056544+00:00", + "state": null + }, + { + "code": "L7SUBJ", + "id": 1015511, + "title": "Easy Access to ohsome full history OSM contributions using cloud hosted GeoParquet", + "abstract": "This workshop teaches you how you can accelerate OSM data analysis without the need to run your own computing cluster. We will provide a sneak preview about our new cloud hosted ohsome full history contributions data and will show you how you can use it to understand the dynamics in OSM.", + "speakers": [ + "E8WPXD" + ], + "track": 4515, + "start": "2024-09-07T14:30:00+03:00", + "end": "2024-09-07T15:30:00+03:00", + "room": 3178, + "duration": 60, + "updated": "2024-06-03T20:30:48.056591+00:00", + "state": null + }, + { + "code": "A3Y3BC", + "id": 1015512, + "title": "State of the art in combining OSM and Linked Data", + "abstract": "Thousands of Linked [Open] Data sources and knowledge graphs allow to access an enormous amount of structured interconnected data with built in interoperability. This talk explains the basics of Linked Data and offers an overview about the potential its combination with OSM has and the most popular methods available for linking, extracting, combining and querying data from OSM and Linked Data sources.", + "speakers": [ + "GXP7GW" + ], + "track": 4516, + "start": "2024-09-07T15:00:00+03:00", + "end": "2024-09-07T15:20:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.056640+00:00", + "state": null + }, + { + "code": "ZVVQTA", + "id": 1015514, + "title": "The Journal of Importing Open Data Address in Taiwan into OpenStreetMap", + "abstract": "Importing a government-release open data dataset is an important data source for OpenStreetMap. I will talk about the experience of the OpenStreetMap Taiwan community importing tasks. I will describe the methods and the challenges we face during the whole import process. We have already dealt with 9 counties and cities' address datasets, and looking forward to dealing with more datasets released by other local government agencies in the future.", + "speakers": [ + "DWDVZS" + ], + "track": 4512, + "start": "2024-09-07T15:30:00+03:00", + "end": "2024-09-07T15:50:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.056720+00:00", + "state": null + }, + { + "code": "3ZU3ZR", + "id": 1015513, + "title": "Open mapping through tropical forest biodiversity conservation", + "abstract": "The botanical collection Arboretum and Palmetum Leon Morales Soto houses 412 species from 64 botanical families, totaling 4892 individuals. The mapping carried out by the SAGEMA chapter of YouthMappers allowed sharing valuable information about Colombian flora with the university community, facilitating its conservation and recognition through the integration of collection data into OSM. The project aims to promote the conservation of threatened tropical ecosystems through open mapping. It involved the participation of 12 students and a training strategy through open workshops to replicate the project in other Latin American regions.", + "speakers": [ + "RPBMWS" + ], + "track": 4512, + "start": "2024-09-07T15:30:00+03:00", + "end": "2024-09-07T15:50:00+03:00", + "room": 3177, + "duration": 20, + "updated": "2024-06-03T20:30:48.056685+00:00", + "state": null + }, + { + "id": 1015515, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-07T13:00:00Z", + "end": "2024-09-07T16:30:00+03:00", + "room": 3178 + }, + { + "id": 1015517, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-07T13:00:00Z", + "end": "2024-09-07T16:30:00+03:00", + "room": 3179 + }, + { + "id": 1015516, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-07T13:00:00Z", + "end": "2024-09-07T16:30:00+03:00", + "room": 3176 + }, + { + "id": 1015518, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-07T13:00:00Z", + "end": "2024-09-07T16:30:00+03:00", + "room": 3177 + }, + { + "code": "HVVYM7", + "id": 1015519, + "title": "Generating Ways with the Strava Heatmap", + "abstract": "The Strava Global Heatmap visualizes aggregated public GPS traces, guiding athletes worldwide in planning their routes by highlighting popular paths. This presentation demonstrates how the Heatmap, in conjunction with our routing engine, can be utilized to identify and fill in missing ways in OpenStreetMap (OSM). We will discuss an algorithmic strategy for creating generated pathways and introduce a prototype of an interface that facilitates the easy integration of these pathways into OSM. We will showcase how Strava's Heatmap can promote OSM's goal of developing a more comprehensive global map, highlighting a mutually beneficial relationship between the two platforms.", + "speakers": [ + "HHN9VA", + "7DHHL7" + ], + "track": 4512, + "start": "2024-09-07T16:30:00+03:00", + "end": "2024-09-07T16:50:00+03:00", + "room": 3177, + "duration": 20, + "updated": "2024-06-03T20:30:48.057015+00:00", + "state": null + }, + { + "code": "HLR7MM", + "id": 1015520, + "title": "Build an OpenStreetMap walking tour with a free and open source video game", + "abstract": "Minetest Classroom is a free and open source (https://github.com/ubc-minetest-classroom/minetest_classroom) educational, voxel-based sandbox video game that supports the ability to create digital twins from geospatial data, including OpenStreetMap data. In this hands-on workshop, you will learn how to create your own walking tour from OpenStreetMap data with this powerful game. Participants will be able to join a multiplayer server and experience an OpenStreetMap world first-hand. We will also discuss possible lesson plans for teachers looking to engage students with OpenStreetMap, the possibilities for multi-sensory video game cartography more generally, and the future of creating an OpenStreetMap editor in a video game.", + "speakers": [ + "GZKADJ" + ], + "track": 4513, + "start": "2024-09-07T16:30:00+03:00", + "end": "2024-09-07T17:30:00+03:00", + "room": 3178, + "duration": 60, + "updated": "2024-06-03T20:30:48.057052+00:00", + "state": null + }, + { + "code": "8XCQJB", + "id": 1015521, + "title": "OSMF board – what are they even doing?", + "abstract": "If you have ever wondered what OSMF and OSMF board are doing and why they exist it is a good presentation for you.\r\nWill include a brief overview (as promised in the title) of what they are doing, reason for their existence and why you may want to care about them. And why you may want join the board or one of working groups.\r\nPresented by OSMF board member.", + "speakers": [ + "ZBGMZE" + ], + "track": 4511, + "start": "2024-09-07T16:30:00+03:00", + "end": "2024-09-07T16:50:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.057087+00:00", + "state": null + }, + { + "code": "RMFSEG", + "id": 1015522, + "title": "Fostering mutually beneficial partnerships with OSM local groups", + "abstract": "The OpenStreetMap Sustainability Exchange, which started in 2022, brings together 10 OSM communities from 3 continents to share knowledge and adapt successful ideas to enhance sustainability. CartONG and HOT co-facilitate the exchange, currently working on a Position Paper, which aims to guide organizations, governments, and donors on how to improve partnerships with OSM community organizations. It also helps local communities advocate for better support from partners and encourages discussions on power dynamics within the humanitarian and mapping sectors. The paper, based on the experiences of the 10 communities and conversations with the ecosystem, will be released at SOTM world, serving as an advocacy tool for all participants.", + "speakers": [ + "DY79SZ" + ], + "track": 4517, + "start": "2024-09-07T17:00:00+03:00", + "end": "2024-09-07T18:00:00+03:00", + "room": 3176, + "duration": 60, + "updated": "2024-06-03T20:30:48.057133+00:00", + "state": null + }, + { + "code": "N7TGMA", + "id": 1015523, + "title": "Catching OSM Up with External Data with a Workflow and Tools for Conflation and Validation", + "abstract": "This report outlines a project to improve the workflow for integrating external open datasets into OpenStreetMap (OSM), ensuring compliance with import guidelines. The process includes tools for conflating data with OSM, supported by roles and tasks specific to this workflow. The AllThePlaces project supports this by extracting and mapping open (government) data to the OSM schema. A new tool, \"DiffedPlaces\", is proposed to automate diffs, perform data matching with an improved machine learning algorithm, and host the results. In addition, the existing OSM Conflator tool set, enhanced with a web-based data validation application, will be connected to DiffedPlaces.", + "speakers": [ + "EM9MWR" + ], + "track": 4514, + "start": "2024-09-07T17:00:00+03:00", + "end": "2024-09-07T17:20:00+03:00", + "room": 3177, + "duration": 20, + "updated": "2024-06-03T20:30:48.057185+00:00", + "state": null + }, + { + "code": "S87VYL", + "id": 1015524, + "title": "Analyzing the Spatial Distribution of Fuel Stations in Harare, Zimbabwe: Assessing Standard Construction Practices through Open Mapping for Hazard Zone Identification", + "abstract": "Ensuring public safety and mitigating fire hazards require a thorough assessment of fuel station infrastructure. Focused on Harare, Zimbabwe, this study employs Geographic Information Systems (GIS) to analyze construction practices, building footprints, and road networks. By mapping fuel stations and overlaying datasets, we identify hazard zones and classify fire risk levels. Leveraging Euclidean and buffer analyses, we pinpoint vulnerable areas and propose mitigation strategies. Our spatial distribution analysis enhances decision-making for stakeholders and aims to minimize the impact of fire disasters. This research contributes to public safety efforts and risk management in Harare, Zimbabwe.", + "speakers": [ + "CPZYT7", + "YBESUB" + ], + "track": 4512, + "start": "2024-09-07T17:30:00+03:00", + "end": "2024-09-07T17:50:00+03:00", + "room": 3177, + "duration": 20, + "updated": "2024-06-03T20:30:48.057252+00:00", + "state": null + }, + { + "code": "98YGWG", + "id": 1015525, + "title": "Get to know OSGeo and expand Your Open Mapping Toolkit", + "abstract": "Are you familiar with OpenStreetMap but want to take your geospatial skills to the next level? This workshop introduces you to the Open Source Geospatial Foundation (OSGeo) and how its various software projects interact with OpenStreetMap data. This will help you to unlock new possibilities for analysis, visualization, and more.\r\n\r\nThrough a hands-on session using OSGeoLive, participants will:\r\n- Explore OSGeo platforms like QGIS, PostGIS, and OpenLayers.\r\n- Discover how these tools integrate with OpenStreetMap data through hands-on exercises.", + "speakers": [ + "KEEP87" + ], + "track": 4515, + "start": "2024-09-08T09:30:00+03:00", + "end": "2024-09-08T10:30:00+03:00", + "room": 3178, + "duration": 60, + "updated": "2024-06-03T20:30:48.057289+00:00", + "state": null + }, + { + "code": "DBW99C", + "id": 1015526, + "title": "AI and Open Source Mapping", + "abstract": "Artificial intelligence (AI) has revolutionize the way we think about mapping. It has provided us with quick and advanced tools that helps in map the unmapped. An example of OpenStreetMap (OSM), has several AI-assisted mapping projects that enhances the applications that these data been used for. Despite these advances there are several ethical challenges that arise because of this uncontrolled use of AI due to the different end-use. In this session I would like to take few of these challenges and discuss what are the possible policy options available.", + "speakers": [ + "LV3LTC" + ], + "track": 4512, + "start": "2024-09-08T09:30:00+03:00", + "end": "2024-09-08T09:50:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.057323+00:00", + "state": null + }, + { + "code": "XUJWAM", + "id": 1015527, + "title": "openrouteservice version 8 - Experiences and insights from 10+ years of running and providing a global OSM-driven, free and open-source routing engine", + "abstract": "Starting as a small research project at the University of Heidelberg at around 2013, Openrouteservice has been steadily growing since, ensuring that now almost 120,000 users get free and equal access to basic mobility solutions every day. With the release of version 8, this conference talk will give you an exclusive behind-the-scenes look at almost a decade of OpenStreetMap-driven open-source software development and delivery. Our successes and challenges, and how we stayed true to our values, providing free and open-source software as a non-profit organization.", + "speakers": [ + "8RD9TG" + ], + "track": 4514, + "start": "2024-09-08T10:00:00+03:00", + "end": "2024-09-08T10:20:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.057358+00:00", + "state": null + }, + { + "code": "NHZVNW", + "id": 1015528, + "title": "How to develop your own style of OpenMapTiles with your favarite editor?", + "abstract": "This presentation introduces How to develop your own style of OpenMapTiles for MapLibre GL from scratch with *your favarite editor*.\r\n\r\n- Introduce of OpenMapTiles schema.\r\n- Introduce of Charites to use your favarite editor.\r\n- Introduce of other tools to compile JSON format for MapLibre GL.\r\n\r\nThis presentation describes with how to use command line tools to create MapLibre GL style.\r\nI recommend to use UNIX based operation system or Raspberry Pi.\r\nThe editors supports VS Code, Emacs, or Vim.", + "speakers": [ + "QS9XHH" + ], + "track": 4513, + "start": "2024-09-08T10:30:00+03:00", + "end": "2024-09-08T10:50:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.057393+00:00", + "state": null + }, + { + "id": 1015532, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-08T08:00:00Z", + "end": "2024-09-08T11:30:00+03:00", + "room": 3178 + }, + { + "id": 1015530, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-08T08:00:00Z", + "end": "2024-09-08T11:30:00+03:00", + "room": 3176 + }, + { + "id": 1015529, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-08T08:00:00Z", + "end": "2024-09-08T11:30:00+03:00", + "room": 3179 + }, + { + "id": 1015531, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-08T08:00:00Z", + "end": "2024-09-08T11:30:00+03:00", + "room": 3177 + }, + { + "code": "PRQKRX", + "id": 1015534, + "title": "The Current State of Collaboration between Digital Twin and OSM", + "abstract": "In recent years, advancements in 3D city models have been instrumental in urban planning and public engagement. In Japan, over 200 cities have adopted open digital twin data in CityGML format as promoted by Project PLATEAU of the Ministry of Land, Infrastructure, Transport and Tourism. This initiative, detailed in Binyu et al.'s research and the 3D City Index report, involves collaboration with the global OpenStreetMap community. Utilizing open database license ODbL, the integration of digital twin data with OpenStreetMap has been explored since 2022, aiming to enhance the global adoption of 3D city models and showcase the benefits of collaborative urban development.", + "speakers": [ + "EDWH9Q" + ], + "track": 4515, + "start": "2024-09-08T11:30:00+03:00", + "end": "2024-09-08T11:50:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.057644+00:00", + "state": null + }, + { + "code": "YNBJGQ", + "id": 1015533, + "title": "The worst and best of OpenStreetMap in Ghana (Africa)", + "abstract": "Africa is huge, publicly available imagery in OSM might not always be up-to-date but massive data is being created with old imagery in many parts of the continent. Using Ghana as a case study we will dive into this rabbit hole, see and learn to improve data quality in OpenStreetMap.", + "speakers": [ + "EYWYDV" + ], + "track": 4512, + "start": "2024-09-08T11:30:00+03:00", + "end": "2024-09-08T12:30:00+03:00", + "room": 3178, + "duration": 60, + "updated": "2024-06-03T20:30:48.057606+00:00", + "state": null + }, + { + "code": "Z8F8RB", + "id": 1015535, + "title": "Do we need 11 000 shop=* values?", + "abstract": "About work on reducing one of minor problems of OpenStreetMap: rare, unclear and confusing tag values. Such as for example shop=mięsny\r\n\r\nHow cleanup of such tags may help? Why it is dangerous to make this kind of edits? How it can be useful and how it can be problematic or annoying?\r\n\r\nHow it can be done so benefits are much greater than damages?\r\n\r\nWhat kind of help would be welcome?", + "speakers": [ + "ZBGMZE" + ], + "track": 4515, + "start": "2024-09-08T12:00:00+03:00", + "end": "2024-09-08T12:20:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.057680+00:00", + "state": null + }, + { + "code": "ZZTZRB", + "id": 1015536, + "title": "Lightning Talks III", + "abstract": "There will be a board where you can sign up for a lightning talks. There are three slots for lightning talks at this conference. Each lightning talk is five minutes long. The topic must be about OpenStreetMap. Prior submission is not required. But if you are not in Nairobi you can send us a prerecorded lightning talk that we will stream during the conference.", + "speakers": [ + "YNFKER" + ], + "track": null, + "start": "2024-09-08T12:30:00+03:00", + "end": "2024-09-08T12:50:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.057715+00:00", + "state": null + }, + { + "id": 1015538, + "title": { + "en": "Lunch Break" + }, + "start": "2024-09-08T10:00:00Z", + "end": "2024-09-08T14:30:00+03:00", + "room": 3176 + }, + { + "id": 1015537, + "title": { + "en": "Lunch Break" + }, + "start": "2024-09-08T10:00:00Z", + "end": "2024-09-08T14:30:00+03:00", + "room": 3179 + }, + { + "id": 1015540, + "title": { + "en": "Lunch Break" + }, + "start": "2024-09-08T10:00:00Z", + "end": "2024-09-08T14:30:00+03:00", + "room": 3177 + }, + { + "id": 1015539, + "title": { + "en": "Lunch Break" + }, + "start": "2024-09-08T10:00:00Z", + "end": "2024-09-08T14:30:00+03:00", + "room": 3178 + }, + { + "code": "SC7HYF", + "id": 1015541, + "title": "Go Out And Map", + "abstract": "So you want to improve the map of your village or city. How do you do that — install Mapillary and go cycling? Print a map and use a pen to draw over it? Install an editor app and go tapping buttons? Just try to remember everything and bring it home to map in JOSM? Let's see what tools we have and how to make the best map with no money and lots of enthusiasm.", + "speakers": [ + "TJ9EBM" + ], + "track": 4512, + "start": "2024-09-08T14:30:00+03:00", + "end": "2024-09-08T14:50:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.057920+00:00", + "state": null + }, + { + "code": "TQXSFP", + "id": 1015542, + "title": "From Source to Map: Strategies for Integrating External Data into OpenStreetMap", + "abstract": "Maintaining data quality while uploading large datasets to OpenStreetMap from external sources like KoboToolbox can feel overwhelming. This workshop tackles that challenge head-on! We'll guide participants through the process of integrating the data into OSM, ensuring its integrity every step of the way. Participants will master data conversion techniques to bridge the gap between external collection formats and OSM's structure. They will learn how to avoid duplicates and data loss while maintaining accuracy during upload using the JOSM editor. By the end, they will be equipped to confidently contribute valuable community data to OpenStreetMap and empower their fellow mappers.", + "speakers": [ + "MBQG7X" + ], + "track": 4512, + "start": "2024-09-08T14:30:00+03:00", + "end": "2024-09-08T15:30:00+03:00", + "room": 3178, + "duration": 60, + "updated": "2024-06-03T20:30:48.057955+00:00", + "state": null + }, + { + "code": "C8UWGW", + "id": 1015543, + "title": "OSMF Board AMA", + "abstract": "OpenStreetMap Foundation Board Ask Us Anything (i.e. AMA). We will take questions from the audience, or other questions that people can submit before the event, and we will talk about and answer them. We can talk about the past actions of the board, and what future plans we have.", + "speakers": [ + "JKGQ9U", + "JBAK7J", + "9LCYEQ", + "FKFUVW", + "KBUVZX", + "ZBGMZE", + "3XXVZL", + "RD7F9S" + ], + "track": 4517, + "start": "2024-09-08T15:00:00+03:00", + "end": "2024-09-08T16:00:00+03:00", + "room": 3176, + "duration": 60, + "updated": "2024-06-03T20:30:48.057990+00:00", + "state": null + }, + { + "id": 1015545, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-08T13:00:00Z", + "end": "2024-09-08T16:30:00+03:00", + "room": 3176 + }, + { + "id": 1015547, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-08T13:00:00Z", + "end": "2024-09-08T16:30:00+03:00", + "room": 3177 + }, + { + "id": 1015544, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-08T13:00:00Z", + "end": "2024-09-08T16:30:00+03:00", + "room": 3178 + }, + { + "id": 1015546, + "title": { + "en": "Coffee Break" + }, + "start": "2024-09-08T13:00:00Z", + "end": "2024-09-08T16:30:00+03:00", + "room": 3179 + }, + { + "code": "8ZVKZV", + "id": 1015548, + "title": "Closing Session", + "abstract": "We say goodby to this year's State of the Map conference and to Nairobi. You will see some impressions of the conference and we say thank you to all volunteers and to the local team of Nairobi. We hope that we can already announce the venue of State of the Map 2025.", + "speakers": [ + "YNFKER" + ], + "track": 4517, + "start": "2024-09-08T16:30:00+03:00", + "end": "2024-09-08T16:50:00+03:00", + "room": 3176, + "duration": 20, + "updated": "2024-06-03T20:30:48.058194+00:00", + "state": null + }, + null + ], + "version": "0.1.0-beta2", + "timezone": "Africa/Nairobi", + "event_start": "2024-09-06", + "event_end": "2024-09-08", + "tracks": [ + { + "id": 4512, + "name": { + "en": "Mapping" + }, + "description": "", + "color": "#DF69CA" + }, + { + "id": 4513, + "name": { + "en": "Cartography" + }, + "description": "", + "color": "#43CCDF" + }, + { + "id": 4515, + "name": { + "en": "Data Analysis & Data Model" + }, + "description": "", + "color": "#F6AF23" + }, + { + "id": 4516, + "name": { + "en": "User Experiences" + }, + "description": "", + "color": "#571079" + }, + { + "id": 4517, + "name": { + "en": "Community and Foundation" + }, + "description": {}, + "color": "#1D91F5" + }, + { + "id": 4514, + "name": { + "en": "Software Development" + }, + "description": "", + "color": "#E9ED1C" + }, + { + "id": 4511, + "name": { + "en": "OSM Basics" + }, + "description": "", + "color": "#49EC19" + }, + null + ], + "rooms": [ + { + "id": 3176, + "name": { + "en": "Auditorium 1" + }, + "description": {} + }, + { + "id": 3177, + "name": { + "en": "Auditorium 2" + }, + "description": {} + }, + { + "id": 3178, + "name": { + "en": "Workshops" + }, + "description": {} + }, + { + "id": 3179, + "name": { + "en": "Outdoors" + }, + "description": {} + } + ], + "speakers": [ + { + "code": "AU9QGF", + "name": "benedcto adam", + "avatar": "" + }, + { + "code": "9N3L7T", + "name": "Mary Muthee", + "avatar": "" + }, + { + "code": "E8WPXD", + "name": "Benjamin Herfort", + "avatar": "https://pretalx.com/media/avatars/hegit_herfort.benjamin_4zBFLGD.jpg" + }, + { + "code": "YBESUB", + "name": "Letwin", + "avatar": "https://pretalx.com/media/avatars/IMG-20211002-WA0026_J4Cgf4A.jpg" + }, + { + "code": "VWQAZR", + "name": "Andrew Hain", + "avatar": "https://pretalx.com/media/avatars/IMG_20240422_211147_WWOIFro.jpg" + }, + { + "code": "SQXFVL", + "name": "Johanes Petro Machela", + "avatar": "https://pretalx.com/media/avatars/johanes_9tUyUu5.jpg" + }, + { + "code": "N9BQZ3", + "name": "Markus Tremmel", + "avatar": "https://pretalx.com/media/avatars/49793fad840008b7e93503ce79d8bbc2_89SL0vX.jpg" + }, + { + "code": "QEWN7L", + "name": "Anastazia Caroll", + "avatar": "https://pretalx.com/media/avatars/anna_elSHXBA.jpg" + }, + { + "code": "MBQG7X", + "name": "Amour Nyalusi", + "avatar": "https://pretalx.com/media/avatars/amour_7J2BKmQ.jpg" + }, + { + "code": "QS9XHH", + "name": "Taro Matsuzawa", + "avatar": "https://pretalx.com/media/avatars/45fa000e24f74e28dd6880a61a1cf0b8_LSCaVPw.jpg" + }, + { + "code": "LULDTS", + "name": "Jochen Topf", + "avatar": "https://pretalx.com/media/avatars/jochen-topf-512x512_OVtoSRb.jpg" + }, + { + "code": "LV3LTC", + "name": "Muhammad Saleem", + "avatar": "https://pretalx.com/media/avatars/641edd09a62367ac9204077abefcd678_JtBfl7z.jpg" + }, + { + "code": "HHN9VA", + "name": "Derick Yang", + "avatar": "https://pretalx.com/media/avatars/smaller_propic_jdKtsHH.jpeg" + }, + { + "code": "9LCYEQ", + "name": "Craig Allan", + "avatar": "" + }, + { + "code": "RPBMWS", + "name": "Luis Sebastian Bravo Chacon", + "avatar": "https://pretalx.com/media/avatars/Dise%C3%B1o_sin_t%C3%ADtulo_1_9YsQ088.png" + }, + { + "code": "KEEP87", + "name": "Laura Mugeha", + "avatar": "https://pretalx.com/media/avatars/Laura_Mugeha_GvSEHM5.jpg" + }, + { + "code": "CCLRGB", + "name": "Erick Mnyali", + "avatar": "https://pretalx.com/media/avatars/487986933289bbb1547f1145c1c494d0_KG0xF2u.jpg" + }, + { + "code": "7DHHL7", + "name": "Drew Robb", + "avatar": "" + }, + { + "code": "EDWH9Q", + "name": "Taichi Furuhashi", + "avatar": "https://pretalx.com/media/avatars/taichifuruhashi_kao202205_jJLLhHc.jpg" + }, + { + "code": "QEWDYP", + "name": "Raghav Pawar", + "avatar": "" + }, + { + "code": "3DMLPY", + "name": "Ankit Gupta", + "avatar": "" + }, + { + "code": "GZKADJ", + "name": "Paul Pickell", + "avatar": "" + }, + { + "code": "TER3GY", + "name": "Pragya Pant", + "avatar": "https://pretalx.com/media/avatars/IMG-20240301-WA0002_lAXgJvv.jpg" + }, + { + "code": "397ENW", + "name": "Taylor Reich", + "avatar": "https://pretalx.com/media/avatars/itdp_profile_picture_kBbRNWL.jpg" + }, + { + "code": "JKGQ9U", + "name": "OSMF board", + "avatar": "" + }, + { + "code": "GXP7GW", + "name": "Daniele Santini", + "avatar": "https://pretalx.com/media/avatars/350658cf72af5f15e831323308fab29d_SpMXZcB.jpg" + }, + { + "code": "RD7F9S", + "name": "Sarah Hoffmann", + "avatar": "https://pretalx.com/media/avatars/portrait_xNSZKm5.jpg" + }, + { + "code": "3PGXJV", + "name": "Yvonne", + "avatar": "" + }, + { + "code": "3PM7NH", + "name": "Rabina Poudyal", + "avatar": "https://pretalx.com/media/avatars/f69ebed9-eeb5-477d-9c5e-b8ac0449d713_qkoRh3L.jpg" + }, + { + "code": "ZBGMZE", + "name": "Mateusz Konieczny", + "avatar": "" + }, + { + "code": "TJ9EBM", + "name": "Ilya Zverev", + "avatar": "https://pretalx.com/media/avatars/d3b22622ec4a1a39905c599b50f1eab3_czXaK2s.jpg" + }, + { + "code": "XPVECQ", + "name": "Claire Halleux", + "avatar": "" + }, + { + "code": "C7C8DL", + "name": "Jorieke Vyncke", + "avatar": "" + }, + { + "code": "JBAK7J", + "name": "Arnalie Vicario", + "avatar": "" + }, + { + "code": "B3Y9SF", + "name": "Rory Nealon", + "avatar": "https://pretalx.com/media/avatars/rory_nhX8gSp.jpg" + }, + { + "code": "KBUVZX", + "name": "Guillaume Rischard", + "avatar": "" + }, + { + "code": "8DNSXM", + "name": "Zacharia Muindi", + "avatar": "https://pretalx.com/media/avatars/headshot_cnowHuK.jpg" + }, + { + "code": "HGCMWV", + "name": "Séverin Ménard", + "avatar": "https://pretalx.com/media/avatars/SeverinGeo_thumb_xl3YWza.jpeg" + }, + { + "code": "3XXVZL", + "name": "Roland Olbricht", + "avatar": "" + }, + { + "code": "FKFUVW", + "name": "Daniela Waltersdorfer Jimenez", + "avatar": "" + }, + { + "code": "PBXG7S", + "name": "Sajjad Anwar", + "avatar": "" + }, + { + "code": "DWDVZS", + "name": "Dennis Raylin Chen", + "avatar": "https://pretalx.com/media/avatars/Dennis-Chen-2021_vy9YVlt.jpg" + }, + { + "code": "EM9MWR", + "name": "Stefan Keller", + "avatar": "https://pretalx.com/media/avatars/Stefan_Keller_VA2ic4a.jpg" + }, + { + "code": "3LA7XB", + "name": "Martin Raifer", + "avatar": "" + }, + { + "code": "9GGAN8", + "name": "Frederik Ramm", + "avatar": "" + }, + { + "code": "CPZYT7", + "name": "Kingsley Chika CHUKWU", + "avatar": "https://pretalx.com/media/avatars/Kingsley_Chika_CHUKWU_1_OyQc1yq.jpg" + }, + { + "code": "DY79SZ", + "name": "Martin Noblecourt", + "avatar": "https://pretalx.com/media/avatars/photo.jpg" + }, + { + "code": "ENUAPX", + "name": "ASSONGTIA ASSONDJI Merveille", + "avatar": "https://pretalx.com/media/avatars/Snapchat-1854400299_2KEO1nD.jpg" + }, + { + "code": "BCLAGF", + "name": "Michael Montani", + "avatar": "https://pretalx.com/media/avatars/202205_MichaelMontani_aUJg26s.jpeg" + }, + { + "code": "8RD9TG", + "name": "Julian Psotta", + "avatar": "https://pretalx.com/media/avatars/slack_profilbild_SRJcULO.png" + }, + { + "code": "U3AWDU", + "name": "Walter Mayeku", + "avatar": "https://pretalx.com/media/avatars/IMG-20230209-WA0075_4z2dcjw.jpg" + }, + { + "code": "Z9CA8S", + "name": "Yves Emmanuel NIKOYO EMOUGOU", + "avatar": "https://pretalx.com/media/avatars/Yves_1_ekCyr5s.jpg" + }, + { + "code": "KGDXUA", + "name": "Erica Hagen", + "avatar": "https://pretalx.com/media/avatars/12b02b776b9e0cb92013f015e52a1f2f_Co1AbWC.jpg" + }, + { + "code": "EYWYDV", + "name": "Enock Seth Nyamador", + "avatar": "https://pretalx.com/media/avatars/c9f1c8414921232387d9db66e7646282_kOzx1IP.jpg" + }, + { + "code": "YNFKER", + "name": "SotM Working Group", + "avatar": "" + }, + { + "code": "MKSAT8", + "name": "Anushka Jain", + "avatar": "https://pretalx.com/media/avatars/52de04e48f6e3c523d30b3704b2cde39_PoB2Eoo.jpg" + }, + null + ] +} \ No newline at end of file