metR icon indicating copy to clipboard operation
metR copied to clipboard

Tools for Easier Analysis of Meteorological Fields

Results 26 metR issues
Sort by recently updated
recently updated
newest added

Lugar para empezar: https://stackoverflow.com/questions/32705013/plot-wind-barb-in-r

The wind speed magnitude in the legend retains a lot of numbers after the decimal point. As shown in the following figure, the wind speed in the legend is 26.81044...

I am getting the "'x' and 'y' do not define a regular grid." error on a regular grid that I have verified. I ran the .is.regular_grid function on my x,...

Hi! Awesome package, I've been playing around with ImputeEOF and I'm wondering if there are any plans to add the temporal filter described in Aida Alvera-Azcarate's 2009 paper: https://www.researchgate.net/publication/40892450_Enhancing_temporal_correlations_in_EOF_expansions_for_the_reconstruction_of_missing_data_using_DINEOF I've...

Hi there, I'm interested in plotting trajectories of several particles based on a steady-state groundwater flow field in a small area that is projected into state plane coordinates. I suspect...

Hi, I have issues with geom_arrow() within geom_tile() and facet_grid() since my last update. I am using metR 0.9.1.9000 and tidyverse 1.3.0. ![wind_santiago](https://user-images.githubusercontent.com/42300133/108728121-8f1bba00-7529-11eb-8b99-969f00248c1a.png) Data example [here](https://www.dropbox.com/s/ovl51z8v6a3af0u/data_wind.RData?dl=0) ``` library(tidyverse) library(metR) load("data_wind.RData")...

Hi, I have a feature request for the ImputeEOF DINEOF function. Would it be possible to do the following with the cross-validation data? - Return which indexes were used to...