Personal tools

Difference between revisions of "Pydap"

From MohidWiki

Jump to: navigation, search
(Requisites)
 
(Pre-requisites)
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
 
*Numarray. Download and extract [Numarray] then type:
 
*Numarray. Download and extract [Numarray] then type:
 
  > sudo python setup.py --help-commands
 
  > sudo python setup.py --help-commands
*HDF5. Make sure you install [[*Nix platforms|correctly]] the hdf5 libs.
+
*HDF5. Make sure you install [[Nix platforms|correctly]] the hdf5 libs.
 
*PyTables. Download and extract [PyTables] then type:
 
*PyTables. Download and extract [PyTables] then type:
 
  > sudo python setup.py --hdf5=<HDF5HOME> --help-commands
 
  > sudo python setup.py --hdf5=<HDF5HOME> --help-commands
  
 
[[Category:Linux]]
 
[[Category:Linux]]

Latest revision as of 16:58, 3 December 2008

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