6
votes
1answer
618 views

Create metadata for multiple datasets simultaneously in ArcGIS 10

I am trying to find a way to create metadata through Arc Catalog for multiple datasets simultaneously. I'm working within a file geodatabase, which composes of multiple feature classes and rasters. ...
1
vote
2answers
314 views

View ArcGIS 10 metadata in SharePoint 2010

Does anyone know how I can view the "FGDC CSDGM"-compliant metadata in SharePoint 2010? I know I can copy the metadata output since it's an html file but that's not what I want. I want SharePoint 2010 ...
5
votes
5answers
913 views

Is ANZLIC Metadata supported using the new approach of ArcGIS 10.x?

I like the new approach to metadata at ArcGIS 10 because I fall into the camp that prefers minimal metadata for many purposes, but like to have the option to work with more comprehensive standards ...
5
votes
4answers
1k views

Programmatically edit/update metadata in ArcGIS 10

Has anyone succeeded in programmatically updating metadata in ArcGIS 10? Considering using Python/arcpy but ArcObjects (C# or Python/comtypes) is also a possibility. I need to update both the FGDC ...
7
votes
1answer
216 views

Comparison of metadata styles available in ArcGIS

I'm looking for an overview of the differences between the editable metadata styles available in ArcCatalog. Were the diferent styles developed for use by specific groups of users? Are there any ...
4
votes
5answers
3k views

How do I export metadata to HTML format via ArcGIS 10?

In ArcGIS 9.3, it was easy to export metadata into an HTML format. In ArcGIS 10, it looks like everything is in XML format and that there's no easy way to convert the XML to HTML. Has anyone ...
6
votes
2answers
995 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 ...