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 :
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?)
أكثر...
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
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?)
أكثر...