Wiki » History » Version 12
Version 11 (Andrej Mihajlovski, 05/12/2016 12:29 PM) → Version 12/14 (Maarten Plieger, 08/29/2016 07:29 AM)
h1. Clipc combine process
--- IMPORTANT: At least Python 2.7.9 is needed. This packages uses urllib with client authentication. With older Python versions you will notice SSL errors (CAPATH is not supported) ---
This is a tool to combine two NetCDF files or WCS URLS.
It is used in the climate4impact by PyWPS as described here: https://dev.knmi.nl/projects/impactportal/wiki/Clipc_Combine_process
The tool has several normalize options and can substract,divide, add or multiply datasets. The result is a new NetCDF file.
* The repository can be cloned via
<pre>
hg clone https://dev.knmi.nl/hg/clipccombine
</pre>
In the dist folder the latest distribution release can be found.
* Directly installable via
<pre>
easy_install https://dev.knmi.nl/projects/clipccombine/repository/raw/dist/clipc_combine_process-1.1.tar.gz
</pre>
* To create a new distribution
Edit and update: https://dev.knmi.nl/projects/clipccombine/repository/entry/setup.py
Create the distribution:
<pre>
python setup.py sdist
</pre>
* Don't forget to hg add it to the repo!
* Distribution appear in https://dev.knmi.nl/projects/clipccombine/repository/show/dist
* The WPS wrapper script using this library can be found here:
https://dev.knmi.nl/projects/impactportalwpsscripts/repository/entry/clipc_combine_execute.py
--- IMPORTANT: At least Python 2.7.9 is needed. This packages uses urllib with client authentication. With older Python versions you will notice SSL errors (CAPATH is not supported) ---
This is a tool to combine two NetCDF files or WCS URLS.
It is used in the climate4impact by PyWPS as described here: https://dev.knmi.nl/projects/impactportal/wiki/Clipc_Combine_process
The tool has several normalize options and can substract,divide, add or multiply datasets. The result is a new NetCDF file.
* The repository can be cloned via
<pre>
hg clone https://dev.knmi.nl/hg/clipccombine
</pre>
In the dist folder the latest distribution release can be found.
* Directly installable via
<pre>
easy_install https://dev.knmi.nl/projects/clipccombine/repository/raw/dist/clipc_combine_process-1.1.tar.gz
</pre>
* To create a new distribution
Edit and update: https://dev.knmi.nl/projects/clipccombine/repository/entry/setup.py
Create the distribution:
<pre>
python setup.py sdist
</pre>
* Don't forget to hg add it to the repo!
* Distribution appear in https://dev.knmi.nl/projects/clipccombine/repository/show/dist
* The WPS wrapper script using this library can be found here:
https://dev.knmi.nl/projects/impactportalwpsscripts/repository/entry/clipc_combine_execute.py