forked from TerraMA2/terrama2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
60 lines (29 loc) · 2.45 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
TerraMA2
========
TerraMA2 is a free and open source computational platform for early warning systems.
You can build applications to monitor, analyze and issue early warnings related to air quality, water quality, pipelines, tailings dams for mining, forest fires, landslides and debris-mud flows, floods and droughts.
Through a service-oriented architecture, TerraMA2 can integrates geospatial data from different web services.
It takes advantage of the datasets available on the Internet to have access to real-time geo-environmental data (meteorological, climatic, atmospheric, hydrological, geotechnical and socio-demographic).
Besides that, it provides support for building models to several application domains through scriptable languages.
The computational platform is based on a service-based architecture, which is open and provides the technological infrastructure required to develop and implement operating systems to monitor early warnings of environmental risks.
Instructions
------------
The documents below are in the root directory of TerraMA2 codebase and they explain the details of the codebase:
- BRANCHES-AND-TAGS.: Notes on how to switch to the right branch to work on or the right tag to get the source code.
- BUILD-INSTRUCTIONS: Notes on how to compile and install TerraMA2 for each platform.
- CHANGELOG.........: List of changes in TerraMA2 source code.
- LICENSE...........: Licence statement in plain txt format.
- README............: This file. It contains instructions about how to build and how is organized TerraMA2 plataform source code.
Directories
-----------
build....: Contains the CMake scripts with commands, macros and functions used to build the environment for compiling libraries and executables in different platforms using the CMake tool.
examples.: Some examples on how to use TerraMA2 API and GUI.
licenses.: Copyright notices of third-party libraries used by TerraMA2.
resources: Fonts, images, sql, and xml files among other resources of general use.
share....: XML Schema (.xsd), JSON, translations files and OGC specifications that is shared and installed with TerraMA2.
src......: Contains the source code of TerraMA2 and the source code of automatic tests.
Reporting Bugs
--------------
Any problem should be reported to [email protected].
For more information on TerraMA2, please, visit its main web page at: http://www.dpi.inpe.br/terrama2.
August 2015, TerraMA2 Team <[email protected]>