osmand_map_creation icon indicating copy to clipboard operation
osmand_map_creation copied to clipboard

Add Warning When Current PBF File Is Smaller Than Last Months

Open pnoll1 opened this issue 3 years ago • 0 comments

-rw-r--r-- 1 pat pat 73M May 22 08:29 us_ar_alpha.osm.pbf -rw-r--r-- 1 pat pat 59M Jun 21 09:17 us_ar.osm.pbf

A smaller file typically indicates that OpenAddress data had a regression and has fewer addresses than before. OSM data typically grows so files should get bigger each month.

Adding a check after pbf is built to compare with last months file in osmand_osm/osm folder would be a good start and easy to implement. Add a warning to the log flagging that the file is likely worse than last months.

pnoll1 avatar Jun 23 '21 04:06 pnoll1