Skip to content

Standalone python script, no arc toolbox, to be run from an IDE. Converts Microsoft Building Footprint Dataset json features to ESRI polygons in a feature class in a geodatabase.

Notifications You must be signed in to change notification settings

CJuice/MicrosoftBuildingsToFeatureclass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Buildings To ESRI Feature Class Polygons (ArcGIS Pro Python 3.6)

Standalone python script to be run from an IDE. Built with ESRI ArcPro Python 3.6 version as the interpreter.

The script needs the path to an ESRI geodatabase, a json file from the Microsoft Building Footprint Dataset, a name for the output feature class, and the output WKID value used in projecting polygons for the users geographic location. Features are written to the geodatabase feature class at an interval of every 10,000 polygons as a default. The user can edit this value if they desire.

This version uses a generator to avoid the memory issues encountered with the original pre-forked version.

User needs to edit the variables that have an "EDIT VALUE" comment next to them. These variables have a -9999 as a placeholder (see image below).

Where to edit the script.

About

Standalone python script, no arc toolbox, to be run from an IDE. Converts Microsoft Building Footprint Dataset json features to ESRI polygons in a feature class in a geodatabase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%