...
This software is needed to extract the mrsid data.
Code Block |
---|
mkdir downlaodsdownloads mkdir bin cd downloads wget http://bin.us.lizardtech.com/geoexpress_commandlineutils_linux.tgz tar xvfz geoexpress_commandlineutils_linux.tgz cd linux64 tar xvf GeoExpressCLUtils-8.5.0.3330.tar cp -P GeoExpressCLUtils-8.5.0.3330/bin/* ~/bin |
Next, add this to your .bash_profile
Code Block |
---|
# If you choose to use lizard tech tools while doing projections, you'll need this.
# NOTE that this prevents GDAL from working properly so I comment it out.
# All I use Lizard tech for is to get data out of mrsid format!
#PROJSO=/home/dev/lizard_tech/linux64/GeoExpressCLUtils-8.5.0.3330/libproject
#export PROJSO
PATH=$PATH:$HOME/bin
export PATH |
- gdal-1.5.4
- geoexpress_commandlineutils_linux
- geos-3.1.1
- proj-4.6.1
- proj-datumgrid-1.4
TODO - add detailed instructions here