This is a python toolbox that Michael runs in ArcMap. I don't believe that it needs to stay as a toolbox if it's easier to keep as a standalone script or CLI.
This toolbox lives in the scripts_and_tools folder on the share. It appears to be a single entry point for all of the different submitter data. It accepts the data from the get recent edits scripts (RoadCenterlines_Recents) and migrates it to the UTRANS schema. UtransETL_FieldMappingFunctions.py in the same folder seems to have all of the specifics for each counties source schema.
This is a python toolbox that Michael runs in ArcMap. I don't believe that it needs to stay as a toolbox if it's easier to keep as a standalone script or CLI.
This toolbox lives in the
scripts_and_toolsfolder on the share. It appears to be a single entry point for all of the different submitter data. It accepts the data from the get recent edits scripts (RoadCenterlines_Recents) and migrates it to the UTRANS schema.UtransETL_FieldMappingFunctions.pyin the same folder seems to have all of the specifics for each counties source schema.