Re: [GRASS-user] starspan with grass support compilation failure

2009-01-30 Thread Moritz Lennert

On 29/01/09 20:06, Nikos Alexandris wrote:

On Thu, 2009-01-29 at 10:15 -0800, Jonathan Greenberg wrote:

Folks:

I would LOVE to see someone take over development on starspan -- I 
did submit a OSGEO application but it came back denied, more or less, 
because of lack of community support.  There are a lot of bugs and user 
interface issues still remaining that would be nice to get cleaned up, 
but I'm not a C programmer and, while I developed the algorithm itself, 
I was not the coder.


If anyone is interested in working on the development, please email 
me!  If you all are not sure what STARSPAN does, it is a flexible way to 
get raster data (raw or summarized) associated with vector coverages 
(similar to Arc's zonalstats, although with more output types).  E.g., 
if you want to get the average pixel values from a SET of raster images 
underlying a single vector coverage, starspan will spit out a CSV 
containing the vector's original database, along with a column for the 
average pixel value for that polygon.  The algorithm tends to be very 
fast, especially in cases where the polygon coverage is a fraction of 
the raster coverage (which tends to be the case in many problems).


--j


Jonathan + all,

please excuse my ignorance if I ask something that I shouldn't: could
you imagine starspan as part of GRASS? Something like v.starspan ?




http://lists.osgeo.org/pipermail/grass-user/2008-July/045882.html
http://lists.osgeo.org/pipermail/grass-user/2008-August/045886.html

+1

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


[GRASS-user] problem in grass70 compilation

2009-01-30 Thread orkun
hello

when I tried to compile grass70, I got this error message

Errors in:
/usr/local/grass-7.0.svn_src_snapshot_2009_01_24/general/g.cairocomp
/usr/local/grass-7.0.svn_src_snapshot_2009_01_24/imagery/i.atcorr


what do I have to do ?

regards
-- 
Ahmet Temiz
Jeo. Müh.
Afet İşleri Gen. Md.lüğü
Deprem Ar. D.

Ahmet Temiz
Geo. Eng.
General Dir. of 
Disaster Affairs
TURKEY


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: [GRASS-user] compile grass gdal from svn

2009-01-30 Thread Maris Nartiss
Hello,
just a guess:
updatedb
locate libgdal
rm located 1.5.so
ldconfig

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


Re: [GRASS-user] starspan with grass support compilation failure

2009-01-30 Thread Maris Nartiss
Hello Nikos,
probably create a trac wish report Investigate Starspan integration
possibilities into GRASS. It can be used also later as meta bug to
track integration blocking code bugs.

I haven't used Starspan and currently have no requirements to do so,
still integrating various small projects into larger ones is a good
thing - lessens work fragmentation and improves code handling - any
GRASS dev can poke around that code.
Maris.

2009/1/30, Moritz Lennert mlenn...@club.worldonline.be:
 On 29/01/09 20:06, Nikos Alexandris wrote:
 On Thu, 2009-01-29 at 10:15 -0800, Jonathan Greenberg wrote:
 Folks:

 I would LOVE to see someone take over development on starspan -- I
 did submit a OSGEO application but it came back denied, more or less,
 because of lack of community support.  There are a lot of bugs and user
 interface issues still remaining that would be nice to get cleaned up,
 but I'm not a C programmer and, while I developed the algorithm itself,
 I was not the coder.

 If anyone is interested in working on the development, please email
 me!  If you all are not sure what STARSPAN does, it is a flexible way to
 get raster data (raw or summarized) associated with vector coverages
 (similar to Arc's zonalstats, although with more output types).  E.g.,
 if you want to get the average pixel values from a SET of raster images
 underlying a single vector coverage, starspan will spit out a CSV
 containing the vector's original database, along with a column for the
 average pixel value for that polygon.  The algorithm tends to be very
 fast, especially in cases where the polygon coverage is a fraction of
 the raster coverage (which tends to be the case in many problems).

 --j

 Jonathan + all,

 please excuse my ignorance if I ask something that I shouldn't: could
 you imagine starspan as part of GRASS? Something like v.starspan ?



 http://lists.osgeo.org/pipermail/grass-user/2008-July/045882.html
 http://lists.osgeo.org/pipermail/grass-user/2008-August/045886.html

 +1

 Moritz
 ___
 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] starspan with grass support compilation failure

2009-01-30 Thread Daniel Victoria
Speaking as a user...

I used starspan a couple of times and it's great. But what I most
liked about it is that _it works outside of GRASS_! It's independent
of GRASS, so an user with just a shapefile and some GeoTiffs can use
it happily.

At the same time that I believe it's a great tool and it should
receive more attention, the ability to work with other formats and
outside of grass is very important. Maybe have something like the gdal
tools, where the user can transform and query any image outside grass
but also, it works inside the GIS.

I say this because I had several grass rasters that I needed to do a
zonal stats with a very big shapefile. I was having a hard time
importing the shapefile into grass so, starspan to the rescue! Fast
and simple.

Just my 2c

Daniel

On Fri, Jan 30, 2009 at 7:48 AM, Maris Nartiss maris@gmail.com wrote:
 Hello Nikos,
 probably create a trac wish report Investigate Starspan integration
 possibilities into GRASS. It can be used also later as meta bug to
 track integration blocking code bugs.

 I haven't used Starspan and currently have no requirements to do so,
 still integrating various small projects into larger ones is a good
 thing - lessens work fragmentation and improves code handling - any
 GRASS dev can poke around that code.
 Maris.

 2009/1/30, Moritz Lennert mlenn...@club.worldonline.be:
 On 29/01/09 20:06, Nikos Alexandris wrote:
 On Thu, 2009-01-29 at 10:15 -0800, Jonathan Greenberg wrote:
 Folks:

 I would LOVE to see someone take over development on starspan -- I
 did submit a OSGEO application but it came back denied, more or less,
 because of lack of community support.  There are a lot of bugs and user
 interface issues still remaining that would be nice to get cleaned up,
 but I'm not a C programmer and, while I developed the algorithm itself,
 I was not the coder.

 If anyone is interested in working on the development, please email
 me!  If you all are not sure what STARSPAN does, it is a flexible way to
 get raster data (raw or summarized) associated with vector coverages
 (similar to Arc's zonalstats, although with more output types).  E.g.,
 if you want to get the average pixel values from a SET of raster images
 underlying a single vector coverage, starspan will spit out a CSV
 containing the vector's original database, along with a column for the
 average pixel value for that polygon.  The algorithm tends to be very
 fast, especially in cases where the polygon coverage is a fraction of
 the raster coverage (which tends to be the case in many problems).

 --j

 Jonathan + all,

 please excuse my ignorance if I ask something that I shouldn't: could
 you imagine starspan as part of GRASS? Something like v.starspan ?



 http://lists.osgeo.org/pipermail/grass-user/2008-July/045882.html
 http://lists.osgeo.org/pipermail/grass-user/2008-August/045886.html

 +1

 Moritz
 ___
 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

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


Re: [GRASS-user] problem in grass70 compilation

2009-01-30 Thread Markus Neteler
On Fri, Jan 30, 2009 at 10:25 AM, orkun te...@deprem.gov.tr wrote:
 hello

 when I tried to compile grass70, I got this error message

 Errors in:
 /usr/local/grass-7.0.svn_src_snapshot_2009_01_24/general/g.cairocomp
 /usr/local/grass-7.0.svn_src_snapshot_2009_01_24/imagery/i.atcorr


 what do I have to do ?

please:

cd /usr/local/grass-7.0.svn_src_snapshot_2009_01_24/general/g.cairocomp
make

and post the error, and

cd /usr/local/grass-7.0.svn_src_snapshot_2009_01_24/imagery/i.atcorr
make

and post the error (preferably to the grass-dev list).

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


Re: [GRASS-user] starspan with grass support compilation failure

2009-01-30 Thread Markus Neteler
On Fri, Jan 30, 2009 at 11:30 AM, Daniel Victoria
daniel.victo...@gmail.com wrote:
...
 I say this because I had several grass rasters that I needed to do a
 zonal stats with a very big shapefile. I was having a hard time
 importing the shapefile into grass
...

Sidenote:
There is new activity ongoing to improve that situation:
http://trac.osgeo.org/grass/ticket/426

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


[GRASS-user] Perhaps useful for GRASS' future webpage style

2009-01-30 Thread Nikos Alexandris
and not only:

http://www.wikipublisher.org/wiki/

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


Re: [GRASS-user] Perhaps useful for GRASS' future webpage style

2009-01-30 Thread Markus Neteler
On Fri, Jan 30, 2009 at 4:02 PM, Nikos Alexandris
nikos.alexand...@felis.uni-freiburg.de wrote:
 and not only:

 http://www.wikipublisher.org/wiki/

Wikipublisher is an extension to PmWiki.

You mean to rewrite the entire site?

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


[GRASS-user] using v.net.path output to update original map

2009-01-30 Thread Christopher Mire
I have a problem that I not sure how to correctly address.  Basically I have
vector map and I
find some shortest paths on it using v.net.path.  I basically want to keep
track of which lines have
been using in the shortests paths and how many times.  So I suppose I need
to add a column
to original map called traversed, which starts at zero, and is incremented
by one every time
that line is used in a shortest path.

So I have a vector map output from v.net.path, which contains a single
attribute, and have option of
the vector map being a single line, or the lines which were in original map.
Is there a way to match the lines in the original map with the lines in the
shortest path, and update the traversed attribute for that row in the
original map?  Would I have to add traversed column to shortest path map,
get value from original somehow, increment, and then merge vector maps?

Any ideas would be appreciated. Thanks.
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Perhaps useful for GRASS' future webpage style

2009-01-30 Thread Nikos Alexandris
On Fri, 2009-01-30 at 17:06 +0100, Markus Neteler wrote:
 On Fri, Jan 30, 2009 at 4:02 PM, Nikos Alexandris
 nikos.alexand...@felis.uni-freiburg.de wrote:
  and not only:
 
  http://www.wikipublisher.org/wiki/
 
 Wikipublisher is an extension to PmWiki.
 
 You mean to rewrite the entire site?
 
 Markus


:D

No, not really! Since I ignore a lot of the basics concerning html,
xhtml and web-design stuff, I surely do not recommend anything.

However, the wikipublisher looks very nice. I thought it might be useful
to know.

Cheers, Nikos

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


[GRASS-user] no output when running i.atcorr

2009-01-30 Thread Annekatrien Debien
Hi all,

I want to do an atmospheric correction of my Landsat ETM+ images using the
i.atcorr module in Grass 6.3 on Ubuntu, but I never get an output. When I
use a DEM in *ialt*, the continuous version or the categorized, of the
region, I just get wavelength less than 0.25 micron  let's take
s(1)=s(0.25). I don't insert an altitude value in my *icdn* file however,
since I've read that that value would overwrite the DEM. When I do put in an
altitude value, I get a list with the parameters for the 6S-algorithm, and
then 'percent complete', so that seems to be ok, but the algorithm stops
running, so I don't get a corrected image. Does anyone have experience with
this module, and help me with some tips, preferably so I can use my DEM
instead of one altitude value for the whole image?

This is my *icdn *file when I use the DEM:
8
2 12 08.500 +35.2203028 -2.8893705
1
0
-1
-1000
64

and this when I use one altitude for the whole region:
8
2 12 08.500 +35.2203028 -2.8893705
1
0
-1
1000
-1000
64


Thanks in advance!

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


[GRASS-user] profile tools in GRASS GIS 6.4.ORC2

2009-01-30 Thread Jhon Ortiz


Hi to all,


Im working with grass 6.4.0RC2 in Ubuntu 8.04.


I tried Interactively create profile of a raster map. 
I drew Profile transect with the mouse in map display,
but when I make click in the profile button to create the profile, don't 
display anything
and gave me  this error:

Traceback (most recent call last):
  File /usr/local/grass-6.4.0RC2/etc/wxpython/gui_modules/p
rofile.py, line 449, in OnCreateProfile

self.DrawPlot()
  File /usr/local/grass-6.4.0RC2/etc/wxpython/gui_modules/p
rofile.py, line 474, in DrawPlot

legend=r['plegend'])
  File /usr/lib/python2.5/site-
packages/wx-2.8-gtk2-unicode/wx/lib/plot.py, line 224, in
__init__

PolyPoints.__init__(self, points, attr)
  File /usr/lib/python2.5/site-
packages/wx-2.8-gtk2-unicode/wx/lib/plot.py, line 124, in
__init__

self._points =
_Numeric.array(points).astype(_Numeric.Float64)
ValueError
:
matrices are not aligned for copy


Some advice?


Regards,


Jhon Ortiz Trujillo 
Bioestratigrafia - ICP
Bogotá - Colombia 




_
Descubre cómo compartir tus fotos con Windows Live. ¡Pruébalo ya! 
http://home.live.com/___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user