File: index.rst

package info (click to toggle)
python-hdf4 0.11.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,328 kB
  • sloc: ansic: 9,252; python: 3,445; makefile: 192
file content (36 lines) | stat: -rw-r--r-- 793 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.. pyhdf documentation master file, created by
   sphinx-quickstart2 on Sun Jul 27 02:07:57 2014.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to pyhdf's documentation!
=======================================

pyhdf is a python wrapper around the NCSA HDF version 4 library. The SD
(Scientific Dataset), VS (Vdata) and V (Vgroup) API's are currently
implemented. NetCDF files can also be read and modified.

Development for this library happens in github:
https://github.com/fhs/pyhdf/


Contents:

.. toctree::
   :maxdepth: 2

   install.rst
   modules/HDF.rst
   modules/SD.rst
   modules/VS.rst
   modules/V.rst



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`