We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
here's a quick comparison for CCMP to NCEP
ex <- extent(110, 180, -85, -58) ccfiles <- ccmp_files() dt <- sample(ccfiles$date, 1) w1 <- readwind(dt, xylim = ex) w2 <- read_ccmp(dt, xylim = ex) w3 <- terra::project(terra::rast(w1), terra::rast(w2)) plot(brick(list(w2, raster::brick(w3))), zlim = c(-16, 21))
The text was updated successfully, but these errors were encountered:
ugh, don't have band yet on the files, so only getting the first of each day atm
band
Sorry, something went wrong.
No branches or pull requests
here's a quick comparison for CCMP to NCEP
The text was updated successfully, but these errors were encountered: