sequentially-generate-planet-mbtiles icon indicating copy to clipboard operation
sequentially-generate-planet-mbtiles copied to clipboard

Coastline and Rivers broken on planet generation

Open geronimoooo opened this issue 1 year ago • 0 comments

I rendered a mbtiles set of the whole planet using sequentially-generate-planet-mbtiles on a virtual cloud server. The process completed after about a day and overall looks good, except for some coastline and river issues, for example in the north-eastern area of span and next for Tarifa (spain as well).

System

  • Host: Hetzner CPX51
  • OS: Ubuntu 20.04
  • 16 Cores, 32GB RAM
  • Version of Generator: unix-amd64-v3.1.0

Configuration

Run command:

$ ./sequentially-generate-planet-mbtiles--unix-amd64-v3.1.0 -c config.json

config.json:

{
  "pbfFile": "./planet.osm.pbf",
  "workingDir": "./output/work",
  "outDir": "./output/out",
  "excludeOcean": false,
  "excludeLanduse": false,
  "TilemakerConfig": "",
  "TilemakerProcess": "",
  "maxRamMb": 0,
  "outAsDir": false,
  "skipSlicing": false,
  "mergeOnly": false,
  "skipDownload": true
}

Results:

Bildschirmfoto 2022-10-23 um 13 00 05 Bildschirmfoto 2022-10-23 um 13 00 15 Bildschirmfoto 2022-10-23 um 12 59 53 Bildschirmfoto 2022-10-23 um 12 59 36

geronimoooo avatar Oct 23 '22 11:10 geronimoooo