Create FeatureDataSet in geodatabase with Arcpy from a table [on hold]

المشرف العام

Administrator
طاقم الإدارة
I create an empty file geodatabase (gdb), and I would like to import in this gdb several feature dataset, at least 120 different dataset. I would like to import those dataset from a table like an excel table.

I try to do this with the python command with something like :

arcpy.CreateFileGDB_management("C:/data/arcgis/gdb", "gdbTemp.gdb")>>> import arcpyfrom arcpy import envenv.workspace = "C:/data/arcgis/gdb"arcpy.CreateFeatureDataset_management("C:/data/arcgis/gdbTemp.gdb", ...

From the last line I don't know how to :

  • import my spreadsheet
  • tell I want for each line of the spreadsheet a new feature Dataset in my geodatabase
My actual spreadsheet looks like that, Its is very basic with only the name of the dataset (I want to go step by step).

http://hpics.li/e2ec16d

So, I would like to create for each row a new dataset in the geodatabase.

I need to do this with the python command (is this arcpy?)



أكثر...
 
أعلى