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
metadata [2016/04/02 22:29]
admin [Map Metadata File Expansion]
metadata [2016/04/28 00:01] (current)
hermann [Map Metadata File Expansion]
Line 13: Line 13:
 | **%DESCRIPTION%** ​ | Description of the map.  | Supplied by the user.  |  | **%DESCRIPTION%** ​ | Description of the map.  | Supplied by the user.  | 
 | **%SOURCE%** ​ | Source or project originating the map.  | Supplied by the user.  | | **%SOURCE%** ​ | Source or project originating the map.  | Supplied by the user.  |
 +| **%CITATION%** ​ | Citation instructing how to cite the map in a scientific publication. ​ | Supplied by the user.  |
 | **%ORIGINAL_SCALE%** ​ | Original scale of the data from where the map was produced. ​ | Supplied by the user.  | | **%ORIGINAL_SCALE%** ​ | Original scale of the data from where the map was produced. ​ | Supplied by the user.  |
 | **%ADDITIONAL_CATEGORY_INFORMATION%** ​ | Additional information about the categories. Used typically to describe the null value. ​ | Supplied by the user.  | | **%ADDITIONAL_CATEGORY_INFORMATION%** ​ | Additional information about the categories. Used typically to describe the null value. ​ | Supplied by the user.  |
Line 39: Line 40:
 <​code>​ <​code>​
 [IDENTIFICATION] [IDENTIFICATION]
-title = %TITLE%+title = '%TITLE%'
 description = '​%DESCRIPTION% description = '​%DESCRIPTION%
  
Line 50: Line 51:
 Cell Type : %CELL_TYPE% Cell Type : %CELL_TYPE%
 Model File : %SOURCE_MODEL_FILE%'​ Model File : %SOURCE_MODEL_FILE%'​
-source = %SOURCE% +source = '%SOURCE%
-original scale = %ORIGINAL_SCALE%+citation = '​%CITATION%'​ 
 +original scale = '%ORIGINAL_SCALE%'
 thematic category = '​planning (015)' thematic category = '​planning (015)'
  
Line 57: Line 59:
 creation date = %CREATION_YEAR% creation date = %CREATION_YEAR%
 original format = '​raster (002)' original format = '​raster (002)'
-coordinate system representation = %PROJECTION_WKT%+coordinate system representation = '%PROJECTION_WKT%'
  
 [CATEGORIES] [CATEGORIES]
Line 67: Line 69:
  
 [METAMETADATA] [METAMETADATA]
-updated = %CREATION_DATE%+updated = '%CREATION_DATE%'
 publishers = '​%PUBLISHERS%'​ publishers = '​%PUBLISHERS%'​
 </​code>​ </​code>​
Line 89: Line 91:
 Model File : C:/​models/​otimizagro.egoml'​ Model File : C:/​models/​otimizagro.egoml'​
 source = '​Centro de Sensoriamento Remoto - CSR/UFMG (2015)'​ source = '​Centro de Sensoriamento Remoto - CSR/UFMG (2015)'​
 +citation = '​Soares-Filho BS (2015) Otimizagro model, Brasil: IGC/UFMG. Available at: <​http://​csr.ufmg.br/​dinamica>'​
 original scale = 'Não informada'​ original scale = 'Não informada'​
 thematic category = '​planejamentoECadastro (015)' thematic category = '​planejamentoECadastro (015)'
Line 148: Line 151:
  
 [METAMETADATA] [METAMETADATA]
-updated = 2015/04/23+updated = '2015/04/23'
 publishers = '​Centro de Sensoriamento Remoto - CSR/​UFMG'​ publishers = '​Centro de Sensoriamento Remoto - CSR/​UFMG'​
 </​code>​ </​code>​