Archive for March, 2008

PyTables is a great API layer for handling HDF5 format in python. Unfortunately the API does not support networking capabilities yet, i.e. client-server communication model.
There are 3 possible approach that we can look forward to.

PyDap – This data access protocol is meant for more general purpose. It has been working well particularly for csv format. [...]