AustralianAntarcticDivision / SOmap

Southern Ocean round maps
https://australianantarcticdivision.github.io/SOmap/
24 stars 6 forks source link

reproj complaint #88

Closed raymondben closed 4 years ago

raymondben commented 4 years ago
x <- SOmap_auto(c(100:110), c(-70:-60))
 Error in PROJ::proj_trans_generic(x, target = target, ..., source = source) : 
  REAL() can only be applied to a 'numeric', not a 'integer' 

I think this is actually in reproj?

mdsumner commented 4 years ago

Yikes, nice one caught me out! It might be enough to install PROJ and reproj from CRAN, but they are due an update

raymondben commented 4 years ago

Thanks - yup, seems to be fine with pkg updates (reproj 0.4.2, PROJ 0.1.6)