import arcpy from arcpy import env env.outputCoordinateSystem = r"Coordinate Systems\Geographic Coordinate Systems\World\WGS 1984.prj" env.workspace = r"C:\temp\python\test.gdb" point = arcpy.Point(-97.36, 101.56) pointGeometry = arcpy.PointGeometry(point) arcpy.CopyFeatures_management(pointGeometry, "Hydrant")
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.