Mercurial > repos > ufz > ogs_simulation
comparison test-data/square_1x1.gml @ 0:ce3d848dff57 draft default tip
planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogs/ commit 8d522c2d14b28a4df096a5a13cd800bbf086f09f
| author | ufz |
|---|---|
| date | Thu, 06 Mar 2025 17:29:42 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:ce3d848dff57 |
|---|---|
| 1 <?xml version="1.0" encoding="ISO-8859-1"?> | |
| 2 <?xml-stylesheet type="text/xsl" href="OpenGeoSysGLI.xsl"?> | |
| 3 | |
| 4 <OpenGeoSysGLI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ogs="http://www.opengeosys.org"> | |
| 5 <name>square_1x1_geometry</name> | |
| 6 <points> | |
| 7 <point id="0" x="0" y="0" z="0"/> | |
| 8 <point id="1" x="0" y="1" z="0"/> | |
| 9 <point id="2" x="1" y="0" z="0"/> | |
| 10 <point id="3" x="1" y="1" z="0"/> | |
| 11 </points> | |
| 12 | |
| 13 <polylines> | |
| 14 <polyline id="0" name="left"> | |
| 15 <pnt>0</pnt> | |
| 16 <pnt>1</pnt> | |
| 17 </polyline> | |
| 18 <polyline id="1" name="right"> | |
| 19 <pnt>2</pnt> | |
| 20 <pnt>3</pnt> | |
| 21 </polyline> | |
| 22 <polyline id="2" name="bottom"> | |
| 23 <pnt>0</pnt> | |
| 24 <pnt>2</pnt> | |
| 25 </polyline> | |
| 26 <polyline id="3" name="top"> | |
| 27 <pnt>1</pnt> | |
| 28 <pnt>3</pnt> | |
| 29 </polyline> | |
| 30 </polylines> | |
| 31 </OpenGeoSysGLI> |
