File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ spec can be found at
14
14
[ https://github.com/geotrellis/geotrellis/wiki/ARG-Specification ] ( https://github.com/geotrellis/geotrellis/wiki/ARG-Specification ) .
15
15
16
16
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):
19
20
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
23
24
24
25
Once installed, you can convert a GeoTiff with a command like the following:
25
26
You can’t perform that action at this time.
0 commit comments