artview
artview copied to clipboard
ARM Radar Toolkit Viewer
Attempt to solve Issue #216 Notice that PyQt4 is no longer is the standard backend, but what ever matplotlib imports: in order to force matplotlib the use of a specific...
I recently tested the map background module. I get the following error: ``` Traceback (most recent call last): File "/Users/guy/anaconda/lib/python2.7/site-packages/artview/core/core.py", line 284, in closeEvent self.disconnectAllVariables() File "/Users/guy/anaconda/lib/python2.7/site-packages/artview/core/core.py", line 247, in...
I want to add a func to standart script, it will read the files from my radar file directory one by one auto with a specific time. I'm open for...
Just got the news that Artview is not working in Matplotlib 3.2, since there were some deprecations on how to import PyQt4 and PyQt5. I will soon suggest a solution,...
The fields of an object from pyart.io.read_mdv(filename) contains only velocity but not reflectivity. The output of print_mdv from the lrose/titan package show multiple fields: > MDV_print_master_header > ----------------------- > >...
Hi there... do I need to have pyart already installed before installing artview using your conda channel? I just installed Anaconda, then typed: conda install -c jjhelmus artview .... it's...
We need to test that there are no negative values before performing log-scale transform. Otherwise the program crashes.
version 1.3 will need a new release to correct some bugs in the case of missing Basemap. I already have a sugestion on gamaanderson/artview/v1.3.8
starting a new mode involve a lot o uncessary computations because of the reconection of variables. This needs improvement
Version 1.3 has been released. We are modifying our workflow moving forward in the following way. There is a now a [v1.4 branch](https://github.com/nguy/artview/tree/v1.4-dev) that should be used for updating code...