Λογότυπο OpenStreetMap OpenStreetMap

Ημερολόγιο του χρήστη richlv

Πρόσφατες καταχωρίσεις ημερολογίου

Mapping cash machines in shops

Δημοσιεύτηκε από τον/την richlv στις 1 Νοέμβριος 2024 στα English. Τελευταία ενημέρωση στις 5 Νοέμβριος 2024.

Cashless payments have increased dramatically lately, specially during the COVID-19 “main years”. Still, paying in cash can be crucial as a resilience method (think internet, power, banking system outages). It can be used as a great tool to slightly improve privacy. Paying in cash at a cashier usually is an option, but machines handling cash could be preferable, for example:

  • Elderly people might prefer a machine handling their coins as opposed to trying to count them themselves.
  • People who prefer reduced social contact.
  • Cash/coin enthusiasts who prefer cash payments.

Tag payment:cash:machine is suggested to map the status here. Possible values:

  • no - All cash handling happens by humans only.
  • yes - Machines are available for cash handling.
  • cashier - Machines are available for cash handling at cashiers (often limited to coins).
  • self-service - Machines are available for cash handling at self-service stations.

Currently mapped objects in Latvia - where green indicates a present cash machine, orange - explicitly tagged “no”.

https://overpass-turbo.eu/s/1TwJ

Δείτε την πλήρη καταχώριση

Comparing GoPro Hero11 and Max360

Δημοσιεύτηκε από τον/την richlv στις 13 Απρίλιος 2024 στα English.

Having both GoPro Hero11 and Max360, I was curious whether there would be any use from running both cameras at the same time. While Max 360 captures all around, would Hero 11 possibly have better resolution, which could be useful for streetview platforms like Mapillary and Panoramax, thus also providing additional detail for OSM mapping?

Here’s the same object - a surveillance camera - from both action cameras. Hero11 is even a little bit further away.

Max360: Max360

Δείτε την πλήρη καταχώριση

A wonderful way to learn Overpass

Δημοσιεύτηκε από τον/την richlv στις 14 Ιούλιος 2023 στα English.

There’s this absolutely marvelous tool that offers Overpass tutorial with a storytelling approach. You get hints at how queries should be modified, and can try them out against real data, progressing as you find new bits of information from OSM data.

Learn Overpass

Unfortunately, it’s a bit out of date compared to the current live data in the OSM database, and breaks somewhere around step 6.

Still, even if you haven’t used Overpass before, the first five steps can be useful - and maybe the project gets revived :)

Extracting GPX from Mapillary sequences

Δημοσιεύτηκε από τον/την richlv στις 27 Δεκέμβριος 2022 στα English.

In the past, Mapillary offered a feature to grab a GPX from image sequences. That feature disappeared at some point, but it would still be useful to get a GPX - to use for OSM, upload to Strava or anything else.

Introducing a quick script to do so - mapillary_to_gpx.pl at https://github.com/richlv/perlscripts .

Example usage:

token='MLY|YOUR|TOKEN'; perl mapillary_to_gpx.pl --image 5652368314832935,5496261470483015,567554981851978,1352688202152043,817276516001059,893732341631081,1833835560326099,670881348042382 --token $token --tzoffset 2 --debug > reezekne2.gpx

Cleaning up large, untagged ways

Δημοσιεύτηκε από τον/την richlv στις 22 Φεβρουάριος 2022 στα English. Τελευταία ενημέρωση στις 23 Φεβρουάριος 2022.

Sometimes one might want to clean up some features in OSM - for example, untagged ways that are not members of any relations. Such ways sometimes are left behind by wide-sweeping but perhaps less careful changes to forests and other areas. If such ways are short, it’s easy - but if they are very large, downloading a huge area in JOSM is not the best approach.

As I tend to forget the process to do this, documenting it here.

Knowing the object (way) ID, we can use the “File -> Download object…” functionality (Ctrl/Cmd+shift+o):

Δείτε την πλήρη καταχώριση

Retrieving notes with a Perl script

Δημοσιεύτηκε από τον/την richlv στις 25 Σεπτέμβριος 2015 στα English.

OSM notes

OpenStreetMap website allows users to add notes. Adding a note They are supposed to be used when there’s something to be improved on the map, but the person can not do that for some reason - maybe no time to survey it right now, or maybe it’s an external visitor who does not have the knowledge to contribute the fix directly.

Δείτε την πλήρη καταχώριση