[GRASS-user] clear sky index interpolation

Dylan Beaudette dylan.beaudette at gmail.com
Fri Sep 4 11:23:07 EDT 2009


Hi,

Are you trying to generate a 2D raster map of interpolated values, or
a 3D 'volume' of interpolated values? If your input consists of
{lat,lon,kc}, then a 2D raster map is likely what you are after. In
that case, check out the v.surf.rst module.

Cheers,
Dylan

On Fri, Sep 4, 2009 at 6:49 AM, buraq<zakkey at gmail.com> wrote:
>
>
>
> buraq wrote:
>>
>> Hi,
>> It's a newbie question.
>> I am trying to intepolate clear sky index values. First I put the values
>> in a csv file in this format "lat,lon,kc".
>> Then I used db.in.ogr to get table. Next step, vector raster map is
>> created by v.in.db. When I want to create raster file, I use that command
>> v.vol.rst input=Kc vect cellinp=elevationRaster wcolumn=indexValueColumn
>> then I get this "Vector is not 3D"
>> Should I add elevation to csv? or what is the right way the interpolate
>> the data?
>>
>> Thanks
>> Regards
>>
>
>
> hi again I tried interpolation with elevation data.  Now I got x,y and z But
> now the problem is, v.vol.rst gives the "Error in COGRR!" "Interp_call
> failed" message. Have you ever meet this kind of a error message? I searched
> the list but couldn't find any information about that kind of problem.
>
> Thanks
> Regards
> --
> View this message in context: http://n2.nabble.com/clear-sky-index-interpolation-tp3572894p3580073.html
> Sent from the Grass - Users mailing list archive at Nabble.com.
> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user
>


More information about the grass-user mailing list