<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rcandey</id>
		<title>Just Solve the File Format Problem - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rcandey"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Special:Contributions/Rcandey"/>
		<updated>2026-04-17T04:16:22Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Common_Data_Format</id>
		<title>Common Data Format</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Common_Data_Format"/>
				<updated>2022-12-06T05:32:15Z</updated>
		
		<summary type="html">&lt;p&gt;Rcandey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Scientific Data formats&lt;br /&gt;
|extensions={{ext|cdf}}&lt;br /&gt;
|mimetypes={{mimetype|application/x-cdf}}&lt;br /&gt;
}}&lt;br /&gt;
The '''Common Data Format''' (CDF) is a scientific data file format and associated APIs designed by NASA for multi-dimensional datasets, and most commonly used in Heliophysics. CDF was designed and developed in 1984 by the National Space Science Data Center (NSSDC) at NASA/GSFC. CDF was originally written in FORTRAN, and rewritten in 1990 in C (version 2). In the mean time, [[netCDF]] was developed in C, based on the CDF conceptual model. Both models and existing software have matured substantially since, and share common goals. CDF libraries in Java, Python, and C++ have been developed independently, based on the [https://spdf.gsfc.nasa.gov/pub/software/cdf/doc/cdf381/cdf38ifd.pdf CDF Internal Formats Document]. Internal metadata generally follows the [https://github.com/IHDE-Alliance/ISTP_metadata ISTP Metadata Guidelines]. The NASA Planetary Data System (PDS) adopted CDF with some constraints as an archive standard {https://pds-ppi.igpp.ucla.edu/doc/CDF-A-Specification-v1.0.pdf CDF-A Specification], with a [https://pds-ppi.igpp.ucla.edu/doc/cdf/Guide-to-Archiving-CDF-Files-in-PDS4-v7.pdf Guide to Archiving CDF Files in PDS4].&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
The version 3 examples start with byte sequence &amp;lt;code&amp;gt;CD F3 00 01&amp;lt;/code&amp;gt;, the middle ranged versions (2.6 and 2.7) begin with &amp;lt;code&amp;gt;CD F2 60 02&amp;lt;/code&amp;gt; and&lt;br /&gt;
older versions 2.5 or earlier start with byte sequence &amp;lt;code&amp;gt;00 00 FF FF&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page] → [https://cdf.gsfc.nasa.gov/html/cdf_docs.html Documentation] → [https://spdf.gsfc.nasa.gov/pub/software/cdf/doc/cdf381/cdf38ifd.pdf CDF Internal Formats Document]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page] → [https://cdf.gsfc.nasa.gov/html/sw_and_docs.html Download CDF Software] ...&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* https://cdaweb.gsfc.nasa.gov/pub/software/cdf/cdf_test_files/&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page]&lt;br /&gt;
* [[Wikipedia:Common Data Format]]&lt;/div&gt;</summary>
		<author><name>Rcandey</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Common_Data_Format</id>
		<title>Common Data Format</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Common_Data_Format"/>
				<updated>2022-12-06T05:29:32Z</updated>
		
		<summary type="html">&lt;p&gt;Rcandey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Scientific Data formats&lt;br /&gt;
|extensions={{ext|cdf}}&lt;br /&gt;
|mimetypes={{mimetype|application/x-cdf}}&lt;br /&gt;
}}&lt;br /&gt;
The '''Common Data Format''' (CDF) is a scientific data file format and associated APIs designed by NASA for multi-dimensional datasets, and most commonly used in Heliophysics. CDF was designed and developed in 1984 by the National Space Science Data Center (NSSDC) at NASA/GSFC. CDF was originally written in FORTRAN, and rewritten in 1990 in C (version 2). In the mean time, [[netCDF]] was developed in C, based on the CDF conceptual model. Both models and existing software have matured substantially since, and share common goals. CDF libraries in Java, Python, and C++ have been developed independently, based on the Internal Formats document. Internal metadata generally follows the [https://github.com/IHDE-Alliance/ISTP_metadata ISTP Metadata Guidelines]. The NASA Planetary Data System (PDS) adopted CDF with some constraints as an archive standard {https://pds-ppi.igpp.ucla.edu/doc/CDF-A-Specification-v1.0.pdf CDF-A Specification], with a [https://pds-ppi.igpp.ucla.edu/doc/cdf/Guide-to-Archiving-CDF-Files-in-PDS4-v7.pdf Guide to Archiving CDF Files in PDS4].&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
The version 3 examples start with byte sequence &amp;lt;code&amp;gt;CD F3 00 01&amp;lt;/code&amp;gt;, the middle ranged versions (2.6 and 2.7) begin with &amp;lt;code&amp;gt;CD F2 60 02&amp;lt;/code&amp;gt; and&lt;br /&gt;
older versions 2.5 or earlier start with byte sequence &amp;lt;code&amp;gt;00 00 FF FF&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page] → [https://cdf.gsfc.nasa.gov/html/cdf_docs.html Documentation] → [https://spdf.gsfc.nasa.gov/pub/software/cdf/doc/cdf381/cdf38ifd.pdf CDF Internal Formats Document]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page] → [https://cdf.gsfc.nasa.gov/html/sw_and_docs.html Download CDF Software] ...&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* https://cdaweb.gsfc.nasa.gov/pub/software/cdf/cdf_test_files/&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page]&lt;br /&gt;
* [[Wikipedia:Common Data Format]]&lt;/div&gt;</summary>
		<author><name>Rcandey</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Common_Data_Format</id>
		<title>Common Data Format</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Common_Data_Format"/>
				<updated>2022-12-06T02:57:22Z</updated>
		
		<summary type="html">&lt;p&gt;Rcandey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Scientific Data formats&lt;br /&gt;
|extensions={{ext|cdf}}&lt;br /&gt;
|mimetypes={{mimetype|application/x-cdf}}&lt;br /&gt;
}}&lt;br /&gt;
The '''Common Data Format''' (CDF) is a scientific data file format and associated APIs designed by NASA for multi-dimensional datasets, and most commonly used in Heliophysics. CDF was designed and developed in 1984 by the National Space Science Data Center (NSSDC) at NASA/GSFC. CDF was originally written in FORTRAN, and rewritten in 1990 in C (version 2). In the mean time, [[netCDF]] was developed in C, based on the CDF conceptual model. Both models and existing software have matured substantially since, and share common goals. CDF libraries in Java, Python, and C++ have been developed independently, based on the Internal Formats document. Internal metadata generally follows the [https://github.com/IHDE-Alliance/ISTP_metadata ISTP Metadata Guidelines].&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
The version 3 examples start with byte sequence &amp;lt;code&amp;gt;CD F3 00 01&amp;lt;/code&amp;gt;, the middle ranged versions (2.6 and 2.7) begin with &amp;lt;code&amp;gt;CD F2 60 02&amp;lt;/code&amp;gt; and&lt;br /&gt;
older versions 2.5 or earlier start with byte sequence &amp;lt;code&amp;gt;00 00 FF FF&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page] → [https://cdf.gsfc.nasa.gov/html/cdf_docs.html Documentation] → [https://spdf.gsfc.nasa.gov/pub/software/cdf/doc/cdf381/cdf38ifd.pdf CDF Internal Formats Document]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page] → [https://cdf.gsfc.nasa.gov/html/sw_and_docs.html Download CDF Software] ...&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* https://cdaweb.gsfc.nasa.gov/pub/software/cdf/cdf_test_files/&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page]&lt;br /&gt;
* [[Wikipedia:Common Data Format]]&lt;/div&gt;</summary>
		<author><name>Rcandey</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Common_Data_Format</id>
		<title>Common Data Format</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Common_Data_Format"/>
				<updated>2022-12-06T02:56:40Z</updated>
		
		<summary type="html">&lt;p&gt;Rcandey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Scientific Data formats&lt;br /&gt;
|extensions={{ext|cdf}}&lt;br /&gt;
|mimetypes={{mimetype|application/x-cdf}}&lt;br /&gt;
}}&lt;br /&gt;
The '''Common Data Format''' (CDF) is a scientific data file format and associated APIs designed by NASA for multi-dimensional datasets, and most commonly used in Heliophysics. CDF was designed and developed in 1984 by the National Space Science Data Center (NSSDC) at NASA/GSFC. CDF was originally written in FORTRAN, and rewritten in 1990 in C (version 2). In the mean time, [[netCDF]] was developed in C, based on the CDF conceptual model. Both models and existing software have matured substantially since, and share common goals. CDF libraries in Java, Python, and C++ have been developed independently, based on the Internal Formats document. Internal metadata generally follows the [ISTP Metadata Guidelines https://github.com/IHDE-Alliance/ISTP_metadata].&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
The version 3 examples start with byte sequence &amp;lt;code&amp;gt;CD F3 00 01&amp;lt;/code&amp;gt;, the middle ranged versions (2.6 and 2.7) begin with &amp;lt;code&amp;gt;CD F2 60 02&amp;lt;/code&amp;gt; and&lt;br /&gt;
older versions 2.5 or earlier start with byte sequence &amp;lt;code&amp;gt;00 00 FF FF&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page] → [https://cdf.gsfc.nasa.gov/html/cdf_docs.html Documentation] → [https://spdf.gsfc.nasa.gov/pub/software/cdf/doc/cdf381/cdf38ifd.pdf CDF Internal Formats Document]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page] → [https://cdf.gsfc.nasa.gov/html/sw_and_docs.html Download CDF Software] ...&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* https://cdaweb.gsfc.nasa.gov/pub/software/cdf/cdf_test_files/&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page]&lt;br /&gt;
* [[Wikipedia:Common Data Format]]&lt;/div&gt;</summary>
		<author><name>Rcandey</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Common_Data_Format</id>
		<title>Common Data Format</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Common_Data_Format"/>
				<updated>2022-12-06T02:55:24Z</updated>
		
		<summary type="html">&lt;p&gt;Rcandey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Scientific Data formats&lt;br /&gt;
|extensions={{ext|cdf}}&lt;br /&gt;
|mimetypes={{mimetype|application/x-cdf}}&lt;br /&gt;
}}&lt;br /&gt;
The '''Common Data Format''' (CDF) is a scientific data file format and associated APIs designed by NASA for multi-dimensional datasets, and most commonly used in Heliophysics. CDF was designed and developed in 1984 by the National Space Science Data Center (NSSDC) at NASA/GSFC. CDF was originally written in FORTRAN, and rewritten in 1990 in C (version 2). In the mean time, netCDF [[netCDF]] was developed in C, based on the CDF conceptual model. Both models and existing software have matured substantially since, and share common goals. CDF libraries in Java, Python, and C++ have been developed independently, based on the Internal Formats document. Internal metadata generally follows the ISTP Metadata Guidelines [https://github.com/IHDE-Alliance/ISTP_metadata].&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
The version 3 examples start with byte sequence &amp;lt;code&amp;gt;CD F3 00 01&amp;lt;/code&amp;gt;, the middle ranged versions (2.6 and 2.7) begin with &amp;lt;code&amp;gt;CD F2 60 02&amp;lt;/code&amp;gt; and&lt;br /&gt;
older versions 2.5 or earlier start with byte sequence &amp;lt;code&amp;gt;00 00 FF FF&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page] → [https://cdf.gsfc.nasa.gov/html/cdf_docs.html Documentation] → [https://spdf.gsfc.nasa.gov/pub/software/cdf/doc/cdf381/cdf38ifd.pdf CDF Internal Formats Document]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page] → [https://cdf.gsfc.nasa.gov/html/sw_and_docs.html Download CDF Software] ...&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* https://cdaweb.gsfc.nasa.gov/pub/software/cdf/cdf_test_files/&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page]&lt;br /&gt;
* [[Wikipedia:Common Data Format]]&lt;/div&gt;</summary>
		<author><name>Rcandey</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Common_Data_Format</id>
		<title>Common Data Format</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Common_Data_Format"/>
				<updated>2022-12-06T02:36:10Z</updated>
		
		<summary type="html">&lt;p&gt;Rcandey: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Scientific Data formats&lt;br /&gt;
|extensions={{ext|cdf}}&lt;br /&gt;
|mimetypes={{mimetype|application/x-cdf}}&lt;br /&gt;
}}&lt;br /&gt;
The '''Common Data Format''' (CDF) is a file format and associated APIs designed by NASA for multi-dimensional datasets. It has largely been supplanted by the (mostly unrelated, except in name) [[netCDF]].&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
The version 3 examples start with byte sequence &amp;lt;code&amp;gt;CD F3 00 01&amp;lt;/code&amp;gt;, the middle ranged versions (2.6 and 2.7) begin with &amp;lt;code&amp;gt;CD F2 60 02&amp;lt;/code&amp;gt; and&lt;br /&gt;
older versions 2.5 or earlier start with byte sequence &amp;lt;code&amp;gt;00 00 FF FF&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page] → [https://cdf.gsfc.nasa.gov/html/cdf_docs.html Documentation] → [https://spdf.gsfc.nasa.gov/pub/software/cdf/doc/cdf381/cdf38ifd.pdf CDF Internal Formats Document]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page] → [https://cdf.gsfc.nasa.gov/html/sw_and_docs.html Download CDF Software] ...&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* https://cdaweb.gsfc.nasa.gov/pub/software/cdf/cdf_test_files/&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page]&lt;br /&gt;
* [[Wikipedia:Common Data Format]]&lt;/div&gt;</summary>
		<author><name>Rcandey</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Common_Data_Format</id>
		<title>Common Data Format</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Common_Data_Format"/>
				<updated>2022-12-06T02:32:23Z</updated>
		
		<summary type="html">&lt;p&gt;Rcandey: /* Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Scientific Data formats&lt;br /&gt;
|extensions={{ext|cdf}}&lt;br /&gt;
|mimetypes={{mimetype|application/x-cdf}}&lt;br /&gt;
}}&lt;br /&gt;
The '''Common Data Format''' (CDF) is a file format and associated APIs designed by NASA for multi-dimensional datasets. It has largely been supplanted by the (mostly unrelated, except in name) [[netCDF]].&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
The version 3 examples start with byte sequence &amp;lt;code&amp;gt;CD F3 00 01&amp;lt;/code&amp;gt;, the middle ranged versions (2.6 and 2.7) begin with &amp;lt;code&amp;gt;CD F2 60 02&amp;lt;/code&amp;gt; and&lt;br /&gt;
older versions 2.5 or earlier start with byte sequence &amp;lt;code&amp;gt;00 00 FF FF&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page] → [https://cdf.gsfc.nasa.gov/html/cdf_docs.html Documentation] → [https://spdf.gsfc.nasa.gov/pub/software/cdf/doc/cdf381/cdf38ifd.pdf CDF Internal Formats Document]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page] → [https://cdf.gsfc.nasa.gov/html/sw_and_docs.html Download CDF Software] ...&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* https://cdaweb.gsfc.nasa.gov/pub/software/cdf/cdf_test_files/&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://cdf.gsfc.nasa.gov/ CDF Home Page]&lt;br /&gt;
* [[Wikipedia:Common Data Format]]&lt;/div&gt;</summary>
		<author><name>Rcandey</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Common_Data_Format</id>
		<title>Common Data Format</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Common_Data_Format"/>
				<updated>2022-12-06T02:30:26Z</updated>
		
		<summary type="html">&lt;p&gt;Rcandey: /* Specifications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Scientific Data formats&lt;br /&gt;
|extensions={{ext|cdf}}&lt;br /&gt;
|mimetypes={{mimetype|application/x-cdf}}&lt;br /&gt;
}}&lt;br /&gt;
The '''Common Data Format''' (CDF) is a file format and associated APIs designed by NASA for multi-dimensional datasets. It has largely been supplanted by the (mostly unrelated, except in name) [[netCDF]].&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
The version 3 examples start with byte sequence &amp;lt;code&amp;gt;CD F3 00 01&amp;lt;/code&amp;gt;, the middle ranged versions (2.6 and 2.7) begin with &amp;lt;code&amp;gt;CD F2 60 02&amp;lt;/code&amp;gt; and&lt;br /&gt;
older versions 2.5 or earlier start with byte sequence &amp;lt;code&amp;gt;00 00 FF FF&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [https://cdf.gsfc.nasa.gov/ CDF Home Page] → [https://cdf.gsfc.nasa.gov/html/cdf_docs.html Documentation] → [https://spdf.gsfc.nasa.gov/pub/software/cdf/doc/cdf381/cdf38ifd.pdf CDF Internal Formats Document]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://cdf.gsfc.nasa.gov/ CDF Home Page] → [http://cdf.gsfc.nasa.gov/html/Version/V3500/sw_and_docs.html Download CDF Software] ...&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* https://cdaweb.gsfc.nasa.gov/pub/software/cdf/cdf_test_files/&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://cdf.gsfc.nasa.gov/ CDF Home Page]&lt;br /&gt;
* [[Wikipedia:Common Data Format]]&lt;/div&gt;</summary>
		<author><name>Rcandey</name></author>	</entry>

	</feed>