The shell tag has no wiki summary.
2
votes
1answer
53 views
How to get started with GRASS shell?
I'm a beginner in programming but i have to work with GRASS at work, and do it quickly.
I'm completely lost with all the variety of tutorials that are existing and to me, don't look the same...and ...
2
votes
1answer
146 views
How to use QGIS from command line on Windows
I have QGIS running on a windows operating system.
I am willing to use QGIS from command line to follow this procedure.
Unfortunately, i cannot manage to have qgis declared in the command windows.
I ...
2
votes
1answer
63 views
st_clip and gdal_translate: “Error browsing database for PostGIS Raster properties” - Why?
Im using shell-script, postgis2.0 and gdal for trying to clip raster apart, using an overlapping raster and a the_geom-object. At first I create a view to clip the overlapping part of the raster. It ...
4
votes
1answer
127 views
Personal shell launcher for PyQGIS
I have changed a shell launcher found at http://inasafe.linfiniti.com/html/id/developer-docs/platform_windows.html as to fit my wish: setting the system environment variables to be able to use PyQGIS ...
3
votes
1answer
109 views
How to run OSgo4W shell script on Windows?
I have a lot of DEMs that I want to use to create hillshades, slopes and color relief from and would like to automate the processes using a shell script within OSgeo4W shell. Here is the code I used ...
1
vote
1answer
616 views
ImportError: 'No module named pyproj'
im running mac os X with native python 2.6.1 install .
Later today installed GDAL complete pkg, and added the program to the shell path on the terminal with the folowing cmd :
~: echo "export ...
1
vote
1answer
278 views
Shell script commands
I have this shell script:
#!/bin/sh
r.mapcalc water = 120
d.rast water
i=1
while [ $i != 100 ]
do
n=1
while [ $n != 10 ]
do
r.mapcalc < water.mapcalc
d.rast ...
