Tagged Questions
4
votes
0answers
54 views
How to add layer with arcpy and retain description and other layer properties?
I have multiple feature classes in a geodatabase, each feature class has metadata including a Description, Credits, and other information. If I use the 'Add Data' button in ArcMap 10.1 to add one of ...
4
votes
1answer
120 views
Access Metadata from ArcSDE-tables using python
Is it possible to access the metadata of a feature class in a ArcSDE-data, using arcpy / python (on Arcgis 10.0).
I suppose I could export the metadata to xml and parse the xml, but is there a more ...
13
votes
5answers
565 views
How to make a GIS inventory?
My office will be seeing a big change in its GIS section. This section has been operational since the 1980's and has a huge collection of GIS data (i.e., shapefiles, raster files, data, etc) but never ...
10
votes
2answers
460 views
Metadata -auto build using python
We have a large (10,000 plus) repository of spatial data (shp/gdb/tab vectors and ecw/tif rasters and also las, xyz and DEM data) where some have metadata records in xml using anzlic metadata editor. ...
6
votes
2answers
994 views
Is anyone successfully using arcpy.ExportMetadata_conversion?
I don't know if it is a bug or my lack of python skills, but I keep getting 'ERROR 000816 The tool is not valid' in my python script when I call ExportMetadata_conversion
Initially, I was attempting ...