Dan Kelley
Dan Kelley
I have an idea that might help with the EOW (edge of world) problem, and the related UHL (ugly horizontal line) problem: just find the edge of the world, and...
The code ```R library(oce) data(coastlineWorld) mapPlot(coastlineWorld, proj="+proj=ortho", col="gray") ``` yields as shown below; note the error over Russia. (NOTE: I am getting this in an as-yet not committed version of...
Quite a lot of projections seem to work quite well lately, but Antarctica is a problem in several, e.g. ``` r library(oce) data(coastlineWorld) par(mar=c(3, 3, 2, 1), mgp=c(2, 0.7, 0))...
I get as below. The list of available platforms seems to be quite limited. I am using rhub-1.1.1 with "R Under development (unstable) (2022-06-27 r82528" on macOS "Version 12.5 Beta...
I think the subject line is sufficient, given that @richardsc and I just discussed this. To add a bit more, * we need this for certain things (e.g. figuring out...
### Discussed in https://github.com/dankelley/oce/discussions/2190 Originally posted by **mdupilka** February 17, 2024 Hi, I use the OCE package regularly to map meteorology fields for my work. Do you have any thoughts...
In #2165, we had some discussion of how `cellSize` and `blankingDistance` are interpreted. There is a hope of that an upcoming version of the manual might have new formulae for...
I think @richardsc intends to do this, prior to the CRAN release (https://github.com/dankelley/oce/issues/2068).
I think @richardsc intends to do this, prior to the CRAN release (#2068).
The problem is that only the top value is correct, with the others being NA. The same goes for `swConservativeTemperature()`. Why does this happen? Because there is only one value...