1
vote
1answer
96 views

Import works in Pyscripter2.6 and Python26 Console, but not in ArcMap

I'm trying to "import clr" and get an error saying "dynamic module not initialized properly". It works fine in Pyscripter and the regular console (which is actually updated from the PythonNet build), ...
1
vote
0answers
73 views

XML workspace document import missing data

Ok, building on my last post on this topic, export/import from/to SDE. I export my SDE using export "XML Workspace Document..." and I'm using the Z File format because of the large size of the ...
3
votes
1answer
582 views

Error importing XML workspace document to file geodatabase

Ok so I have a large SDE geodatabase that I exported to an XML Workspace Document. I tried to importing it again into a file geodatabase to test if the export worked correctly and got the following ...
3
votes
1answer
531 views

Change data type in Excel file before creation of feature class

I am trying to import data from Excel spreadsheets where each point coordinate has a 'datetime' timestamp (e.g. "2012-06-01 14:45:32") associated to it. When I check the table properties ArcGIS 10 ...
2
votes
0answers
151 views

How to import code list from .mdb to domain model in Enterprise Architect?

I have build an UML model in domain model structure in Enterprise Architect. Now i want to import a couple of code lists to this model. The problem is that the tables are in .mdb ArcGis workspace. I ...
1
vote
0answers
672 views

Importing XML file in ArcGIS failed

I have created a model in Enterprise Architect (in ArcGIS technology). Inside I have several point, polygon, line feature classes and a couple of domains which correspond to them. From the level of ...
12
votes
2answers
3k views

How can I sucessfully import 3D surface and features from ArcGIS 10 into Sketchup 8?

What are the steps required to successfully export an entire 3D model (composed of TIN surfaces, 3D polygons, 3D polylines and 3D points) from ArcGIS 10 to Sketchup 8? Preferably, I would like the ...
2
votes
1answer
845 views

How to export a shapefile from ArcGIS 10 into Autodesk Ecotect?

I am trying to export a shapefile from ArcGIS 10 into Autodesk Ecotect Analysis 2011 for solar analysis. I have a shapefile with polygons, and the heights of buildings is stored in the attribute ...
2
votes
3answers
854 views

Batch convert ArcGIS 9x files to 10

I would like to convert all mxd's in a directory and it's subdirectories to ArcGIS 10 mxd's. This is so that I can then run python to automate some updates within them. Is this possible? This is my ...