Displaying 20 results from an estimated 100 matches similar to: "Interpolación IDW"
2023 Feb 21
1
Interpolación IDW
Emilio, muchas gracias. Tuve que rehacer el código para entender mejor
todo, pero me sale el siguiente error:
*Error in as.data.frame.default(x[[i]], optional = TRUE) : cannot coerce
class ?structure("RasterLayer", package = "raster")? to a data.frame*
El código es el siguiente:
*for (i in 1:nrows_mt) { data_it_mt <-
2015 Aug 04
2
Duda interpolación (package ' gstat ')
Hola,
# Hacemos el KED. Ver función "krige()":
KED.rad <- krige(
formula=pluvPcp~layer, # covariable -> radar
locations=lluvia.rad.pluv.spdf,
newdata=radarGrid, # podría ser cualquier objeto Spatial
model=v.fit, # modelo de semivariograma.
maxdist=Inf
2015 Aug 06
2
Duda interpolación (package ' gstat ')
Sale plano sí.
Ya se que sin tener los datos y el código es un poco difícil, pero es que mis datos ocupan mucho, es imposible.
Seguiré mirando por internet.
Muchas gracias Rubén.
Un saludo,
> To: r-help-es en r-project.org
> From: rubenfcasal en gmail.com
> Date: Thu, 6 Aug 2015 14:21:47 +0200
> Subject: Re: [R-es] Duda interpolación (package ' gstat ')
>
> Hola
2008 Jan 14
1
Solaris 10 winbindd: fatal: init_module: can't find symbol
Hi all
I am trying to run samba-3.0.28 on a solaris 10 sparc machine, as a
member server for an AD 2003R2. I use nss_ldap-254.
I compile samba with:
GCC_EXEC_PREFIX=/opt/csw/gnu/ LDFLAGS="-L/opt/csw/lib"
CPPFLAGS="-I/opt/csw/include" ./configure --prefix=/opt/samba
--with-acl-support --with-quotas --with-included-popt
--with-privatedir=/opt/samba/etc/samba/private
2012 Jul 12
0
How to handle NA-values in raster-based Geary´s C test?
Hi,
I have a question on testing spatial autocorrelation on raster data
including NA-values. In particular, I like to calculate Moran?s I and
Geary?s C indices by using inverse distance weighting matrices.
Calculating Moran?s I with moran.test works fine, because the function
contains the option "na.action=na.pass". Unfortunately, the function
geary.test does not contain this
2010 Sep 24
1
Saving iterative components
Hi, I need help!
I am trying to iterate an iterative process to do cross vadation and store
the results each time.
I have a Spatial data.frame, called Tmese
> str(Tmese)
Formal class 'SpatialPointsDataFrame' [package "sp"] with 5 slots
..@ data :'data.frame': 14 obs. of 17 variables:
.. ..$ ID : int [1:14] 73 68 49 62 51 79 69 77 57 53 ...
.. ..$
2003 Sep 21
3
Z aware interpolation
Hello again,
There is any package which does Z aware (real 3D) interpolations?
It can be any method (IDW, kriging or spline) but it should take into
consideration not only x and y coordinates for interpolation, but
also z coordinate. I looked into different packages but it seems i
didn't find the right one.
The ultimate goal is to import the output into a GIS (Geographical
Information
2005 Sep 28
1
Access to particular predict value
Hi everybody:
I just generate interpolation maps with differents methods, like IDW and
kriging, and now i want to compare the predict values versus real, and i
don't who is the commant to do it. I want for example, if I pass from console
the coordinates of a place, return me the predict value.
Could anybody tell me how should do?.
Thanks in advance
--
2005 Sep 26
1
merge maps from shapefile to lattice
Hi everybody:
Could anybody help how I solve the next problem?.
I'm doing interpolation maps of tropospheric ozone of my region, and after
create it using IDW, and kriging methods, I want from shapefiles (*.shx,
*.shp, *.dbf, *.sbx & *.sbn ) create contour over the interpolation maps.
Could anybody tell me how do it?.
Thanks in advance.
######################################
Antonio
2011 Jul 13
3
adding text to spplot
hi all,
I have a plot to which i would like to add text labels. And i cant find a way...here is the code :
enaD2<-idw(D2~1, loca=dva, newdata=grd)
pts = list("sp.points", dva, pch = 20, cex=1.5, col = "darkred
spplot(enaD2, "var1.pred",sp.layout=pts, main = "globina 60 cm", sub="D2",
2003 Oct 11
1
interpolation methods
Hello all,
I want to interpolate some data i prepared in GRASS, so I'm looking for what
interpolation methods are available for R. In GRASS I can do Splines with
tension and IDW. I'm looking for something like multiquadric equations. Is
there any function/package available fo rthis?
thanks all
--
+-------------------------------------------------+
Carlos Henrique Grohmann de
2006 Jan 10
0
new gstat version
Soon on CRAN a new version of package gstat will emerge, which
has a few minor changes and possible incompatibilities w.r.t. the
previous version(s).
The new gstat (0.9-23) now:
+ depends on sp, and uses internally with Spatial* classes from sp
if data are provided in the old-fashoned way (as data.frame)
+ has a vignette to get you started with the classes in sp
+ defines krige as a generic;
2006 Jan 10
0
new gstat version
Soon on CRAN a new version of package gstat will emerge, which
has a few minor changes and possible incompatibilities w.r.t. the
previous version(s).
The new gstat (0.9-23) now:
+ depends on sp, and uses internally with Spatial* classes from sp
if data are provided in the old-fashoned way (as data.frame)
+ has a vignette to get you started with the classes in sp
+ defines krige as a generic;
2013 Sep 25
0
How to fix col.regions mapping in multiple spplot?
Hello,
I have a question on sp package.
I drew pixel heat maps of continental U.S. using insurance litigation data.
If an insurance claim is litigated at a certain location, 1 is assigned;
otherwise 0 is assigned. I have assigned a value between 0 and 1 to each
pixel on my map using inverse-distance weighting (spatial smoothing).
I need to draw two pixel maps, one for period 2001-2006 and the
2006 Apr 06
1
interpreting anova summary tables - newbie
Hello,
Apologies if this is the wrong list, I am a first-time poster here. I
have an experiment in which an output is measured in response to 42
different categories.
I am only interested which of the categories is significantly different
from a reference category.
Here is the summary of the results:
summary(simple.fit)
Call:
lm(formula = as.numeric(as.vector(TNFa)) ~ Mutant.ID, data =
2023 Feb 17
0
SOLVED: Re: Dovecot does not start on MacOS 12.01, and now 13.2.1 - RLIMIT_DATA
Sorry, replying to an old thread found on mail-archive.com <http://mail-archive.com/>, so it?s not threaded email.
https://www.mail-archive.com/dovecot at dovecot.org/msg84776.html?
I have just installed Dovecot onto Mac Studio running Ventura (macOS 13.2.1) and get the same error with Dovecot 2.3.20:
service(log): Fatal: setrlimit(RLIMIT_DATA, 268435456): Invalid argument
Adding the
2000 Jan 29
1
HDF5 as a module
--=-=-=
Included below are:
1) Diffs to to remove HDF5 from R
2) Diffs to pass thru --with-* options to a module's configure
script during "R INSTALL". (To reiterate a plea for this
capability...) This applies only to Unix, the Windows (mingw32 in
my case) build approach of passing in make variables like
*-CFLAGS and *-LDFLAGS works fine. The only hitch
2023 Feb 17
0
[PATCH v10 09/11] drm/gem: Add drm_gem_pin_unlocked()
I forgot this change.
Am 08.01.23 um 22:04 schrieb Dmitry Osipenko:
> Add unlocked variants of drm_gem_un/pin() functions. These new helpers
> will take care of GEM dma-reservation locking for DRM drivers.
>
> VirtIO-GPU driver will use these helpers to pin shmem framebuffers,
> preventing them from eviction during scanout.
>
> Signed-off-by: Dmitry Osipenko
2023 Feb 17
0
Solicitud de apoyo
Buenas tardes, favor de reenviar este comunicado al responsable de Compras y Direcci?n de la empresa.
Hola. Me comunico con usted para ofrecerle mi ayuda en c?mo mejorar los ingresos disminuyendo los gastos en compras, se trata de una conferencia Online este 8 de Marzo enfocada a mitigar los 15 grandes errores que siempre se cometen en el ?rea de compras de los negocios.
Si me lo permite, me
2002 Mar 05
0
Cannot see any clients in the "network neighborhood"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I had a working 2.0.6 samba on a RH6.2 system with a 2.4.14
kernel. Clients are all win98/win95 except a win/me laptop. I recently
upgraded to 2.2.3a ( from source) and since then I cannot see any of
the clients in the "network neighborhood". I cannot even see the
workgroup under the "entire network". All clents are