OpenStreetMap logo OpenStreetMap

Diary Entries in English

Recent diary entries

Posted by nickjohnston on 31 May 2023 in English. Last updated on 14 February 2024.

Cheltenham is a town of 116,000 people in south-west England. During the Covid-19 pandemic lockdowns, I spent lots of time collecting addresses in the town and adding them to the map.

Cheltenham is now better mapped than parts of London and many other cities and towns. If I can do it, you can do it too—and better still, you can learn from my experience and mistakes.

Why?

Address coverage in OpenStreetMap is still poor in many places. Good coverage is needed for better geocoding, which many users view as an integral part of a modern map.

During lockdown, many people relied on deliveries. Even now, a huge amount of time is wasted not so much in “last mile” delivery issues but “last few hundred metres” ones.

UK address data is not open, so addresses have to be surveyed or collected on the ground. This is tedious and repetitive, but there are some upsides. You’ll uncover mistakes in places which haven’t been touched on OpenStreetMap for years, and you’ll have the opportunity to improve geometry and alignment with the far better imagery now available.

Walking around your town or city is a great way of discovering new places and learning more about local history. Like many people, I’d heard of the mass trespass of Kinder Scout and how it ultimately led to greater access to the countryside. But I was unaware of earlier agitations here in Cheltenham over access to Leckhampton Hill. The hill is now part of the Cotswold Area of Outstanding Natural Beauty, crossed by the Cotswold Way National Trail which passes a memorial tree for one of the rioters.

Approach

I started collecting addresses in earnest in mid-April 2020, continuing to August 2021. I collected addresses at least once per week but usually more. I’d walk for anywhere from 30 minutes to four hours at a time.

See full entry

Location: Sandford, Fairview, Cheltenham, Gloucestershire, England, GL53 7HZ, United Kingdom
Posted by zabop on 30 May 2023 in English. Last updated on 3 July 2023.

These notes are primarily written for my future self (to prevent having to figure out things I have already figured out once).


Oslo has a great City Bike system. There are over 200 stations where one can pick up or return a bike (map), for the yearly fee of a few lunches.

I would like to see if some of these stations are missing from OpenStreetMap. I will be looking for the amenity=bicycle_rental tag. I get an OSM extract from GeoFabrik:

curl https://download.geofabrik.de/europe/norway-latest.osm.pbf -o norway-latest.osm.pbf

Using this gis.SE answer, I know I a modified version of osmconf.ini would help me query the amenity class. I create bysykkel_osm.ini:

See full entry

Location: Akershus festning, Sentrum, Oslo, 0015, Norway
Posted by miku0 on 30 May 2023 in English.

Hello!

Hi everyone!

My name is Miku, and I’m currently a master’s student at Tokyo University of Science in Japan. During my free time, I enjoy watching anime and reading books. I’m incredibly excited about the opportunity to contribute to OSM community!

What I will do?

My project involves developing the search experience in Japan, which has a unique address system. Nominatim, the geographic search engine of OSM is using tags ‘addr:street’ and ‘addr:place’. However, the Japanese address system does not have the same system of these specific categories. Consequently, searching for addresses in Japan becomes challenging. My primary focus will be on addressing this issue with the Japanese block number address system by developing sanitizer and tokenizer.

Here are the milestones for my project:

  1. Develop a sanitizer capable of properly setting tags for Japanese specific components such as housenumber, block_number, and neighbourhood
  2. Implement a tokenizer that can generate appropriate formats based on the Japanese address structure
  3. (Optional) Add functionality to the tokenizer to differentiate between Chinese characters and Japanese characters Thank you for taking the time to read my introduction! I am eager to collaborate with everyone in this community. These problems are closely related to Japanese localization, and this is my Japanese introductory page. If you have any questions, please feel free to ask them in the comments!

Greetings!

I am Sarabjeet Sodhi, an undergraduate student at Manipal University Jaipur, India. Since my childhood, I have been fascinated by maps and loved map-related stuff like scrolling through the satellite imagery on google maps, watching documentaries like “What on Earth?”, and spending hours to find signs of the Sentinelese tribe on the North Sentinel island through satellite images. Mapping for OpenStreetMap feels like a natural upgrade to me.

I like the idea of free and Open-Source software and this summer, I will be contributing to the JOSM editor.

GSoC Project: Support Vespucci preset extensions in JOSM

The default presets which are used by Vespucci are derived from the JOSM’s preset. Vespucci presets however have evolved to support far greater functionalities than those supported by the JOSM. These additional functionalities act as an extension and the project aims to add these extensions to JOSM. These extensions include:-

  1. deprecated: makes the preset available only for matching purposes and hides it for new use and searches.
  2. regions: stores the list of countries the given preset is applicable for.
  3. exclude_regions: if true, inverts the meaning of regions.
  4. value_type: states the type of value stored in a key like
    • opening_hours
    • website
    • phone

The detailed list of these extensions can be found here

Adding these extensions to the JOSM will provide a consistent experience for users across the editors.

I will also be working on making the existing Java classes Records, which will help in reducing the boilerplate code, making the code concise, and reducing the static memory footprint of JOSM.

I will be using this diary for posting updates on my project and writing its documentation.

Thank you for reading!

Connect with me on LinkedIn GitHub

I think it’s fair to say that you can rely on me to come up with obscure things to map. This month, it’s urine deflectors. There are part of hostile architecture, built in the 19th century (in Europe) to prevent public wild urination. urine deflector in Wexford, Ireland This is one I came across in Wexford, while I was surveying for benchmarks.

An archaeologist I’m friends with posted about them last October, and I had thought since that that would be something to map, but I hadn’t gotten around to it.

The two in Wexford were the first ones I mapped, and I’ve created wiki pages in English and German. I’m using the hashtag #NotTakingThePiss.

I’ve also made a video about mapping some in Kilkenny.

I was able to track down some on wikicommons using Bing Streetview and Mapillary, so there are a couple in Europe mapped now. They must have been used in Arab countries as well, because I found an Arab word for them on wikidata.

See full entry

Location: The North End, Wexford, The Borough District of Wexford, County Wexford, Leinster, Y35 CYD2, Ireland

Prompt: “I have OpenStreetMaps data. I am coding a GUI Program in Python with GTK. I want to create markers and areas on top of openstreetmaps data. What libraries will let me do that?”

Response: “To create markers and areas on top of OpenStreetMap data in a Python GUI program using GTK, you can use the following libraries:

  1. PyGObject: This library allows you to use GTK and its associated libraries in Python. It provides bindings for various GTK components, including maps.

  2. Gtk.Map: This is a GTK widget that can display maps using different map providers, including OpenStreetMap. You can create an instance of this widget and add it to your GTK application’s window.

  3. Gio.Resource: This library allows you to load resources, such as images or data files, into your GTK application. You can use it to load map markers or icons to display on the map.

  4. cairo: This is a 2D graphics library that can be used to draw on GTK widgets. You can use cairo to draw areas or polygons on top of the map widget to represent specific regions.

Here’s a basic example to get you started:

See full entry

Location: Shiprock Agency, Apache County, Arizona, United States

The Philippines will be greatly affected by Typhoon Mawar in the coming days. It is expected that the typhoon will bring strong winds and heavy rain intensifying the effects of the South West monsoons.

Imgur

In line with this OpenStreetMap Philippines, has alerted its disaster mapping activation for West Isabela to map out buildings in the area.

Please help us map these areas to identify the location of families for relief and support post-disaster.

Thank you!

TY MAWAR RESPONSE ACTIVATION - PHILIPPINES - WEST ISABELA 2 - BUILDINGS

TY MAWAR RESPONSE ACTIVATION - PHILIPPINES - WEST ISABELA 2 - BUILDINGS

Location: San Isidro, Isabela, Cagayan Valley, Philippines
Posted by champs-libres on 27 May 2023 in English. Last updated on 7 June 2023.

For some months now, Champs-Libres is working for NMBS/SNCB, the national railway company of Belgium, for reusing OSM data from Belgian stations. NMBS/SNCB has an interest in OSM data for improving some services to travellers, especially regarding accessibility data, and especially for bicycles. Have a look at the wiki page for more insights!

A railway platform in Marbehan station

This first diary entry is about the basic data about the Belgian stations, the “stations” themselves and the railway platforms. For reusing OSM data, we need to have a complete and right information about these objects! Next posts will be on mapping the accessibility (steps, footways, elevators, …).

How a railway station is represented in OSM?

There is a long page on the OSM wiki describing how a railway station should be mapped. The French version of the page is even more complete, partly thanks to a long collaboration between OSM and the SNCF.

To summarize, we can say:

See full entry

Location: Saint-Gilles - Sint-Gillis, Brussels-Capital, 1060, Belgium

Oh, Mulberry Grove, Bond County, Illinois A village of only 520 people. I forget how, but me and my colleague Lovelyfurball88, found out about this place. We have been micro-mapping it for a while, and progress has been slow, as micro-mapping goes. Why? why not man, this place had only roads so it deserves something. https://mulberrygroveil.org/ I don’t even live near it, I’m just using the satellite photos.

The simple joys of micro mapping I guess.

Mulberry Grove on map

Location: Lopnur, Ruoqiang County, Bayingolin, Xinjiang, China
Posted by nickjohnston on 24 May 2023 in English. Last updated on 14 February 2024.

A section of the Cotswold Way National Trail on Leckhampton Hill was recently improved to make it suitable for off-road Tramper wheelchairs and mobility scooters.

The path has been widened and resurfaced:

Resurfaced path on Leckhampton Hill

Steps where the path meets Hartley Lane have been replaced with a ramp:

See full entry

Location: Shurdington, Tewkesbury, Gloucestershire, England, United Kingdom

Today was an eventful one, Members of our group (LMT, Nsukka) came together to get it right as we opened the 14788 project on HOTosm titled ENUGU STATE -MAP NIGERIA MAPATHON CAMPAIGN -LET’S MAP NSUKKA LGA FOR SDGS AND SOCIAL GOOD and we commenced to map with iD Editor meanwhile with my little knowledge I also help to direct and answer some of my teammates questions like “how do I put #tags?, why is my task showing error instead of submitting?, How many edits will get me to become an advance mapper?” etc.

I benefited mostly when our trainer Miss Juliet from Lion Mappers Team Enugu Campus expanded my knowledge on mapping with JOSM and even much more when she introduced RapiD which I believe is easier and faster compared to ID Editor.

I am confident that my mapping skills have improved today more than what it was yesterday. I and my Team members have gained greatly today and we are really excited about it.

A big thanks to Unique Mappers Network and their contribution to open-source data sets.

Posted by mikko_tamura on 22 May 2023 in English.

Greetings everyone! Would love to invite you to a series of mapping nights in the following weeks!

I will be hosting the MapRoulette Nights every Sunday 9PM Philippine Time (UTC +8) via Google Meet.

No prizes, no shizz, just plain mapping with people with the same interest. Let’s spin the Mapping Wheel and see where it lands.

MapRouletteNights

To join us, please sign up here. We will send the calendar invite with the GMeet Room link.