I am also using the netCDF driver to read weather data from a thredds server.  I am curious how the tag names for the metadata were defined in the driver.  For example, the CF convention for the central meridian is &quot;longitude_of_central_meridian&quot; and in the netCDF driver it is &quot;central_meridian&quot;.  This causes the true value to be skipped and set to a default value of 0.0 in my case.<br>

<br>regards,<br><br clear="all"># ===================<br>Kyle Shannon<br>Physical Science Technician<br>RMRS Fire Sciences Lab<br>Fire, Fuels &amp; Smoke - RWU 4405<br>
5775 Highway 10 W.<br>Missoula, MT 59808<br>(406) 829-6954<br><a href="mailto:kshannon@fs.fed.us" target="_blank">kshannon@fs.fed.us</a><br># ===================<br>
<br><br><div class="gmail_quote">On Thu, Jan 28, 2010 at 3:52 PM, Bruce Raup <span dir="ltr">&lt;<a href="mailto:bruceraup@gmail.com" target="_blank">bruceraup@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


Frank,<br>
<br>
Thanks for the reply.  I mistakenly said GeoRef when I meant to say<br>
GeoTransform.  Your description of what would happen if we make the<br>
change confirms what we thought.<br>
<br>
I think we will go ahead and make the change, and file a ticket.  Lots<br>
of data are in polar projections, and it seems like a small amount of<br>
work now could save a lot of confusion in the future.<br>
<br>
Best regards,<br>
Bruce<br>
<div><div></div><div><br>
<br>
On Wed, Jan 27, 2010 at 17:44, Frank Warmerdam &lt;<a href="mailto:warmerdam@pobox.com" target="_blank">warmerdam@pobox.com</a>&gt; wrote:<br>
&gt; On Wed, Jan 27, 2010 at 2:22 AM, Bruce Raup &lt;<a href="mailto:bruceraup@gmail.com" target="_blank">bruceraup@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; We propose using terms such as<br>
&gt;&gt;<br>
&gt;&gt; grid_top_boundary_projected_y<br>
&gt;&gt; grid_bottom_boundary_projected_y<br>
&gt;&gt; grid_left_boundary_projected_x<br>
&gt;&gt; grid_right_boundary_projected_x<br>
&gt;&gt;<br>
&gt;&gt; Alternatively, grid corner coordinates could be used.<br>
&gt;&gt;<br>
&gt;&gt; What would the impacts of such a change of names in our files be?  If<br>
&gt;&gt; the GeoRef field is also in the file, would it break existing software<br>
&gt;&gt; for being able to navigate (geolocate) the data?  And, would the<br>
&gt;&gt; community consider the adoption of more universal terms more generally<br>
&gt;&gt; (i.e. in GDAL itself)?<br>
&gt;<br>
&gt; Bruce,<br>
&gt;<br>
&gt; I am not really an expert on the GDAL netcdf driver, but<br>
&gt; I will attempt to respond.<br>
&gt;<br>
&gt; First, I think it would be better to just document that the<br>
&gt; existing tag names (eg. northernmost_northing) should<br>
&gt; just be interpreted with the new definitions<br>
&gt; (grid_top_boundary_projected_y) rather than trying<br>
&gt; to change the actual tag names in order to gain some<br>
&gt; possibly clarity in less common situations.<br>
&gt;<br>
&gt; I have reviewed the GDAL netcdf driver and it seems to<br>
&gt; look for two things.  First a GeoTransform value (which I<br>
&gt; think is only a GDAL convention).  If that is not found it<br>
&gt; looks for northernmost_northing, etc.  I presume these are<br>
&gt; part of the CF conventions, though I don&#39;t know for sure.<br>
&gt;<br>
&gt; I do no see any reference to a &quot;GeoRef&quot; tag.<br>
&gt;<br>
&gt; So if you make the planned change, and if you do not<br>
&gt; also provide the GeoTransform then older versions of<br>
&gt; GDAL would not be able to read the georeferencing of<br>
&gt; the files.  I presume this might also be the case of<br>
&gt; almost all other software, even if you did support<br>
&gt; GeoTransform.<br>
&gt;<br>
&gt; However, if you do go ahead with this convention, then<br>
&gt; please file  ticket with a small sample file so we can add<br>
&gt; support for it.<br>
&gt;<br>
&gt; Best regards,<br>
&gt; --<br>
&gt; ---------------------------------------+--------------------------------------<br>
&gt; I set the clouds in motion - turn up   | Frank Warmerdam, <a href="mailto:warmerdam@pobox.com" target="_blank">warmerdam@pobox.com</a><br>
&gt; light and sound - activate the windows | <a href="http://pobox.com/%7Ewarmerdam" target="_blank">http://pobox.com/~warmerdam</a><br>
&gt; and watch the world go round - Rush    | Geospatial Programmer for Rent<br>
&gt; _______________________________________________<br>
&gt; gdal-dev mailing list<br>
&gt; <a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Bruce Raup<br>
<a href="http://cires.colorado.edu/%7Ebraup/" target="_blank">http://cires.colorado.edu/~braup/</a><br>
</font><div><div></div><div>_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</div></div></blockquote></div><br>