Has anyone had success in converting the Microsoft building footprints data for Texas to featureclass? I tried several times using the conversion tool box but it keeps on crashing.
Solved! Go to Solution.
I did not do anything to get it into that projection. It was part of the GeoJSON file and imported when I loaded it into my file geodatabase.
You may need to look at the FME workbench to see why the projection is missing in the output.
The 4326 projection is a geographic coordinate system WKID - https://pro.arcgis.com/en/pro-app/arcpy/classes/pdf/geographic_coordinate_systems.pdf
SpatialReference—ArcPy classes | ArcGIS Desktop
I used FME, you need something more robust for the large dataset.
Does the documentation include the date of data capture so you know how recent the data is?
The vintage of the footprints depends on the vintage of the underlying imagery. Because Bing Imagery is a composite of multiple sources it is difficult to know the exact dates for individual pieces of data.
Were you able to extract the Texas Building Footprints using the FME ?
Update: I tested importing North Dakota using the JSON to Features GP tool and it worked fine, no crashes.
I would install Pro 2.2.2 and then rested.
Texas was a success via FME version of the ImportBuildingGeoJSON tool published on AGOL. Patience is key.
bruce_harold for the win.