Skip to content
This repository has been archived by the owner on Oct 13, 2018. It is now read-only.

Releases: balazsdukai/batch3dfier

v0.6.0 python3.4+ support

28 Aug 07:38
Compare
Choose a tag to compare
Pre-release

Added

  • support for python 3.4-3.6
  • code coverage reporting
  • pep8 tests

batch3dfier milestone

29 Jul 20:48
Compare
Choose a tag to compare
batch3dfier milestone Pre-release
Pre-release

Changed

  • the tile_index argument block is updated to handle both footprint and pointcloud tile indexes
  • db_setup.sh to reflect documentation

Added

  • tile_prefix to indicate the prefix on footprint tile views
  • Find intersecting pointcloud tiles for 2D footprint. Local directory is still searched for corresponding pointcloud files.
  • uniqueid config argument
  • detailed documentation

Removed

  • ID/name match between 2D and pointcloud tiles, because the same tile index is used for both datasets.
  • hard-coded BAG parameters

bag3dfier v0.4.0

18 Jul 20:40
Compare
Choose a tag to compare
bag3dfier v0.4.0 Pre-release
Pre-release

Completely revamped bagtiler module

Changed

  • the bagtiler module is now generic and not hard-coded to BAG
  • rename bagtiler module to footprints
  • rename bagtiler() -> create_views(); create_tile_edges() -> update_tile_index(), create_centroid_table()->create_centroids()`
  • README update

Added

  • footprints.partition() for one-step footprint partitioning
  • unit tests for footprints

bag3dfier v0.3.0

17 Jul 11:08
Compare
Choose a tag to compare
bag3dfier v0.3.0 Pre-release
Pre-release

Added

  • -t/--threads argument to set the number of concurrent processes
  • utf-8 encoding
  • batch3dfy entry point for console
  • package setup.py
  • CHANGELOG

Changed

  • -c argument is now positional
  • batch3dfy.py -> batch3dfierapp.py including main()
  • sanitized script headers
  • README to reflect packaging

bag3dfier v0.3.1

17 Jul 11:30
Compare
Choose a tag to compare
bag3dfier v0.3.1 Pre-release
Pre-release

Changed

  • README install/run instructions

bag3dfier v0.2

08 Jul 12:02
Compare
Choose a tag to compare
bag3dfier v0.2 Pre-release
Pre-release
  • hard-coded BAG database fields (2D polygons)

  • bagtiler module for setting up a BAG databse

  • fixed Queue limit for threads

bag3dfier

21 Jun 10:20
Compare
Choose a tag to compare
bag3dfier Pre-release
Pre-release
  • extrude polygons in extend
  • extrude polygons in all provided tiles
  • hard-coded BAG database fields (2D polygons)
  • ID/name match between 2D and pointcloud tiles (thus no spatial search), because the same tile index is used for both datasets