<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>HDF-EOS Forums</title>
		<link>http://hdfeos.org/forums/</link>
		<description>This is a HDF-EOS discussion forum powered by vBulletin. To find out about vBulletin, go to http://www.vbulletin.com/ .</description>
		<language>en</language>
		<lastBuildDate>Tue, 18 Jun 2013 17:10:32 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>1440</ttl>
		<image>
			<url>http://hdfeos.org/forums/images/misc/rss.jpg</url>
			<title>HDF-EOS Forums</title>
			<link>http://hdfeos.org/forums/</link>
		</image>
		<item>
			<title>H4CF Conversion Toolkit 1.0.beta is available.</title>
			<link>http://hdfeos.org/forums/showthread.php?t=590&amp;goto=newpost</link>
			<pubDate>Fri, 14 Jun 2013 16:57:11 GMT</pubDate>
			<description><![CDATA[We're pleased to announce that the H4CF Conversion Toolkit 1.0.beta release is now available and can be downloaded from the following page: 
 
 ...]]></description>
			<content:encoded><![CDATA[<div>We're pleased to announce that the H4CF Conversion Toolkit 1.0.beta release is now available and can be downloaded from the following page:<br />
<br />
  <a href="http://hdfeos.org/software/h4cflib.php" target="_blank">http://hdfeos.org/software/h4cflib.php</a><br />
<br />
The new version has many new features:<br />
<br />
API Name Change<br />
---------------<br />
- Some attribute-related APIs are shortened. For example,<br />
  h4cf_get_var_attr_type() has been reduced to h4cf_get_attr_typ()e since <br />
  we also support the retrieval of file attribute type in this release.<br />
<br />
Vdata handling<br />
--------------<br />
- In the previous version, vdata attribute values, vdata field values and vdata <br />
  field attribute values are translated to string. This mapping is not right.<br />
  Now original vdata data and attribute values will be kept. <br />
- Since there are no equivalent vdata objects in the h4cf output, to conform<br />
  to the netCDF classic model, the vdata attributes will be mapped to file<br />
  attributes and the vdata field attributes will be mapped to variable<br />
  attributes.<br />
<br />
Unsigned Data Type<br />
------------------<br />
- h4tonccf improved the handling of unsigned data type. If NetCDF-3 output<br />
  is desired, unsigned int8 and int16 type will be up-scaled to int16 and  <br />
  int32 type respectively.<br />
<br />
Test suite<br />
----------<br />
- A test suite with sample data files and API test programs is added.<br />
- Users can download and test conversion tool with sample NASA data.<br />
<br />
Examples<br />
--------<br />
- More file-type-specific examples are provided.<br />
- An NcML example is added for post-editing the converted NetCDF file.<br />
<br />
<br />
  The new version also includes many bug fixes in both library and conversion:<br />
<br />
- The -O0 compiler option is no longer necessary.<br />
- Memory leaks are checked with valgrind and leaking problems are fixed.<br />
- HDF-EOS2 Grids that use the LAMAZ projection are supported.<br />
- Type mismatch problem between CF attributes and variable type is fixed.<br />
- h4cf_get_file_attrs() returns the list of attributes instead of string map.<br />
  This will allow to write attributes with different types, not just string.<br />
- Bugs related to subsetting vdata field values are fixed.<br />
- The conversion tool doesn't insert an arbitrary _FillValue attribute that <br />
  doesn't exist in the original file.<br />
- Name clashing routines are updated when handling HDF4 products. Now the name<br />
  clashing is more robust and the original object names will be used to generate<br />
  the final CF-compliant variable names if no name clashing is found.<br />
- The name clashing issue related to the hybrid HDF-EOS2 objects has been<br />
  fixed.<br />
- A few critical bugs have been fixed related to making MODIS scale<br />
  and offset and valid_range attributes to follow CF. Now MODIS products in<br />
  our testsuite are translated to conform to CF conventions.<br />
<br />
<br />
  This release contains many other changes that are not listed here. <br />
Please be sure to read the release document for a comprehensive list of new <br />
features and changes:<br />
<br />
    <a href="http://hdfeos.org/software/h4cflib/doc/RELEASE.txt" target="_blank">http://hdfeos.org/software/h4cflib/doc/RELEASE.txt</a></div>

]]></content:encoded>
			<category domain="http://hdfeos.org/forums/forumdisplay.php?f=2">News and Announcements</category>
			<dc:creator>hyoklee</dc:creator>
			<guid isPermaLink="true">http://hdfeos.org/forums/showthread.php?t=590</guid>
		</item>
		<item>
			<title>TRMM Level 2 version 7 examples are added.</title>
			<link>http://hdfeos.org/forums/showthread.php?t=589&amp;goto=newpost</link>
			<pubDate>Wed, 12 Jun 2013 15:07:57 GMT</pubDate>
			<description><![CDATA[A user reported that our IDL code for TRMM L2 doesn't work for the new TRMM L2 version 7 products.   
 
  Upon further inspection, we've found that...]]></description>
			<content:encoded><![CDATA[<div>A user reported that our IDL code for TRMM L2 doesn't work for the new TRMM L2 version 7 products.  <br />
<br />
  Upon further inspection, we've found that the version 7 has separate 2-D SDS dataset for latitude and longitude. The version 6 has only one SDS dataset called geolocation that covers both latitude and longitude as 3-D array. <br />
<br />
  Thus, we added new NCL/MATLAB/IDL codes for TRMM L2 version 7 products and you can find them here:<br />
<br />
<a href="http://hdfeos.org/zoo/index_openGESDISC_Examples.php#TRMM7" target="_blank">http://hdfeos.org/zoo/index_openGESD...ples.php#TRMM7</a><br />
<br />
  Please keep us informed about new NASA HDF products!</div>

]]></content:encoded>
			<category domain="http://hdfeos.org/forums/forumdisplay.php?f=11">Others</category>
			<dc:creator>hyoklee</dc:creator>
			<guid isPermaLink="true">http://hdfeos.org/forums/showthread.php?t=589</guid>
		</item>
		<item>
			<title>HDF to GeoTIFF conversion project</title>
			<link>http://hdfeos.org/forums/showthread.php?t=588&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 14:35:22 GMT</pubDate>
			<description>The HDF Group is going to start a pilot project of creating a tool that converts HDF to GeoTIFF through Apache Incubator project. Conversion to...</description>
			<content:encoded><![CDATA[<div>The HDF Group is going to start a pilot project of creating a tool that converts HDF to GeoTIFF through Apache Incubator project. Conversion to GeoTIFF will allow you to visualize NASA HDF/HDF-EOS through popular GIS tools such as ArcGIS and Google Earth Pro.  We're writing a new proposal for the tool and we're looking for a developer who can contribute for the project:<br />
<br />
  <a href="http://wiki.apache.org/incubator/HotdoGProposal" target="_blank">http://wiki.apache.org/incubator/HotdoGProposal</a><br />
<br />
  If you're interested in joining the project, would you please let us<br />
know so that we can include your name in the project proposal? Feel free to contact us through <a href="mailto:eoshelp@hdfgroup.org">eoshelp@hdfgroup.org</a>.<br />
<br />
  Thanks!</div>

]]></content:encoded>
			<category domain="http://hdfeos.org/forums/forumdisplay.php?f=2">News and Announcements</category>
			<dc:creator>hyoklee</dc:creator>
			<guid isPermaLink="true">http://hdfeos.org/forums/showthread.php?t=588</guid>
		</item>
		<item>
			<title>64-bit binary of eos2dump tool is available.</title>
			<link>http://hdfeos.org/forums/showthread.php?t=587&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 14:14:04 GMT</pubDate>
			<description>We made a 64-bit version of eos2dump static binary and uploaded it here: 
 
http://hdfeos.org/software/eosdump/bin/linux64/ 
 
SHA256 has the...</description>
			<content:encoded><![CDATA[<div>We made a 64-bit version of eos2dump static binary and uploaded it here:<br />
<br />
<a href="http://hdfeos.org/software/eosdump/bin/linux64/" target="_blank">http://hdfeos.org/software/eosdump/bin/linux64/</a><br />
<br />
SHA256 has the checksum information.<br />
<br />
After you download it, you can verify the checksum using <br />
<br />
 %sha256sum eos2dump<br />
<br />
The binary is built on CentOS 5 (x86_64).</div>

]]></content:encoded>
			<category domain="http://hdfeos.org/forums/forumdisplay.php?f=9">Local Access</category>
			<dc:creator>hyoklee</dc:creator>
			<guid isPermaLink="true">http://hdfeos.org/forums/showthread.php?t=587</guid>
		</item>
		<item>
			<title>MODIS gain and bias values</title>
			<link>http://hdfeos.org/forums/showthread.php?t=586&amp;goto=newpost</link>
			<pubDate>Mon, 15 Apr 2013 07:12:29 GMT</pubDate>
			<description><![CDATA[Good morning,  
 
First of all, I'm sorry because I don't know if it's the right forum or section to post that question.  
 
I don’t know where can I...]]></description>
			<content:encoded><![CDATA[<div>Good morning, <br />
<br />
First of all, I'm sorry because I don't know if it's the right forum or section to post that question. <br />
<br />
I don’t know where can I find gain and the bias offset of a MODIS image. The product I’m using is MOD09GA. I've heard that in MODIS images there are only gain values, no offset, but I don't know if this information is true. <br />
<br />
Does somebody know where can I find it? Really thanks in advance!</div>

]]></content:encoded>
			<category domain="http://hdfeos.org/forums/forumdisplay.php?f=3"><![CDATA[Questions & Answers]]></category>
			<dc:creator>klipya</dc:creator>
			<guid isPermaLink="true">http://hdfeos.org/forums/showthread.php?t=586</guid>
		</item>
		<item>
			<title>2013 HDF NASA briefing slides are on-line.</title>
			<link>http://hdfeos.org/forums/showthread.php?t=585&amp;goto=newpost</link>
			<pubDate>Fri, 05 Apr 2013 23:47:31 GMT</pubDate>
			<description>These presentations include the recent NASA HDF/HDF-EOS support from The HDF Group and the HDF-EOS developers. 
...</description>
			<content:encoded><![CDATA[<div>These presentations include the recent NASA HDF/HDF-EOS support from The HDF Group and the HDF-EOS developers.<br />
<br />
<a href="http://hdfeos.org/briefing/2013/index.php" target="_blank">http://hdfeos.org/briefing/2013/index.php</a></div>

]]></content:encoded>
			<category domain="http://hdfeos.org/forums/forumdisplay.php?f=8">Workshops</category>
			<dc:creator>hyoklee</dc:creator>
			<guid isPermaLink="true">http://hdfeos.org/forums/showthread.php?t=585</guid>
		</item>
		<item>
			<title>MEaSUREs WELD product examples are added.</title>
			<link>http://hdfeos.org/forums/showthread.php?t=584&amp;goto=newpost</link>
			<pubDate>Tue, 26 Mar 2013 16:21:39 GMT</pubDate>
			<description>We added the NCL/MATLAB/IDL examples of MEaSUREs WELD products: 
 
http://www.hdfeos.org/zoo/index_openLPDAAC_Examples.php#WELD 
 
For more...</description>
			<content:encoded><![CDATA[<div>We added the NCL/MATLAB/IDL examples of MEaSUREs WELD products:<br />
<br />
<a href="http://www.hdfeos.org/zoo/index_openLPDAAC_Examples.php#WELD" target="_blank">http://www.hdfeos.org/zoo/index_open...mples.php#WELD</a><br />
<br />
For more information about WELD products, please refer to  <br />
<br />
<a href="http://globalmonitoring.sdstate.edu/projects/weld/" target="_blank">http://globalmonitoring.sdstate.edu/projects/weld/</a><br />
<br />
This product is quite interesting because it uses Albers projection. As you can see from our examples, dumping latitude/longitude in ASCII using HDF-EOS2 dumper tool results in huge text file (310M) for each, which is bigger than the HDF-EOS2 file itself. :eek:</div>

]]></content:encoded>
			<category domain="http://hdfeos.org/forums/forumdisplay.php?f=11">Others</category>
			<dc:creator>hyoklee</dc:creator>
			<guid isPermaLink="true">http://hdfeos.org/forums/showthread.php?t=584</guid>
		</item>
	</channel>
</rss>
