-
Notifications
You must be signed in to change notification settings - Fork 0
/
chianTxtIntro.py
26 lines (26 loc) · 1.02 KB
/
chianTxtIntro.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Intro = r''' <?xml version="1.0"?>
<xml12d xmlns="http://www.12d.com/schema/xml12d-10.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="English" version="1.0" date="2021-05-11" time="11:14:43" xsi:schemaLocation="http://www.12d.com/schema/xml12d-10.0 http://www.12d.com/schema/xml12d-10.0/xml12d.xsd">
<meta_data>
<units>
<metric>
<linear>metre</linear>
<area>square metre</area>
<volume>cubic metre</volume>
<temperature>celsius</temperature>
<pressure>millibars</pressure>
<angular>decimal degrees</angular>
<direction>decimal degrees</direction>
</metric>
</units>
<application>
</application>
</meta_data>
<Chain>
<version>1</version>
<Settings>
<Parameter_File/>
<Prompt_for_parameters>false</Prompt_for_parameters>
<Always_record_for_parameters>false</Always_record_for_parameters>
<Interactive>false</Interactive>
</Settings>
<Commands>'''