I have a simple shapefile I am trying to load into the MetadataEditor:
shp = "<C:/<...>/feature.shp"
metadata = md.MetadataEditor(shp)
When I run this, I get the following error:
TypeError: unhashable type: 'dict'
Any suggestions as to how to resolve this?
I have a simple shapefile I am trying to load into the MetadataEditor:
When I run this, I get the following error:
Any suggestions as to how to resolve this?