Skip to content

Instantly share code, notes, and snippets.

@talllguy
Created June 30, 2014 15:37
Show Gist options
  • Save talllguy/b11824f9b3c44231a94b to your computer and use it in GitHub Desktop.
Save talllguy/b11824f9b3c44231a94b to your computer and use it in GitHub Desktop.
Workflow for Baltimore County building import

OSM Buildings import for Baltimore County

Conditions

  • ArcMap 10.2
  • Address data
  • Building data

Workflow

  1. Spatial join address to building
  2. Select building where join count > 1
  3. Select source building that are identical to selection
  4. Copy source to new fc
  5. Select Address that intersect selection
  6. Copy address
  7. Delete buildings where join count > 1

Explain: This will join all addresses to buildings, then it will remove buildings with more than one address, and copy the address points and raw buildings over.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment