Difference between revisions of "Pydap"
From MohidWiki
m (1 revision) |
(→Pre-requisites) |
||
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 [[ | + | *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 15: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