sort by:
Revision Author Date Message Commit Date
a6933f7 Merged feature/georef into default 10 July 2014, 18:59:38 UTC
304989d Removed a few calls to polar2lonlatalt by polar2lonlatalt_n (because I think this is the best routine...) --HG-- branch : feature/georef 09 July 2014, 16:42:25 UTC
360aa50 FIX: removed hardcoded site coordinates from plot_scan_strategy code changed the api, removing radaralt keyword and replaced it by a obligatory site parameter. --HG-- branch : feature/georef 09 July 2014, 16:41:35 UTC
ef58d1f DOC: added new functions to documentation, removed some of the deprecated ones. --HG-- branch : feature/georef 03 July 2014, 18:20:35 UTC
7f9fbf8 FIX: Two bug fixes in plot_ppi. Renamed variable proj to projstr. Linked proj4_to_osr to georef module. --HG-- branch : feature/georef 01 July 2014, 09:22:27 UTC
abee9a0 ENH: autoconversion of reproject-arguments to arrays --HG-- branch : feature/georef 24 June 2014, 07:14:59 UTC
bcce2ff FIX: fixed several bugs in _z2rEnhanced 02 June 2014, 07:16:53 UTC
dcd7614 ENH: made plot_ppi set axes aspect to equal 02 June 2014, 07:15:18 UTC
a2a8296 ENH: atten.correctAttenuationHJ: - introducing cap-mode for capping PIA-values in case of attenuation-overflow as proposed by Harrison, Driscoll, Kitchen (2000) 07 May 2014, 14:44:17 UTC
314826f FIX: atten.py: - enabled to calculate iterative based attenuation-correction-algorithms with just one iteration without dividing by zero. - removed some typos 07 May 2014, 11:55:39 UTC
09c9ccc FIX: - made possible to calculate iterative attenuation-algorithms with one iteration without divisions by zero - removed some typos 07 May 2014, 11:21:06 UTC
ff7bdac FIX: removed +ellps parameter from dwd-radolan definition. ... as it leads to the ignoring of the +a and +es parameters. see the wradlib-dev discussion a few days ago for details. --HG-- branch : feature/georef 14 April 2014, 17:53:48 UTC
5807391 DOC: Adjusted documentation to reflect refactoring. Changed the doctest output because now the example uses a slightly different earth radius (c.f. commit 67ddf81097f611be629b678d05c034a1683bb90a) --HG-- branch : feature/georef 09 April 2014, 08:07:41 UTC
860addc REF: refactored polar2lonlatalt_n to use osr-reprojection. --HG-- branch : feature/georef 09 April 2014, 08:05:07 UTC
27575de API: changed default behavior concerning earth radius. now chooses local approximation to earh radius introduced by Edouard if re is not given explicitly. --HG-- branch : feature/georef 09 April 2014, 08:03:33 UTC
2e8d948 MIN: applied 2 patches from Thomas Pfaff, fixing bug in polar2lonlatalt_n and the functions docstring --HG-- branch : feature/georef 08 April 2014, 08:46:52 UTC
fdd6941 MIN: removed unnecessary np.array casts in georef.reproject --HG-- branch : feature/georef 08 April 2014, 07:58:30 UTC
c1e953a MIN: applied patch from Thomas Pfaff, fixes several bugs in georef.py --HG-- branch : feature/georef 08 April 2014, 07:19:01 UTC
5b5deec MIN: change line separator in util.py --HG-- branch : feature/georef 02 April 2014, 10:04:26 UTC
75d5feb MIN: revert util.py to commit before last commit --HG-- branch : feature/georef 02 April 2014, 10:00:49 UTC
95f6ad4 MIN: revert util.py tocommit before last commit --HG-- branch : feature/georef 02 April 2014, 09:56:01 UTC
8d7f77d MIN: revert util.py tocommit before last commit --HG-- branch : feature/georef 02 April 2014, 09:52:02 UTC
bf50778 MIN: several changes concerning lon/lat usage, if a projstr is given the parameter is called `projstr` to distinguish from the osr-projection object, minor changes in docstrings, examples etc. --HG-- branch : feature/georef 02 April 2014, 08:11:22 UTC
7399452 MIN: Checked all docstring examples on functionality and cross-checked the polar2latlon with the new polar2lonlat --HG-- branch : feature/georef 02 April 2014, 07:19:27 UTC
9fdb924 MIN: changed `project` function for backwards compatibility --HG-- branch : feature/georef 02 April 2014, 07:13:36 UTC
676f4ac MIN: Testing of docstrings, changes to get equal results in latlon ad lonlat functions --HG-- branch : feature/georef 01 April 2014, 19:39:18 UTC
57e5a47 MIN: Refactoring Step Two: change from `polar2latlon` to `polar2lonlat`, minor changes in several docs, examples, modules and functions to represent overall lon/lat handling, --HG-- branch : feature/georef 01 April 2014, 16:04:30 UTC
b6090f3 MIN: Refactoring Step One: change from `project` to `reproject`, minor changes in reproject to allow multidimensional x, y and z arrays, minor changes in several georef functions, minor changes in docs and examples --HG-- branch : feature/georef 01 April 2014, 15:18:30 UTC
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
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
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
7c98853 Merged in egouden/wradlib//feature/eg/clutter/cloudtype (pull request #20) clutter cloudtype feature 27 March 2014, 12:58:07 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
back to top