Nick Hughes
Results
1
issues of
Nick Hughes
Hi, I'm having trouble exporting Sentinel-1 images. Previously something like the following would work: ```python from nansat import Nansat inpfn = 'S1A_EW_GRDM_1SDH_20180823T082256_20180823T082320_023371_028AE4_856D.SAFE' s1i = Nansat(inpfn,mapperName='sentinel1_l1') outbands = [ 'sigma0_HH' ]...