Skip to content

Commit

Permalink
Merge pull request #979 from tbarsballe/arcgrid-ascii
Browse files Browse the repository at this point in the history
[GEOT-5224] ArcGrid extension only supports ASCII GRID
  • Loading branch information
aaime committed Oct 3, 2015
2 parents 82f9306 + 6cd5111 commit 9aae388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user/library/coverage/arcgrid.rst
@@ -1,7 +1,7 @@
ArcGrid Plugin
--------------

The arcgrid module in the plugin group provides access to the ARCGRID raster format defined by ESRI and used in that company's software suites.
The arcgrid module in the plugin group provides access to the ARC/INFO ASCII GRID raster format defined by ESRI and used in that company's software suites.

This is a straightforward plugin with no additional information needed beyond that advertised by the GridCoverageExchange API.

Expand Down
Expand Up @@ -87,7 +87,7 @@ private void setInfo() {
HashMap<String, String> info = new HashMap<String, String>();

info.put("name", "ArcGrid");
info.put("description", "Arc Grid Coverage Format");
info.put("description", "ARC/INFO ASCII GRID Coverage Format");
info.put("vendor", "Geotools");
info.put("docURL", "http://gdal.velocet.ca/projects/aigrid/index.html");
info.put("version", "1.0");
Expand Down

0 comments on commit 9aae388

Please sign in to comment.