<div dir="ltr">Hi,<div><br></div><div>I have Level II radar data in netcdf format (using radx and the steps outlined here: <a href="https://publish.illinois.edu/snesbitt/resources/radar-data-processing-with-radx/">https://publish.illinois.edu/snesbitt/resources/radar-data-processing-with-radx/</a>).</div><div><br></div><div>I want to overlay it on a base map, in the same way I would with WRF data.  Here&#39;s a highly condensed version of what I have:</div><div><br></div><div><div><font face="monospace, monospace">rf    = addfile(diri+fili,&quot;r&quot;)</font></div><div><font face="monospace, monospace">       rd    = rf-&gt;REF(:,:,:,:)          ; float REF(time, z0, y0, x0) ; RHO, ZDR</font></div><div><font face="monospace, monospace"><br></font></div><div><span style="font-family:monospace,monospace">       rd_plane = rd(0,0,:,:)</span><br></div><div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">       contour =  gsn_csm_contour(wks,rd_plane,radres)</font></div><div><font face="monospace, monospace">       plot = wrf_map_overlays(rf,wks,(/contour/),radres,mpres)</font></div></div><div><br></div><div>I was just assuming the netcdf had location data packaged into it, but I get the error:</div><div><br></div><div><div><font face="monospace, monospace">(0)<span class="" style="white-space:pre">        </span>wrf_map: Error: no MAP_PROJ attribute in input file</font></div><div><font face="monospace, monospace">fatal:overlay: missing value as input, can&#39;t continue</font></div></div><div><br></div><div>I tried adding in a wrf file I had laying around and using it for map plotting, and while that got be a basemap, by radar data was obviously not matched geographically (it showed the KOKX RDA over New York City!).</div><div><br></div><div>Thanks,</div><div>Ryan</div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><font size="1">Ryan Connelly</font></div><div dir="ltr"><div dir="ltr" style="font-size:12.8px"><font color="#000000"><font size="1">M.S. Student in Atmospheric Sciences, </font><span style="font-size:x-small">Stony Brook University</span><br></font></div><div dir="ltr" style="font-size:12.8px"><div><font color="#000000"><font size="1">B.S. in Meteorology with Minors in Mathematics and GIS, </font><span style="font-size:x-small">Valparaiso University</span></font></div></div><div><a href="mailto:rconne01@gmail.com" style="font-size:x-small" target="_blank">rconne01@gmail.com</a><br></div><div><font size="1"><a href="mailto:ryan.connelly@stonybrook.edu" target="_blank">ryan.connelly@stonybrook.edu</a></font></div></div></div></div></div></div></div></div></div></div>
</div></div>