forked from rogervictor/tws
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
61 lines (32 loc) · 2.29 KB
/
README
File metadata and controls
61 lines (32 loc) · 2.29 KB
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
59
TerraLib GeoWeb Services (TWS)
==============================
TerraLib GeoWeb Services (TWS) is a free and open source platform for the development of web services that must handle Earth Observation data.
TWS is part of the TerraLib family of geotechnologies:
http://www.dpi.inpe.br/terralib5.
The following service is under development/investigation:
- Web Time Series Service (WTSS): a lightweight web service for handling time series data from remote sensing imagery.
- Web Coverage Service 2.0 (WCS): a web coverage service for data exchange with SciDB.
- Spatio-Temporal Web Map Service (WMS): a web map service for visualizing remote sensing imagery data as dynamic maps (space + time) stored as 3D arrays in SciDB.
Instructions
------------
The documents below are in the root directory of TWS 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 TWS for each platform.
- CHANGELOG.........: List of changes in TWS source code.
- DEPENDENCIES......: The list of third-party library you must install before building TWS.
- LICENSE...........: Licence statement in plain txt format.
- README............: This file. It contains instructions about how to build and how is organized TWS 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 TWS.
install..: Bash scripts for helping building and installing TWS.
licenses.: Copyright notices of third-party libraries used by TWS.
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 TWS.
src......: Contains the source code of TWS and the source code of automatic tests.
Reporting Bugs
--------------
Any problem should be reported to esensing-team@dpi.inpe.br.
For more information on TWS, please, visit its main web page at: http://github.com/e-sensing/tws.
February 2016, e-Sensing Team <esensing-team@dpi.inpe.br>