Configure aggregator model

The Aggregator Model allows authoritative data producers to send their address data to a community aggregator so the community address layer can be updated. Aggregators can update the community address layer using the Community Address tools provided in the solution. The tools can be executed from ArcMap or ArcCatalog, or Windows Task Scheduler on a defined schedule.

To configure address updates, complete the following steps:

Configure aggregator tools

Schedule address updates

The Community Address Aggregator script tool (CommunityAggregator.py) can be used with Windows Task Scheduler to update address layers on a regular interval. Scheduled updates will ensure users have access to current information to support more dynamic decision-making.

To update address data on a schedule, complete the following steps:

  1. Open Windows Task Scheduler.
  2. Select Action > Create Task and name your task.
  3. Select the Actions tab and click New.
  4. Set Action to Start a Program.
  5. Browse to the location of your Python installation (for example, <default directory>\Python27\ArcGIS10.2\python.exe).
  6. In the Add Arguments text box, type the name of the script (CommunityAggregator.py) followed by the pathname of the configuration file in double quotes.
  7. In the Start in text box, type the pathname of the folder hosting your script and click OK.
  8. On the Trigger tab, set a schedule for your task and click OK.
Top