Commit 23b555f1c12f35060db9d279e689b0208d7a9ec4
1 parent
4414dcad
Exists in
master
and in
109 other branches
help : remote: observations
Showing
6 changed files
with
35 additions
and
17 deletions
Show diff stats
help/RemoteDataHelp
1 | 1 | <h2><img src="js/resources/images/16x16/interop.png" style="margin: 0px 10px 0px 0px;"/>Remote Centers : Adding Data</h2> |
2 | -<IMG SRC="help/images/RemoteData.png" /></br> | |
3 | -1 : Choose the <b>Remote Data Base</b></br> | |
4 | -2 : Choose your datasets ( possible if you see the cursor <IMG SRC="help/images/cursor_plus.png" /> ) and <b>drag and drop</b> them from the left to the right part of the window.</br> | |
5 | -3 : When you finish, click on the <b>Save Modifs</b> button</br> | |
6 | -4 : You can <b>delete data</b> by right click on the dataset you want to delete</br></br> | |
7 | -You can see these datasets in the Remote Data tree in the Workspace Explorer | |
8 | 2 | \ No newline at end of file |
3 | +<img class="centered" src="help/images/RemoteData.png" /> | |
4 | +<hr> | |
5 | +<ol> | |
6 | +<li> Select the <b>Remote Data Base</b> - click <b>CDAWEB</b> for example. | |
7 | +<hr> | |
8 | +<li> Select a desired parameter from the complete CDAWeb parameter tree (left panel). | |
9 | +Note that the cursor as <IMG SRC="help/images/cursor_plus.png"/>). <b>drag and drop</b> the parameter | |
10 | + onto your private CDAWeb parameter tree (right panel). | |
11 | + <hr> | |
12 | +<li> Click the <b>Save Modifs</b> button | |
13 | +<hr> | |
14 | +<li> In case of success your Workspace Explorer parameter tree is updated. | |
15 | +<img class="centered" src="help/images/RemoteAdd.png"style="margin: 5px 3px 0px 0px;"/></br> | |
16 | +<hr> | |
17 | +<li> You may <b>delete data</b> by right click on the dataset/parameter you wish to delete either | |
18 | +at the Workspace Explorer parameter tree or at the your private parameter tree of the Interoperability Module. | |
19 | +</ol> | |
9 | 20 | \ No newline at end of file | ... | ... |
help/content.json
... | ... | @@ -193,17 +193,25 @@ children: [ |
193 | 193 | leaf:true |
194 | 194 | }] |
195 | 195 | },{ |
196 | - text:'Remote Data', | |
196 | + text:'Remote Data : Observations', | |
197 | 197 | children:[{ |
198 | - text:'Remote Data Centers (TBU)', | |
198 | + text:'Remote Data Centers', | |
199 | 199 | id: 'remoteIntro', |
200 | 200 | leaf:true |
201 | 201 | },{ |
202 | - text:'Remote Centers: Adding Data (TBU)', | |
202 | + text:'Remote Centers: Adding Data', | |
203 | 203 | id: 'RemoteDataHelp', |
204 | 204 | leaf:true |
205 | 205 | }] |
206 | -},{ | |
206 | +},{ | |
207 | + text:'Remote Data : Simulations (IMPEX)(TBD)', | |
208 | + children:[{ | |
209 | + text:'Remote Data Centers', | |
210 | + id: 'IMPEX', | |
211 | + leaf:true | |
212 | + }] | |
213 | +} | |
214 | +,{ | |
207 | 215 | text:'EPN-TAP (TBD)', |
208 | 216 | id: 'EPNTAP', |
209 | 217 | leaf:true | ... | ... |
25.2 KB
help/images/RemoteData.png
help/images/remote1.png
help/remoteIntro
1 | -<h2><img src="js/resources/images/16x16/interop.png" style="margin: 0px 10px 0px 0px;"/>Remote Data</h2> | |
1 | +<h2><img src="js/resources/images/16x16/interop.png" style="margin: 0px 10px 0px 0px;"/>Remote DataBases : Observations</h2> | |
2 | 2 | <p> |
3 | -<img src="help/images/remote1.png" align="left" style="margin: 0px 3px 0px 0px;"/> | |
3 | +<img src="help/images/remote1.png" align="left" style="margin: 0px 3px 0px 5px;"/> | |
4 | 4 | With <b><i>Remote Data</i></b> you have access to data stored in the different |
5 | 5 | distant data centers. |
6 | 6 | </p> |
... | ... | @@ -12,17 +12,16 @@ Parameters from the huge data centers such as CDAWeb |
12 | 12 | have to be added manually via <img src="js/resources/images/16x16/interop.png"> |
13 | 13 | <b><i>Interoperability Module</i></b>. |
14 | 14 | </p> |
15 | -<p> | |
16 | -Some data centers could be <i>disabled</i> - it means that they are under testing | |
17 | -or development. | |
18 | -</p> | |
15 | +<hr/> | |
19 | 16 | <p> |
20 | 17 | <img src="help/images/remote2.png" align="right" style="margin: 0px 0px 0px 5px;"/> |
21 | 18 | You may always <b><i>delete</i></b> data at any level of <b><i>Remote Data</i></b> tree |
22 | -using context menu opened on the mouse <b><i>right click</i></b>. If you select | |
19 | +using context menu opened on the mouse <b><i>right click</i></b>. | |
20 | +</p><p>If you select | |
23 | 21 | <b><i>Add Data</i></b> item the Interoperability Module window is opened with |
24 | 22 | the corresponding Data Center selected. |
25 | 23 | </p> |
24 | +<hr> | |
26 | 25 | <p> |
27 | 26 | Requested data are stored in the AMDA Internal buffer base and kept there for several days. |
28 | 27 | Data storage duration depends on their usage statistics. | ... | ... |