Displaying 20 results from an estimated 100 matches similar to: "R+netcdf, resultados de WRF"
2010 Jan 16
1
CentOS 5 and webex wrf files?
Anyone have experience playing back a Webex wrf file on their CentOS 5.x system?
I have a newly installed CentOS 5.4 i386 system and want to play such
a file, but the Webex.com web site says it only supports Windows and
MacOS for playback.
Any other options next to creating a VM of Windows (I'm not buying a
Mac for this).
Thanks.
Scott
2017 Jan 24
3
Convertir programa Matlab a R sacado de Threshold Models of Collective Behavior de Michèle Lai & Yann Poltera
Estimados Usuarios-R:
Estoy convirtiendo un programa en Matlab a R.
El original lo saqu de:
Lai, M., & Poltera, Y. (2009). Lecture with computer exercises: Modelling and simulating social systems with matlab. Tech. rep., Swiss Federal Institute of Technology (December 2009). 27.
Ahora estoy convirtiendo la siguiente funcin:
function sizes = gridsizes(N,varargin)
% gridsizes(N) calculates
2014 Jun 10
2
Como controlar la altura de "colorkey" en levelplot de RatserVis
Hola miembros de la lista,
Estoy utilizando la función levelplot del paquete rasterVis para graficar
un raster y quiero controlar la altura de la referencia de color (colorkey)
del mapa, pero cuando cambio valores en el argumento "height" no parece
provocar cambios. Alguna idea de por qué no está funcionando?
> cobertura
class : RasterLayer
dimensions : 780, 1296, 1010880
2013 Feb 13
1
[lattice] display a projected map on a layerplot
summary: I can display a lon-lat map on a lattice::layerplot, and I
can display a Lambert conformal conic (LCC) map on a spam::image, but
I can't display an LCC map on a lattice::layerplot. Example follows.
What am I doing wrong?
details:
I've been using `lattice` (via `rasterVis`) successfully to display
global atmospheric data, which works well enough (though I am
definitely intrigued
2013 Apr 26
1
[newbie] how to find and combine geographic maps with particular features?
SUMMARY:
Specific problem: I'm regridding biomass-burning emissions from a
global/unprojected inventory to a regional projection (LCC over North
America). I need to have boundaries for Canada, Mexico, and US
(including US states), but also Caribbean and Atlantic nations
(notably the Bahamas). I would also like to add Canadian provinces and
Mexican states. How to put these together?
General
2018 Mar 08
1
add single points to a level plot
You need to load the package 'rasterVis'
> library(rasterVis)
HTH,
Eric
On Thu, Mar 8, 2018 at 5:11 PM, lily li <chocold12 at gmail.com> wrote:
> Hi all,
>
> I ran the code:
> > s <- stack(replicate(2, raster(matrix(runif(100), 10))))
> > xy <- data.frame(coordinates(sampleRandom(s, 10, sp=TRUE)),
> + z1=runif(10), z2=runif(10))
2018 Mar 08
0
add single points to a level plot
Hi all,
I ran the code:
> s <- stack(replicate(2, raster(matrix(runif(100), 10))))
> xy <- data.frame(coordinates(sampleRandom(s, 10, sp=TRUE)),
+ z1=runif(10), z2=runif(10))
> levelplot(s, margin=FALSE, at=seq(0, 1, 0.05)) +
+ layer(sp.points(xy, pch=ifelse(pts$z1 < 0.5, 2, 3), cex=2, col=1),
columns=1) +
+ layer(sp.points(xy, pch=ifelse(pts$z2 < 0.5, 2,
2018 Mar 08
3
add single points to a level plot
Hi all,
I'm trying to add single points with known coordinates to a level plot, but
could not find the proper answer. I got to know that layer() function is
good for this, but I don't know which package is related to this function.
The source is here:
https://stackoverflow.com/questions/28597149/add-xy-points-to-raster-map-generated-by-levelplot
but my question is a little different as I
2013 Mar 21
1
vector field from a 3D scalar field
I have a 3D field of a scalar variable (x, y, z, value). Is there a way to generate a vector field from this data--gradient at defined points? I found the rasterVis package for 2D data, but as yet nothing for 3D data.
Thanks,
Scott Waichler
Pacific Northwest National Laboratory
Richland, WA
scott.waichler at pnnl.gov
2015 Mar 24
3
NetCDF
Buenas tardes,
gracias a ambos por su ayuda, conseguí con éxito finalmente instalar ambos
paquetes y abrir el netcdf de versión 4 desde RStudio.
Mi consulta al siguiente paso, después de buscar sobre el tema es, como
creo que no es posible realizar la transformación de netCDF-4 a netCDF-3,
¿es posible guardar con raster ese archivo .nc que pude abrir en R y ya
llevarlo al SIG?
Para ello he
2020 Feb 10
2
Cannot allocate a vector of size...
Muchas gracias Xabier.
He intentaddo trabajar con la sparse matrix pero al pasar tdm a matriz me
dice también que "cannot allocate a vector of size 12 gb".
He hecho tdm<-as.matrix(tdm)
¿Está bien hecho eso para trabajar con la sparse matrix?
Gracias!
El Lun, 10 de Febrero de 2020, 16:15, Xavier-Andoni Tibau Alberdi escribió:
> La respuesta de Carlos creo que es mucho mas
2012 May 09
0
serie de tiempo incompleta: rellenar sólo fechas (claudiomet)
Hola.. yo lo haría de la siguiente manera ...
En excel:genero una columna con la serie de fechas continuas ... con la función buscarv, agrego las variables que tienen dato a esta serie.. en base a la fecha
muy largo y mecánico para mi gusto....
En R ..de igual manera genero el vector de fechas
require(chron)# crear el vector continuo de fechasfch01 <- data.frame(''fch'' =
2012 Oct 29
3
How can I map numbers to colours with raster?
This code will read binary file and display it as a map. may problem is that
this code is using a continuous colour scheme, even though I have discrete
data (which is a classification scheme). How can I map numbers to colours
with raster? Please
require(raster)
conne <- file("C:\\lai.bin", "rb")
sd<- readBin(conne, integer(), size=1, n=360*720, signed=F)
2017 Jun 01
3
Reversing one dimension of an array, in a generalized case
> On 1 Jun 2017, at 22:42, Roy Mendelssohn - NOAA Federal <roy.mendelssohn at noaa.gov> wrote:
>
> Thanks to all for responses/. There was a question of exactly what was wanted. It is the generalization of the obvious example I gave,
>
>>>> junk1 <- junk[, rev(seq_len(10), ]
>
>
> so that
>
> junk[1,1,1 ] = junk1[1,10,1]
> junk[1,2,1] =
2016 Aug 05
2
¿Qué hace as.numeric()?
Hola Mauricio,
Para hacer alguna prueba más, yo lo único que echo de menos es que nos
pudieras dar un "ejemplo reproducible" y para esto no hay nada mejor que
nos pases una parte representativa del conjunto de datos.
Además de lo ya expuesto, se pueden utilizar otras alternativas de lectura
del fichero a la de "read.table()", por ejemplo la que ofrece "fread()" del
2011 Jul 24
0
rasterVis 0.10-3
Dear useRs,
I'd like to announce the release of version 0.10-3 of rasterVis. This
package provides a set of methods for enhanced visualization and
interaction with the Raster* objects from the raster package.
You will find some examples at: http://rastervis.r-forge.r-project.org/.
Best,
Oscar.
-------------
Oscar Perpi??n Lamigueiro
Dpto. de Ingenier?a El?ctrica
EUITI-UPM
2011 Jul 24
0
rasterVis 0.10-3
Dear useRs,
I'd like to announce the release of version 0.10-3 of rasterVis. This
package provides a set of methods for enhanced visualization and
interaction with the Raster* objects from the raster package.
You will find some examples at: http://rastervis.r-forge.r-project.org/.
Best,
Oscar.
-------------
Oscar Perpi??n Lamigueiro
Dpto. de Ingenier?a El?ctrica
EUITI-UPM
2018 Oct 31
3
Fwd: Paletas de colores para datos cualitativos
Hola, mi nombre es Carla y trabajo en Estadística. Soy nueva en R y estoy
haciendo un curso para principiantes. Tengo unos datos de trayectorias de
pacientes de un hospital -categorías cualitativas- y quisiera graficar cada
trayectoria empleando paletas de colores, para prescindir del texto.
Adjunto imagen de trabajo realizado en R para un estudio longitudinal, que
se acerca a lo que quisiera
2006 Feb 27
0
Assistance requested
Hi List,
I've run into a library problem I believe might be related to the
portland group compiler, and / or the libs on CentOS. Essentially what
is happening is the primary executable I'm trying to run is failing
under mpi. Here's the output from the command (which would be the same
as the script calling it)
$ /usr/local/mpich/bin/mpirun -machinefile machines.LINUX -np
2
2009 Nov 28
4
summary( Jornadas de R )
Hola a todos,
Como sabéis hemos celebrado estos d''ias las primeras jornadas de R. Han sido
unos d''ias que creo que todos hemos disfrutado, y quer''ia compartir algunas
experiencias con los que no pudisteis venir e intercambiar impresiones con
los asistentes.
Las jornadas de R han sido un espacio para muchas actividades. Hemos tenido
charlas muy interesantes, sobre las