<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for alfven.org</title>
	<atom:link href="http://alfven.org/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://alfven.org/wp</link>
	<description></description>
	<lastBuildDate>Thu, 17 May 2012 19:59:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on HDF5 for Python by PSH5X–A Windows PowerShell module for HDF5 &#124; MSDN Blogs</title>
		<link>http://alfven.org/wp/hdf5-for-python/#comment-33</link>
		<dc:creator>PSH5X–A Windows PowerShell module for HDF5 &#124; MSDN Blogs</dc:creator>
		<pubDate>Thu, 17 May 2012 19:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://alfven.org/wp/?page_id=22#comment-33</guid>
		<description>[...] already several excellent scripting interfaces available for HDF5 including Andrew Collette&#8217;s h5py Python module. Most people would probably agree that for something as wonderful and multi-faceted [...]</description>
		<content:encoded><![CDATA[<p>[...] already several excellent scripting interfaces available for HDF5 including Andrew Collette&#8217;s h5py Python module. Most people would probably agree that for something as wonderful and multi-faceted [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PSA: Why using Dataset.value is discouraged in h5py by ac</title>
		<link>http://alfven.org/wp/2011/11/psa-why-using-dataset-value-is-discouraged-in-h5py/#comment-31</link>
		<dc:creator>ac</dc:creator>
		<pubDate>Thu, 08 Mar 2012 06:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://alfven.org/wp/?p=50#comment-31</guid>
		<description>Thanks for your inquiry!  Yes, you can delete objects in an HDF5 file, using the standard dictionary syntax in python:

&gt;&gt;&gt; del myfile[&#039;name&#039;]

There&#039;s no rename method at the moment, at least at the high level interface.  You can work around this for the time being by doing:

&gt;&gt;&gt; myfile[&#039;newname&#039;] = myfile[&#039;oldname&#039;]  # creates a new hard link
&gt;&gt;&gt; del myfile[&#039;oldname&#039;]

You can also ask questions at the h5py mailing list (h5py at googlegroups), as more people read it.</description>
		<content:encoded><![CDATA[<p>Thanks for your inquiry!  Yes, you can delete objects in an HDF5 file, using the standard dictionary syntax in python:</p>
<p>>>> del myfile['name']</p>
<p>There&#8217;s no rename method at the moment, at least at the high level interface.  You can work around this for the time being by doing:</p>
<p>>>> myfile['newname'] = myfile['oldname']  # creates a new hard link<br />
>>> del myfile['oldname']</p>
<p>You can also ask questions at the h5py mailing list (h5py at googlegroups), as more people read it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PSA: Why using Dataset.value is discouraged in h5py by Frank Muennemann</title>
		<link>http://alfven.org/wp/2011/11/psa-why-using-dataset-value-is-discouraged-in-h5py/#comment-30</link>
		<dc:creator>Frank Muennemann</dc:creator>
		<pubDate>Wed, 07 Mar 2012 00:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://alfven.org/wp/?p=50#comment-30</guid>
		<description>I apologize if this is the wrong forum for questions about h5py.  Here goes; I hope this is simple.

I can&#039;t find an interface to &quot;rename&quot; nodes in the HDF5 structure or to delete them.  PyTables has .renameNode, and HDFView has a &quot;rename&quot; as well as &quot;delete.&quot;  It is possible yes, to .close() a file, edit with one of the other interfaces, and then open it again with h5py, but this seems like more work than it ought to take.

So,... any chance that &quot;rename&quot; or &quot;delete&quot; will be supported sometime soon?  (Or, maybe there&#039;s someplace I&#039;ve missed where to get them in existing API?)

Thanks for h5py.  My application is managing data output from microwave waveforms acquired at 3.6 Gsps on three channels.  The simple interface to h5py makes the project look very reasonable.</description>
		<content:encoded><![CDATA[<p>I apologize if this is the wrong forum for questions about h5py.  Here goes; I hope this is simple.</p>
<p>I can&#8217;t find an interface to &#8220;rename&#8221; nodes in the HDF5 structure or to delete them.  PyTables has .renameNode, and HDFView has a &#8220;rename&#8221; as well as &#8220;delete.&#8221;  It is possible yes, to .close() a file, edit with one of the other interfaces, and then open it again with h5py, but this seems like more work than it ought to take.</p>
<p>So,&#8230; any chance that &#8220;rename&#8221; or &#8220;delete&#8221; will be supported sometime soon?  (Or, maybe there&#8217;s someplace I&#8217;ve missed where to get them in existing API?)</p>
<p>Thanks for h5py.  My application is managing data output from microwave waveforms acquired at 3.6 Gsps on three channels.  The simple interface to h5py makes the project look very reasonable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Website redesign by ac</title>
		<link>http://alfven.org/wp/2011/05/website-redesign/#comment-10</link>
		<dc:creator>ac</dc:creator>
		<pubDate>Thu, 27 Oct 2011 20:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://alfven.org/wp/?p=31#comment-10</guid>
		<description>Hi Curt.  There&#039;s another Python package for reading HDF4 files called PyHDF:

http://pysclint.sourceforge.net/pyhdf/

I haven&#039;t used it myself but have heard good things about it.

Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Curt.  There&#8217;s another Python package for reading HDF4 files called PyHDF:</p>
<p><a href="http://pysclint.sourceforge.net/pyhdf/" rel="nofollow">http://pysclint.sourceforge.net/pyhdf/</a></p>
<p>I haven&#8217;t used it myself but have heard good things about it.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Website redesign by Curt Covey</title>
		<link>http://alfven.org/wp/2011/05/website-redesign/#comment-9</link>
		<dc:creator>Curt Covey</dc:creator>
		<pubDate>Thu, 27 Oct 2011 19:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://alfven.org/wp/?p=31#comment-9</guid>
		<description>Thanks for sharing h5py. Sounds like it will interface well with CDAT (see above URL). But unfortunately, the files I am dealing with are HDF4, not HDF5. Any advice?</description>
		<content:encoded><![CDATA[<p>Thanks for sharing h5py. Sounds like it will interface well with CDAT (see above URL). But unfortunately, the files I am dealing with are HDF4, not HDF5. Any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Website redesign by ac</title>
		<link>http://alfven.org/wp/2011/05/website-redesign/#comment-8</link>
		<dc:creator>ac</dc:creator>
		<pubDate>Mon, 26 Sep 2011 00:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://alfven.org/wp/?p=31#comment-8</guid>
		<description>Thanks Andre!  In the meantime I&#039;ll remove the broken link.</description>
		<content:encoded><![CDATA[<p>Thanks Andre!  In the meantime I&#8217;ll remove the broken link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Website redesign by Andre</title>
		<link>http://alfven.org/wp/2011/05/website-redesign/#comment-7</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Mon, 26 Sep 2011 00:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://alfven.org/wp/?p=31#comment-7</guid>
		<description>Hi Andrew,

Thanks for making your h5py publicly available - it is very nice.  The link to the PDF copy of the h5py user guide no longer works.


Thanks,

Andre</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>Thanks for making your h5py publicly available &#8211; it is very nice.  The link to the PDF copy of the h5py user guide no longer works.</p>
<p>Thanks,</p>
<p>Andre</p>
]]></content:encoded>
	</item>
</channel>
</rss>

