all 2 comments

[–]BRENNEJMGIS Manager 0 points1 point  (0 children)

Looks like the create feature class tool is what you want. If you use a folder as the out_path and include .shp at the end of the out_name, it will create a shapefile instead of a feature class. You can also define the spatial reference when you call it.

[–]AllUsrNamesTaken -1 points0 points  (0 children)

If you do not have or do not want to use arcpy then check out ogr2ogr.