Re: [GRASS-user] Spgrass6 and R using GRASS Bash Scripts

2010-04-19 Thread Gilbert Ferrara
Greetings Thanks Markus and Milton for your help But... Imagine that I'm running a GRASS Script with Module, and all GRASS functions. How can I integrate it in there? I mean, the user selects a raster and How can i use that input to run a Script that calls R? That is my question. Because I can

Re: [GRASS-user] Operation of v.split

2010-04-19 Thread Nikos Alexandris
On Sunday 18 of April 2010 03:53:28 billt wrote: Hi all, I am not sure I understand well the operation of v.split. Keeping in mind the Florida coastline problem mentioned elsewhere in this forum, I split a large vector with v.split. Question is, what happens to the attributes? No new attribute

Re: [GRASS-user] Re: GRASS talks @ Barcelona FOSS4G conference?

2010-04-19 Thread Lluís Vicens
Dear all, FYI, there are 14 submitted abstracts that contains GRASS as a keyword. Best, Llus Llus Vicens Franquesa Projectes i Formaci ll...@sigte.udg.edu www.sigte.udg.edu En/na Robert Nuske ha escrit: Markus,

[GRASS-user] ORFEO integration/interface with GRASS

2010-04-19 Thread Luis Lisboa
Greetings I would like to know if anyone as tried to integrate or build an interface between GRASS and ORFEO toolbox (OTB) http://www.orfeo-toolbox.org/otb/ This tool has a lot of segmentation tools and classifiers that can be used in QGIS. I wanted to know if it's possible to integrate/use in (or

[GRASS-user] USGS seamless maps: Lakes

2010-04-19 Thread Kurt Springs
Hi again, New question. I downloaded the USGS seamless maps for lakes and ponds and can't get them to fill. I thought I might be dealing with broken polygons. I ran the file through v.build and v.clean. When I still couldn't get them to fill, I looked at them in v.digit. It appeared that

Re: [GRASS-user] How to manipulate PostGIS attributes from GRASS

2010-04-19 Thread Jonah Duckles
I often do something similar taking a random point-sample of a given raster using v.out.ascii and r.what. r.what is nice because you can string together multiple rasters that you want to sample from. Say multiple time-steps in a timeseries of rasters etc. What I tend to do is something like:

RE: [GRASS-user] Question with Python-SWIG example [SEC=UNCLASSIFIED]

2010-04-19 Thread Glynn Clements
Andrew MacIntyre wrote: Glynn Clements wrote: {...} Nor can I figure out how to make use of any pointers returned from functions. Typemaps exist to allow strings, arrays, etc to be converted to pointers when passing them into functions, but it isn't possible to do the reverse

Re: [GRASS-user] ORFEO integration/interface with GRASS

2010-04-19 Thread Markus Neteler
On Mon, Apr 19, 2010 at 5:50 PM, Luis Lisboa luislisboa1...@gmail.com wrote: Greetings I would like to know if anyone as tried to integrate or build an interface between GRASS and ORFEO toolbox (OTB) http://www.orfeo-toolbox.org/otb/ This tool has a lot of segmentation tools and classifiers

[GRASS-user] Geoinformatics FCE CTU 2010 - call for papers

2010-04-19 Thread Martin Landa
Hi all, sorry for a little bit OOT message. I would like to encourage you to publish a paper concerning GFOSS-related stuff in our young journal called Geoinformatics FCE CTU [1]. This year we are planning to release 5th volume of the journal. If you are interested please send me a short

Re: [GRASS-user] ORFEO integration/interface with GRASS

2010-04-19 Thread Leo Hardtke
It would be very good to have OTB linked to GRASS! I'm using it, and it is very powerfull, but very dificult too... Leonardo Hardtke Markus Neteler escribió: On Mon, Apr 19, 2010 at 5:50 PM, Luis Lisboa luislisboa1...@gmail.com wrote: Greetings I would like to know if anyone as tried to

Re: [Fwd: [GRASS-user] r.cost vs. costallocation (arcgis)]

2010-04-19 Thread Markus Metz
António M. Rodrigues: I've been reading about scripting and programming in GRASS, since I believe the solution probably involves writing some code based on r.cost. But of course, any help is welcomed. Try GRASS 7 r41926, r.cost got a new raster output option with the nearest start point.

Re: [Fwd: [GRASS-user] r.cost vs. costallocation (arcgis)]

2010-04-19 Thread
Indeed it is... I'll try it and report some results soon. Thank you. António On Apr 19, 2010, at 6:27 PM, Markus Metz wrote: António M. Rodrigues: I've been reading about scripting and programming in GRASS, since I believe the solution probably involves writing some code based on

[GRASS-user] Entering '1' and 'BDL' in Database

2010-04-19 Thread Rich Shepard
For a scientific database holding observed and measured values there are two non-numeric (NAN) legitimate entries: 1 and 'below detection limits.' Is anyone aware of a standard way of expressing these? The problem is that the column needs to be of a numeric type because the numbers will be

Re: [GRASS-user] Entering '1' and 'BDL' in Database

2010-04-19 Thread Rich Shepard
On Mon, 19 Apr 2010, Dylan Beaudette wrote: how about NULL ? Dylan, NULL means unknown, and 'less than 1' or 'below detection limits' means it cannot be measured with the instruments used. There's a big difference. NULL can result from the measurement not being taken or the analysis not

Re: [GRASS-user] Entering '1' and 'BDL' in Database

2010-04-19 Thread Dylan Beaudette
On Monday 19 April 2010, Rich Shepard wrote: For a scientific database holding observed and measured values there are two non-numeric (NAN) legitimate entries: 1 and 'below detection limits.' Is anyone aware of a standard way of expressing these? The problem is that the column needs to

Re: [GRASS-user] Entering '1' and 'BDL' in Database

2010-04-19 Thread Dylan Beaudette
On Monday 19 April 2010, Rich Shepard wrote: On Mon, 19 Apr 2010, Dylan Beaudette wrote: how about NULL ? Dylan, NULL means unknown, and 'less than 1' or 'below detection limits' means it cannot be measured with the instruments used. There's a big difference. NULL can result from the

Re: [GRASS-user] Entering '1' and 'BDL' in Database

2010-04-19 Thread Rich Shepard
On Mon, 19 Apr 2010, Adam Dershowitz, Ph.D., P.E. wrote: I would suggest that NULL doesn't mean unknown. Adam, Actually, it does. Instead it means, can't be represented as a valid number. One can have NULL in a text column, too, when the value is not known. Another option is to use

RE: [GRASS-user] Question with Python-SWIG example [SEC=UNCLASSIFIED]

2010-04-19 Thread Andrew MacIntyre
[Oops - original inadvertently sent only to Glynn] From: Glynn Clements [mailto:gl...@gclements.plus.com] Andrew MacIntyre wrote: Glynn Clements wrote: {...} Nor can I figure out how to make use of any pointers returned from functions. Typemaps exist to allow strings, arrays,