[GRASS-user] I need to install Grass 6.1.0 in windows. Help!

2012-04-23 Thread Vasco Nunes
Hello!
I need to install Grass 6.1.0 in windows.
I tried the  http://grass.fbk.eu/download/software_old.php link for windows
installation but i get: The page you were trying to access doesn't exist
or has been removed.
I also tried thru cygwin but no luck...
Any ideas?


-- 
Vasco B. Nunes
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] I need to install Grass 6.1.0 in windows. Help!

2012-04-23 Thread Sylvain Maillard
Hi,

you better have to try your download from the official website:
http://grass.osgeo.org

I'm not sur you will really find binaries for the 6.1.0 release, this was a
development release, the only binaries were un bundle of qgis+grass on a
page that doesn't exist anymore (see
http://grass.osgeo.org/download/software_old.php#g610)

If you don't need this specific release, you better have to download the
latest available (http://grass.osgeo.org/download/software.php#g64x), there
is no more need of cygwin ;)


cheers,
Sylvain


2012/4/23 Vasco Nunes vascobnu...@gmail.com

 Hello!
 I need to install Grass 6.1.0 in windows.
 I tried the  http://grass.fbk.eu/download/software_old.php link for
 windows installation but i get: The page you were trying to access doesn't
 exist or has been removed.
 I also tried thru cygwin but no luck...
 Any ideas?


 --
 Vasco B. Nunes

 ___
 grass-user mailing list
 grass-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/grass-user


___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] I need to install Grass 6.1.0 in windows. Help!

2012-04-23 Thread Markus Neteler
On Mon, Apr 23, 2012 at 2:30 PM, Vasco Nunes vascobnu...@gmail.com wrote:
 Thanks,
 I need this specific release cause I have old scripts made for it...

They should be compliant also to newer versions of GRASS 6.
Parameters and flags should be the same.

Markus
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] r.stream.extract: map mis-match error

2012-04-23 Thread Markus Metz
On Mon, Apr 23, 2012 at 12:17 AM, Rich Shepard rshep...@appl-ecosys.com wrote:
 On Sun, 22 Apr 2012, Markus Metz wrote:

 I guess so because you said that r.stream.extract works with the
 unweighed accumulation map. How exactly did you calculate the weight?


 Markus,

 r.param.scale in=dem_10m out=tancurv5 size=5 param=crosc
 r.param.scale in=dem_10m out=tancurv7 size=7 param=crosc
 r.param.scale in=dem_10m out=tancurv11 size=11 param=crosc
 r.mapcalc weight = if(tancurv5  0, -100 * tancurv5, if(tancurv7  0, -100
 * tancurv7, if(tancurv11  0, -100 * tancurv11, 0.01)))

 /*  The r.mapcalc command is on a single line; wrapped here. */


 r.mapcalc dem_10m.acc.w = dem_10m.acc * weight

 BTW, I checked the example script in the manual of r.stream.extract
 and it works in 6.4.3 and 7.0.


  With the Spearfish data set, correct?
Yes.

 I could extract my data (dem_10m)
 and send that for testing purposes.

That could shed some light on the mystery.

Markus M
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] Adding rows to vector map attribute table

2012-04-23 Thread Rich Shepard

  I have a few dozen points to add to a vector map and can do this most
easily using the SQL 'INSERT INTO ...' syntax directly on the postgres
table. Does GRASS automagically update the cat column, or do I do this as
part of the insert statement?

Rich



___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Adding rows to vector map attribute table

2012-04-23 Thread Daniel Lee
Hi Ric.

I pretty much never work with vectors any more, so I can't verify this
without doing a lot of work. I do believe hat GRASS doesn't necessarily
need a cat column to get by, though - I'm pretty sure it takes the FID
column as is from shapefiles, for example. Which would lead me to think it
doesn't require a primary key. This also makes sense because GRASS vectors
are stored independently of an attribute table in the traditional sense of
the word, if I've understood things currectly. Why don't you try it out?
I'd also be interested to see if GRASS updates the cat column.

Best,
*Daniel*

--
B.Sc. Daniel Lee
Geschäftsführung für Forschung und Entwicklung
ISIS - International Solar Information Solutions
Vertreten durch: Daniel Lee, Nepomuk Reinhard und Nils Räder

Softwarecenter 3
35037 Marburg
Festnetz: +49 6421 379 6256
Mobil: +49 176 6127 7269
E-Mail: l...@isi-solutions.org
Web: http://www.isi-solutions.org
On Apr 23, 2012 8:16 PM, Rich Shepard rshep...@appl-ecosys.com wrote:

  I have a few dozen points to add to a vector map and can do this most
 easily using the SQL 'INSERT INTO ...' syntax directly on the postgres
 table. Does GRASS automagically update the cat column, or do I do this as
 part of the insert statement?

 Rich



 __**_
 grass-user mailing list
 grass-user@lists.osgeo.org
 http://lists.osgeo.org/**mailman/listinfo/grass-userhttp://lists.osgeo.org/mailman/listinfo/grass-user

___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] Emacs grass-mode

2012-04-23 Thread Tyler Smith
Hi again,

For any Emacs users, I've made some progress tidying up the
tab-completion for grass-mode. It now supports tab-completion for all
Grass programs (d.vect, d.rast etc.), as well as all of their
parameters (i.e., for d.vect, map, color, fcolor etc), and for a few
cases (map, vect, rast, type) it now completes the actual parameter
values. This works in both the command line mode igrass, and the
script editing mode sgrass. These improvements came with switching
from yas/snippets, which is no longer required, to the built-in
completion functions.

The command line interaction is still a little wonky, that's next on
my list of tasks.

It's available as a zip file here:
https://bitbucket.org/tws/grass-mode.el/get/a5da9e04460a.zip

I'd be interested in hearing from anyone that's tried it.

Thanks,

Tyler
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user