HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gentile

48 karmajoined 2 lata temu

Submissions

Editing PBF files to avoid Flock cameras (with Android Auto)

pickpj.github.io
3 points·by gentile·2 miesiące temu·0 comments

Show HN: Big B-Router – Steps to create ALPR-less maps for OsmAnd with OSM data

github.com
1 points·by gentile·5 miesięcy temu·0 comments

comments

gentile
·5 dni temu·discuss
I've been making some custom maps for both Osmand and Comaps. The main big positive for Comaps I've seen is Android Auto being available freely (but you have osmand+ so moot point). But having used both, the tooling for osmand is far more mature. Creating an obf file (osmand file type) is a lot easier than the process for an mwm file (comaps file type). Far more routing or ui customization options in osmand and routing.xml files for even more advanced custom time penalties/weighting profiles.
gentile
·w zeszłym miesiącu·discuss
The 100k figure is an overestimate by a few percent. The OpenStreetMap data for ALPRs is pretty good, but there is some duplication. I (recently) programmatically identified ~2.5k such instances. https://pickpj.github.io/Mapping/FIock/similar.html It has openstreetmap links attached for those who want to help fix the data.
gentile
·3 miesiące temu·discuss
Consider balling up some electrical tape underneath the Ram stick. This solved this very specific issue with my laptop that was flexing too much and crashing.
gentile
·4 miesiące temu·discuss
Download osm data, extract roads and surveillance, gpd overlay how=difference, remove/edit the different osmid's, write to pbf file, convert to obf file w/ osmandmapcreator, import into OsmAnd.

Now you have turn by turn navigation around ALPRs on your phone.

Edit: link https://github.com/pickpj/Big-B-Router - I tend to find ALPRs that are missing in the OSM data, so keep on updating OSM data.
gentile
·4 miesiące temu·discuss
To add, a bit complicated, but osm data can be edited with osmium (cpp) or pyosmium (python). Then the edited data can be put into osmandmapcreator to generate the file to use in Osmand. (I used this to route around ALPRs)