Difference between revisions of "TerraHS"

From HaskellWiki
Jump to navigation Jump to search
Line 27: Line 27:
 
TerraHS requires the instalation of two additional libraries:
 
TerraHS requires the instalation of two additional libraries:
   
Translib, a library for translation among different geographic format files (no database connection), based in the TerraLib library. This library is required for TerraHS to deal whith shape files (*.shp).
+
'''Translib''', a library for translation among different geographic format files (no database connection), based in the TerraLib library. This library is required for TerraHS to deal whith shape files (*.shp).
   
 
*[https://sourceforge.net/projects/translib/files/translib0.1.deb/download Ubuntu 9.04 (x86)]
 
*[https://sourceforge.net/projects/translib/files/translib0.1.deb/download Ubuntu 9.04 (x86)]
  +
  +
Terralib4c,
  +
  +
*[https://sourceforge.net/projects/terralib4c/files/terralib4c0.1.deb/download Ubuntu 9.04 (x86)]
 
 
  +
[http://www.dpi.inpe.br/~scosta/figures/ubuntu-icon.png]
 
=== TerraHS ===
 
=== TerraHS ===

Revision as of 14:23, 23 November 2009


What is it ?

We have developed TerraHS, a software component that enables the development of geographical applications in a functional language, using the data handling capabilities of TerraLib. TerraLib is a C++ library that supports different spatial database management systems, and that includes a large number of spatial algorithms. As a result, we get a combination of the good features of both programming paradigms.


Documentation

Papers and Thesis

Reports

Demos

Download and Installation

Softwares dependencies

TerraHS requires the instalation of two additional libraries:

Translib, a library for translation among different geographic format files (no database connection), based in the TerraLib library. This library is required for TerraHS to deal whith shape files (*.shp).

Terralib4c,

[1]

TerraHS