[GRASS-user] Help installing r.stream*

2013-08-14 Thread ouspensky
I am very new to GRASS.  I cannot install r.stream modules.  running
g.extension has no effect.  there were no answers on the internet I could
find.  It looks like I would have to download and compile them on my system
(somehow). I don't know anything about Linux or how to compile code.  What
step by step instructions can you give to me on how to get r.stream* and
other add ons to work properly?

Running GRASS 6.4 on Windows7

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


Re: [GRASS-user] Help installing r.stream*

2013-08-14 Thread Helmut Kudrnovsky
  running g.extension has no effect.

what is the exact issue?

 It looks like I would have to download and compile them on my system
 (somehow).

no self compiling needed, in winGRASS the addons are precompiled.

tested here with

GRASS Version: 6.4.3
GRASS SVN Revision: 
GIS Library Revision: 50937 (2012-02-25)
GDAL/OGR: GDAL 1.9.2, released 2012/10/08   
PROJ4: Rel. 4.8.0, 6 March 2012 
Python: 2.7.4   
wxPython: 2.8.12.1  
Platform: Windows-7-6.1.7601-SP1 (OSGeo4W) 

g.extension -l svnurl=http://svn.osgeo.org/grass/grass-addons/grass6  
Fetching list of modules from GRASS-Addons SVN (be patient)...
d.anaglyph
[...]
r.stream.angle
r.stream.basins
r.stream.del
r.stream.distance
r.stream.extract
r.stream.order
r.stream.pos
r.stream.preview
r.stream.stats
[...]

the precompiled addons are there.

try on your computer

g.extension --verbose extension=r.stream.extract
svnurl=http://svn.osgeo.org/grass/grass-addons/grass6

and report back what it says

Running GRASS 6.4 on Windows7

which version exactly? 

the latest stable is GRASS Version: 6.4.3 

osgeo4w-winGRASS or winGRASS-standalone installer?








-
best regards
Helmut
--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Help-installing-r-stream-tp5072454p5072458.html
Sent from the Grass - Users mailing list archive at Nabble.com.
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Opening a shape file in GRASS 6.4.3

2013-08-14 Thread Sylvain Maillard
Hi,

Like Nikos, there is a problem with your file: a Geometry check report an
error about an Unclosed Ring ...


Sylvain


2013/8/13 Sonali Saha saha...@gmail.com

 I am new GRASS use, and learning GRASS to use  conservation literacy using
  rare plant databases. To start with I converted a Kml file of the state of
 Meghalaya India to a shapefile using DNRGarmin. However when I try to open
 the shapefile in GRASS I keep getting errors and the map of the opened file
 does not look anything like the original map. What did I do wrong. I am
 attaching the shapefile and dbf file, I used.

 thanks in advance

 Sonali
 This is the message I get in the command output console
 Projection of input dataset and current location appear to match
 Layer: Meghalay
 Counting polygons for 1 features...
 Importing map 1 features...
 -
 Building topology for vector map Megh_tmp...
 Registering primitives...
 1 primitives registered
 258 vertices registered
 Number of nodes: 2
 Number of primitives: 1
 Number of points: 0
 Number of lines: 0
 Number of boundaries: 1
 Number of centroids: 0
 Number of areas: -
 Number of isles: -
 -
 WARNING: Cleaning polygons, result is not guaranteed!
 -
 Snap boundaries (threshold = 1.000e-007):
 -
 Break polygons:
 -
 Remove duplicates:
 -
 Break boundaries:
 -
 Remove duplicates:
 -
 Clean boundaries at nodes:
 -
 Merge boundaries:
 -
 Change dangles to lines:
 -
 Remove bridges:
 -
 Building topology for vector map Megh_tmp...
 Building areas...
 2 areas built
 1 isles built
 Attaching islands...
 Number of nodes: 9
 Number of primitives: 12
 Number of points: 0
 Number of lines: 0
 Number of boundaries: 12
 Number of centroids: 0
 Number of areas: 2
 Number of isles: 1
 Number of areas without centroid: 2
 -
 Find centroids for layer: Meghalay
 -
 Write centroids:
 -
 1 input polygons
 Total area: 3.56766E+011 (2 areas)
 Overlapping area: 0 (0 areas)
 Area without category: 3.56766E+011 (2 areas)
 -
 Building topology for vector map Megh...
 Registering primitives...
 3 primitives registered
 17 vertices registered
 Building areas...
 2 areas built
 1 isles built
 Attaching islands...
 Attaching centroids...
 Number of nodes: 2
 Number of primitives: 3
 Number of points: 0
 Number of lines: 0
 Number of boundaries: 3
 Number of centroids: 0
 Number of areas: 2
 Number of isles: 1
 Number of areas without centroid: 2
 -
 WARNING: Errors were encountered during the import
 Try to import again, snapping with at least 1e-007: 'snap=1e-007'
 (Tue Aug 13 15:32:05 2013) Command finished (1 sec)

 --
 Sonali Saha, PhD.
 Senior Biologist
 The Institute for Regional Conservation
 22601 SW 152nd Avenue
 Miami FL 33170

 ___
 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] Help installing r.stream*

2013-08-14 Thread Helmut Kudrnovsky
hi,

Von: ouspensky
An: Helmut Kudrnovsky

please keep it on the grass-user-ML (other can benefit)

 GRASS version: 6.4.3RC2 
 [...]
 Platform: Windows-7-6.1.7601-SP1 (OSGeo4W) 
 
see http://grass.osgeo.org/news/28/15/Stable-GRASS-GIS-6-4-3-released/

 what next?

please upgrade to stable release and try following in the 
wx-GUI-command-console:

g.extension --verbose extension=r.stream.extract 
svnurl=http://svn.osgeo.org/grass/grass-addons/grass6

Helmut

Gesendet: Mittwoch, 14. August 2013 um 16:37 Uhr
Von: ouspensky
An: Helmut Kudrnovsky
Betreff: Re: [GRASS-user] Help installing r.stream*

Helmut,
 GRASS version: 6.4.3RC2
GRASS SVN Revision: 54341  
GIS Library Revision: 50937 (2012-02-25)   
GDAL/OGR: 1.9.2
PROJ4: Rel. 4.8.0, 6 March 2012
Python: 2.7.2  
wxPython: 2.8.12.1 
Platform: Windows-7-6.1.7601-SP1 (OSGeo4W)
 when I use the g.extension from command line:
g.extension -l --verbose extension=r.stream 
svnurl=http://svn.osgeo.org/grass/grass-addons/grass6
which: svn: unknown command
ERROR: svn client required. Please install Subversion first.
 when i use g.extension from GUI menu:
g.extension.py[http://g.extension.py] extension=r.stream.extract 
svnurl=http://svn.osgeo.org/grass/grass-addons/grass6[http://svn.osgeo.org/grass/grass-addons/grass6]
Downloading precompiled GRASS Addons r.stream.extract...
ERROR: GRASS Addons r.stream.extract not found
 what next?
 
On Wed, Aug 14, 2013 at 5:41 PM, Helmut Kudrnovsky 
hel...@web.de[hel...@web.de] wrote:
  running g.extension has no effect.
 what is the exact issue?
 It looks like I would have to download and compile them on my system
 (somehow).
 no self compiling needed, in winGRASS the addons are precompiled.

tested here with

GRASS Version: 6.4.3
GRASS SVN Revision:
GIS Library Revision: 50937 (2012-02-25)
GDAL/OGR: GDAL 1.9.2, released 2012/10/08
PROJ4: Rel. 4.8.0, 6 March 2012
Python: 2.7.4
wxPython: 2.8.12.1
Platform: Windows-7-6.1.7601-SP1 (OSGeo4W)

g.extension -l 
svnurl=http://svn.osgeo.org/grass/grass-addons/grass6[http://svn.osgeo.org/grass/grass-addons/grass6]
Fetching list of modules from GRASS-Addons SVN (be patient)...
d.anaglyph
[...]
r.stream.angle
r.stream.basins
r.stream.del
r.stream.distance
r.stream.extract
r.stream.order
r.stream.pos
r.stream.preview
r.stream.stats
[...]

the precompiled addons are there.

try on your computer

g.extension --verbose extension=r.stream.extract
svnurl=http://svn.osgeo.org/grass/grass-addons/grass6[http://svn.osgeo.org/grass/grass-addons/grass6]

and report back what it says
Running GRASS 6.4 on Windows7
 which version exactly?

the latest stable is GRASS Version: 6.4.3

osgeo4w-winGRASS or winGRASS-standalone installer?








-
best regards
Helmut
--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Help-installing-r-stream-tp5072454p5072458.html[http://osgeo-org.1560.x6.nabble.com/Help-installing-r-stream-tp5072454p5072458.html]
Sent from the Grass - Users mailing list archive at Nabble.com.
___
grass-user mailing list
grass-user@lists.osgeo.org[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] Help installing r.stream*

2013-08-14 Thread ouspensky
Helmut,
I am new to the GRASS mailing list, how do I keep this thread on the list?

I installed GRASS 6.4.3 stable release. form winGRASS standalone

here is the result:
(Thu Aug 15 09:53:29
2013)
g.extension --verbose extension=r.stream.extract svnurl=
http://svn.osgeo.org/grass/grass-addons/grass6
which: wget: unknown command
Using CURL for downloading data.
WARNING: The GRASS program path: [E:/Programs/Quantum GIS Lisboa/GRASS GIS
6.4.3] contains a space. The build which follows will likely fail.
WARNING: The path to your GIS data: [E:\01-Project\#
KKDL001-YN-2013-LP\04-GIS\05-GRASS] may contain a space. The build which
follows will likely fail.
Fetching r.stream.extract from GRASS-Addons SVN (be patient)...
Ar.stream.extract\flag.h
Ar.stream.extract\streams.c
Ar.stream.extract\load.c
Ar.stream.extract\del_streams.c
Ar.stream.extract\local_proto.h
Ar.stream.extract\thin.c
Ar.stream.extract\rbtree.c
Ar.stream.extract\main.c
Ar.stream.extract\close.c
Ar.stream.extract\description.html
Ar.stream.extract\rbtree.h
Compiling r.stream.extract...
Ar.stream.extract\flag.c
Ar.stream.extract\Makefile
Ar.stream.extract\do_astar.c
 U   r.stream.extract
Checked out revision 57453.
Makefile:10: E:/Programs/Quantum: No such file or directory
Makefile:10: GIS: No such file or directory
Makefile:10: Lisboa/GRASS: No such file or directory
Makefile:10: GIS: No such file or directory
Makefile:10: 6.4.3/include/Make/Module.make: No such file or
directory
make: *** No rule to make target
`6.4.3/include/Make/Module.make'.  Stop.
ERROR: Compilation failed, sorry. Please check above error messages.
rm: cannot remove directory `E:\\01-Project\\# KKDL001-YN-20
13-LP\\04-GIS\\05-GRASS/Xinjiang/Xinjaing/.tmp/216.0/r.strea
m.extract': Permission denied
(Thu Aug 15 09:53:39 2013) Command finished (10 sec)

what next? rename my folders??


On Thu, Aug 15, 2013 at 6:39 AM, Helmut Kudrnovsky hel...@web.de wrote:

 hi,

 Von: ouspensky
 An: Helmut Kudrnovsky

 please keep it on the grass-user-ML (other can benefit)

  GRASS version: 6.4.3RC2
  [...]
  Platform: Windows-7-6.1.7601-SP1 (OSGeo4W)

 see http://grass.osgeo.org/news/28/15/Stable-GRASS-GIS-6-4-3-released/

  what next?

 please upgrade to stable release and try following in the
 wx-GUI-command-console:

 g.extension --verbose extension=r.stream.extract svnurl=
 http://svn.osgeo.org/grass/grass-addons/grass6

 Helmut

 Gesendet: Mittwoch, 14. August 2013 um 16:37 Uhr
 Von: ouspensky
 An: Helmut Kudrnovsky
 Betreff: Re: [GRASS-user] Help installing r.stream*

 Helmut,
  GRASS version:
 6.4.3RC2
 GRASS SVN Revision:
 54341
 GIS Library Revision: 50937
 (2012-02-25)
 GDAL/OGR:
 1.9.2
 PROJ4: Rel. 4.8.0, 6 March
 2012
 Python:
 2.7.2
 wxPython:
 2.8.12.1
 Platform: Windows-7-6.1.7601-SP1 (OSGeo4W)
  when I use the g.extension from command line:
 g.extension -l --verbose extension=r.stream svnurl=
 http://svn.osgeo.org/grass/grass-addons/grass6
 which: svn: unknown command
 ERROR: svn client required. Please install Subversion first.
  when i use g.extension from GUI menu:
 g.extension.py[http://g.extension.py] extension=r.stream.extract svnurl=
 http://svn.osgeo.org/grass/grass-addons/grass6[http://svn.osgeo.org/grass/grass-addons/grass6]
 Downloading precompiled GRASS Addons r.stream.extract...
 ERROR: GRASS Addons r.stream.extract not found
  what next?

 On Wed, Aug 14, 2013 at 5:41 PM, Helmut Kudrnovsky hel...@web.de[
 hel...@web.de] wrote:
   running g.extension has no effect.
  what is the exact issue?
  It looks like I would have to download and compile them on my system
  (somehow).
  no self compiling needed, in winGRASS the addons are precompiled.

 tested here with

 GRASS Version: 6.4.3
 GRASS SVN Revision:
 GIS Library Revision: 50937 (2012-02-25)
 GDAL/OGR: GDAL 1.9.2, released 2012/10/08
 PROJ4: Rel. 4.8.0, 6 March 2012
 Python: 2.7.4
 wxPython: 2.8.12.1
 Platform: Windows-7-6.1.7601-SP1 (OSGeo4W)

 g.extension -l svnurl=
 http://svn.osgeo.org/grass/grass-addons/grass6[http://svn.osgeo.org/grass/grass-addons/grass6]
 Fetching list of modules from GRASS-Addons SVN (be patient)...
 d.anaglyph
 [...]
 r.stream.angle
 r.stream.basins
 r.stream.del
 r.stream.distance
 r.stream.extract
 r.stream.order
 r.stream.pos
 r.stream.preview
 r.stream.stats
 [...]

 the precompiled addons are there.

 try on your computer

 g.extension --verbose extension=r.stream.extract
 svnurl=
 http://svn.osgeo.org/grass/grass-addons/grass6[http://svn.osgeo.org/grass/grass-addons/grass6]

 and report back what it says
 Running GRASS 6.4 on Windows7
  which version exactly?

 the latest stable is GRASS Version: 6.4.3

 osgeo4w-winGRASS or winGRASS-standalone installer?








 -
 best regards
 Helmut
 --
 View this message in context:
 http://osgeo-org.1560.x6.nabble.com/Help-installing-r-stream-tp5072454p5072458.html[http://osgeo-org.1560.x6.nabble.com/Help-installing-r-stream-tp5072454p5072458.html]
 Sent from the Grass - Users