Skip to content

Commit ea400a4

Browse files
committed
Update gt-tool installation instructions.
1 parent aa79849 commit ea400a4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

gettingstarted/data.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ spec can be found at
1414
[https://github.com/geotrellis/geotrellis/wiki/ARG-Specification](https://github.com/geotrellis/geotrellis/wiki/ARG-Specification).
1515

1616
The recommended way to convert raster data into the ARG format is by using a command line tool we provide to
17-
convert GeoTiff raster files. To install the command line tool (gt-tool), you should first installation program called conscript, following
18-
[the instructions on the Conscript page][csrm].
17+
convert GeoTiff raster files. The command line tool is a shell script that will download an executable jar file.
18+
It is in the scripts/ directory of the geotrellis git repository, or you can download it and make it executable
19+
(in a linux environment):
1920

20-
Once conscript is installed, run the following at a command prompt to install gt-tool:
21-
22-
cs geotrellis/geotrellis
21+
mkdir -p ~/bin
22+
curl -o ~/bin/gt-tool https://raw.github.com/geotrellis/geotrellis/master/scripts/gt-tool
23+
chmod a+x ~/bin/gt-tool
2324

2425
Once installed, you can convert a GeoTiff with a command like the following:
2526

0 commit comments

Comments
 (0)