I was checking the conversion functions and the values from https://polarwatch.noaa.gov/erddap/griddap/nsidcCDRice_nh_grid.htmlTable?longitude%5B(5837500.0):1:(-5337500.0)%5D%5B(-3837500.0):1:(3737500.0)%5D,latitude%5B(5837500.0):1:(-5337500.0)%5D%5B(-3837500.0):1:(3737500.0)%5D
since crs was optional and didn't throw errors, I expected that crs info was read correctly from myInfo but the values were incorrect.
Only when I added crs = "EPSG:3413", the values look close to those of the nsidc grid lat/lon, x and y values.
Could we either throw errors for no crs, or require crs to be specified?
I was checking the conversion functions and the values from https://polarwatch.noaa.gov/erddap/griddap/nsidcCDRice_nh_grid.htmlTable?longitude%5B(5837500.0):1:(-5337500.0)%5D%5B(-3837500.0):1:(3737500.0)%5D,latitude%5B(5837500.0):1:(-5337500.0)%5D%5B(-3837500.0):1:(3737500.0)%5D
since crs was optional and didn't throw errors, I expected that crs info was read correctly from myInfo but the values were incorrect.
Only when I added
crs = "EPSG:3413", the values look close to those of the nsidc grid lat/lon, x and y values.Could we either throw errors for no crs, or require crs to be specified?