metamod:description:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
metamod:description:start [2010-06-22 09:59:35]
steingod
metamod:description:start [2022-05-31 09:29:32] (current)
Line 1: Line 1:
-===== Overview of METAMOD =====+===== Purpose ===== 
 + 
 +The purpose of the METAMOD 2.x software is threefold:  
 +  * To manage a local data repository with scientific data files. 
 +  * To manage a database with metadata for scientific data sets. Data sets are collections of data files, either in the local repository, or in external repositories. 
 +  * To provide a web portal for searching and browsing the metadata database. 
 + 
 +As additional projects were seen to benefit from using METAMOD 2.x software, a need for making the software independent of a single project emerged. This was obtained by organizing the software in different modules, and by separating all project specific aspects into a configuration file. METAMOD 2.x now comprise the following modules: 
 + 
 +^METAMODBASE|Metadata database and corresponding administrative tools.| 
 +^METAMODSEARCH|Web based search and browsing facility.| 
 +^METAMODUPLOAD|Web based upload facility for data files.| 
 +^METAMODQUEST|Web based questionnaire for registering metadata.| 
 +^METAMODPMH|PMH server offering selected metadata for harvesting by OAI-PMH clients.| 
 +^METAMODHARVEST|OAI-PMH harvester client that import metadata from external sources.| 
 + 
 +The configuration file describes an actual implementation of a web application based on METAMOD 2.x software. First of all, the file lists which of the six modules that are used in the application. Any combination of the four modules is allowed. If the METAMODBASE module is not a part of an application, the configuration file must identify a database owned by another application where the METAMODBASE module is used. In this way, several applications may share the same database.  
 + 
 +The software is implemented in Perl on a Linux system with Apache web server (as proxy). Catalyst is used to implement dynamic web content, including PMH and other webservices. The database is based on PostgreSQL. Metadata elements use controlled vocabularies from GCMD and CF1.0 as well as WMO keywords. Tools for extracting metadata from NetCDF/CF files are part of METAMODUPLOAD. Access to the actual data files are provided as links from the web pages generated by the METAMODSEARCH module.  
 + 
 +The local data repository is an ordinary file system where files are orginized in catalogs according to institutions (data providers) and data sets. The catalogs and files must be accessible through URLs. This can be done using HTTP, FTP, OPeNDAP or a combination of these protocols. The DAMOCLES application use a THREDDS Data Server (giving OPeNDAP and HTTP access). If the data files satisfy OGC standards, THREDDS may also provide OGC WCS access. 
 + 
 + 
 + 
 +===== Overview =====
  
 METAMOD is a software system for searching and browsing a repository of metadata for scientific datasets. It consists of a database of metadata, a web interface for searching and browsing metadata and a machine interface that can be used to automatic retrieval of metadata by other metadata repositories. METAMOD is a software system for searching and browsing a repository of metadata for scientific datasets. It consists of a database of metadata, a web interface for searching and browsing metadata and a machine interface that can be used to automatic retrieval of metadata by other metadata repositories.
Line 15: Line 39:
 In addition to offering a repository of metadata it is possible to extend the functionality of METAMOD by intergrating it with other systems. In addition to offering a repository of metadata it is possible to extend the functionality of METAMOD by intergrating it with other systems.
  
-  * Intergration with the [[http://www.unidata.ucar.edu/projects/THREDDS/|THREDDS Data Server]] to offer downloading of data sets either via HTTP, OpenDAP, CSW or WMS.+  * Intergration with the [[http://www.unidata.ucar.edu/projects/THREDDS/|THREDDS Data Server]] to offer downloading of data sets either via HTTP, OpenDAP, WCS or WMS.
   * On the fly interpolation of data before download using the [[http://wiki.met.no/fimex/start|Fimex library]]   * On the fly interpolation of data before download using the [[http://wiki.met.no/fimex/start|Fimex library]]
   * Web interface for data visualization using [[http://openlayers.org|OpenLayers]] (requires WMS server on data-repository)   * Web interface for data visualization using [[http://openlayers.org|OpenLayers]] (requires WMS server on data-repository)
Line 26: Line 50:
 {{.:metamod-overview.png?450}} {{.:metamod-overview.png?450}}
  
- 
-==== Projects currently using METAMOD ==== 
- 
-The following projects use METAMOD today: 
-  * http://cryoclim.met.no/metamod/sch/ 
-  * http://damocles.met.no/r1/sch/ 
-  * http://dokipy.met.no/r1/sch/ 
-  * http://ipycoord.met.no/r1/sch/ 
  • metamod/description/start.1277200775.txt.gz
  • Last modified: 2022-05-31 09:23:19
  • (external edit)