sort by:
Revision Author Date Message Commit Date
03004a6 MIN: removed commented section of old code --HG-- branch : feature/georef 01 April 2014, 13:58:23 UTC
0f483c5 ENH: changed `reproject` ability of receiving arguments, fully backwards compatible, minor change in clutter_cloud_example --HG-- branch : feature/georef 01 April 2014, 13:51:32 UTC
f101db1 Created new branch feature/georef --HG-- branch : feature/georef 01 April 2014, 09:40:32 UTC
f5a9792 Merged default into testing --HG-- branch : testing 31 March 2014, 13:56:23 UTC
c5a0425 Merged wradlib/wradlib into default 31 March 2014, 13:02:05 UTC
bec6520 DOC: Added guidance on how to install the BUFR software as an optional dependency. 31 March 2014, 12:08:26 UTC
a804664 OPT: Changed bufr module so it can include the BUFR software from any directory. As the BUFR software is no longer included in the wradlib package, users have to download it from the OPERA website and then extract the archives (executables plus tables) to any directory. Users need to create an environment variable BUFRLIB which points to that directory. Also the bufr module has been adapted to BUFR version 3.2 which used different fixed width output tables (UGLY). Beyond, users are informed on potential sources fo failure of the bufr module. 31 March 2014, 12:08:00 UTC
b9ebe41 OPT: BUFR source is no longer distributed via wradlib. Removed all BUFR related file from the wradlib directory. 31 March 2014, 12:01:46 UTC
90c0ea1 BUG: wrong kwargs handling while passing kwargs to two functions 31 March 2014, 10:19:06 UTC
58442c5 BUG: wrong kwargs handling while passing kwargs to two functions 31 March 2014, 10:07:11 UTC
3d4207b MIN: import `io` before `georef`, because of osgeo/h5py issue (h5py need import first) 31 March 2014, 08:10:54 UTC
b4f11df MIN: georef.beam_height_n now imported in util.maximum_intensity_projection, changed matplotlib mpl import according to warning suggestion 28 March 2014, 18:12:22 UTC
41de4c8 BUG: #1 h5py import errors in setup.py: changed import sequence in requirements.txt, #2 import of deprecated decorator in georef broken 28 March 2014, 13:09:22 UTC
3765774 Merged default into testing --HG-- branch : testing 28 March 2014, 08:35:07 UTC
11cfb8d DOC: changed everything from pyproj to gdal 27 March 2014, 16:38:08 UTC
97d4702 MIN: changed `project` function for backwards compatibility 27 March 2014, 15:13:39 UTC
31a5e41 Merged default into testing --HG-- branch : testing 27 March 2014, 13:46:30 UTC
7c98853 Merged in egouden/wradlib//feature/eg/clutter/cloudtype (pull request #20) clutter cloudtype feature 27 March 2014, 12:58:07 UTC
1e38a0c MIN: new files runtest.py and __init__.py under tests --HG-- branch : testing 24 March 2014, 20:27:05 UTC
2262d58 Created new branch testing --HG-- branch : testing 24 March 2014, 07:15:28 UTC
be60787 Merged default into /feature/eg/clutter/cloudtype --HG-- branch : /feature/eg/clutter/cloudtype 21 March 2014, 09:35:44 UTC
3f477d0 FIX: original setup.py --HG-- branch : /feature/eg/clutter/cloudtype 21 March 2014, 09:32:29 UTC
0e992b9 ENH: wradlib.georef: replacing math by numpy --HG-- branch : /feature/eg/clutter/cloudtype 21 March 2014, 09:31:11 UTC
360bd4b BUG: `recipe2_polar_volume_example`, azimuth coordinates wrongly rolled according to hdf5 `a1gate` variable, after inspecting the raw data, it is already aligned 19 March 2014, 07:37:25 UTC
6a3c9bb FIX: Adjusted recipe1_clutter_attenuation_composition to the new way of gridaspoints in util. 18 March 2014, 13:21:12 UTC
470c3bf FIX: Included requirements into MANIFEST. 18 March 2014, 11:44:24 UTC
3d356ab FIX: Included file "version" into MANIFEST. 18 March 2014, 11:39:21 UTC
2773225 MIN: added ez_setup.py 17 March 2014, 12:17:16 UTC
06b5a57 MIN: setup.py: read dependencies from requirements.txt, dependency and version check, changed warnings to simple print 17 March 2014, 12:12:26 UTC
625babb OPT: changed setup.py to use setuptools and distutils, added version checking and user interaction 17 March 2014, 10:35:18 UTC
39ff218 OPT: changed setup.py to use setuptools and distutils 13 March 2014, 15:37:28 UTC
8b17a03 OPT: changed setup.py to use setuptools and distutils 13 March 2014, 15:35:08 UTC
7954ab0 OPT: changed setup.py to use setuptools and distutils 13 March 2014, 15:30:13 UTC
d5f9021 OPT: changed setup.py to use only distutils 13 March 2014, 15:23:31 UTC
3432952 OPT: changed setup.py to use only distutils 13 March 2014, 15:21:20 UTC
c700c9b OPT: changed setup.py to use only distutils 13 March 2014, 14:59:59 UTC
6c7e61d OPT: changed setup.py to use only distutils 13 March 2014, 14:58:10 UTC
a962e8d ENH: transformed tests to use 'unittest` module 12 March 2014, 15:28:21 UTC
47426f7 ENH: added distribute to requirements file, removed distribute_setup import from setup.py 12 March 2014, 13:18:47 UTC
2ec069e ENH: introduced requirements file, used with codeship CI integration 12 March 2014, 12:49:37 UTC
36c13b2 DOC: extended and finalized tutorial on curvelinear grids 11 March 2014, 13:59:10 UTC
6f67b1c DOC: edited conf.py to only produce normal png 11 March 2014, 13:58:29 UTC
8afe82c ENH: added `util` function `maximum_intensity_projection` 11 March 2014, 13:57:45 UTC
4c460c2 MIN: better names examples coord.py --HG-- branch : /feature/eg/clutter/cloudtype 10 March 2014, 16:11:10 UTC
e4ac2a2 merged with default --HG-- branch : /feature/eg/clutter/cloudtype 07 March 2014, 17:37:36 UTC
2eb6282 ENH : np.around > np.fix --HG-- branch : /feature/eg/clutter/cloudtype 07 March 2014, 17:26:40 UTC
3fc8f1d ENH : refactor project() --HG-- branch : /feature/eg/clutter/cloudtype 07 March 2014, 17:16:11 UTC
11d44eb NEW : adding examples --HG-- branch : /feature/eg/clutter/cloudtype 07 March 2014, 16:02:01 UTC
692f2f0 ENH : z kwarg in pixel_to_map3d(), get_azeq_projection() --HG-- branch : /feature/eg/clutter/cloudtype 07 March 2014, 15:55:22 UTC
e86cf93 DOC: added tutorial on curvelinear grids and associated plotting capabilities 07 March 2014, 12:16:21 UTC
251b04f DOC: Typo 06 March 2014, 20:00:23 UTC
f7c0f8c DOC: Typo 06 March 2014, 19:57:06 UTC
6238b5d DOC: edited conf.py to generate only normal png files 06 March 2014, 13:06:57 UTC
ad6d448 DOC: Added reference 06 March 2014, 05:22:30 UTC
6fe4656 DOC: Typo 05 March 2014, 22:18:53 UTC
b6d7c7b DOC: Tutorial on automagic applying images in the documentation 05 March 2014, 22:15:45 UTC
ddc509c Merged default into /feature/eg/clutter/cloudtype --HG-- branch : /feature/eg/clutter/cloudtype 05 March 2014, 14:30:59 UTC
d63da57 ENH : adding random window generator in filter_window_polar --HG-- branch : /feature/eg/clutter/cloudtype 05 March 2014, 14:27:57 UTC
efb33fb MIN : adding examples --HG-- branch : /feature/eg/clutter/cloudtype 05 March 2014, 14:14:37 UTC
00ec9a8 DOC: updated docstring of function to_hdf5 04 March 2014, 14:17:00 UTC
c27fa46 MIN: slight changes in function to_hdf5 to allow appending data to existing hdf5 file some typos and docstring changes 04 March 2014, 14:09:40 UTC
5923727 MIN: more refinement for read_gamic_ functions. 04 March 2014, 12:02:48 UTC
4d6815c MIN: more refinement for read_gamic_ functions. 04 March 2014, 11:55:27 UTC
25efbd0 MIN: removed the range_lim argument from read_gamic_ functions. Limiting the range is something to be done outside the reading function. Now the entire range is returned. See also commit c7f45fa 04 March 2014, 09:03:33 UTC
a878326 MIN: code reformatting and some typos 04 March 2014, 08:39:35 UTC
f684165 MIN: adjustet figure #7 from plot_cg_rhi_example.py 28 February 2014, 12:42:07 UTC
77bb8b4 MIN: typo in label 28 February 2014, 11:59:10 UTC
3e43de6 MIN: added example showing difference between refrac=True and refrac=False to plot_cg_rhi_example.py 28 February 2014, 11:46:33 UTC
b73fbcb DOC: typo 28 February 2014, 11:10:14 UTC
171dd9a DOC: added explanation and removed typos 28 February 2014, 11:00:31 UTC
3f1c1cf DOC: added hints to AxisArtist and AxisGrid Toolkit, typos and minor changes 28 February 2014, 10:55:43 UTC
235e569 DOC: removed some typos 28 February 2014, 10:08:47 UTC
53334b1 ENH: added more examples and further explanations to plot_cg_ example functions 28 February 2014, 09:08:26 UTC
2ac7b7f DOC: minor changes 27 February 2014, 10:54:34 UTC
0c2ba08 MIN: added deprecated decorations to old cg_ funtions 27 February 2014, 10:47:15 UTC
90e769f ENH: new helper function create_cg creates curvilienar grid used in plot_cg_ppi and plot_cg_rhi plot_cg_ppi and plot_cg_rhi changed accordingly 27 February 2014, 10:26:10 UTC
230efd9 MIN: corrected some typos 27 February 2014, 07:01:05 UTC
0622f1b ENH: added example files for plot_cg_ppi and plot_cg_rhi added simple h5 file with rhi data 26 February 2014, 13:28:23 UTC
f79778f ENH: Introduction of new plotting routines plot_cg_ppi and plot_cg_rhi Data is plotted on a curvilinear grid. 26 February 2014, 13:23:08 UTC
b8e2613 DOC: Removed from Gettig Started installation instructions everything that refers to the BUFR software. This is because BUFR software is now an optional dependency, so users shoudl not be bothered with it during regular installation. 20 February 2014, 11:03:28 UTC
52ded9b DOC: Minor typo. 20 February 2014, 10:48:50 UTC
62cffc4 DOC: Referred to the doc section about optional imports in the exception raised by class OptionalModuleStub. 20 February 2014, 10:44:37 UTC
1625f9f DOC: Added a doc sub-section "Optional Dependencies" to the "Getting Started" section. Please beware that the content of this section is preliminary. We need to add more info o how to install the BUFR module. In tzhe future, we need to take care of keeping this section in sync with any additonal optional imports we add to the wradlib code. 20 February 2014, 10:44:09 UTC
def79b6 DOC: introduced a more telling default mode for correctAttenuationHB. Changed the docstring accordingly 20 February 2014, 09:46:16 UTC
615adf1 FIX: fixed a bug in correctAttenuationHB. - the checks for attenuation overflow looked at the wrong gate - the 'nan' and 'zero' mode assigned their values to the wrong gate 20 February 2014, 09:43:41 UTC
2f743b4 DOC: Clarified the new behaviour of read_RADOLAN_composite in the function docstring. 19 February 2014, 14:27:12 UTC
1180a57 ENH: refined optional_import to allow global imports. function now always returns an object (the actual module on success, a stub object on failure), so that imports may also be done globally without breaking the code on a failed import. The lazy import will be revealed as soon as any attribute is requested from the stub object. This way failed optional imports won't clutter your command window with warnings but will give you a clear error message, once you try to access the contents of the missing module. 18 February 2014, 16:51:51 UTC
9a8f6c8 MIN: Some minor edits in the use of the deprecated decorator. 18 February 2014, 16:03:33 UTC
d5f7850 DOC: Removed reference to speedup from the module docstring. Some other minor edits in the module docstring. 18 February 2014, 15:44:22 UTC
597d455 MIN: Marked several functions as depercated in the dp module. The functions are fill_phidp and process_raw_phidp. 18 February 2014, 15:42:00 UTC
cefd293 MIN: Marked several functions as deprecated in the vis module using the new decorator. Decorated as deprecated are: PolarPlot --> replaced by plot_ppi polar_plot2 --> replaced by plot_ppi polar_plot --> replaced by plot_ppi CartesianPlot --> no replacement cartesian_plot --> no replacement polar_plot and cartesian_plot are no longer exposed by the module documentation. There are other functions in vis for which we should think about the future status. 18 February 2014, 15:38:22 UTC
67842b3 ENH: Added a deprecation decorator function in the util module. The decorator can be used in order to mark deprecated functions. If these functions are called, a DeprecationWarning will be raised. In order to use the decorator, just >>> from util import deprecated >>> @deprecated() ... def foo(x) ... return(x) 18 February 2014, 15:29:31 UTC
71ae9a3 MIN: Release version is now specified in text file version, not in setup.py anymore. 18 February 2014, 13:12:05 UTC
6ae8df3 REF: Removed anything related to the BUFR software from wradlib setup. Now, wradlib should install as a pure python package. 18 February 2014, 13:05:53 UTC
967f64a MIN: In the global section of module bufr, we now check whether the BUFR software is operational. If it turns out that the BUFR software (mainly decbufr) is not operational on that system, module bufr will raise an ImportError. In that case, util.import_optional will raise an exception. This change was made to allow for optional import of the BUFR module. 18 February 2014, 12:46:19 UTC
d4165fe MIN: The import of the bufr module is now via lazy loading in read_BUFR in module io. The global import of the bufr module in the io module was removed. 18 February 2014, 12:05:17 UTC
27b1ba1 FIX: Fixed an error in the call of import_optional 18 February 2014, 12:04:01 UTC
bd9360f MIN: removed import of module bufr from module __init__. 18 February 2014, 11:17:34 UTC
b10da93 MIN: Using lazy loading and optional import for the speedup module in module dp. This means the dp does not try anymore to globally import speedup. Insstead, speedup is imported by util.import_optional within the function dp.unfold_phi. No change in behaviour, execpt no warning will show if you run dp but not use dp.unfold_phi. 18 February 2014, 11:14:39 UTC
3cd1f1c ENH: First prototype of optional_import function in module util to facilitate lazy loading of optional modules. This porottype will be refined, soon. 18 February 2014, 11:11:38 UTC
back to top