You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# GeoWave 0.8.4
1
+
# GeoWave 0.8.4
2
2
## About
3
3
4
4
<ahref="https://travis-ci.org/ngageoint/geowave">
@@ -19,17 +19,15 @@
19
19
20
20
21
21
GeoWave is an open source set of software that:
22
-
22
+
23
23
* Adds multi-dimensional indexing capability to [Apache Accumulo](https://accumulo.apache.org)
24
24
* Adds support for geographic objects and geospatial operators to [Apache Accumulo](https://accumulo.apache.org)
25
25
* Contains a [GeoServer](http://geoserver.org/) plugin to allow geospatial data in Accumulo to be shared and visualized via OGC standard services
26
26
* Provides Map-Reduce input and output formats for distributed processing and analysis of geospatial data
27
27
28
-
Basically, GeoWave attempts to do for Accumulo as PostGIS does for PostgreSQL.
29
-
30
-
See [GeoWave io page](http://ngageoint.github.io/geowave/) for more detailed documentatation, quickstart, examples, etc.
28
+
Basically, GeoWave attempts to do for Accumulo as PostGIS does for PostgreSQL.
31
29
32
-
NGA is submitting GeoWave to [Google's Summer of Code 2015](https://www.google-melange.com/gsoc/homepage/google/gsoc2015) for students to build on and improve.
30
+
See [GeoWave io page](http://ngageoint.github.io/geowave/) for more detailed documentation, quickstart, examples, etc.
33
31
34
32
## Screenshots
35
33
@@ -49,7 +47,7 @@ GeoWave was developed at the National Geospatial-Intelligence Agency (NGA) in co
49
47
50
48
## Pull Requests
51
49
52
-
All pull request contributions to this project will be released under the Apache 2.0 license.
50
+
All pull request contributions to this project will be released under the Apache 2.0 license.
53
51
54
52
Software source code previously released under an open source license and then modified by NGA staff is considered a "joint work" (see *17 USC 101*); it is partially copyrighted, partially public domain, and as a whole is protected by the copyrights of the non-government authors and must be released according to the terms of the original open source license.
55
53
@@ -110,7 +108,7 @@ The geowave-test module will run end-to-end integration testing on either a conf
110
108
111
109
A specific Accumulo instance can be configured either directly within this pom.xml or as Java options -DzookeeperUrl=<zookeeperUrl> -Dinstance=<instance> -Dusername=<username> -Dpassword=<password>
112
110
113
-
If any of these configuration parameters are left unspecified the default integration test will use a MiniAccumuloCluster created within a temporary directory. For this to work on Windows, make sure Cygwin is installed and a "CYGPATH" environment variable must reference the <CYGWIN_HOME>/bin/cygpath.exe file.
111
+
If any of these configuration parameters are left unspecified the default integration test will use a MiniAccumuloCluster created within a temporary directory. For this to work on Windows, make sure Cygwin is installed and a "CYGPATH" environment variable must reference the <CYGWIN_HOME>/bin/cygpath.exe file.
114
112
115
113
### Supported Versions
116
114
@@ -120,7 +118,7 @@ Accumulo: N and N-1 (1.6.x and 1.5.x currently);
0 commit comments