Skip to content

2.2.0

Compare
Choose a tag to compare
@connormanning connormanning released this 04 Aug 20:57
· 23 commits to master since this release

This release contains some improvements to the overall workflow for generating EPT data, several new cloud storage drivers and enhancements to the existing ones, and some bug fixes.

  • entwine scan has been replaced with entwine info, which has the same general purpose but an improved format which is easier to work with
  • entwine build should be a bit more efficient in both memory and time usage
  • Detailed dimension statistics are aggregated and written into the EPT metadata
  • entwine convert has been removed in favor of ept-tools, which can convert EPT to 3D Tiles on the fly as a server or in a serverless (e.g. AWS Lambda) environment
  • cloud storage driver enhancements, additions (for example an Azure blob storage driver by @gui2dev), and bug fixes