Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utrans-tools

Tools for working with UTRANS data

Get_Recent_Edits.py script run example

--county must be an exact, case-sensitive key from the active profiles file.

  • By default, the active file is cli/profiles.json.
  • Use --profiles <path-to-json> to supply a custom profiles file.
  • The --county value must exist as a top-level key in that active file.
# example 1
python cli/Get_Recent_Edits.py --county carbon --update-features "Z:\Documents\gdb\Carbon20231019.gdb\Roads" --base-features "Z:\Documents\gdb\Carbon20230208.gdb\CC_Roads" --dfc-output-name DFC_CarbonToCarbon_test5 --stats-table-name stats_carbon_to_carbon_test5 --recents-name RoadCenterline_Recents_test5

# example 2

python cli/Get_Recent_Edits.py --county davis --update-features "Z:\Documents\gdb\DavisCounty_20260626.gdb\DavisRoads" --base-features "Z:\Documents\gdb\DavisCounty_20260514.gdb\DavisRoads" --dfc-output-name DFC_test721 --stats-table-name stats_test721 --recents-name RoadCenterline_Recents_test721

# example 3 (custom profiles file)
python cli/Get_Recent_Edits.py --profiles "Z:\Documents\county_profiles_custom.json" --county davis --update-features "Z:\Documents\gdb\DavisCounty_20260626.gdb\DavisRoads" --base-features "Z:\Documents\gdb\DavisCounty_20260514.gdb\DavisRoads"

Releases

Packages

Used by

Contributors

Languages