Làm cách nào để nhập tệp KML, với dữ liệu tùy chỉnh, vào cơ sở dữ liệu Postgres / PostGIS?
Theo tùy chỉnh, tôi không có nghĩa là một cấu trúc khác nhau của tệp KML, nhưng trong <description></description>phần, tôi có dữ liệu với các thẻ HTML loại này: <?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Document> <Placemark> <name>New York City</name> <description><![CDATA[ <table> <tr><td colspan='2'>Attributes</td></tr> <tr><td>CITY_ID</td><td>150335</td></tr> <tr><td>POPULATION</td><td>8244910</td></tr> <tr><td>AREA</td><td>468.48</td></tr> </table>]]> </description> <Point> <coordinates>40.712964,-74.003886,0</coordinates> …