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
whether polar is TRUE or FALSE ibsco is returned in polar stereographic atm
library(raadtools) #> Loading required package: raster #> Loading required package: sp #> global option 'raadfiles.data.roots' set: #> ' #> //aad.gov.au/files/Ecological_Informatics/data/gridded/data 2021-06-10 21:13:58 #> //aad.gov.au/files/Ecological_Informatics/data/gridded/data_local 2021-06-10 21:33:25 #> //aad.gov.au/files/Ecological_Informatics/data/gridded/data_deprecated 2018-09-17 13:42:33 #> ' #> Uploading raad file cache as at 2024-11-12 09:59:29 (1597973 files listed) readbathy(topo = "ibcso_bed", polar = TRUE ) #> class : RasterLayer #> dimensions : 19200, 19200, 368640000 (nrow, ncol, ncell) #> resolution : 500, 500 (x, y) #> extent : -4800000, 4800000, -4800000, 4800000 (xmin, xmax, ymin, ymax) #> crs : +proj=stere +lat_0=-90 +lat_ts=-65 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs #> source : IBCSO_v2_bed.tif #> names : elevation #> values : -8446, 4722 (min, max) readbathy(topo = "ibcso_bed", polar = FALSE ) #> class : RasterLayer #> dimensions : 19200, 19200, 368640000 (nrow, ncol, ncell) #> resolution : 500, 500 (x, y) #> extent : -4800000, 4800000, -4800000, 4800000 (xmin, xmax, ymin, ymax) #> crs : +proj=stere +lat_0=-90 +lat_ts=-65 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs #> source : IBCSO_v2_bed.tif #> names : elevation #> values : -8446, 4722 (min, max)
Created on 2024-11-12 with reprex v2.1.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
whether polar is TRUE or FALSE ibsco is returned in polar stereographic atm
Created on 2024-11-12 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: