ucd-cws / arcpy_metadata

Python metadata editing classes for ArcGIS feature classes
93 stars 34 forks source link

v0.4 #8

Closed thomas-maschler closed 8 years ago

thomas-maschler commented 8 years ago

This is a big one. I changed the way you can update your metadata. See readme for details.

Please note, update are not backwards compatible it this might brake existing code. I removed all the get() and set() methods.

Locals (translated title and translated abstract) is currently not supported anymore. They are handled as dictionary ie metadata.locals["spanish"].title and I still have to get my head around how to do that best.