temiz wrote:
> remove.duplicates(el3, zero = 0.0, remove.second = TRUE)
Error: cannot allocate vector of size 2259572 Kb
Is there another way rather than choosing smaller region ?
Yes, wait for sp 0.9-12, which is "on its way to CRAN", where zerodist
should work without a large memory footpr
Edzer J. Pebesma wrote:
> Most probably you have duplicate points in your observations.
>
> You may try to use zerodist() to find them, or remove.duplicates() to
> remove them but this may currently run out of memory as the current
> implementation forms the full distance matrix. In that case you
Most probably you have duplicate points in your observations.
You may try to use zerodist() to find them, or remove.duplicates() to
remove them but this may currently run out of memory as the current
implementation forms the full distance matrix. In that case you'd have
to go through it in part
Edzer J. Pebesma wrote:
> temiz wrote:
>> ...
>> I regarded some modifications in
>> http://grass.gdf-hannover.de/wiki/GRASS_6_Tutorial#GRASS_and_R_kriging_interpolation
>>
>>
>>
>> I encountered a new problem :
>> > OK_pred <- krige(z ~ 1, el3, newdata=mask_SG, model=efitted)
>> [using ordinar
temiz wrote:
> ...
> I regarded some modifications in
> http://grass.gdf-hannover.de/wiki/GRASS_6_Tutorial#GRASS_and_R_kriging_interpolation
>
> I encountered a new problem :
> > OK_pred <- krige(z ~ 1, el3, newdata=mask_SG, model=efitted)
> [using ordinary kriging]
>
> "memory.c", line 57: can't
Roger Bivand wrote:
> On Thu, 5 Apr 2007, temiz wrote:
>
>
>> following the topic GRASS and R kriging interpolation from grass6 tutorial
>>
>> I came here without problems
>>
>> But here:
>>
>> zz <- krige(z ~ 1, locations = el1 , newdata = mask_SG , model = efitted)
>> Error in predict.gstat(g,
On Thu, 5 Apr 2007, Edzer J. Pebesma wrote:
> temiz wrote:
> > following the topic GRASS and R kriging interpolation from grass6 tutorial
> >
> > I came here without problems
> >
> > But here:
> >
> > zz <- krige(z ~ 1, locations = el1 , newdata = mask_SG , model = efitted)
> > Error in predict.gs
On Thu, 5 Apr 2007, temiz wrote:
>
> following the topic GRASS and R kriging interpolation from grass6 tutorial
>
> I came here without problems
>
> But here:
>
> zz <- krige(z ~ 1, locations = el1 , newdata = mask_SG , model = efitted)
> Error in predict.gstat(g, newdata = newdata, block = bl
temiz wrote:
> following the topic GRASS and R kriging interpolation from grass6 tutorial
>
> I came here without problems
>
> But here:
>
> zz <- krige(z ~ 1, locations = el1 , newdata = mask_SG , model = efitted)
> Error in predict.gstat(g, newdata = newdata, block = block, nsim = nsim, :
>
following the topic GRASS and R kriging interpolation from grass6 tutorial
I came here without problems
But here:
zz <- krige(z ~ 1, locations = el1 , newdata = mask_SG , model = efitted)
Error in predict.gstat(g, newdata = newdata, block = block, nsim = nsim, :
var1 : data item in gst
10 matches
Mail list logo