Personal tools

Pydap

From MohidWiki

Revision as of 21:14, 29 November 2006 by 192.168.20.111 (talk) (Requisites)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Excellent alternative to opendap, written in python! See all the docs here.

  • Start service
>sudo paster serve <server_root/>server.ini --daemon
  • Check status
>sudo paster serve <server_root/>server.ini status
  • Reload service
>sudo paster serve <server_root/>server.ini restart --daemon
  • Stop service
>sudo paster serve <server_root/>server.ini stop

Pre-requisites

  • Numpy. Download and extract [Numpy] then type:
> sudo python setup.py

and follow the interface.

  • Numarray. Download and extract [Numarray] then type:
> sudo python setup.py --help-commands
  • HDF5. Make sure you install correctly the hdf5 libs.
  • PyTables. Download and extract [PyTables] then type:
> sudo python setup.py --hdf5=<HDF5HOME> --help-commands