Difference between revisions of "TerraHS"

From HaskellWiki
Jump to navigation Jump to search
Line 10: Line 10:
 
== Documentation ==
 
== Documentation ==
   
=== Papers ===
+
=== Papers and Thesis ===
  +
  +
* [[http://www.dpi.inpe.br/gilberto/papers/costa_geoinfo2006.pdf|TerraHS: Integration of Functional Programming and Spatial Databases for GIS Application Development]]. Sergio Costa, Gilberto Camara, Danilo Palomo. VIII Brazilian Symposium in Geoinformatics, GeoInfo 2006, Campos do Jordão, 2006.
  +
  +
  +
* [[http://www.dpi.inpe.br/gilberto/papers/olga_geoinfo2007.pdf|Rule-based Evolution of Typed Spatio-temporal Objects]]. Olga Bittencourt, Gilberto Câmara, Lúbia Vinhas, Joice Mota. IX Brazilian Symposium in Geoinformatics, GeoInfo 2007, Campos do Jordão, 2007.
  +
  +
  +
* [[http://mtc-m18.sid.inpe.br/col/sid.inpe.br/mtc-m18@80/2008/07.14.18.25/doc/publicacao.pdf|Estrutura baseada em grafos para representação unificada de fluxos locais
  +
para modelagem hidrológica distribuída
  +
]]. Sérgio Rosim´s PhD Thesis in Computer Science at INPE, 2008.
   
 
=== Reports ===
 
=== Reports ===

Revision as of 12:57, 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

* [Integration of Functional Programming and Spatial Databases for GIS Application Development]. Sergio Costa, Gilberto Camara, Danilo Palomo. VIII Brazilian Symposium in Geoinformatics, GeoInfo 2006, Campos do Jordão, 2006. 


 * [Evolution of Typed Spatio-temporal Objects]. Olga Bittencourt, Gilberto Câmara, Lúbia Vinhas, Joice Mota. IX Brazilian Symposium in Geoinformatics, GeoInfo 2007, Campos do Jordão, 2007.

 * [[http://mtc-m18.sid.inpe.br/col/sid.inpe.br/mtc-m18@80/2008/07.14.18.25/doc/publicacao.pdf%7CEstrutura baseada em grafos para representação unificada de fluxos locais

para modelagem hidrológica distribuída ]]. Sérgio Rosim´s PhD Thesis in Computer Science at INPE, 2008.

Reports

Demos

Download and Installation

Linux

Windows