Skip to content

Releases: agrc/utrans-tools

ugrc-utrans-tools: v1.1.0

Choose a tag to compare

1.1.0 (2026-08-28)

Features

  • cli: add a script for discovering value_mapping values (826d009)
  • cli: add timing metrics to etl command (4dc99bc)
  • cli: implement detect-changes command (eed55c0)
  • cli: implement value_mappings, rules, and custom_handler profile configs (f8cca4a)

Bug Fixes

  • cli: apply reviewed mappings from Erik to profiles (43de04e)
  • cli: don't add domains to etl output (bd7b38d)
  • cli: don't try to insert invalid values that are longer than the fields length (b373cdd)
  • cli: fix county name mapping to boundaries data for etl (9a6f281)
  • cli: fix fips values (13619c0)
  • cli: remove all superfluous and optional inputs (2913f35)
  • cli: remove superfluous require_fields profile config (af7b2c8)
  • cli: remove translate_vertical_levels in favor of value_mappings (1c41974)

ugrc-utrans-tools: v1.0.1

Choose a tag to compare

1.0.1 (2026-08-20)

Bug Fixes

  • cli: make sure that UTRANS_NOTES values are truncated to 200 characters during etl (1676c43)
  • cli: preserve invalid values for coded-value domain fields (ef3897a), closes #19

ugrc-utrans-tools: v1.0.0

Choose a tag to compare

1.0.0 (2026-08-19)

chore

Features

  • cli: add version banner and action (ff6b6a4)
  • cli: convert to python cli ready for pypi publishing (4f7e020)
  • cli: implement etl command (29cf37c)
  • county script migration (e8c691c)

Bug Fixes

  • address review comments - SystemExit handling, URL fix, and Python capitalization (cbdfa27)
  • compare fields used to avoid converting nulls to 0 for things like RoadName, where we actually want null (deec8f5)
  • normalize all (5870192)

Documentation