<div dir="ltr">Hi all,<div><br></div><div>I'm trying to plot radar data using this descriptor file:</div><div><br></div><div><div>dset ^TAG-20180405-051004-CAPPI-ZH.nc</div><div>title TAGAYTAY CAPPI</div><div>xdef range 1920 linear 118.8430168 0.00227</div><div>ydef range 1920 linear 11.9629298 0.00227</div><div>tdef time 360 linear 05Z04apr2018 1mn</div></div><div><br></div><div><br></div><div>When I try to display dbzh it prints out "Contouring: 15.6 to 17.4 interval 0.2" but nothing shows on the map. So I'm thinking it must be outside of the lat lon that I defined. But I'm pretty sure my math's right.<br><br>Here's the ncdump of the netcdf file:<br><br></div><div><div>netcdf TAG-20180401-000004-CAPPI-ZH {</div><div>dimensions:</div><div>        time = 360 ;</div><div>        range = 1920 ;</div><div>        sweep = 1 ;</div><div>        string_length_sm = 10 ;</div><div>        string_length_md = 25 ;</div><div>variables:</div></div><div><div>        byte DBZH(time, range) ;</div><div>                DBZH:standard_name = "equivalent_reflectivity_factor_h" ;</div><div>                DBZH:units = "dBZ" ;</div><div>                DBZH:_FillValue = 0b ;</div><div>                DBZH:valid_min = 1b ;</div><div>                DBZH:valid_max = -1b ;</div><div>                DBZH:scale_factor = 0.5f ;</div><div>                DBZH:add_offset = -32.f ;</div><div>                DBZH:coordinates = "elevation azimuth range" ;</div><div><br></div><div>// global attributes:</div><div>                :Conventions = "Cf/Radial" ;</div><div>                :title = "CAPPI" ;</div><div>                :institution = "EEC" ;</div><div>                :references = "EEC" ;</div><div>                :source = "EDGE" ;</div><div>                :history = "original" ;</div><div>                :comment = "CAPPI" ;</div><div>                :instrument_name = "TAG" ;</div><div>                :site_name = "TAG" ;</div><div>                :gates_vary = "false" ;</div></div><div>}</div><div><br></div><div>latitude = 14.1421298980713 ;</div><div>longitude = 121.022216796875 ;</div></div>