Hi,
I have a GML file which has a stanza / polygon entries like the below.
I tried loading the data using the og2ogr but the data doesnt get loaded because of the MDU type we have and also the co-ordinates.is there any way to parse the below kind of data from the GML to load into the postgres database?
<gml:DummyProperty> <gml:Dummy srsName="MDU:1212321211121121" srsDimension="2"> <gml:pos>10.00000000 12.000000000</gml:pos> </gml:Dummy> </gml:DummyProperty>
Please help.
RegardsKarthick