FTP a custom DODS binary tar file


A tar file containing the DODS Matlab graphical interface that you requested is contained in #tar-file#. The file contains #tar-file-size# bytes. To transfer, click on the file name. We will keep the tar file for 1 day on our system.

Note:


What to do once the transfer is complete

Once transfer is complete, move the tar file to the directory where you would like to put the DODS root directory. Some likely choices are /usr/local/, /usr/local/src/, your home directory, ... Note that the root directory itself will be created automatically. Now expand the tar file using `#comptool# -d -c #tar-file# | tar -xf -'. This will create a small directory tree with the interface in the `bin' subdirectory.

To test the Matlab Interface, change to the DODS/bin/matlab-gui directory, start Matlab and type `browse' at the Matlab prompt.

To run the Matlab interface from any directory, set the DODS_ROOT environment variable to the directory named `DODS' that was created when you expanded the tar file. Then add the DODS/bin/matlab-gui directory to your MATLABPATH environment variable. You can put these environment variables in your .cshrc file so that you don't have to type them in every time you login to your workstation. For example, if you expanded the tarfile in /usr/local, you would add the following two lines to your .cshrc:

    setenv DODS_ROOT /usr/local/DODS
    setenv MATLABPATH "${MATLABPATH}:/usr/local/DODS/bin/matlab-gui"

If you want to be sure to have the most current version of the dataset list in the GUI you should perform an update from the matlab GUI. To do this click on "options...", a pull down menu in the GUI and select "Updata Dataset list" then click on "Get All". This will update all of the dataset entries in the GUI. Clicking on "New Only" will only update the entries that have been added since the matlab GUI release was put together. "Get All" will get new dataset entries as well as download fixes for problems with the metadata of some of the older datasets. It takes longer than "New Only". You can use the GUI without performing the update.


Getting GNU gzip

Click to get a binary copy of GNU gzip for your platform.


previous page