Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

Does anyone know of a tool or script to automate FGDC standard metadata for ArcGIS? I would like to be able to select multiple feature classes and fill company info., dates, etc.

share|improve this question

1 Answer

In case if you will not find any easy solution here is one possible python way:

  1. Export metadata to XML file using Export Metadata (Conversion) tool.
  2. Modify metadata in XML file. There are many solutions for this task in Python. For example, you can use xml.etree.ElementTree.
  3. Import metadata from XML to your featureclass using Import Metadata (Conversion) tool.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.