Commit 597e7dbc6a7140c23704d5941e1c44b152941639
1 parent
a2409f36
Exists in
master
and in
109 other branches
TT upload help
Showing
4 changed files
with
17 additions
and
7 deletions
Show diff stats
help/content.json
... | ... | @@ -168,11 +168,11 @@ children: [ |
168 | 168 | },{ |
169 | 169 | text:'Data Uploading', |
170 | 170 | children:[{ |
171 | - text:'Data (TBU)', | |
171 | + text:'Data', | |
172 | 172 | id: 'uploadDataHelp', |
173 | 173 | leaf:true |
174 | 174 | },{ |
175 | - text:'TimeTables (TBU)', | |
175 | + text:'TimeTables', | |
176 | 176 | id: 'uploadTTHelp', |
177 | 177 | leaf:true |
178 | 178 | },{ | ... | ... |
help/images/uploadTT_2.png
help/ttTimeFormat
1 | 1 | <h3>ASCII Time Table Time Format</h3> |
2 | -<i>Year Month Day Hour Minute Second</i> => with different separators ("-", ":", "/", " ") used in a standard way. | |
2 | +<li><i>Year Month Day Hour Minute Second</i> => with different separators ("-", ":", "/", " ") used in a standard way. | |
3 | 3 | <br/><i>Milliseconds</i> are not taken in to account. |
4 | 4 | <br/><br/> |
5 | 5 | Examples: |
... | ... | @@ -9,7 +9,9 @@ Examples: |
9 | 9 | <li> 2001 01 01 00 00 00 |
10 | 10 | <li> 2001/01/01 00:00:00 |
11 | 11 | </ul> |
12 | -<br/> | |
13 | -If you plan to use uploaded time table to work with data note that :<br/> | |
12 | +<li> <i>Year Day-Of-Year Hour Minute Second</i> => with different separators ("-", ":", "/", " "). | |
13 | +<i>Day-Of-Year</i> (three letters !!!) starts from 0, i.e. the 1st of January is 0. | |
14 | +<br/><br/> | |
15 | +<li>If you plan to use uploaded time table to work with data note that :<br/> | |
14 | 16 | <b>Valid time range: 1970-01-01 - 2038-01-19</b> |
15 | 17 | ... | ... |
help/uploadTTHelp
... | ... | @@ -12,12 +12,20 @@ access only for the moment!) and select the file by browsing the remote files. |
12 | 12 | </p> |
13 | 13 | <p> |
14 | 14 | <img align="left" src="help/images/uploadTT_2.png" style="margin: 0px 18px 10px 12px;"/> |
15 | -<b>4 :</b> Time table format is detected automatically - if not, select the format. | |
15 | +<b>4 :</b> Time table format is detected automatically. | |
16 | 16 | </p> |
17 | 17 | <p><b><i>VOTable</i></b> format uses ISO time definition. |
18 | 18 | </p> |
19 | 19 | <p> |
20 | -<b><i>ASCII</i></b> format allows different time definitions | |
20 | +<b><i>ASCII</i></b> format allows different time definitions: | |
21 | +<br/><br/> | |
22 | +<i>Year Month Day Hour Minute Second</i> => with different separators ("-", ":", "/", " ") used in a standard way. | |
23 | +<br/><i>Milliseconds</i> are not taken in to account. | |
24 | +<br/><br/> | |
25 | + | |
26 | +<i>Year Day-Of-Year Hour Minute Second</i> => with different separators ("-", ":", "/", " "). | |
27 | +<i>Day-Of-Year</i> (three letters !!!) starts from 0, i.e. the 1st of January is 0. | |
28 | +<br/><br/> | |
21 | 29 | </p><p> |
22 | 30 | Valid time range: <b><i>1970-01-01 - 2038-01-19</i></b>. |
23 | 31 | </p> | ... | ... |