Skip to content

v2.8.6 OSM Download Only

Choose a tag to compare

@Teddy563 Teddy563 released this 13 Jun 13:34
· 130 commits to main since this release

Added

  • --download-only — fetch the OSM data to --save-json-file and exit before any
    world generation. Lets an external scheduler (e.g. Meld) pre-fetch a whole region's
    OSM in one request and feed it to many cells via --file, instead of every
    parallel cell querying Overpass and tripping the public per-IP rate limit.

Purely additive — when the flag is omitted, behaviour is identical to v2.8.5.

Usage
arnis --bbox <s,w,n,e> --save-json-file region.json --download-only
arnis --bbox --file region.json --output-dir

...