-
I've added a more robust masking option in the form of a dictionary to [my fork](https://github.com/nguy/pyart). It is only added to the plot_ppi currently, as I'd like to get feedback before issuing …
-
Hello,
I am trying to write a netCDF file, however I keep getting the following error:
```
pyart.io.write_cfradial(filesavename, radar)
```
File "C:\Anaconda\lib\site-packages\pyart\io\cfradial.p…
-
I am trying to use dealias_region_based on some NEXRAD level 2 files. However, the following error is returned:
Traceback (most recent call last):
File "", line 15, in
File "C:\Anaconda\lib\site…
-
Is anyone aware of an inability of `netCDF4` to properly write large files (e.g. writing a large radar object) when `format = 'NETCDF4'`? Basically I was able to write an X-band file when `format = 'N…
-
I would like to open a discussion in this topic, since I already found it twice (netcdf and mdv). It's about when writing objects, in order to reduce file size, encoding variables as int (8 or 16 bits…
-
As discussed in [ARTView issue #43](https://github.com/nguy/artview/issues/43) it would be helpful if default colormaps and field limited were specified in the Py-ART configuration file.
-
The current layout of the [**Grid** class](http://arm-doe.github.io/pyart-docs-travis/user_reference/generated/pyart.core.Grid.html#pyart.core.Grid) is historical and ad-hoc, it does not follow a form…
-
With the new upgrades in PR #42 I find artview, at least from the functionalities point of view, is starting to get mature and I can already see in a near future making a release changing from 0.x to …
-
With the previous PR #36 some improvements were implemented in the plot function. ARTView now loads the correct default limits. It also produces the correct plot. The issue is that the previous plot i…
-
I'm getting the following message when I try to import pyart:
``` python
In [2]: import pyart
---------------------------------------------------------------------------
ImportError …