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
Next revision Both sides next revision
metamod:faq [2012-09-03 10:46:17]
steingod [Operation and maintenance]
metamod:faq [2013-07-18 15:46:20]
steingod [Operation and maintenance]
Line 73: Line 73:
  
 ===== Operation and maintenance ===== ===== Operation and maintenance =====
 +
 +==== Which metadata standards are supported ====
 +
 +The [[:metamod:xml-format|XMD-files used within METAMOD]] has a tag that identifies the metadata standard used. Currently the following standards are supported:
 +  * GCMD DIF
 +  * ISO19115
 +  * MM2
 +The native format of METAMOD is MM2 and this is connected to the datamodel used in the database. As of version 2.13 work is ongoing to support a new format named MMD which makes translation to DIF and ISO easier. For a new format to be supported, modifications of the software is required.
  
 ==== How do I remove datasets? ==== ==== How do I remove datasets? ====
  
-FIXME+The best solution is to use the administration interface (require login and appropriate user rights) and the "Dataset manager". Within this interface datasets can be deactivated. they will still be in the database, but will be invisible. Sometimes conflicts between datasets may arise (due to naming conventions) which may require a full reinitialisation of the database. If a dataset is to be permanently removed, remove the XML and XMD files from the webrun directory and follow the steps under [[#How do I reinitialise the database?]]. This require access to the webrun directory at the server running METAMOD. 
 + 
 +Unused or obsolete metadata files may be removed from the XML directory. Any warnings caused by this will be removed after full reinitialisation of the database.
  
 ==== How do I change metadata? ==== ==== How do I change metadata? ====
  
-FIXME+FIXME((New editor to be used from 2.13, old system has been inactive some time)) 
 + 
 +The preferred solution is to use the metadata editor included in the software. This is launched using the "File upload" menu and the option "Dataset administration". Login and appropriate privileges are required. 
 + 
 +Sometimes, the solution above is insufficient. Under such conditions, direct modification of metadata and import of these from the webrun directory using ''import_datasets'' may be an option. This option should be used with care! 
  
 ==== How do I reinitialise the database? ==== ==== How do I reinitialise the database? ====
  
-Use the following recipe:+Use the following recipe (information in <> to be substituted as appropriate):
  
-  - sudo /etc/init.d/metamodServices-NORMAP stop +  - sudo /etc/init.d/metamodServices-<implementation> stop 
-  - sudo /etc/init.d/catalyst-NORMAP stop +  - sudo /etc/init.d/catalyst-<implementation> stop 
-  - sudo -u <owner> <implementation directory>/base/init/create_and_load_all.sh <configuration directory> +  - sudo -u <web server owner> <implementation directory>/base/init/create_and_load_all.sh <configuration directory> 
-  - sudo /etc/init.d/metamodServices-NORMAP start +  - sudo /etc/init.d/metamodServices-<implementation> start 
-  - sudo /etc/init.d/catalyst-NORMAP start+  - sudo /etc/init.d/catalyst-<implementation> start
  
 +==== Manual modification of metadata ====
  
 +This is possible provided the user has the correct priveliges. XML-files in the XML-directory may be edited manually and inserted in the database utilising the script ''import_dataset.pl''. This can also be used to include metadata harvested from an external system. 
 ===== Metadata exchange ===== ===== Metadata exchange =====
  
Line 204: Line 220:
  
 ===== File formats ===== ===== File formats =====
 +
 +==== File formats relevance for METAMOD ====
 +
 +METAMOD is essentially agnostic concerning file formats. However, [[#NetCDF/CF|as mentioned below]], METAMOD has extended support for data uploaded as NetCDF/CF following the requirements of METAMOD.
 +
 +Basically METAMOD can relate to any file as long as the metadata are created manually and uploaded, but metadata can be extracted automatically from NetCDF/CF files. 
  
 ==== NetCDF/CF ==== ==== NetCDF/CF ====
  • metamod/faq.txt
  • Last modified: 2022-05-31 09:29:32
  • (external edit)