Skip to content

Releases: lambdajack/sequentially-generate-planet-mbtiles

v3.1.0

30 Jun 15:15
Compare
Choose a tag to compare

Changes over v2:

  1. SINGLE BINARY! Just run it and you'll get some mbtiles to share with your friends.
  2. Reduced memory (and less painful if swap is bled into).
  3. Many more configuration options.
  4. Vastly improved data separation.
  5. Can now use your own pbf files (maybe you have a specific area or historic data you'd like to use?)
  6. Reduced overall data usage by removing requirement to generate interim quadrants of planet data.
  7. Many various developer and misc improvements - ongoing.

Any feedback, bug reports, discussions etc are always welcome! Thank you!

v3.1.0-rc4

25 Jun 18:31
Compare
Choose a tag to compare
v3.1.0-rc4 Pre-release
Pre-release

Changes from v3.1.0-rc3:

  1. Previous progress detection improvements
  2. Various logging improvements and utilising a progress log.
  3. Git repos stored in user cache dir to prevent unnecessary deletion on system restart.
  4. Version and build control moved to Makefile
  5. Unnecessary folders no longer created in working dir (hangup from older versions).
  6. Much improved container handling and detection of already built containers (even rebuilding with cache is slow so avoiding that if possible).
  7. Various misc QoL for outAsDir.
  8. 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

22 Jun 17:28
Compare
Choose a tag to compare
v3.1.0-rc3 Pre-release
Pre-release

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

15 Apr 02:21
3551a6c
Compare
Choose a tag to compare

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

11 Apr 14:17
Compare
Choose a tag to compare

Adding landcover support

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

11 Apr 13:07
Compare
Choose a tag to compare

Patch fixing some missing tile data when generating quadrants.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

10 Apr 05:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/lambdajack/sequentially-generate-planet-mbtiles/commits/v2.0.0