Przejdź do głównej zawartości




Надёжный VPN – Надёжный VPN-сервис для безопасного и быстрого доступа в интернет.

Fediverse Sites Status. Find a Fediverse server to sign up for, find one close to you!

Fediverse Observer checks all sites in the fediverse and gives you an easy way to find a home from a map or list or automatically.






























vacation photos — Cinematic nature and coastal photography captured with classic DSLR cameras and creative color grading workflows. Portfolio: vir52tusya.online Photo store: vir52tusya.picfair.com










Nice routing algorithm you got, but have you considered I got a map, a vague sense of direction and impeccible luck.

Bin wieder Zuhause mit einer Totalwartezeit von 11 Minuten bei 4 mal umsteigen und bin mit meiner improvisieren Route mit Bus praktisch direkt vor meiner Haustür gelandet. Vielleicht wär mein weg noch schneller gewesen wenn ich statt StreetComplete und Bauchgefühl OSMand verwendet hätte aber guess I dont need to use the data, I just contribute to it…

Mein erstes mal OSM/FOSSGIS Stammtisch Berlin heute war super, bin ab sofort öfter dabei.

(Sorry fürs Denglish)


Contributing commercial vehicle GPS traces from Kerala — a routing approach


I’ve been working on a method to convert commercial vehicle telematics data into useful GPX traces for OSM contribution in Kerala.

The problem


Telematics data is segment-based — each record has a start coordinate, end coordinate, timestamp and distance, but no continuous GPS track in between. Uploading these directly produces straight lines which aren’t useful for mapping.

The solution


I set up a local OSRM instance using the Kerala road extract from Geofabrik, then route-matched each segment to the actual road network. This produces GPX traces with thousands of road-following points instead of straight lines.

Results


From two months of data covering Thrissur, Irinjalakuda, Chalakudy, Kodungallur and surrounding areas:
  • 141 road-snapped segments uploaded as GPX traces
  • 19 high-priority segments flagged as possible unmapped roads
  • These will be cross-checked against aerial imagery in JOSM

Next steps


Reviewing the unmapped road candidates in JOSM against Bing aerial imagery. More vehicle data from the same region will be processed and contributed regularly.

If anyone in the Kerala OSM community has experience with similar data or wants to collaborate on reviewing unmapped road candidates, feel free to reach out.
Tools used: Python, OSRM (self-hosted), gpxpy