Re: [GRASS-user] Grass 7.0.0 problem with i.landsat.toar

2015-05-06 Thread Nikos Alexandris
* ΚΑΤΕΡΙΝΑ - ΚΑΡΟΛΙΝΑ ΚΑΡΑΠΑΝΟΥ kk_karapa...@hotmail.com [2015-05-06 11:41:52 +0300]: Hello, Welcome Karolina :-) I have a Landsat TM image (2007) and I work in Windows 7 using Grass 7.0.0. In my first preprocessing step, I decided to convert DN to Top-of-Atmosphere Radiance using the

[GRASS-user] Problem with TRMM data and r.in.bin

2015-05-06 Thread Diana Brito
Hello list, I'm trying to import the 3b42rt TRMM product by using r.in.bin. I've used the follow lines, r.inr.in.bin --o -f -h input=2001-1-1.bin output=2001-1-1 north=-16 south=-57 east=50 west=76 cols=104 rows=197 but, always i got the follow error message: ADVERTENCIA: File Size 519968

Re: [GRASS-user] grass program compilation

2015-05-06 Thread Blumentrath, Stefan
Hei Alassane, As a general strategy, when I get this kind of compilation errors I use the locate command in order to find the file ./configure is searching for in this case: locate ft2build.h It will print the folder where this file can be found on your system (if the relevant module/package

Re: [GRASS-user] Add DB entries to vector line (after v.split)

2015-05-06 Thread knussear
Interestingly 4 years later and using V.split in grass7 and I'm still having the same problem tried the v.category solution and the cats were never deleted. My system will also not install the v.to.equidist add on. Export and import as shape worked though. Sure is odd that this ins't possible

Re: [GRASS-user] grass program compilation

2015-05-06 Thread alassane toure
Correct! Configure did fail unable to locate FreeType includes. checking for location of FreeType includes... checking for ft2build.h... no configure: error: *** Unable to locate FreeType includes. Any suggestions from this point? Thanks! Alassane On Wed, May 6, 2015 at 9:59 AM, Vaclav

Re: [GRASS-user] grass program compilation

2015-05-06 Thread Eric Goddard
You can try adding --with-freetype=yes --with-freetype-includes=/usr/include/freetype2 to your ./configure line so it looks like: ./configure --with-freetype=yes --with-freetype-includes=/usr/include/freetype2 Eric On Wed, May 6, 2015 at 11:06 AM, alassane toure atou...@gmail.com wrote:

Re: [GRASS-user] grass program compilation

2015-05-06 Thread alassane toure
Thank you all for your help. The compilation went through without any error! Now I need to compile an example program. I hope your help will not be necessary. My regards, Alassane On Wed, May 6, 2015 at 3:39 PM, Blumentrath, Stefan stefan.blumentr...@nina.no wrote: Hei Alassane, As a

Re: [GRASS-user] grass program compilation

2015-05-06 Thread alassane toure
Group, I am still not making any progress compiling Grass70 on Ubuntu. Here is where i am at: 1. able to run configure without any problem (with your help); 2. unable to compile using the following commands: make -j2sudo make installsudo ldconfig And the system response was

Re: [GRASS-user] grass program compilation

2015-05-06 Thread Vaclav Petras
On Wed, May 6, 2015 at 11:53 AM, alassane toure atou...@gmail.com wrote: Group, I am still not making any progress compiling Grass70 on Ubuntu. Here is where i am at: 1. able to run configure without any problem (with your help); 2. unable to compile using the following commands: make -j2