Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2012-05-30 12:29:52
Size: 298
Editor: ReimarBauer
Comment:
Revision 7 as of 2012-06-25 09:22:44
Size: 1164
Editor: ReimarBauer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
== Tools ==
 * [[http://pypi.python.org/pypi/wiki-xmlrpc-extensions|wiki-xmlrpc-extensions]] [[https://utils.icg.kfa-juelich.de/docs/wiki-xmlrpc-extensions/wiki-xmlrpc-extensions/SendFiles.html|SendFiles]]
=== Install ===
{{{

$> virtualenv env
$> source env/bin/activate
$(env)> pip install wiki-xmlrpc-extensions

}}}

=== Usage ===
{{{
$> source env/bin/activate
$> SendFiles
}}}

You may want to have your own [https://utils.icg.kfa-juelich.de/docs/wiki-xmlrpc-extensions/wiki-xmlrpc-extensions/SendFiles.html|SendFiles]] script. Just copy it from the documentations and alter it.

== Parser ==

The ECMWF SEAC4RS Parser is based on arnica. For a description about arnica see MoinMoin:ReimarBauer/HelpOnArnica

 * [[https://utils.icg.kfa-juelich.de/hg/extensions/file/tip/data/plugin/parser/ecmwf_seac4rs.py| ECMWF SEAC4RS Parser]]


ReimarBauer

Email: <r DOT bauer AT fz DASH juelich DOT de>

Tools

Install

$> virtualenv env
$> source env/bin/activate
$(env)> pip install wiki-xmlrpc-extensions

Usage

$> source env/bin/activate
$> SendFiles

You may want to have your own [https://utils.icg.kfa-juelich.de/docs/wiki-xmlrpc-extensions/wiki-xmlrpc-extensions/SendFiles.html|SendFiles]] script. Just copy it from the documentations and alter it.

Parser

The ECMWF SEAC4RS Parser is based on arnica. For a description about arnica see ReimarBauer/HelpOnArnica


CategoryHomepage