Tagged Questions
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>
...
2
votes
1answer
1k views
KML PHP parser to INSERT into database
So I have a KML file which has attribute data(Inside the tag with about 12 data points). This file was generated on ArcGIS. I'm trying to write a PHP script to parse this KML file and insert the ...