<div dir="ltr"><div dir="ltr"><div>Hi Xiaoming,</div><div><br></div><div>Yes, NCL could interpret this -- in principle -- but not without more information.  The data appear to be in a projected coordinate space.  See the examples at</div><div><br></div><div>    <a href="http://ncl.ucar.edu/Applications/native.shtml">http://ncl.ucar.edu/Applications/native.shtml</a><br></div><div><br></div><div>The precise cartographic projection parameters are not immediately evident from the metadata given above, although we can make some guesses (it would be better to know for certain!).<br></div><div><br></div><div>These parameters:</div><div><div>                :XCENT = -90. ;<br>
</div>
<div>                :YCENT = 40. ;<br>
</div>
<div>                :XORIG = -1296000. ; <br>
</div>
<div>                :YORIG = -1404000. ;<br>
</div>
<div>                :XCELL = 1000. ;<br>
</div>
<div>                :YCELL = 1000. ;</div><div><br></div><div>XCELL/YCELL affirm the data are at 1 1km spacing. The XCENT/YCENT and XORIG/YORIG give the correspondence between the projected and geographical spaces for the geographical location 90W/40N, a central location in North America.<br></div><div><br></div><div>These parameters:<br></div><div><br></div><div><span>                 :P_ALP = 30. ;<br>
</span>
<div>                :P_BET = 60. ;<br>
</div>
<div>                :P_GAM = -90. ;</div><div><br></div><div>Looking at some of the maps at the EPA site you reference, these could very well be projection parameters for a Lambert Conformal projection, with P_ALP/P_BET being more commonly referred to as "standard parallels"  and P_GAM being the "standard meridian". The values look quite right for North America, but again all of this is conjecture. <br></div><div><br></div><div>Hope this helps...</div><div>Rick<br></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 7, 2019 at 5:08 AM xiaoming Hu <<a href="mailto:yuanfangcan@hotmail.com">yuanfangcan@hotmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
I try to plot spatial distribution of BELD data from <a href="https://www.epa.gov/air-emissions-modeling/biogenic-emissions-landuse-database-version-3-beld3" target="_blank">https://www.epa.gov/air-emissions-modeling/biogenic-emissions-landuse-database-version-3-beld3</a></div>
<div style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
the NetCDF files don't provide latitude/longitude, only with information of</div>
<div style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span>                :P_ALP = 30. ;<br>
</span>
<div>                :P_BET = 60. ;<br>
</div>
<div>                :P_GAM = -90. ;<br>
</div>
<div>                :XCENT = -90. ;<br>
</div>
<div>                :YCENT = 40. ;<br>
</div>
<div>                :XORIG = -1296000. ; <br>
</div>
<div>                :YORIG = -1404000. ;<br>
</div>
<div>                :XCELL = 1000. ;<br>
</div>
<div>                :YCELL = 1000. ;<br>
</div>
<div>                :VGTYP = -9999 ;<br>
</div>
<div>                :VGTOP = -9.e+36f ;<br>
</div>
<div>                :VGLVLS = 0.f, 0.f ;<br>
</div>
<div>                :GDNAM = "BELD3_TILE9     " ;<br>
</div>
<span></span><br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
It there anyway NCL could interpret this ? </div>
<div style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Thanks</div>
<div style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Xiaoming </div>
<div style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
</div>

_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div>