Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 01:14
· 144 commits to master since this release

Major changes

  • First and foremost: linked datasets! Kart now supports linking a tile-based dataset to tiles that are hosted on S3, so that the tiles don't need to be hosted on a Kart LFS server. For more information, see Linked Datasets. #905

Other changes

  • Native Apple Silicon builds are now available for macOS 12 and newer. #927
  • Adds support for disabling the working-copy checkout of specific datasets using the commands kart import DATASET --no-checkout or kart checkout --not-dataset=DATASET, and re-enabling it using kart checkout --dataset=DATASET. #926
  • Adds information on referencing and citing Kart to CITATION. #914
  • Fixes a bug where Kart would misidentify a non-Kart repo as a Kart V1 repo in some circumstances. #918
  • Improve schema extraction for point cloud datasets. #924
  • Some tweaks to --dry-run output of Kart LFS commands. #932
  • Now using Python 3.11 to build Kart, and vendored dependencies have been updated to newer versions. #933
  • Adds support for importing point-cloud and raster tiles directly from an S3 URL. #940
  • checkout: Smoother progressbar updates
  • Add library support for WEBP & ZSTD compression with GeoTIFF raster datasets. #951