Tagged Questions
0
votes
2answers
122 views
Using Python to parse an XML containing GML tags
I am trying to write a python script which pulls GML tags out of an XML file and formats them into WKT for inserting into a PostGIS database. I have been successful in doing so for an XML containing a ...
3
votes
0answers
88 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 ...
0
votes
0answers
94 views
using mapnik xml file to render tiles in python
Is it possible to use an xml file in python? without using the bindings for python for mapnik. basically i'm using django/geodjango, postgis and well i decided i'd try and design the map on tilemill ...
2
votes
1answer
263 views
How to write XML attributes from feature with ArcView license?
I need to generate xml of attribute data of a feature, but I have only Arcview license so, I can't use Export XML tool. What are my options?
What is wrong with this code (after applying search ...
1
vote
0answers
86 views
refactoring an XSLT processor with minor changes
having an extremely large xml-file - which is derived from the field of geo informatics. i got it from a German subsite or the OpenStreetMap-Project: the Geograpical-Engineering-site that deilvers a ...
0
votes
1answer
252 views
Trying to make xml data readable for Arcgis
I am trying to convert xml data into tabular form for the process of geocoding. We have the xml file with info that we are going to run through an address locator. Do I need a script for this? Can ...
3
votes
4answers
5k views
Parse XML files in Python (ElementTree)
I am trying to parse some xml and rss feeds to extract some of their data in order to store it in a PostGIS database.
The file I want to parse is here: ...
