Changes between Version 5 and Version 6 of ESGFToolsUI
- Timestamp:
- Apr 28, 2014 11:38:24 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGFToolsUI
v5 v6 3 3 == What is ESGF Tools UI? == 4 4 5 A tool that is integrated in [[http://www.unidata.ucar.edu/downloads/netcdf/index.jsp|ToolsUI NetCDF Java]] for including a desktop client for ESGF services, with features like search of data along multiple nodes, download manager and metadata aggregation for allowing a full exploration through dataset services.5 A tool that is integrated in [[http://www.unidata.ucar.edu/downloads/netcdf/index.jsp|ToolsUI NetCDF Java]] for including a desktop client for [[https://github.com/ESGF/esgf.github.io/wiki|ESGF services]], with features like search of data along multiple nodes, download manager and metadata aggregation for allowing a full exploration through dataset services. 6 6 7 The added functional lity in ToolsUI NetCDF is in ESGF tab. This tab contains 4 subtabs, each one with an specific functionallity.7 The added functionality in ToolsUI NetCDF is in ESGF tab. This tab contains 4 sub-tabs, each one with an specific functionality. 8 8 9 9 [[Image(tabs.png)]] … … 17 17 18 18 19 === Instal ation ===19 === Installation === 20 20 1. Download the zip in [[https://meteo.unican.es/trac/attachment/wiki/ESGFToolsUiPanel/ESGFToolsUI-v0.4.1.zip|ESGFToolsUI-0.4.1.zip]] 21 21 2. Unzip it … … 28 28 java -jar ESGFToolsUI.jar 29 29 }}} 30 31 == Search of ESGF Climate Data == 32 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. 33 34 35 The search panel of ESGF climate data is in the "Search" sub-tab. The search constraints are defined by parameter configuration in the panel or by introduction of a free-text search query. The result are the number of records finding in the federation that satisfy the constraints of search (in panel in bottom right area). Record is the physical replica of a climate dataset that are stored on a data node. 36 37 [[Image(pestana-search.png)]]