Mercurial > repos > ufz > ogs_extractsurface
view test-data/square_1x1.gml @ 1:ce5e86dfb37c draft default tip
planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogs/ commit ba6ebaa98b015bb529805b1987c1d5800b343afd
author | ufz |
---|---|
date | Thu, 06 Mar 2025 17:52:03 +0000 |
parents | 3dea3e30e6fc |
children |
line wrap: on
line source
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml-stylesheet type="text/xsl" href="OpenGeoSysGLI.xsl"?> <OpenGeoSysGLI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ogs="http://www.opengeosys.org"> <name>square_1x1_geometry</name> <points> <point id="0" x="0" y="0" z="0"/> <point id="1" x="0" y="1" z="0"/> <point id="2" x="1" y="0" z="0"/> <point id="3" x="1" y="1" z="0"/> </points> <polylines> <polyline id="0" name="left"> <pnt>0</pnt> <pnt>1</pnt> </polyline> <polyline id="1" name="right"> <pnt>2</pnt> <pnt>3</pnt> </polyline> <polyline id="2" name="bottom"> <pnt>0</pnt> <pnt>2</pnt> </polyline> <polyline id="3" name="top"> <pnt>1</pnt> <pnt>3</pnt> </polyline> </polylines> </OpenGeoSysGLI>