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
Describe the bug
New planet data released but download planet file function detect older planet file
To Reproduce
Steps to reproduce the behavior:
run
set -e
java -Xmx24g \
-jar planetiler.jar \
`# Download the latest planet.osm.pbf from s3://osm-pds bucket` \
--area=planet --bounds=world --download \
`# Accelerate the download by fetching the 10 1GB chunks at a time in parallel` \
--download-threads=10 --download-chunk-size-mb=1000 \
--mbtiles=output.mbtiles \
--nodemap-type=array --nodemap-storage=mmap 2>&1 | tee logs.txt
Seems the osm-pds S3 bucket index page that Planetiler fetches to grab the most recent version (https://osm-pds.s3.amazonaws.com/) is either cached or not updating correctly.
Describe the bug
New planet data released but download planet file function detect older planet file
To Reproduce
Steps to reproduce the behavior:
planet-20230529.osm.pbf
is correct.Expected behavior
Download latest (
planet-20230529.osm.pbf
)Screenshots
If applicable, add screenshots to help explain your problem (include tile IDs or latitude/longitude for visual issues
with generated maps)
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: