Skip to content

Releases: cat-cfs/twobilliontoolkit

v1.4

25 Sep 20:47
4bff0f5
Compare
Choose a tag to compare
v1.4 Pre-release
Pre-release

What's Changed

Full Changelog: v1.3...v1.4

v1.3

14 Aug 20:20
Compare
Choose a tag to compare
v1.3 Pre-release
Pre-release

What's Changed

  • Clean input database schema variables for addin to avoid user entering errors.
  • Small changes on the addin in preperation for moving over to the server databases
    • Remove unnecessary database section in variable
    • Changed way a variable is cast to string because it was giving errors
    • Added a method for the user to go back from the tool-list to connection pane so they can switch out which connection file they are using.

Full Changelog: v1.2...v1.3

New Tool - Buffer Builder

19 Jul 18:47
0ba8d5b
Compare
Choose a tag to compare
Pre-release

What's Changed

  • BufferBuilder - Processing Reported Aspatial Points by @AnthonyRodway in #44

    • Changes
      • Added new BufferBuilder tool that will look as a aspatial master data sheet and create some site points and site buffered polygons based on the metadata contained within the sheet.
      • Some processing takes place in the background with the new tool, so feel free to look through that and see how the data get processed.
      • Starting to transition to the new file structure of the toolkit, it will be more fleshed out in future updates and pull requests.
      • Swapped over to some new library versions and updating the toolkit version.
  • Updated 2BT Load Data tool to use valid views (valid_points and valid_buffered_points) instead of the tables (site_points and site_buffered_points)

Full Changelog: v1.1...v1.2

New Processor Logic

26 Jun 22:32
935f077
Compare
Choose a tag to compare
New Processor Logic Pre-release
Pre-release

What's Changed

  • New Processor Logic for Spatial Transformer by @AnthonyRodway in #42

    • Changes:
      • Datatracker entries now created when walking through the ripple unzipple output before any spatial processing
      • project spatial id is now calculated based on the highest (latest) project spatial id suffix instead of the number of number of entries for the project number fixing an issue when one gets removed
      • Geopandas/fiona now introduced to some of the spatial and file processing
      • Output geodatabase bug fixes for transferring and creating
      • Added the ability to sort or filter the record reviser, in spatial transformer only entries created in the last day should be showed to reduce the vast amount of entries shown
      • Fixed some locking and deleting errors with the network transfer
  • Fixed ArcGIS Pro add-in light mode and dark mode inconsistency

Full Changelog: v1.0...v1.1

Initial Working Version

20 Jun 21:08
5aab542
Compare
Choose a tag to compare
Pre-release

This release was the original working version before a revamp of the logic and other features get added.

What's Changed

New Contributors

N/A

Full Changelog: https://github.com/cat-cfs/twobilliontoolkit/compare/main@{1day}...v1.0