##################################
####  ESTRUTURA PASTA DATA :  ####
##################################

A pasta data contém os arquivos utilizados pelos exemplos e testes unitários das bibliotecas da TerraLib. Esses arquivos encontram-se organizados pelo tipo de dado, de acordo com a seguinte estrutura:

data
|
|-- encoding
|   |-- arq_cp1252.txt
|   |-- arq_latin1.txt
|   '-- arq_utf8.txt
|
|-- geotiff
|   |-- cbers_b2_crop.tif
|   |-- cbers_b2_crop_90clockw_rotation.tif
|   |-- cbers_b2_crop_contrast_halfsampled_90rotation.tif
|   |-- cbers_b2_crop_upsampled.tif
|   |-- cbers_rgb342_crop1.tif
|   |-- cbers_rgb342_crop2.tif
|   |-- cbers_rgb342_crop3.tif
|   |-- cbers_rgb342_crop3_EPSG_22522.tif
|   |-- cbers2b_hrc_crop.tif
|   |-- cbers2b_rgb342_crop.tif
|   |-- cbers2b_rgb342_crop_mask_1bit.tif
|   |-- L5219075_07520040503_r3g2b1.tif
|   |-- L5219076_07620040908_r3g2b1.tif
|   |-- L71218075_07520070614_r3g2b1.tif
|   |-- L71218076_07620060814_r3g2b1.tif
|   |-- pattern1.tif
|   |-- te_complex.tif
|   '-- testPolygonIteratorTempate.tif
|
|-- jpeg   
|   |-- cbers_rgb342_crop1.jpg
|   |-- cbers_rgb342_crop2.jpg
|   '-- cbers_rgb342_crop3.jpg
|
|-- shape 
|   |-- munic_2001.shp
|   |-- poligono_unico.shp
|   '-- SP_cities.shp
|
'-- wcs
    |-- capabilities.xml
    |-- describeCoverage.xml
    '-- nasa__bluemarble.tif


###################################################
####  USO DOS DADOS EM EXEMPLOS DA TERRALIB :  ####
###################################################

terralib_example_core_encoding:
===============================
  * arq_cp1252.txt: 
    Contém uma sequencia de caracteres a serem representados de forma diferente com base no encoding do arquivo, neste caso Cp1252.

  * arq_latin1.txt: 
    Contém uma sequencia de caracteres a serem representados de forma diferente com base no encoding do arquivo, neste caso Latin1.

  * arq_utf8.txt: 
    Contém uma sequencia de caracteres a serem representados de forma diferente com base no encoding do arquivo, neste caso Utf8.

terralib_example_raster:
====================
  * cbers2b_rgb342_crop.tif

  * cbers2b_rgb342_crop_mask_1bit.tif

  * pattern1.tif

  * te_complex.tif

  * munic_2001.shp

terralib_example_rp:
====================
  * cbers_rgb342_crop1.tif

  * cbers_rgb342_crop2.tif

  * cbers_rgb342_crop3_EPSG_22522.tif

  * cbers2b_hrc_crop.tif

  * cbers2b_rgb342_crop.tif
  
terralib_example_vp:
====================
  * SP_cities.shp
    Usado no exemplo Dissolve.  

############################################################
####  USO DOS DADOS NOS TESTES UNITÁRIOS DA TERRALIB :  ####
############################################################

terralib_unittest_ws_ogc_wcs:
=============================
  * capabilities.xml: 
    Documento de resposta a um request GetCapabilities executado num serviço de demonstração do Geoserver.

  * describeCoverage.xml: 
    Documento de descrição de uma coverage (nasa_bluemarble) do mesmo serviço.

  * nasa__bluemarble.tif: 
    Imagem TIFF retornada do serviço.

terralib_unittest_raster:
=====================
  * cbers_rgb342_crop1.tif

  * pattern1.tif

  * testPolygonIteratorTempate.tif

  * poligono_unico.shp

terralib_unittest_rp:
=====================
  * cbers_b2_crop.tif

  * cbers_b2_crop_90clockw_rotation.tif

  * cbers_b2_crop_contrast_halfsampled_90rotation.tif

  * cbers_b2_crop_upsampled.tif

  * cbers_rgb342_crop1.tif

  * cbers_rgb342_crop2.tif

  * cbers_rgb342_crop3.tif

  * cbers_rgb342_crop3_EPSG_22522.tif

  * cbers2b_hrc_crop.tif

  * cbers2b_rgb342_crop.tif

  * L5219075_07520040503_r3g2b1.tif

  * L5219076_07620040908_r3g2b1.tif

  * L71218075_07520070614_r3g2b1.tif

  * L71218076_07620060814_r3g2b1.tif

  * pattern1.tif

  * cbers_rgb342_crop1.jpg

  * cbers_rgb342_crop2.jpg

  * cbers_rgb342_crop3.jpg


