sort by:
Revision Author Date Message Commit Date
ad580c6 Added tag v0.2.0 for changeset d90b6bceb268 26 January 2015, 12:28:00 UTC
3f0a893 MIN: Set version from 0_1_1 to 0_2_0. This is based on our discussion in issues #41 and #42. 26 January 2015, 12:27:38 UTC
135dc43 DOC: Expose read_generic_netcdf in the API documentation. 26 January 2015, 11:55:45 UTC
ea36824 DOC: Revised NetCDF section in supported formats tutorial in order to include read_generic_netcdf. 26 January 2015, 11:55:20 UTC
5e14f80 MIN: Fixed a docstring typo. 26 January 2015, 10:06:30 UTC
5634ad4 MIN: Added license to example header. 26 January 2015, 10:06:11 UTC
f6fcf87 ENH: Adding a generic reader for NetCDF files to the io module (read_generic_netcdf). This reader is based on Kai Muehlbauer's suggestion from Issue #36 (https://bitbucket.org/wradlib/wradlib/issue/36/wradlib-should-support-cfradial) with a few minor modifications. This comes with an example script and a set of example NetCDF files from different sources (TITAN homepage, Py-ART homepage - both CfRadial - , and an EDGE NetCDF export format). 26 January 2015, 09:49:10 UTC
2fa7faa FIX: sphinx init file now reads version info from version file. This way, the version is only coded in the one wradlib/version file. Version information in both setup.py and in doc/source/__init__.py is retrieved from that file. 23 January 2015, 12:24:35 UTC
8fe6f93 FIX: Made plot in docstring example for ipol function interpolate interactive. Otherwise Codeship appears not to finish the tests waiting on the figure to be closed. 22 January 2015, 12:59:39 UTC
4647125 FIX: Fixed example with missing data in atten module function correctAttenuationHJ. 22 January 2015, 12:39:54 UTC
c895d66 FIX: Also removed dummy functions from the other gabella function docstrings. Reasonable examples should be provided in the future. However, I think it is not good if dummy examples appear in the public library reference. 22 January 2015, 12:32:09 UTC
4a4cb07 FIX: Removed dummy example from filter_gabella_b docstring. 22 January 2015, 12:25:01 UTC
aa2ec7d FIX: Removed some examples from util funtion docstrings which did not really correspond to the functions. That was the case for mean_over_time_windows and average_over_time_windows. Also remove some blank lines from otehr examples in util. By the way, these timeseries functions are a mess and I really need to clean them up. Remainders from "No Pull Request" times... 22 January 2015, 12:24:21 UTC
394d672 FIX: Removed the specific version of Sphinx in the requirements. Fixing the version of Sphinx in requirements.txt (as done in revision 690) was probably not a good idea. The current Sphinx version seems to cause problems on Codeship, but has not been reported to cause problems elsewhere. Dpendency checking in setup.py as it is now does not allow to assert a maximum version number. Before constraining Sphinx versions we would need to revise setup.py, but right now, the change in revision 690 did more harm than help. On Codeship, we will continue to install Sphinx before the requirements are processed. 20 January 2015, 13:45:42 UTC
98509f1 FIX: With the new filter_window_polar the filter_cloudtype shuld only receive a float as scale. Before, the scale argument had to be a tuple, with the new polar filtering, it is only a float that corresponds to the range scale. 20 January 2015, 12:10:31 UTC
ae4cc56 FIX: This recipe should not throw an error in case the data is not available. Instead, a warning will be printed and the rest of the code will run with zeros as input values. 19 January 2015, 15:03:49 UTC
c5a022b FIX: Removed this example file because it only examplifies highly deprecated functions. 19 January 2015, 14:54:49 UTC
3b3ef13 FIX: Reduced the size of an array that produced a MemoryError. 19 January 2015, 14:50:05 UTC
d9031ab FIX: Changed keyword projstr to proj in calls of plot_ppi and plot_ppi_crosshair. 19 January 2015, 14:46:22 UTC
c14253d FIX: An error occurs when a specific matplotlib version is used due to a bug in matplotlib. The fix checks for the matplotlib version. If matplotlib 1.2.1 is installed, a message is printed into the figure. See https://github.com/matplotlib/matplotlib/pull/1985 for details on the bug. 19 January 2015, 14:44:53 UTC
922e812 FIX: Fixed name of the data file. 19 January 2015, 14:43:27 UTC
f25efa9 MIN: Added a specific version number for Shpnix in requirements file. The new requirements.txt specify 1.2.3 as Sphinx version. This is because it turned out that newer Sphinx versions caused problems on Codeship. 19 January 2015, 13:46:11 UTC
546db05 Merged wradlib/wradlib into default 15 January 2015, 09:26:00 UTC
5ac7201 Merged in egouden/wradlib/feature/eg/gabella_polar (pull request #39) filter_window_distance 13 January 2015, 09:59:46 UTC
3db9774 DOC: Fixed a typo and removed some attenuation functions from the API documentation. We should still think about what to do with these functions. But I thought removing them from the documentation would be a first step. Right now, I would always recommend correctAttenuationConstrained2. correctAttenuationHB should stay as a repesentative of the classical Hitschfeld and Bordan concept. 13 January 2015, 09:48:13 UTC
70c7823 ENH: Added a companion example file with additonal data that can also serve as a test. The example (attenuation_correction_example.py) has the same content as the tutorial. Just the code is organised a little different. 13 January 2015, 09:45:27 UTC
06e4219 DOC: A new tutorial which demonstrates the behaviour of different attenuation correction methods. ALl images are embedded as source code using the plot directive - thanks to Kai. 13 January 2015, 09:43:58 UTC
e0a963b FIX merge imports with default wradlib 2 --HG-- branch : feature/eg/gabella_polar 08 January 2015, 10:19:36 UTC
7d15065 FIX merge imports with default wradlib --HG-- branch : feature/eg/gabella_polar 08 January 2015, 10:17:21 UTC
e72771b ENH: changing the name of the filter --HG-- branch : feature/eg/gabella_polar 07 January 2015, 16:00:39 UTC
8af0aee ENH: ascale parameter is not needed --HG-- branch : feature/eg/gabella_polar 07 January 2015, 15:44:49 UTC
b1ac692 NEW: test for filter window polar --HG-- branch : feature/eg/gabella_polar 07 January 2015, 15:09:20 UTC
fee7819 FIX: Quick fix to issue #37 in order to avoid gdal ImportError for latest gdal version. I just try two ways of importing gdal...we can do something more elegant about it later. 07 January 2015, 09:57:18 UTC
87beb4a FIX: Switched back to gdal as change to osgeo did not fix the issue on Codeship. 06 January 2015, 15:58:19 UTC
8737565 FIX switch between polar and cartesian grid for smoothing --HG-- branch : feature/eg/gabella_polar 06 January 2015, 15:58:09 UTC
d227b48 FIX: Changed requirement gdal to osgeo. This is just to test whether we can get Codeship running again this way. 06 January 2015, 15:51:41 UTC
5aac1b2 DOC removing bad reference to polar data --HG-- branch : feature/eg/gabella_polar 06 January 2015, 15:50:54 UTC
e1124f3 ENH removing filter_window_polar_test --HG-- branch : feature/eg/gabella_polar 06 January 2015, 15:13:24 UTC
e9d3fce ENH removing image preprocesing --HG-- branch : feature/eg/gabella_polar 06 January 2015, 15:09:05 UTC
8156198 DOC: Minor edits on the community page regarding issues and removed the (outdated) list of institutions. 06 January 2015, 14:37:26 UTC
6da1cb2 DOC: removed names of developers in the community section. First, this led people to send requests to the developers instead of using wradilb-users. Second, I didn't like the idea of maintaining a list of names. The current list was already heavily outdated...(no mention of Kai or Edouard). 06 January 2015, 14:30:12 UTC
b13fc82 DOC: Updated the Python(x,y) reference to the latest distribution that was tested by me. 06 January 2015, 14:26:16 UTC
cdec26b DOC: Added a hint on top of the getting started page that users might want to install the bleeding edge code. We can remove that hint once we have a continuous update of wradlib versions on PyPI via Codeship. Until then, people shoudl be aware that wradlib on PyPI might be seriously outdated. 06 January 2015, 14:06:55 UTC
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
9ded8cc FIX: filter,border,test --HG-- branch : feature/eg/gabella_polar 03 January 2015, 12:51:54 UTC
a5df9fc ENH: speed,similar,borders --HG-- branch : feature/eg/gabella_polar 02 January 2015, 22:32:53 UTC
fa1916f NEW: function to roll 2d array --HG-- branch : feature/eg/gabella_polar 02 January 2015, 22:28:28 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
83b9c47 FIX: rscale,ascale --HG-- branch : feature/eg/gabella_polar 09 September 2014, 15:31:23 UTC
003faa2 NEW: test_filter_gabella_a_polar ENH:filter_setup --HG-- branch : feature/eg/gabella_polar 09 September 2014, 15:13:31 UTC
b5b7069 NEW: clutter.filter_gabella_polar --HG-- branch : feature/eg/gabella_polar 09 September 2014, 15:10:49 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
back to top