Skip to content
New issue

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

polar = FALSE not working in readbathy for IBCSO #153

Open
Maschette opened this issue Nov 11, 2024 · 0 comments
Open

polar = FALSE not working in readbathy for IBCSO #153

Maschette opened this issue Nov 11, 2024 · 0 comments

Comments

@Maschette
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant