Changes between Version 51 and Version 52 of ESGFToolsUI
- Timestamp:
- May 5, 2014 6:05:55 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGFToolsUI
v51 v52 8 8 9 9 If you find any issue, problem or want to make a comment, go to [wiki:ESGFToolsUI/Issues Issues] 10 [[Image(tabs.png, 65%)]] 10 11 [[Image(tabs.png, 55%)]] 12 13 ---- 11 14 12 15 = Getting started = … … 29 32 java -jar ESGFToolsUI.jar 30 33 }}} 31 34 ----- 32 35 = Search of ESGF Climate Data = 33 36 A search in ESGF returns the records that matching the search constraints after querying to an index node. The ESGF search service is always served by a index node and this node is able to do local and distributed searches. In this tool, the distributed capabilities of the ESGF are used so any selected index node will be used to query all nodes in the ESGF system. … … 57 60 [[Image(parametros_comboBox.png)]] 58 61 59 == Selecting search parameters: Tree of parameters==62 === Tree of parameters === 60 63 61 64 The tree of parameters shows the parameters with bounded values which are defined by the federation. In the first level is the name of the parameter and the number of its bounded values. In the second level are the parameter values, each one with the count of records that satisfy the previous configured constraints (restrictions that are listed in the "configured parameters" section) + the new constraint (parameter-value). … … 82 85 After adding new parameters the search panel is updated (“Add parameters” button). Now in the tree, all parameters that already have values configured only shows this values. This happens because the allowed values for a parameter are always those that do not result in an empty set if they are selected. To configure a parameter previously configurated you can uncheck the previously configured values and then click on "Add parameters" or you can remove them in "Configured parameters" section. 83 86 84 == Selecting search parameters: drop-down list of parameters==87 === Drop-down list of parameters === 85 88 The parameter selection in drop-down list (top right) allows values configuration of some parameters. In this list are contained the parameters without bounded values and that for this reason can't be configured in the tree of parameters. Also contains the parameters with bounded values. 86 89 After selecting a list parameter, below of the list will be displayed a specific configuration panel for the selected parameter. … … 91 94 92 95 93 == Selecting search parameters: configured parameters==96 === Configured parameters === 94 97 All configured parameters are displayed in a specific panel in bottom left. In this panel are listed the configured parameters with its values assigned. 95 98 … … 242 245 [[Image(change_path_of_downloads.png)]] 243 246 244 For manually selection you may click on "Select file to Download", that displays a file selection window as explained in [[#idExploringDownloadFile| Exploring search harvesting : DownloadDataset -File selection window]]247 For manually selection you may click on "Select file to Download", that displays a file selection window as explained in [[#idExploringDownloadFile|File selection window]] 245 248 246 249 = Download of ESGF Datasets = … … 248 251 249 252 You can add to the download queue: 250 * A complete search - all files of datasets that satisfy the constraints of the search (view [[https://meteo.unican.es/trac/wiki/ESGFToolsUI_Manual#DownloadaSearch|Download a Search]]) 251 * A personalized file selection of the set of datasets that satisfy the constraints of search (view [[https://meteo.unican.es/trac/wiki/ESGFToolsUI_Manual#Exploringsearchharvesting:DownloadDataset-Fileselectionwindow|Exploring search harvesting : DownloadDataset - File selection window]]) 252 253 254 [[NoteBox(warn, The most of data in ESGF require credentials to access them. To access the user must have:\\\\1. A ESGF Account (view [wiki:ESGFToolsUI_Manual#ESGFLogin:ObtainingcredentialswithESGFAccount ESGF Login : Obtaining credentials with ESGF Account])\\\\ 2. This account have to be authorized to access the desired data. This authorization is done by control groups (each account can belong a many groups). Each group is authorized for download a set of data.)]] 253 * A complete search - all files of datasets that satisfy the constraints of the search (view [#DownloadaSearch Download a Search]) 254 * A personalized file selection of the set of datasets that satisfy the constraints of search (view [[#idExploringDownloadFile File selection window]) 255 256 [[NoteBox(warn, The most of data in ESGF require credentials to access them. To access the user must have:\\\\1. A ESGF Account (view [wiki:ESGFToolsUI_Manual#ESGFLogin:ObtainingcredentialswithESGFAccount ESGF Login])\\\\ 2. This account have to be authorized to access the desired data. This authorization is done by control groups (each account can belong a many groups). Each group is authorized for download a set of data.)]] 255 257 256 258 To read more about register in ESGF go to ([[https://github.com/ESGF/esgf.github.io/wiki/ESGF_Data_Download#how-to-register-and-download-data-from-esgf|How to register and download data from esgf]]) … … 276 278 [[Image(states_of_files.png)]] 277 279 278 [[NoteBox(tip,If you is logged in ESGF and there are files with "Unauthorized state" is because the groups they are associated with the user account in the federation do not have permissions for that data.\\\\ To join a group with the needed permissions for a unauthorized file\, view [ wiki:ESGFToolsUI_Manual#Joinagroupwiththeneededpermissionsforaunauthorizedfile Join a group with the needed permissions for an unauthorized file])]]280 [[NoteBox(tip,If you is logged in ESGF and there are files with "Unauthorized state" is because the groups they are associated with the user account in the federation do not have permissions for that data.\\\\ To join a group with the needed permissions for a unauthorized file\, view [#Joinagroupwiththeneededpermissionsforaunauthorizedfile Join a group])]] 279 281 280 282 == Dataset download options ==