Releases: lambdajack/sequentially-generate-planet-mbtiles
v3.1.0
Changes over v2:
- SINGLE BINARY! Just run it and you'll get some mbtiles to share with your friends.
- Reduced memory (and less painful if swap is bled into).
- Many more configuration options.
- Vastly improved data separation.
- Can now use your own pbf files (maybe you have a specific area or historic data you'd like to use?)
- Reduced overall data usage by removing requirement to generate interim quadrants of planet data.
- Many various developer and misc improvements - ongoing.
Any feedback, bug reports, discussions etc are always welcome! Thank you!
v3.1.0-rc4
Changes from v3.1.0-rc3:
- Previous progress detection improvements
- Various logging improvements and utilising a progress log.
- Git repos stored in user cache dir to prevent unnecessary deletion on system restart.
- Version and build control moved to Makefile
- Unnecessary folders no longer created in working dir (hangup from older versions).
- Much improved container handling and detection of already built containers (even rebuilding with cache is slow so avoiding that if possible).
- Various misc QoL for outAsDir.
- Some manual garbage collection triggering to attempt to reduce memory usage by some non-zero amount when looping through slices etc.
v3.1.0-rc3
See the README more information.
Tl;dr: Single binary (don't need to clone the repo any more for it to work), many more options / flags, reduced ram required for tile generation stage (also meaning if it has to bleed over into swap for other parts of the programme the performance impact is not as bad as if it happens during tile generation), no longer have to do the full planet, more...
Testing ongoing with various configs over the next week or so.
Expected further improvement on go test
and logging to be tidied up before release.
Comments, questions, bug reports etc all welcome :).
v2.2.0
What's Changed
- Version control for third party tools | improved container management by @lambdajack in #6
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Adding landcover support
What's Changed
- adding landcover to tiles by @lambdajack in #2
Full Changelog: v2.0.1...v2.1.0
v2.0.1
Patch fixing some missing tile data when generating quadrants.
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- v2.0.0 release by @lambdajack in #1
New Contributors
- @lambdajack made their first contribution in #1
Full Changelog: https://github.com/lambdajack/sequentially-generate-planet-mbtiles/commits/v2.0.0