Re: [GRASS-dev] GRASS GIS nightly builds

2013-02-23 Thread Newcomb, Doug
Compiled with openmp and liblas? Doug On Sat, Feb 23, 2013 at 1:29 PM, Rashad M wrote: > Hi Markus, > > grass70 built is available in ubuntugis-testing[1]. I will maintain daily > updates depending on the changes in svn. package name issue is also > resolved now > > package name: grass70 > vers

Re: [GRASS-dev] how to sample a series at one location?

2013-02-22 Thread Newcomb, Doug
Soren, What a great Friday afternoon brain stretch! Thanks! Doug On Fri, Feb 22, 2013 at 4:13 PM, Sören Gebbert wrote: > Hi, > Am 22.02.2013 21:44 schrieb "Newcomb, Doug" : > > > > > t.create--> t.register--> t.vect.observer.strds in GRASS7 ? Looks

Re: [GRASS-dev] how to sample a series at one location?

2013-02-22 Thread Newcomb, Doug
0-965-6262 (SHESC), 480-727-9746 (CSDC) > fax: 480-965-7671(SHESC), 480-727-0709 (CSDC) > www: http://csdc.asu.edu, http://shesc.asu.edu > http://www.public.asu.edu/~cmbarton > > On Feb 22, 2013, at 12:31 PM, "Newcomb, Doug" > wrote: > > Michael, > Y

Re: [GRASS-dev] how to sample a series at one location?

2013-02-22 Thread Newcomb, Doug
Michael, You could use v.what.rast in a python script , iterating the raster layers with an sqlite database back end. I think that would go up to 2000 columns for each point you have. Alternatively, you could use a bit of python with gdal. I was trying to do something similar in GRASS, to chang

Re: [GRASS-dev] Ignored enhancements

2013-02-11 Thread Newcomb, Doug
nd compiler friendly. > > ~Seth > > > via iPhone > > On Feb 9, 2013, at 3:27 PM, "Newcomb, Doug" wrote: > > Seth, > I finally got a chance to patch your enhancements from the GRASS 70 svn > code I pulled last night. > > I compiled with these options:

Re: [GRASS-dev] Ignored enhancements

2013-02-09 Thread Newcomb, Doug
Seth, I finally got a chance to patch your enhancements from the GRASS 70 svn code I pulled last night. I compiled with these options: ./configure --with-gdal --with-freetype --with-freetype-includes=/usr/include/freetype2 --with-proj --with-sqlite --enable-largefile --with-cxx --enable-64bit

Re: [GRASS-dev] Parallel computing for r.sun

2013-01-29 Thread Newcomb, Doug
I would vote for multicore OpenMP/OPENCL. I just purchased an 8 core AMD Vishera MB and CPU combo for under $300US to use at home , which is faster than the 8 core Xeon server system I used to do statewide solar irradiation modeling at work for a 755 Million cell grid for 365 days (half hour incr

Re: [GRASS-dev] could r.stream.* become part of GRASS core?

2012-11-15 Thread Newcomb, Doug
+1 On Thu, Nov 15, 2012 at 11:23 AM, Markus Neteler wrote: > Hi, > > since the r.stream.* modules are continuously requested and IMHO > sufficiently > tested (according to user reports), I would move them to core if there are > no objections. > > Markus >

Re: [GRASS-dev] [GRASS GIS] #1798: all relevant vector modules should have cats and where parameters

2012-11-15 Thread Newcomb, Doug
I guess the question is, if you then performed v.rast.stats for an underlying raster using the overlapping buffers generated with -t , how would the statistics for the overlapped polygons work? Think 2 1km circles whose centers are .75km apart. Doug On Thu, Nov 15, 2012 at 7:51 AM, Markus Metz w

Re: [GRASS-dev] Area weighted rasterization with v.to.rast?

2012-11-08 Thread Newcomb, Doug
>r.mapcalculator to divide the value of each raster by the area of a raster cell. This should be divide the area of a cell by the value of the raster ( from the polygon). Sorry, no caffeine yet this morning. Doug On Thu, Nov 8, 2012 at 7:53 AM, Newcomb, Doug wrote: > Markus, > The fi

Re: [GRASS-dev] Area weighted rasterization with v.to.rast?

2012-11-08 Thread Newcomb, Doug
Markus, The first thing that occurs to me is to make the value of the first raster from the polygon layer the area of the polygon. r.mapcalculator to divide the value of each raster by the area of a raster cell. This should give you a raster with the value of the proportion of area of the polygo

Re: [GRASS-dev] [GRASS-user] new wxGUI Animation Tool in addons

2012-10-30 Thread Newcomb, Doug
>* Exporting animation as mp4 or similar :) Recommend webm or ogg theora to avoid patent entanglements. Doug On Tue, Oct 30, 2012 at 9:35 AM, Sören Gebbert wrote: > Hi Anna, > you have implemented a great tool! I was able to visualize two space > time raster datasets with different temporal gr

<    1   2