Skip to content

Instantly share code, notes, and snippets.

@hevgyrt
Created October 18, 2019 09:19
Show Gist options
  • Save hevgyrt/dc52196cc83d07f3fca84310befeca24 to your computer and use it in GitHub Desktop.
Save hevgyrt/dc52196cc83d07f3fca84310befeca24 to your computer and use it in GitHub Desktop.
fimex_cmd_s1_reproject
fimex --input.file=http://nbstds.met.no/thredds/dodsC/NBS/S1B/2019/10/14/EW/S1B_EW_GRDM_1SDH_20191014T084352_20191014T084452_018469_022CC3_15BE.nc --input.type=nc4 --output.type=NetCDF --extract.selectVariables=Amplitude_HV --extract.removeVariable=crsWGS84 --interpolate.method=forward_mean --interpolate.projString="+proj=stere +lat_0=90 +lat_ts=71 +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs" --interpolate.xAxisValues=-815464.0,-815262.435,...,-613899.0 --interpolate.yAxisValues=-1671949.0,-1671796.504,...,-1519453.0 --interpolate.xAxisUnit=m --interpolate.yAxisUnit=m --output.file int_swath.nc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment