Re: [GRASS-user] Help

2017-06-06 Thread Markus Neteler
Hi Patricia, On Tue, Jun 6, 2017 at 9:16 PM, Szalona P wrote: > Hello :D My name is Patricia and need help with GRASS. Will be visible if you > help me find some information about the GRASS operation:D Much is covered here: https://grass.osgeo.org/grass72/manuals/index.html and nice tutorials a

Re: [GRASS-user] Help

2017-06-06 Thread Nikos Alexandris
Szalona P wrote: .. 2.Does g.region have mandatory parameters? If yes, then specify what ? Markus Neteler: In general no, it can run with a single flag like "-p" for print the current region. See https://grass.osgeo.org/grass72/manuals/g.region.html If you execute something like `g.region

Re: [GRASS-user] help

2011-01-21 Thread Micha Silver
Hello Rahma: It seems you have *very* limited information about the parcels. I can't imagine any way to get a GIS layer from a table with nothing but the id of the adjacent polygons. For example, suppose a plot is a rectangle and it has two plots to the north?? Suppose s

Re: [GRASS-user] help

2011-01-22 Thread Juan Miguel Garijo
Bienvenu, Rahma ¿Quel sort de fichier? ¿Quel est le problème? ¿Ou veux tu aller? ¿Quelle version de GRASS? Il faut toujours demander plus précision. ¿Et la liste GRASS en français?: http://www.linux-nantes.org/wws/info/grass-fr JM Garijo De: Rahma Dhaouadi Para

Re: [GRASS-user] help

2008-05-28 Thread Nikos Alexandris
On Thu, 2008-05-29 at 09:10 +, Isabel Alfaro Cardozo wrote: > y need to make a poligon, but i make the boundary then the centroid > and i dont know how to tell the program to make it a poligon.. can > sombody help me? thanks a lot!! Hello! Some ideas: .Use v.info on your map and see how many

RE: [GRASS-user] help

2008-05-28 Thread Patton, Eric
>y need to make a poligon, but i make the boundary then the centroid and i >dont know how to tell the program to make it a poligon.. can sombody help >me? thanks a lot!! You probably need to enable 'snapping' within the v.digit module to make the polygon vertices coincident. See the attached scr

RE: [GRASS-user] help

2008-05-28 Thread Patton, Eric
>thank you a lot, im new in grass, im learning and i cant get the poligon >area, i think the procedure is to use the boundary button, make it close >then use the centroid option and then when i save the file and check the >info it says i have a boundary and a centriod but no area, im i missing >so

Re: [GRASS-user] Help

2008-08-06 Thread Roger Mason
Omkar, "Omkar kulkarni" <[EMAIL PROTECTED]> writes: >I would like to know if it is possible to creat mapset using only X,Y >Coordinate if yes how ? This is how I do it (on a linux box): (1) grass63 -text (2) Name the location & mapset. (Use underscores to clean the input boxes). (3) Co

Re: [GRASS-user] help..

2012-04-26 Thread Markus Neteler
On Thu, Apr 26, 2012 at 6:34 PM, Albert Saribekyan wrote: > > Albert Saribekyan. > > I want to input a gif file in my GRASS location and there is a such error > > GRASS 6.4.2RC2 (example):/ > r.in.gdal > input=/home/albert.saribekyan/geo/geosample-02.gif output=raster > location=example > r.in.gda

Re: [GRASS-user] help..

2012-04-28 Thread Paulo van Breugel
Some problem how gdal links to PROJ.4 I think? On Ubuntu, you should find the file in /usr/lib/, but this might be different in other OS. It might be useful to report What OS you are using, and how you did install gdal and proj4. On 04/26/2012 06:34 PM, Albert Saribekyan wrote: Albert

Re: [GRASS-user] help

2010-02-18 Thread Markus Neteler
On Thu, Feb 18, 2010 at 8:33 PM, Nicholas Lack wrote: > There’s far too much traffic for me! > > I just find myself deleting 15 mails per day on average!! You could consider to set your mailman settings to Digest mode, then they arrive bundled. > How do get off the mailing list again? > > My pas

Re: [GRASS-user] help

2010-02-18 Thread Glynn Clements
Nicholas Lack wrote: > There's far too much traffic for me! Tip: don't ever subscribe to the linux-kernel list ;) > How do get off the mailing list again? Use the link at the bottom of the message. > My password doesnt seem to work any more. The web interface has an option to email a passwor

Re: [GRASS-user] help

2010-02-18 Thread Rich Shepard
On Fri, 19 Feb 2010, Glynn Clements wrote: Tip: don't ever subscribe to the linux-kernel list ;) Or the OpenOffice.org mail list. Rich ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] help

2010-02-18 Thread Hamish
Nick: > There’s far too much traffic for me! > I just find myself deleting 15 mails per day on average!! try also the "digest mode" where you only get 1 email a day or Nabble, where you get only personal emails and can browse the posts like a newsreader when you like. http://www.nabble.com/GR

Re: [GRASS-user] help t.rast.algebra

2015-09-23 Thread Moritz Lennert
On 18/09/15 17:38, Veronica Andreo wrote: Hi Soeren, list I need some help with t.rast.algebra. Well, if it is that my problem is really a t.rast.algebra problem... I have 2 strds with different granularities. A is an annual time series that contains the min annual temperature, B is a monthly t

Re: [GRASS-user] help t.rast.algebra

2015-09-25 Thread Veronica Andreo
Hi Moritz, I eventually solved it like this: t.rast.aggregate -s input=cla granularity="1 years" method=minimum output=yearly_min basename=yearly_min t.rast.aggregate -s input=cla granularity="1 months" method=minimum output=monthly_min basename=monthly_min YEAR_I=2003 ; YEAR_F=2013 MONTH_I=1 ;M

Re: [GRASS-user] help t.rast.algebra

2015-09-25 Thread Sören Gebbert
Hi, Sorry, i am unable to help here, since the algebra is a deep mistery for me as well. I think that after i have finished a paper about it, the algebra will be much better documented. Ciao Sören Am 25.09.2015 16:40 schrieb "Veronica Andreo" : > Hi Moritz, > > I eventually solved it like this: >

Re: [GRASS-user] help t.rast.algebra

2015-09-25 Thread Veronica Andreo
Thanks, Sören! I anxiously await for that paper :) Cheers, Vero El sep 25, 2015 12:31 PM, "Sören Gebbert" escribió: > Hi, > Sorry, i am unable to help here, since the algebra is a deep mistery for > me as well. I think that after i have finished a paper about it, the > algebra will be much bett

Re: [GRASS-user] help v.lidar.mcc

2017-01-09 Thread Anna Petrášová
Hi Rafaela, please give us more information. What kind of mistakes? What is the GRASS version you use now and before? Did you update v.lidar.mcc from addons? I am not aware of any changes. Last change in v.lidar.mcc was 14 months ago. Thank you, Anna On Mon, Jan 9, 2017 at 5:59 AM, Rafaela Soar

Re: [GRASS-user] help v.lidar.mcc

2017-01-09 Thread Rafaela Soares
Hi Anna, Thanks for your attention. The module v.lidar.mcc creates two products (point cloud): ground and non-ground. So, after I installed Linux Mint on my computer, the module is not creating ground file, only file of non-ground and also files I'm not understanding what it are. Example for out

Re: [GRASS-user] help v.lidar.mcc

2017-01-09 Thread Moritz Lennert
On 09/01/17 16:11, Rafaela Soares wrote: Hi Anna, Thanks for your attention. The module v.lidar.mcc creates two products (point cloud): ground and non-ground. So, after I installed Linux Mint on my computer, the module is not creating ground file, only file of non-ground and also files I'm not

Re: [GRASS-user] help v.lidar.mcc

2017-01-09 Thread Rafaela Soares
Hi Moritz! I've reinstalled v.lidar.mcc using g.extension in another computer, but it seems that it did not work. He returned this report: (Mon Jan 9 13:39:58 2017) v.lidar.mcc input=q16_p02@q16_total_jun2016 ground=q16_p02gro nonground=q16_p02nongro Processing scale domain 1... Processing

Re: [GRASS-user] help v.lidar.mcc

2017-01-09 Thread Anna Petrášová
There should be some error in terminal too, could you include it? On Mon, Jan 9, 2017 at 2:43 PM, Rafaela Soares wrote: > Hi Moritz! > > I've reinstalled v.lidar.mcc using g.extension in another computer, but it > seems that it did not work. > > He returned this report: > > > (Mon Jan 9 13:3

Re: [GRASS-user] help v.lidar.mcc

2017-01-09 Thread Moritz Lennert
Le 9 janvier 2017 20:43:37 GMT+01:00, Rafaela Soares a écrit : >Hi Moritz! > >I've reinstalled v.lidar.mcc using g.extension in another computer, but >it >seems that it did not work. It did in that you don't have the same error. Now the issue seems to be with v.outlier. As Anna says, we wou

Re: [GRASS-user] help v.lidar.mcc

2017-01-10 Thread Anna Petrášová
On Tue, Jan 10, 2017 at 2:56 PM, Rafaela Soares wrote: > Hi All! > > Apparently the module hasn't created this temporary files. I collected a > "Print Screen" and really dont know resolve this problem. Today, I > reprocesseded another point clouds, but the same problem appeared. > > It's weird y

Re: [GRASS-user] help v.lidar.mcc

2017-01-10 Thread Anna Petrášová
Hi Rafaela, this is too big for testing, please make it smaller. You will at least see if the problem is related to the size of the dataset. Also, as Moritz suggested you, please run the command: v.outlier --o ew_step=0.5 outlier=outlier filter=positive lambda=2.0 input=mylasinput threshold=0.4 o

Re: [GRASS-user] help v.lidar.mcc

2017-01-11 Thread Moritz Lennert
On 11/01/17 05:21, Anna Petrášová wrote: Hi Rafaela, this is too big for testing, please make it smaller. You will at least see if the problem is related to the size of the dataset. Also, as Moritz suggested you, please run the command: v.outlier --o ew_step=0.5 outlier=outlier filter=positive

Re: [GRASS-user] help r.forestfrag

2023-03-15 Thread Bikram Ray
Dear ma'am, Please, could you communicate in English. I am unable to understand the language you had used. Thank you With best regards Bikram Ray On Wed., 15 Mar. 2023, 7:55 pm María Celeste Galizzi, wrote: > Mi nombre es Ma. Celeste Galizzi. > Estoy trabajando con imágenes Landsat 5 y 8.

Re: [GRASS-user] help r.forestfrag

2023-03-15 Thread Markus Neteler
Hi María Celeste, On Wed, Mar 15, 2023 at 3:24 PM María Celeste Galizzi wrote: > > Mi nombre es Ma. Celeste Galizzi. > Estoy trabajando con imágenes Landsat 5 y 8. > > Hice las correcciones, apilado de bandas, kmeans y reclasificación. > > Sobre la imagen reclasificada es con la que estoy tratand

Re: [GRASS-user] help r.forestfrag

2023-03-22 Thread Markus Neteler
Hi Celeste, On Thu, Mar 16, 2023 at 2:06 PM María Celeste Galizzi wrote: > > Hi Markus! > > Yes, I installed the plugin with g.extension. > > I had already calculated those indices for that or other rasters. Mhh - you wrote that you use GRASS GIS 7.8 (please consider to update!) but the error s

Re: [GRASS-user] help r.forestfrag

2023-03-24 Thread María Celeste Galizzi
Thank you very much! El mié, 22 mar 2023 a las 18:42, Markus Neteler () escribió: > Hi Celeste, > > On Thu, Mar 16, 2023 at 2:06 PM María Celeste Galizzi > wrote: > > > > Hi Markus! > > > > Yes, I installed the plugin with g.extension. > > > > I had already calculated those indices for that or

Re: Re: [GRASS-user] help..

2012-05-02 Thread Markus Neteler
On Sat, Apr 28, 2012 at 11:40 PM, Albert Saribekyan wrote: >> /usr/lib/libproj.so >> /usr/lib64/libproj.so This indicates that you have both the 32bit and 64bit version of PROJ4 installed. Not necessarily a problem but you need to check if the right version is used. >> Scientific Linux SL releas

Re: [GRASS-user] help(octave)

2009-11-18 Thread Markus Neteler
On Wed, Nov 18, 2009 at 6:55 PM, ricardo rodriguez wrote: > hello if anyone already worked or created scripts in octave and grass > together, and I need some help on the subject. I have started a new page in the Wiki: http://grass.osgeo.org/wiki/GRASS_and_Octave ...please add more. Markus

Re: [GRASS-user] help with r.hants

2015-05-16 Thread Veronica Andreo
Hola Leo! > Hello community! > > I would like to ask a little help for a brand new 7 GRASS module: r.hants. > In this module there are some option that can be chosen. One of them is: > > fet=float - Fit error tolerance > > Anyway in the manual there is no explanation about how to use this option,

Re: [GRASS-user] Help for v.lidar.mcc

2016-07-26 Thread Moritz Lennert
On 25/07/16 23:55, Rafaela Soares wrote: Hi all, I have three point clouds generated from UAV images. I need these filter point clouds, and for this I used the v.lidar.mcc command is separate ground and non-ground. So, my new point cloud is more dense. Have more of 100 million points and the v.li

Re: [GRASS-user] Help for v.lidar.mcc

2016-07-26 Thread Blumentrath, Stefan
Sent: 26. juli 2016 12:17 To: Rafaela Soares ; grass-user@lists.osgeo.org; Newcomb, Doug Subject: Re: [GRASS-user] Help for v.lidar.mcc On 25/07/16 23:55, Rafaela Soares wrote: > Hi all, > I have three point clouds generated from UAV images. I need these > filter point clouds, and f

Re: [GRASS-user] Help with r.landscape.evol

2018-09-11 Thread Markus Neteler
On Sun, Sep 9, 2018 at 11:55 PM Nicholas Uwadia wrote: > > hi > am trying to model gully erosion changes using the r.landscape.evol i get an > erros as the output to excel is blank. i kindly as if there is any tutorial > using this tool that can guide me. Please post more details - which oper

Re: [GRASS-user] Help with r.landscape.evol

2018-09-11 Thread Nicholas Uwadia
Thanks makus for your reply, i have added more details as required and also the error experienced. operating system :windows 10 GRASS GIS: 7.4 this is the output command and error Iteration 1 -- step 4: calculating divergence/difference of sediment transport for each process and the actual amount

Re: [GRASS-user] Help with r.landscape.evol

2018-09-12 Thread Helmut Kudrnovsky
Nicholas Uwadia wrote > Thanks makus for your reply, i have added more details as required and > also > the error experienced. > operating system :windows 10 > GRASS GIS: 7.4 tested here with OSGeo4W-winGRASS 7.4.1 - r.landscape.evol --verbose elev=elevation@PERMANENT

Re: [GRASS-user] Help with r.landscape.evol

2018-09-12 Thread Helmut Kudrnovsky
Helmut Kudrnovsky wrote > File "C:\Users\hkmyr\AppData\Roaming\GRASS7\addons/scripts > /r.landscape.evol.py", line 509, in main > grass.run_command('r.colors', quiet = "True", map = > netchange, rules = nccolors.name) > File "C:\OSGEO4~1\apps\grass\grass-7.4.1\etc\python\grass\ > script\cor

Re: [GRASS-user] Help with r.landscape.evol

2018-09-17 Thread Isaac Ullah
(Helmut Kudrnovsky) >2. Re: Help with r.landscape.evol (Helmut Kudrnovsky) > > > > -- Forwarded message -- > From: Helmut Kudrnovsky > To: grass-user@lists.osgeo.org > Cc: > Bcc: > Date: Wed, 12 Sep 2018 10:23:07 -0700 (MST) > Subject: Re: [GRASS-user] H

Re: [GRASS-user] Help regarding i.ortho.photo

2022-06-25 Thread Markus Neteler
Hi, On Sat, Jun 25, 2022 at 1:10 AM wrote: > > Hi. > I cannot find the "i.ortho.photo" suite in GRASS 8.2. I tried accessing it in > the add ons menu. Please note that i.ortho.photo is a core module set (not an addon), see: https://grass.osgeo.org/grass-stable/manuals/i.ortho.photo.html > I tr

Re: [GRASS-user] Help regarding i.ortho.photo

2022-06-25 Thread smruti
Thank you for your time and valuable suggestions. This has really been helpful. Smruti On 2022-06-25 21:31, Markus Neteler wrote: Hi, On Sat, Jun 25, 2022 at 1:10 AM wrote: Hi. I cannot find the "i.ortho.photo" suite in GRASS 8.2. I tried accessing it in the add ons menu. Please note t

RE: [GRASS-user] help with georectify

2010-10-06 Thread Pablo Carreira
Sometimes I have the same problem. My solution is to use the georectify module to set the GPCs, save, close it and then run:i.group - i.target - i.rectfy.It's fail safe. Pablo Torres Carreira > From: sedwar...@cinci.rr.com > Date: Wed, 6 Oct 2010 09:23:17 -0400 > To: grass-user@lists.osgeo.o

Re: [GRASS-user] help with georectify

2010-10-07 Thread Stuart Edwards
Thank you very much. That is indeed the fail safe way to go. For anyone else following this - note that the three steps indicated are run from the xy location not the location where you want the map to end up. Cheers Stu On Oct 6, 2010, at 2:39 PM, Pablo Carreira wrote: > Sometimes I have

Re: [GRASS-user] help with georectify

2010-10-13 Thread Markus Metz
Stuart Edwards wrote: > Hi ~ > > GRASS 6.4.0 / OS X 10.6.4 and 10.5.8 (PPC) with wxpython > > I'm having a problem with the georectify module - which is strange since I've > used it a lot in the past without any problems; although maybe not since I > upgraded to this GRASS version - hard to remem

Re: [GRASS-user] help with georectify

2010-10-13 Thread Stuart Edwards
On Oct 13, 2010, at 9:31 AM, Markus Metz wrote: >> GRASS 6.4.0 / OS X 10.6.4 and 10.5.8 (PPC) with wxpython >> >> I'm having a problem with the georectify module - which is strange since >> I've used it a lot in the past without any problems; although maybe not >> since I upgraded to this GRAS

Re: [GRASS-user] help with georectify

2010-10-13 Thread Markus Metz
Stuart Edwards wrote: > > Markus Metz wrote: > >>> GRASS 6.4.0 / OS X 10.6.4 and 10.5.8 (PPC) with wxpython >>> >>> I'm having a problem with the georectify module - which is strange since >>> I've used it a lot in the past without any problems; although maybe not >>> since I upgraded to this GRA

Re: [GRASS-user] Help with viewer

2010-11-25 Thread Achim Kisseler
Well: Q-GIS? Achim Am 25.11.2010 09:03, schrieb Giacomo Piva: Ciao a tutti, Hi all, Does someone know a good GeoTIFF (and other image format) free and multi-platform viewer software? Thank you ___ grass-user mailing list grass-user@lists.osgeo.org

Re: [GRASS-user] Help with viewer

2010-11-25 Thread Micha Silver
On 11/25/2010 10:03 AM, Giacomo Piva wrote: Ciao a tutti, Hi all, Does someone know a good GeoTIFF (and other image format) free and multi-platform viewer software? Maybe OpenEV is what you want: http://openev.sourceforge.net/ Thank you -- Micha Silver Arava Development Co. +972-52-36

Re: [GRASS-user] help with v.db.update

2011-04-06 Thread Richard Chirgwin
"I don't know" is the short answer. Hamish's suggested worked here for v.db.update, but when I used "like" in v.db.update, it failed with the same error as you saw. Perhaps a bug in the driver? Richard On 6/04/11 5:12 PM, Sharon M wrote: Why does the DBF driver handle like when using v.db.se

Re: [GRASS-user] help with v.db.update

2011-04-06 Thread Sharon M
This is the example provided in the v.db.update man page g.copy vect=fields,myfields v.db.addcol myfields col="polynum integer" v.db.update myfields col=polynum val=42 where="label='V. White#1'" which returns the error White#1": -c: line 0: unexpected EOF while looking for matching `"' White#1":

Re: [GRASS-user] help with v.db.update

2011-04-06 Thread Sharon M
Richard - are you working in a win XP environment? If so which vers of WinGrass? Thanks, Sharon On Wed, Apr 6, 2011 at 4:48 PM, Richard Chirgwin wrote: > "I don't know" is the short answer. Hamish's suggested worked here for > v.db.update, but when I used "like" in v.db.update, it failed with t

Re: [GRASS-user] help with v.db.update

2011-04-06 Thread Richard Chirgwin
No - Mac. So perhaps Win interprets the delimiters differently? Richard On 6/04/11 5:23 PM, Sharon M wrote: Richard - are you working in a win XP environment? If so which vers of WinGrass? Thanks, Sharon On Wed, Apr 6, 2011 at 4:48 PM, Richard Chirgwin wrote: "I don't know" is the short a

Re: [GRASS-user] help me, please..

2012-01-29 Thread Markus Neteler
On Sun, Jan 29, 2012 at 6:04 PM, wrote: > > How can I create a new project in GRASS, even the simplest?? Check for example this documentation: http://grass.osgeo.org/grass64/manuals/html64_user/helptext.html or this: http://geostat-course.org/Topic_NetelerMetz_2011 "Introduction to GRASS GIS"

Re: [GRASS-user] help me, please..

2012-01-29 Thread Hamish
Markus N wrote: > or other tutorials/books from here: > http://grass.osgeo.org/gdp/ see also http://grass.osgeo.org/wiki/GRASS_Help#First_Day_Documentation ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gr

Re: [GRASS-user] help me, please..

2012-01-29 Thread Michael Barton
When you initially start GRASS, on the very first screen you see, there is a "help" button (circle with a "?" in it). Pressing this will give you good information about starting GRASS, including creating a location. Michael C. Michael Barton Director, Center for Social Dynam

Re: [GRASS-user] help me, please

2012-01-30 Thread Hamish
albertsaribekyan wrote: > GRASS 6.3.0 (spearfish60):/home/GRASSDATA > g.manual -i > > appeared this error > > Starting browser for module index... > ERROR: The browser does not exist. Please > reconfigure. try this: echo "export GRASS_HTML_BROWSER=firefox" >> ~/.grass.bashrc and restart GR

Re: [GRASS-user] help me, please..

2012-02-02 Thread Markus Neteler
On Thu, Feb 2, 2012 at 12:48 PM, wrote: > Dear all, > > I have created "newlocation" and "newmapset" in it. > I would like to know is it possible to add or create raster or vector data > in it, and if yes, how can it be done? Sure: you can for example import some data. see http://geostat-course

Re: [GRASS-user] help me, please..

2012-02-03 Thread Markus Neteler
On Fri, Feb 3, 2012 at 10:29 PM, wrote: > > Dear all, (please use more meaningful email subjects) > I would likike to now how can I create a project for grass with my > tif/geotiff image? > Is there any tool(converter) or how does tif/geotiff file convert into > file(project) wich can be analyz

Re: [GRASS-user] Help! System Cadastral

2008-11-06 Thread Moritz Lennert
On 06/11/08 11:12, Mamadou Diallo wrote: Hi, Has somebody there who knows " The System Cadastral " and how to convert in UTM. You will have to be a bit more specific. Which "System Cadastral" are you speaking about ? There are many cadastral systems around the world. Historically, many a

Re: [GRASS-user] Help with Georeferencing

2008-11-09 Thread Moritz Lennert
On 09/11/08 11:56, Matt B wrote: Hi Group, I'm slowly figuring out how to use grass but encountering the odd problem. Actually, I haven't managed to get much done with grass at all yet but I'm writing that off to the learning curve. At the moment I'm trying to georectify a stitched together goo

Re: [GRASS-user] Help with Georeferencing

2008-11-09 Thread Hamish
Matt: > > At the moment I'm trying to georectify a stitched > > together google earth image often r.in.wms / r.in.onearth is just as good and totally free. (r.in.onearth from wiki addons) > > I've imported the raster into grass using gdal, it > > splits it up into 3 (RGB) files? and I can display

Re: [GRASS-user] Help with Georeferencing

2008-11-09 Thread Matt B
Now I'm thinking about it, I'm a little unsure of the difference between a mapset and a location. Are they the same? On Mon, Nov 10, 2008 at 10:22 AM, Hamish <[EMAIL PROTECTED]> wrote: > Matt: > > > At the moment I'm trying to georectify a stitched > > > together google earth image > > often r.in

Re: [GRASS-user] Help with Georeferencing

2008-11-09 Thread Hamish
Matt wrote: > I'm using this to figure out how to georeference. The tutorials / wiki > are useful but for someone new to GRASS there is a little detail lacking > in the documentation. anyone can edit the wiki, improve as necessary. for the website tutorials not yet ported to the wiki or main modu

Re: [GRASS-user] Help with Georeferencing

2008-11-10 Thread Moritz Lennert
On 10/11/08 07:13, Matt B wrote: Now I'm thinking about it, I'm a little unsure of the difference between a mapset and a location. Are they the same? Please read: http://grass.osgeo.org/grass63/manuals/html63_user/helptext.html Or, more elaborate: http://www.gdf-hannover.de/lit_html/grass60_

Re: [GRASS-user] Help with Georeferencing

2008-11-09 Thread Matt B
On Mon, Nov 10, 2008 at 10:22 AM, Hamish <[EMAIL PROTECTED]> wrote: > Matt: > > > At the moment I'm trying to georectify a stitched > > > together google earth image > > often r.in.wms / r.in.onearth is just as good and totally free. > (r.in.onearth from wiki addons) > > > > I've imported the rast

Re: [GRASS-user] Help with reprojection

2009-01-02 Thread José María Michia
2009/1/2 Alex Bernstein : > Hi, Hello Alex! > I'm new to GRASS, and am having trouble with reprojection. I've spent > two days trying to figure this out, and I feel that I'm close, but > reprojection is still failing. Could anyone clue me in what I'm > missing? I will try to give a bit of help h

Re: [GRASS-user] Help with reprojection

2009-01-06 Thread Moritz Lennert
On 02/01/09 20:04, Alex Bernstein wrote: Finally, when I try reprojection I get "Input raster map is outside current region" error: Use v.in.region and v.proj first. See the Notes section in the manual page of r.proj. Moritz ___ grass-user mailing

FWD: RE: Re: [GRASS-user] help..

2012-05-01 Thread Albert Saribekyan
Albert Saribekyan. -- Пересланное сообщение -- От кого: Albert Saribekyan (albertsaribek...@rambler.ru) Дата: 29 Апрель 2012 г. 1:40:34 Тема: RE: Re: [GRASS-user] help.. Кому: Markus Neteler (nete...@osgeo.org) RE: Re: [GRASS-user] help.. Albert Saribekyan

Re: [GRASS-user] help with r.gwflow

2012-07-11 Thread Sören Gebbert
Hi, as default the boundaries are no flow boundary conditions called "homogeneous Neumann". Hence the default flux is 0. Best regards Soeren 2012/7/11 Vishal Mehta : > Hi all, > > I've been trying to use r.gwflow recently, for groundwater modeling in urban > environments. > > The r.gwflow help sa

Re: [GRASS-user] help with r.gwflow

2012-07-11 Thread Vishal Mehta
On Wed, Jul 11, 2012 at 1:49 PM, Vishal Mehta wrote: > Thanks Soren, > That explains some of the results i'm getting, with water piling up above > the surface in the edges in low-lying areas. > > Can you please tell me how i can change that to constant flux or constant > head? If constant flux, s

Re: [GRASS-user] help with r.gwflow

2012-07-16 Thread Vishal Mehta
Thanks Soren, >From you response, can you please tell me how to do the following two tasks (which i dont find in the online manual for r.gwflow): the remainder of your comments i have figured out. - How can i compute the flux in [m^3/s] for each cell with r.mapcalc? and - i have set the bc of the

Re: [GRASS-user] help with r.gwflow

2012-07-18 Thread Vishal Mehta
hi Soren, my constan head boundary conditions on the edges are causing water tables to build up everywhere else. so i estimated a constant flux 0f 0.0019 m3/s that i want to apply for edge cells. this is what i am trying in order to impose a constant flux on the edges r.mapcalc "sink.init=if(row(

Re: [GRASS-user] help with r.gwflow

2012-07-18 Thread Sören Gebbert
Hi Vishal, 2012/7/18 Vishal Mehta : > hi Soren, > > my constan head boundary conditions on the edges are causing water tables to > build up everywhere else. so i estimated a constant flux 0f 0.0019 m3/s that > i want to apply for edge cells. this is what i am trying in order to impose > a constant

Re: [GRASS-user] help with r.gwflow

2012-07-19 Thread Vishal Mehta
Thanks Soren, for your script. i'm using r.gwflow in v6.5svn, which does not have the budget parameter option. do you know how i can get the 7 version to work in my 6.5 version? also, i'd like to know how all th rest if it is set up - the river_bed parameters etc. do you have complete documentati

Re: [GRASS-user] help with r.gwflow

2012-07-19 Thread Markus Neteler
On Thu, Jul 19, 2012 at 5:53 PM, Vishal Mehta wrote: > i'm using r.gwflow in v6.5svn, which does not have the budget parameter > option. do you know how i can get the 7 version to work in my 6.5 version? You can check the download page at http://grass.osgeo.org/download/ Which OS do you use? Ma

Re: [GRASS-user] help with r.gwflow

2012-07-19 Thread Sören Gebbert
Hi, 2012/7/19 Vishal Mehta : > Thanks Soren, > for your script. > > i'm using r.gwflow in v6.5svn, which does not have the budget parameter > option. do you know how i can get the 7 version to work in my 6.5 version? Unfortunately the grass7 version of r.gwflow does not run in grass6.5 and i have

Re: [GRASS-user] help with r.gwflow

2012-07-19 Thread Vishal Mehta
i'm using ubuntu 8.04 Markus, V On Thu, Jul 19, 2012 at 9:47 AM, Markus Neteler wrote: > On Thu, Jul 19, 2012 at 5:53 PM, Vishal Mehta > wrote: > > i'm using r.gwflow in v6.5svn, which does not have the budget parameter > > option. do you know how i can get the 7 version to work in my 6.5 > ver

Re: [GRASS-user] help with r.gwflow

2012-07-19 Thread Vishal Mehta
Hi Soren, Thanks much for your example on how to use the river parameters. i'll see about switching to Grass 7. If you should be interested in collaborating in this kind of complex application, do let me know. i'll send you a conference paper i'm writing soon. after that, if you find it interesti

Re: [GRASS-user] help me, please!

2012-08-06 Thread Markus Neteler
On Mon, Aug 6, 2012 at 2:31 PM, Albert Saribekyan wrote: > GRASS 6.4.2RC2 (newlocation):~ > g.region > g.region: error while loading shared libraries: libgeos-3.1.0.so: cannot > open shared object file: No such file or directory You need to install the "geos" library package for your system. Mar

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

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

2013-08-14 Thread Helmut Kudrnovsky
t? 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 Kudrnovsk

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

2013-08-14 Thread ouspensky
> > 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 instal

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

2013-08-15 Thread Helmut Kudrnovsky
hi, > I am new to the GRASS mailing list, how do I keep this thread on the list? e.g. nabble (http://www.nabble.com/) is a good platform to organize your mailing lists subscriptions, all OSGeo-projects-mailing list are available there: http://osgeo-org.1560.x6.nabble.com/ >g.extension --verbose

Re: [GRASS-user] help with r.hants

2014-05-02 Thread Markus Neteler
hi Veronica, On Thu, May 1, 2014 at 3:17 PM, Veronica Andreo wrote: > Dear all, > > I'm using the following command to run r.hants on a series of 506 maps of > chlorophyll. It seems to start thinking and a few seconds after i get an > error: > > r.hants file=lista_hants nf=6 fet=0.1 dod=5 delta=0

Re: [GRASS-user] help with r.hants

2014-05-02 Thread Veronica Andreo
Hi Markus, all Thanks much for answering! and for the example! > > I'm using the following command to run r.hants on a series of 506 maps of > > chlorophyll. It seems to start thinking and a few seconds after i get an > > error: > > > > r.hants file=lista_hants nf=6 fet=0.1 dod=5 delta=0.1 base_

Re: [GRASS-user] help with r.hants

2014-05-02 Thread Markus Neteler
On Fri, May 2, 2014 at 6:20 PM, Veronica Andreo wrote: > Hi Markus, all > > Thanks much for answering! and for the example! > >> >> > I'm using the following command to run r.hants on a series of 506 maps >> > of >> > chlorophyll. It seems to start thinking and a few seconds after i get an >> > er

Re: [GRASS-user] help with r.hants

2014-05-02 Thread Veronica Andreo
2014-05-02 14:06 GMT-03:00 Markus Neteler : > On Fri, May 2, 2014 at 6:20 PM, Veronica Andreo > wrote: > > Hi Markus, all > > > > Thanks much for answering! and for the example! > > > >> > I'm using the following command to run r.hants on a series of 506 maps > >> > of > >> > chlorophyll. It seem

Re: [GRASS-user] help with r.hants

2014-05-02 Thread Veronica Andreo
Here's also the last part of the output when g.gisenv set=DEBUG=3 r.hants ... http://pastebin.com/cp139prq Thanks! Vero 2014-05-02 15:27 GMT-03:00 Veronica Andreo : > > 2014-05-02 14:06 GMT-03:00 Markus Neteler : > > On Fri, May 2, 2014 at 6:20 PM, Veronica Andreo >> wrote: >> > Hi Markus, al

Re: [GRASS-user] help with r.hants

2014-05-03 Thread Markus Neteler
On Sat, May 3, 2014 at 12:51 AM, Veronica Andreo wrote: > Here's also the last part of the output when > > g.gisenv set=DEBUG=3 > r.hants ... > > http://pastebin.com/cp139prq OK I think I know where a modification is needed (and I think that too many files are open for your current settings, see

Re: [GRASS-user] help with r.hants

2014-05-04 Thread Markus Neteler
On Sat, May 3, 2014 at 3:09 PM, Markus Neteler wrote: > On Sat, May 3, 2014 at 12:51 AM, Veronica Andreo wrote: >> Here's also the last part of the output when >> >> g.gisenv set=DEBUG=3 >> r.hants ... >> >> http://pastebin.com/cp139prq ... > Anyone able to modify in lib/gis/tempfile.c properly?

Re: [GRASS-user] help with r.hants

2014-05-05 Thread Veronica Andreo
Hi Markus and all Thanks much for all the help! Hope someone is willing to address the task in the ticket. It would be helpful to have a more informative error message. I've changed the limit of open files with ulimit to 2000 but it wasn't working anyway... so, i tried with -z flag, and it is doi

Re: [GRASS-user] help with r.series

2014-09-04 Thread Pietro
Hi Rajat, On Thu, Sep 4, 2014 at 1:51 PM, Rajat Nayak wrote: > I have created a few list using g.mlist command in grass7. Each list has a > few raster layers. For example; FILE2000 has lists of all monthly layers for > the year 2000, FILE2001 has layers for 2001...so on. > Now I want to create on

Re: [GRASS-user] help with r.series

2014-09-04 Thread Glynn Clements
Rajat Nayak wrote: > I have created a few list using g.mlist command in grass7. Each list has a > few raster layers. For example; FILE2000 has lists of all monthly layers > for the year 2000, FILE2001 has layers for 2001...so on. > Now I want to create one layer each for each of these lists (eac

Re: [GRASS-user] Help in scripting

2009-04-10 Thread Markus Neteler
2009/4/10 Luís Ferreira : > Can anyone help me correcting a little loop script for mapcalc? > > I'm trying: > for map in 'g.mlist pattern="L71204033_03320090313_*" sep=,'; do you need to use backticks: ` not ' for map in `g.mlist pattern="L71204033_03320090313_*" sep=","` ; do Markus ___

Re: [GRASS-user] Help with r.to.vect

2009-07-17 Thread Nikos Alexandris
incanus wrote: > ...I'm trying to vectorize the areas from a image map, > and I'm a rookie with GRASS. If anyone could help me a little, it would be > great. Hi Andres! Did you specify the "feature=area" parameter? E.g.: r.to.vect in=RasterMap out=VectorMap feature=area Also, check the manual

Re: [GRASS-user] Help with r.to.vect

2009-07-20 Thread incanus
Maybe it would be useful (for others) to keep posts "on" the list as well. Cheers, Nikos ... On Mon, 2009-07-20 at 12:08 +0200, andresfr wrote: ... > I've already get it. I've used: > > r.mapcalc > paso1=b#original > end > r.colors map=paso1 color=rules > 0 white > 234 white > 235 black > en

Re: [GRASS-user] help with g.pnmcomp

2009-11-19 Thread Glynn Clements
Alberto Pettazzi wrote: > I want to write a script that creates an image of raster A superposed to > raster B. I want that raster A have an opacity of 0.6. > I tried with the command: > > g.pnmcomp input=raster_A,raster_B opacity=0.60,1 output=image_C > width=800 height=640 > but it appear the

Re: [GRASS-user] Help with webmaps

2010-02-23 Thread Markus Neteler
On Mon, Feb 22, 2010 at 9:13 PM, Pablo Carreira wrote: > > Hi, > I want to display some of my Grass vectors over the internet with GeoServer. > Do I have to export the vector to shp or postgis everytime I make an update, > so I can open them with Geoserver? If Geoserver uses GDAL/OGR, you could t

  1   2   3   >