0
votes
1answer
78 views

ArcGIS 10.0 Running Python function CADToGeodatabase() crashes ArcMap/ArcCatalog

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 ...
2
votes
1answer
233 views

Problem with convert georeferenced jpg to geotiff

I'm beginner with GIS tools. I have jpg file with GPS data and I need reference this file to Microstation as georeferrenced raster. I tried use function Raster -> Conversion -> Translate with defined ...