|
--------------------------------------------------------------
NetCDF Web (ncweb)
--------------------------------------------------------------
PLEASE SEE COPYRIGHT STATEMENT AT END OF FILE
--------------------------------------------------------------
Introduction
------------
This application visualizes the contents of NetCDF files.
It is run as a web server and the user accesses the NetCDF
files using an ordinary web browser.
ncweb is written in Python and is free software distributed
under the GNU General Public Licence.
Installing
----------
Please refer to the INSTALL file.
Running ncweb without installing it
-----------------------------------
Copy your NetCDF files to the ncweb directory, change to the ncweb
directory and type:
./start-ncweb.py
The web server will take some time to start up (it is processing the
NetCDF files at start-up). When you see output similar to the following
in the file server.log the server is ready:
2005/09/12 10:10:06 HTTP INFO Serving HTTP on socket: ('', 8080)
You can then access the webserver with your browser on:
http://localhost:8080/
where localhost should be the name of your machine (try localhost if
you don't know it).
If you want the web server to run in production mode simply type:
./start-ncweb.py prod.cfg
In production mode most output will go to a file called server.log.
Running ncweb after installing it
---------------------------------
Go to a directory containing some NetCDF files you would like to present.
Copy the dev.cfg and/or prod.cfg from the ncweb directory. Start your
application:
start-ncweb.py [prod.cfg|dev.cfg]
Contact information
-------------------
Questions, bug-reports and suggestions should be directed to the
ncweb forums at sourceforge.net or the author.
--------------------------------------------------------------
Copyright (C) 2007 the authors (see AUTHORS file for list)
NetCDF Web is free software; you can redistribute
it and/or modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Comments are welcome.
- the authors
--------------------------------------------------------------
|