tyr_asd's Diary Comments
Diary Comments added by tyr_asd
Post | When | Comment |
---|---|---|
Changes for tagging capacity/maxtents on campsites and update for https://opencampingmap.org/ | 7 months ago | FYI: the PR was merged today and will soon be used in iD. Thanks for the the initiative and for your patience. |
Crediting OSM - A Logo Story | 9 months ago | For reference: A similar proposal had been brought up in 2013. It was discussed mostly on the osm talk mailing list, as well as on github and in at least one meeting of the OSMF License Working Group. |
Fixing the Austrian-Italian border between North and South Tyrol | about 1 year ago | Nice find and thanks for the fix!
My guess would be that both the road maintenance area and the originally imported data from OSM are based on the same outdated/imprecise border data. Probably the boundary dataset from ISTAT (Italy’s national statistics agency) – I just checked and they still seem to have this “bug” in their data set even in their 2021 release. |
Northwick Park Hospital buildings | about 1 year ago |
It’s actually not too hard to do using the ohsome API if you have some basic (Q)GIS skills:
I cannot find any hints of deleted hospital buildings in that area. How did you come to your conclusion @Rovastar? |
History of all Tags | over 1 year ago | Taginfo now also features historic development data in its new “chronology” tag (see https://blog.jochentopf.com/2020-11-08-10-years-of-taginfo.html) now. It’s limited to tag keys and the “most frequent tags”, but I think this should already solve most needs for current tag count statistics (and for the rest one can still use https://api.ohsome.org). PS: Taghistory’s web interface is updated now to also fetch taginfo’s chronology data if available. |
Die Einbahnstrasse auf der Radfahrerkarte zeigt in die falsche Richtung | almost 2 years ago | Hallo Znaika! Manchmal dauert es einfach eine Weile bis Änderungen an den Kartendaten in allen Kartenstilen sozusagen “ankommen”. Laut dem wiki wird die OpenCycleMap “nur” alle 1 bis 2 Wochen aktualisiert: https://wiki.openstreetmap.org/wiki/Featured_tile_layers Hab also einfach noch etwas Gedult. :) |
Beware: version 3.14 (and earlier) of OsmAnd for iOS moves OSM POIs without telling you | almost 2 years ago | Oh, I misread your message then. But if I’m not mistaken the corresponding code would be at I’ve opened https://github.com/osmandapp/OsmAnd-iOS/issues/845 for this. |
Beware: version 3.14 (and earlier) of OsmAnd for iOS moves OSM POIs without telling you | almost 2 years ago |
hmm, very strictly speaking, wouldn’t this be a reason to block the application because of violating the API usage policy (https://operations.osmfoundation.org/policies/api/):
|
Analysis of Bounding Box Sizes Over the Last Eight Years | almost 2 years ago |
Interesting, and good to know. I guess it could have made sense to download and use the full changeset dump from https://planet.openstreetmap.org/planet/changesets-latest.osm.bz2, which doesn’t seem to be missing any changesets and would have been slightly quicker to download. ;) |
nota negozi a domicilio covid-19 | over 2 years ago | I believe the query above is slightly misformated. It should probably read:
or use the following short link: https://overpass-turbo.eu/s/S0x |
Angry OSM editors? | over 2 years ago | @lyx: It was actually the rather senior mapper who made this inappropriate reply: “Baloo Uriza” (formerly known as “Paul Johnson”). This cannot be seen very well on the OSM user interface, but via the XML returned by the notes API it is clear: https://www.openstreetmap.org/api/0.6/notes/1995084 |
State of the Map US 2018: OpenStreetMap Data Analysis Workshop | over 3 years ago | Great stuff!
The oshdb might offer what you’re looking for. ;) |
My great experience at SotM 2018 | almost 4 years ago | Congratulations to you and the rest of the SotM-2018 team for organizing such a wonderful event. It will certainly not be easy to set up something similarly cool for next year’s State of the Map. ;) Also good luck at your new job! |
Texas Orthophoto gone? | about 4 years ago | I’ve forwarded your question to the editor-layer-index repository on github: https://github.com/osmlab/editor-layer-index/issues/149#issuecomment-387666832 |
Latest Changes | over 4 years ago | But the area actually contains an object that was modified in the changeset: https://www.openstreetmap.org/way/101781403 (a typo in the tag |
Latest Changes | over 4 years ago |
@PierZen: I’m not sure if I got your message right, but the Latest-Changes tool should already do exactly what you suggested. Also, I can’t seem to get the mentioned changeset popping up when opening the latest-changes link you posted… |
How do you classify land use on OSM? Do you believe you could do it well? | over 4 years ago | same here :-/ |
History of all Tags | over 4 years ago | Yes, sure. But one of my main design goals for this tool was to avoid having to set up and run any kind of database containing the full OSM data, so that’s not really an option for me, unfortunately. But if anyone out there already runs a (daily) updated OSM DB which could produce deltas of the counts of tags in their db (for little extra processing cost), please contact me – I’d love to use that data for updating the taghistory service. |
History of all Tags | over 4 years ago | @SafwatHalaby: yes, but regular planet diffs don’t contain all necessary data to keep this kind of data up to date (because they don’t include the tags the modified osm objects had before the diff). Overpass’ augmented diffs could in principle work, but they have other technical issues, see: https://github.com/tyrasd/taghistory/issues/10 |
10 years of OSM data history | over 4 years ago | Right. I’ve changed the wording now. :) Btw: I managed to find the pre-rails ruby code of the website/api you pointed at earlier: https://trac.openstreetmap.org/browser/subversion/sites/www.openstreetmap.org/ruby/api/osm/dao.rb?rev=2808#L1062 which seems to correspond to OSM’s API version 0.3 (while the rails-port started at version 0.4 afaics). |