You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dowload.py tries to retrieve the latest timestamp from country.pbf using osmconvert country.pbf --out-timestamp.
If the country.pbf file does not have a timestamp and, osmconvert returns (invalid timestamp), download.py could recover the last-timestamp using osmconvert country.pbf --out-statistics, or is should throw an exception.
The text was updated successfully, but these errors were encountered:
if you download pbf file from http://download.openstreetmap.fr/extracts then osmconvert outputs (invalid timestamp), but if you download it from http://download.geofabrik.de then it's fine.
dowload.py
tries to retrieve the latest timestamp fromcountry.pbf
usingosmconvert country.pbf --out-timestamp
.If the
country.pbf
file does not have a timestamp and,osmconvert
returns(invalid timestamp)
,download.py
could recover the last-timestamp usingosmconvert country.pbf --out-statistics
, or is should throw an exception.The text was updated successfully, but these errors were encountered: