Sunny,<br><br><br>The HDF5 driver doesn&#39;t support the dataset creation at the moment.<br><br><br>Best regards,<br><br>Tamas<br> <br><br><br><div class="gmail_quote">2009/5/13 Sunny K <span dir="ltr">&lt;<a href="mailto:shkwak74@nate.com">shkwak74@nate.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi,<br>
<br>
I want to create HDF5 format file.<br>
So, I programmed as following C# source code.<br>
<br>
But, when I call Create() method, the following error message was happend.<br>
   &quot;GDALDriver::Create()... no create method implemted for this format&quot;<br>
<br>
I don&#39;t know that GDAL libray cannot support HDF5 creation or I used wrong<br>
method.<br>
<br>
I&#39;d appreciate it if you would tell me some information to solve this<br>
problem.<br>
<br>
-----------------------------------------------------------------------------------------------<br>
        public void CreateData(string strPath)<br>
        {<br>
            OSGeo.GDAL.Driver drv = Gdal.GetDriverByName(&quot;HDF5&quot;);<br>
<br>
            int w = 512;<br>
            int h = 512;<br>
            Dataset ds = drv.Create(strPath, w, h, 1, DataType.GDT_Byte,<br>
null);        }<br>
<br>
-----------------------------------------------------------------------------------------------<br>
<br>
Best regards,<br>
- sunny<br>
<font color="#888888">--<br>
View this message in context: <a href="http://n2.nabble.com/Create-HDF5-Problem-tp2880597p2880597.html" target="_blank">http://n2.nabble.com/Create-HDF5-Problem-tp2880597p2880597.html</a><br>
Sent from the GDAL - Dev mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">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>
</font></blockquote></div><br>