Follow these steps to integrate the Shared Data Access System in your Python code. All the examples were successfully tested in Windows and some linux distributions like Gentoo, Fedora and Red Hat.
In case you don’t already a numeric Python package installed in your system (Numpy, numarray or Numeric )
downloadDownload Numpy .
In order to plot and view data, you may also need more packages. For this, Matplotlib is recommended.
Download the following file into a folder of your system:
Unpack it and run:
python setup.py install
You may need to have root or administrator privileges.Supposing you have
Another option is to copy the sdas directoryfolder toin /home/user/pythonthe same: folder where export PYTHONPATH ="/home/user/python/sdas" you have your code.
...
Other changes:
...
Download the following libraries into a folder of your system:
In case you don’t already a numeric Python package installed in your system (Numpy, numarray or Numeric )
Download Numpy
Supposing you have the sdas directory in /home/user/python:
export PYTHONPATH ="/home/user/python/sdas"
...
...
In case you don’t already a numeric Python package installed in your system (Numpy, numarray or Numeric)
download Numpy .
In order to plot and view data, you may also need more packages. For this, Matplotlib is recommended.
Download the following file into a folder of your system:
Unpack it and run:
python setup.py install
You may need to have root or administrator privileges.
Another option is to copy the sdas folder to the same folder where you have your code.
...