Tagged Questions
0
votes
1answer
24 views
Writing iso19139 compliant xml metadata from a spreadsheet
I am looking at a way to migrate the metadata from a spreadsheet into iso19139 compliant xml metadata documents for a collection of shapefiles. I can parse the data out of the spreadsheet into strings ...
3
votes
0answers
75 views
How do I write XML metadata with Python?
Some Python software I have written generates raster files via GDAL. I would like the software to create an XML metadata file for each raster so that I can include details about how the raster was ...
5
votes
3answers
145 views
how to parse a XML Document file associated with the shapefile into a PostGIS/PostgreSQL table
I have a shapefile, and information on its attributes is stored in a XML Document format. For example, the attribute of COUNTY is stored as follows:
-<attr>
...
1
vote
2answers
304 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 ...
9
votes
2answers
795 views
Transform metadata in xml format to html
I extract metadata from the GDB_UserMetadata SDE table. Now I want to transform that xml to html so that I can view it from my browser. To do that I use the ISO.xsl stylesheet found in C:\Program ...