Tagged Questions
2
votes
1answer
50 views
Display ArcSDE-metadata in Browser
Is there a good tool / technique to display ArcSDE-metadata in a webbrowser?
We want to provide user without GIS-knowledge with a user friendly tool to explore our SDE metadata catalog. We are using ...
4
votes
1answer
111 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 ...