Dan Kelley

Results 76 comments of Dan Kelley

This may be a problem of `coastlineCut`, actually, since ```R library(oce) data(coastlineWorld) mapPlot(coastlineCut(coastlineWorld, -135), longitudelim=c(-130, 50), latitudelim=c(70, 110), proj="+proj=stere +lat_0=90 +lon_0=-135", col='gray') ``` produces as shown below (notice the weird...

PS. the code to make the image in first comment is at private location /Users/kelley/git/teaching_shiny/ortho_test but it won't run anymore, perhaps because of changes to the `sf` package (or a...

Work on this issue, likely to begin on the weekend, will be in a branch named `i2005` which descends from branch `ad2cp` (which in turn descends from branch `develop`).

>specifies which one to read. The argument could be type or dataID or dataType (I >like the latter). @richardsc I'd like to settle on the param name. I'll give some...

Good. I'll go with `dataType`. There will be concerns with what to put in `metadata` for each type, but they ought to be in new issues so I can keep...

As usual, I am starting with the documentation. It is below, in first-draft form, so the wording might change but not the meaning -- unless @richardsc interjects soonish. As I...

Here's an example of the unspecified-`dataType` usage (with a private file) ```R [1] "~/Dropbox/oce_secret_data/ad2cp/secret1_trimmed.ad2cp" > read.adp.ad2cp(f1) IDhex IDdec name occurance 1 0x15 21 burst 88 2 0x16 22 average 11...

NB: I'm changing some warnings to messages, because they don't indicate a problematic state. This will involve changing tests like ```R expect_warning( expect_warning( d1

I've made some progress in the "i2005" branch, commit b2199dad207b1cfcf6f5e1023f03be1696247083. Only a small part of plotting is known to work (and I've not even begun to update its documentation).