sort by:
Revision Author Date Message Commit Date
33c3871 DOC: Removed BUFR software as an optional dependency on the Getting Started page. 06 January 2015, 13:47:20 UTC
c84899c FIX: Fixed spelling of read_Rainbox for library reference. 06 January 2015, 13:42:01 UTC
882b993 FIX: Corrected doctest in `georef.polar2lonlatalt` 03 October 2014, 17:45:16 UTC
a933d6a FIX: Fixed problem in `georef.polar2lonlatalt` reported in issue #22 03 October 2014, 17:37:45 UTC
e621430 MIN: changed load_radolan_example taking PR comments into account 30 September 2014, 07:41:37 UTC
172197b MIN: further finalizing changes in the radolan composite reader, finalizing test functions, beautifying load_radolan example 25 September 2014, 13:41:35 UTC
d17f595 MIN: reworked radolan file handling in terms of file handle, header and binary data part for better separation of operations 24 September 2014, 19:10:59 UTC
939e70f MIN: chnaged docstring 24 September 2014, 14:07:34 UTC
589aac1 FIX: typo in path 24 September 2014, 14:04:12 UTC
a610ad7 ENH: added example file for loading and plotting PC/PG and RW DWD radolan data 24 September 2014, 14:01:11 UTC
fe0ac02 ENH: added two example files (PC/PG and RW) to examples/data folder 24 September 2014, 09:56:10 UTC
54deaeb ENH: introduced 'pure' rl decoding line function, introduced test functions for the radolan reader 24 September 2014, 08:54:06 UTC
3280f8c FIX: corrected precision prefix to '1' for correct precision values 24 September 2014, 06:48:32 UTC
61d950b FIX: return runlength-decoded array with np.flipud() applied, changed position of clutter = None in 'read_RADOLAN_composite` 24 September 2014, 06:31:43 UTC
9015e09 ENH: added reading of runlength encoded composites within `read_RADOLAN_composite`, added several helper functions, introduced `loaddata` switch for `read_RADOLAN_composite`, almost complete rewrite of `parse_DWD_quant_composite_header` to make handling of header token easier 23 September 2014, 12:12:07 UTC
09397f4 Merged in heisterm/wradlib (pull request #35) Entirely removing BUFR support from wradlib. 23 September 2014, 11:22:39 UTC
3725a0e Merged in kaimuehlbauer/wradlib_miub (pull request #36) FIX: header information not read correctly in `parse_DWD_quant_composite_header` 15 September 2014, 08:36:55 UTC
b5f83ee Merged in thpfaff/wradlib//feature/tp/ci (pull request #34) Added build scripts for CI 15 September 2014, 08:36:22 UTC
8c6e06d Merged wradlib/wradlib into default 12 September 2014, 06:50:20 UTC
8bdd13e BUG: header information not read correctly in `parse_DWD_quant_composite_header`, added functionality to read gzipped files as well as uncompressed files 12 September 2014, 06:49:31 UTC
f2d7d13 FIX: Added importlib as a requirement according to Pull Request #30. Just added this "manually" to cut it short because the Pull Request had a conflict. See https://bitbucket.org/wradlib/wradlib/pull-request/30/importlib-missing-in-requirementstxt for details. 12 September 2014, 06:46:31 UTC
4d307ca Entirely removing BUFR support from wradlib. Affects modules bufr and io, the documentation, the examples and examples/data. Our policys from now on should be to refer users to the OPERA software webpage at http://www.eumetnet.eu/opera-software (see tutorial_supported_formats.rst). It would be good if anyone would contribute some best practice example for using OPERA BUFR software together with wradlib. 11 September 2014, 14:31:24 UTC
41de8dc DOC: some minor additions and changes 11 September 2014, 11:42:05 UTC
1d89a0e Added build scripts for CI --HG-- branch : /feature/tp/ci 11 September 2014, 11:16:11 UTC
827fac3 MIN: changed some phrases in the 'known issue' section 10 September 2014, 17:08:53 UTC
edfaa98 DOC: changed Section Title from `Installation Problems` to "Known Issues" 09 September 2014, 13:58:15 UTC
6bd4517 DOC: added `Installation Problems` section under gettingstarted 09 September 2014, 10:22:00 UTC
c17d287 README.md edited online with Bitbucket 09 September 2014, 08:36:40 UTC
bed6419 Merged in heisterm/wradlib (pull request #32) FIX: Make testrunner return exit code 1 in case of failures. 09 September 2014, 06:51:48 UTC
474d498 MIN: PEP8 cleanup and reformatting of Rainbow IO Functions 09 September 2014, 06:12:30 UTC
421ca6e MIN: PEP8 cleanup and reformatting of Rainbow Test Functions 09 September 2014, 05:56:41 UTC
94dcdfc MIN: changed example filename and added header, changed reference to example file in DOC 08 September 2014, 18:16:44 UTC
11fbd55 DOC: added Gematronik Rainbow section in supported radar formats 08 September 2014, 17:41:11 UTC
23d9a04 MIN: removed original GEMATRONIK rainbow classes 08 September 2014, 13:50:12 UTC
765b202 ENH: added xmltodict to requirements, added xmltodict as optional dependency in getting started doc, minor changes in test_io.py and io.py regarding xmltodict import 08 September 2014, 13:32:08 UTC
faa163e ENH: added example for reading and displaying rainbow format example file 08 September 2014, 12:37:33 UTC
bc7e007 ENH: added rainbow format example file from single pol rainscanner (operated by FZ Juelich), minor change in test_io.py 08 September 2014, 11:15:45 UTC
8a946b5 ENH: added test functions for reading rainbow files, minor changes function names 08 September 2014, 10:37:56 UTC
f086f43 FIX: Make testrunner return exit code 1 in case of failures. 08 September 2014, 09:15:05 UTC
7d88c08 Merged wradlib/wradlib into default 05 September 2014, 12:43:14 UTC
270b6a9 ENH: added testfunctions for low level reading functions (rainbow format) \n minor changes in rainbow reading functions \n accidentally did some PEP8 reformatting 05 September 2014, 12:42:13 UTC
6368937 ENH: introduced new functions for reading rainbow data into nested dictionary 05 September 2014, 09:42:07 UTC
fa77299 FIX: Added sphinx as a requirement. So I removed pip install sphinx from codeship setup, hoping that sphinx will now be automatically installed. 05 September 2014, 09:33:05 UTC
5551620 Merged wradlib/wradlib into default 05 September 2014, 09:10:19 UTC
62ec0a7 FIX: removed README.md because of syncing conflicts with wradlib default 05 September 2014, 09:08:03 UTC
2d3fa4b MIN: Replaced raise statement in setup by printing the exception message. 02 September 2014, 14:17:45 UTC
0030592 Explicitely raise import errors in setup.py in order to understand what is going wrong with numpydoc on Codeship. 02 September 2014, 09:53:05 UTC
ff178f2 ENH: Introduction of classes for reading Rainbow Format, codebase courtesy of Gematronik 01 September 2014, 10:59:22 UTC
c14ec7e README.md edited online with Bitbucket 31 August 2014, 17:20:23 UTC
3f9024d README.md edited online with Bitbucket 29 August 2014, 08:18:55 UTC
5e7203e README.md edited online with Bitbucket 29 August 2014, 08:18:35 UTC
39bb238 README.md edited online with Bitbucket 29 August 2014, 08:17:23 UTC
cfb45de FIX: Reversed some of the previous changes so that recipe2 and typical_workflow are considered by testrunner. 28 August 2014, 15:29:46 UTC
0cebf8f DOC: Revised tutorial_workflow to comply with the latest developments. 27 August 2014, 13:09:29 UTC
210cbdb DOC: Revised tutorial_reading_dx to bring it up to date with the latest developments. 27 August 2014, 12:02:21 UTC
61fd625 DOC: Removed tutorial attenuation correction because it is still empty. 27 August 2014, 08:01:14 UTC
5a28730 DOC: Replaced the output figure of recipe2 with correct figure. 26 August 2014, 14:34:34 UTC
0c37edc FIX: recipe2 was crashing because site coordinates were not passed correctly. They were passed as a tuple of arrays, not a tuple of floats. Also made a flat script without a __main__ section because this was redundant. 26 August 2014, 14:34:08 UTC
3b72aa7 MIN: Slight changes in the default parameter values for classify_echo_fuzzy. 01 August 2014, 09:07:24 UTC
0e7d091 merged branch testing 30 July 2014, 18:49:04 UTC
e0d888d MIN: Added cross-polar correlation coefficient as decision criterion to fuzzy classify_echo_fuzzy. Before, we only used the texture of rhohv. Now you can also use rhohv directly as a decision variable. classify_echo_fuzzy also returns a boolean array which indicates where all the dual-pol moments contained missing data (which is often an important indicator for non-meteorological returns). 17 July 2014, 12:19:21 UTC
3d5fa0e FIX: Two bug fixes in plot_ppi_crosshair. Linked proj4_to_osr to georef module and renamed variable projstr to proj. 17 July 2014, 12:11:13 UTC
bb6eba0 MIN: Added some debug code to the fuzzy_echo_classification. 11 July 2014, 05:42:19 UTC
9340d71 FIX: changed projection keyword in plot_ppi and plot_ppi_crosshair back to proj 10 July 2014, 19:08:43 UTC
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
ef32d94 MIN: removed print statement --HG-- branch : testing 04 April 2014, 09:25:14 UTC
cc2a49c MIN: correct for path, when called from somewhere else --HG-- branch : testing 04 April 2014, 09:24:40 UTC
9662c69 MIN: Finalized version of testrunner.py (renamed from runtests.py), changed all examples to be detected as test examples --HG-- branch : testing 04 April 2014, 08:51:58 UTC
836287e MIN: changes in examples to account for testing issues --HG-- branch : testing 04 April 2014, 04:11:12 UTC
4df8a79 MIN: First running implementation of examples tests --HG-- branch : testing 03 April 2014, 19:56:21 UTC
f3b6797 MIN: changes in docstrings to allow unittest with docstrings --HG-- branch : testing 02 April 2014, 14:25:45 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
back to top