Create Feature Class From XY Table Using Python

المشرف العام

Administrator
طاقم الإدارة
I have some txt files that are basically attribute tables (object ID, latitude, longitude, area). In ArcMaps, I have been converting these files into feature classes and saving them in a geodatabase using the following steps:

  • Right click file

    Create Feature Class > From XY Table

    Click on the Coordinate System of Input Coordinates button and thenselect coordinate system

    Save as File and Personal Geodatabase feature classes and output toselected geodatabase
Since I have a large number of files, I'd like to script this using Python. I don't have a problem iterating throuygh the file folder and getting a list of all files, but which function from the ARC Python library should I use? The is Create Feature Class tool the best one I've been able to find so far, but it created an empty feature class.

i have tried opening the Geoprocessing > results tab while creating the feature class manually, so that I can copy as script, but for these actions I am not seeing any entries in the result pane.



أكثر...
 
أعلى