Skip to content
Prev 25677 / 29559 Next

units for spatial range in stvariogram gstat

Dear Prof. Pebesma,

Thanks for reply I will try to make it  more clear

the coordinates are converted to decimal degree format using the equation
DD = d + (min/60) + (sec/3600)

and then projected using
SpatialPoints:
     longitude latitude
1     30.92500 29.95300
61    31.36000 30.26000
 and the variogram is fitted using
assumeRegular=T,na.omit=T)
nugget=0),time = vgm(psill=500,"Mat", range=50, nugget=0,kappa=0.3), joint
= vgm(psill=10,"Mat", range=100, nugget=1), stAni=200)
method="L-BFGS-B",lower=pars.l,upper=pars.u)

*the s.range parameter extracted was 50.6 but if you take a look on  the
figure attached the largest distance on the x-axis is 0.6 ??????*

*so i think the unit on the figure is not the unit of the extracted
parameter. *

by the way the largest ditance between any points in my data set is
approximately 190 km


Thanks again




On Wed, May 17, 2017 at 10:08 PM, Edzer Pebesma <
edzer.pebesma at uni-muenster.de> wrote: