Skip to content
Snippets Groups Projects
Commit 81f47827 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[T] removed schema from gli files

parent b30d708d
No related branches found
No related tags found
No related merge requests found
...@@ -90,9 +90,7 @@ idcs = idcs[np.argsort(phi[idcs])] # sorted with ascending polar angle ...@@ -90,9 +90,7 @@ idcs = idcs[np.argsort(phi[idcs])] # sorted with ascending polar angle
with open(out_geom, "w") as fh: with open(out_geom, "w") as fh:
fh.write("""<?xml version="1.0" encoding="ISO-8859-1"?> fh.write("""<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="OpenGeoSysGLI.xsl"?> <OpenGeoSysGLI>
<OpenGeoSysGLI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opengeosys.org/images/xsd/OpenGeoSysGLI.xsd" xmlns:ogs="http://www.opengeosys.org">
<name>geom</name> <name>geom</name>
<points> <points>
<point id="0" x="0" y="0" z="0" name="center"/> <point id="0" x="0" y="0" z="0" name="center"/>
......
Source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment