Skip to main content
Question

Hi, I have an *.xml file containing a column geometry.polygon.exterior.linearring.pos. Coordinate system is ESPG:28992 how do I convert this into geometry?

  • October 31, 2023
  • 1 reply
  • 16 views

nick3_s75
Contributor
Forum|alt.badge.img+2

Hi, I have an *.xml file containing a column geometry.polygon.exterior.linearring.pos. with the following value 112771.183 540459.057 0.0 112769.147 540451.142 0.0 112769.904 540450.947 0.0 112764.417 540429.617 0.0 112763.641 540429 .816 0.0 112761.654.

Coordinate system is ESPG:28992 how do I convert this into geometry?

1 reply

geomancer
Evangelist
Forum|alt.badge.img+60
  • Evangelist
  • October 31, 2023

Hi, you have digged too deep into the file.

There is probably something like <gml:Polygon> a few levels higher. This will give you the geometry of the polygon in GML format (in this case X Y Z).