nansat icon indicating copy to clipboard operation
nansat copied to clipboard

Possible bug with Domain from dataset with polar stereographic projection

Open aleksandervines opened this issue 9 years ago • 0 comments

It could be that I am doing something wrong, please educate me on it then :) here is code to reproduce: from nansat import Nansat, Domain n = Nansat("http://thredds.nersc.no/thredds/dodsC/normap/arctic25km_seaice/arctic25km_seaice_19781101_19781130.nc") d = Domain(srs=4326, ds=n.vrt.dataset) # Here's how I was going to use the domain: n.reproject(d) The domain seems to be cropped to: Corners (lon, lat): (-180.00, 63.71) (179.56, 63.71) (-180.00, 53.10) (179.56, 53.10) Where it should contain data all the way from 53.10N to 90N

aleksandervines avatar Oct 16 '15 13:10 aleksandervines