| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 months |
| seen | Jan 31 at 14:21 | |
| stats | profile views | 3 |
|
Jan 30 |
asked | Arc 10.0 Running Python function CADToGeodatabase() crashes ArcMap/Catalog contd |
|
Jan 28 |
awarded | Editor |
|
Jan 28 |
revised |
ArcGIS 10.0 Running Python function CADToGeodatabase() crashes ArcMap/ArcCatalog added 94 characters in body |
|
Jan 28 |
asked | ArcGIS 10.0 Running Python function CADToGeodatabase() crashes ArcMap/ArcCatalog |
|
Jan 28 |
comment |
How to import DGN geometry into a file geodatabase? my code: import arcpy, csv from arcpy import env dgnfile = str(arcpy.GetParameterAsText(0)) outFeatureClass = str(arcpy.GetParameterAsText(1)) #the fc in my fgdb template to be populated by data read from the dgn i = 0 while outFeatureClass[i:i+4] <> ".gdb": i+=1 inFeatureClass = outFeatureClass[:i+4] CADdataset = "GD_Temp" refscale = "1000" arcpy.CADToGeodatabase_conversion(dgnfile,inFeatureClass,CADdataset,refscale) Rob P @Arabella |
|
Jan 28 |
comment |
How to import DGN geometry into a file geodatabase? I have a serious problem here, I found the Python function CADToGeodatabase() in ArcGIS Resource Centre, but it crashed out of ArcCatalog/ArcMap and PythonWin in Debug mode. How do I show my code here, new to this site - thanks Rob P @Arabella |
|
Jan 25 |
awarded | Student |
|
Jan 25 |
asked | How to import DGN geometry into a file geodatabase? |