Skip to content

Commit f4c6b10

Browse files
committed
Minor docu fixes.
1 parent b830f3f commit f4c6b10

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GeoWave 0.8.4
1+
# GeoWave 0.8.4
22
## About
33

44
<a href="https://travis-ci.org/ngageoint/geowave">
@@ -19,17 +19,15 @@
1919

2020

2121
GeoWave is an open source set of software that:
22-
22+
2323
* Adds multi-dimensional indexing capability to [Apache Accumulo](https://accumulo.apache.org)
2424
* Adds support for geographic objects and geospatial operators to [Apache Accumulo](https://accumulo.apache.org)
2525
* Contains a [GeoServer](http://geoserver.org/) plugin to allow geospatial data in Accumulo to be shared and visualized via OGC standard services
2626
* Provides Map-Reduce input and output formats for distributed processing and analysis of geospatial data
2727

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.
3129

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.
3331

3432
## Screenshots
3533

@@ -49,7 +47,7 @@ GeoWave was developed at the National Geospatial-Intelligence Agency (NGA) in co
4947

5048
## Pull Requests
5149

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.
5351

5452
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.
5553

@@ -110,7 +108,7 @@ The geowave-test module will run end-to-end integration testing on either a conf
110108

111109
A specific Accumulo instance can be configured either directly within this pom.xml or as Java options -DzookeeperUrl=&lt;zookeeperUrl&gt; -Dinstance=&lt;instance&gt; -Dusername=&lt;username&gt; -Dpassword=&lt;password&gt;
112110

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 &lt;CYGWIN_HOME&gt;/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 &lt;CYGWIN_HOME&gt;/bin/cygpath.exe file.
114112

115113
### Supported Versions
116114

@@ -120,7 +118,7 @@ Accumulo: N and N-1 (1.6.x and 1.5.x currently);
120118
Hadoop: Apache 2.6, CDH 4.7 -> 5.3, Hortonworks 2.6
121119
GeoTools/GeoServer: 11.4, 12.2/2.5.4, 2.6.2
122120

123-
We have dropped support for hadoop < 2.x; it's should still work if you want to backport, but no guarauntees.
121+
We have dropped support for hadoop < 2.x; it's should still work if you want to backport, but no guarantees.
124122

125123
### Ingest Data
126124

0 commit comments

Comments
 (0)