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/01/29 14:44]
admin
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 31: Line 32:
 | **%LAYER_RANGES%** ​ | List of map layers and their corresponding minimum and maximum cell values. ​ | Supplied by the map.  | | **%LAYER_RANGES%** ​ | List of map layers and their corresponding minimum and maximum cell values. ​ | Supplied by the map.  |
 | **%CREATION_DATE%** ​ | Map creation date.  | Supplied by the system. ​ | | **%CREATION_DATE%** ​ | Map creation date.  | Supplied by the system. ​ |
 +| **%SOURCE_MODEL_FILE%** ​ | Name of the model script file responsible for the generation of the map.  | Supplied by the map.  |
  
 ===== Map Metadata Template Example ===== ===== Map Metadata Template Example =====
Line 41: Line 43:
 description = '​%DESCRIPTION% description = '​%DESCRIPTION%
  
-Número de Colunas ​: %NUMBER_OF_COLUMNS% +Number of Columns ​: %NUMBER_OF_COLUMNS% 
-Número de Linhas ​: %NUMBER_OF_LINES% +Number of Lines : %NUMBER_OF_LINES% 
-Altura da Célula ​: %CELL_HEIGHT% +Cell Height ​: %CELL_HEIGHT% 
-Largura da Célula ​: %CELL_WIDTH% +Cell Width : %CELL_WIDTH% 
-Número de Camadas ​: %NUMBER_OF_LAYERS% +Layers ​: %NUMBER_OF_LAYERS% 
-Valor Nulo : %NULL_VALUE% +Null Value : %NULL_VALUE% 
-Tipo de Célula ​: %CELL_TYPE%'​+Cell Type : %CELL_TYPE
 +Model File : %SOURCE_MODEL_FILE%'
 source = '​%SOURCE%'​ source = '​%SOURCE%'​
 +citation = '​%CITATION%'​
 original scale = '​%ORIGINAL_SCALE%'​ original scale = '​%ORIGINAL_SCALE%'​
-thematic category = 'planejamentoECadastro ​(015)'+thematic category = 'planning ​(015)'
  
 [SPATIAL REPRESENTATION SYSTEM] [SPATIAL REPRESENTATION SYSTEM]
 creation date = %CREATION_YEAR% creation date = %CREATION_YEAR%
-original format = 'matricial ​(002)'+original format = 'raster ​(002)'
 coordinate system representation = '​%PROJECTION_WKT%'​ coordinate system representation = '​%PROJECTION_WKT%'​
  
Line 65: Line 69:
  
 [METAMETADATA] [METAMETADATA]
-updated = %CREATION_DATE%+updated = '%CREATION_DATE%'
 publishers = '​%PUBLISHERS%'​ publishers = '​%PUBLISHERS%'​
 </​code>​ </​code>​
Line 84: Line 88:
 Null Cell Value : 0.0 Null Cell Value : 0.0
 Number of Lines : 8765 Number of Lines : 8765
-Cell Type : Byte'+Cell Type : Byte 
 +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 145: 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>​