Anderson

Results 82 comments of Anderson

I also have the same issue, and would really like to get this fixed.

After some debugging found out this was [intentional](https://github.com/matplotlib/basemap/blob/master/lib/mpl_toolkits/basemap/proj.py#L200-L207), in a clear contradiction with the documentation

Good work @shoyer , however I'm intrigued when you say its speed is similar to netCDF4-python, From my experience h5py is at least 3 times faster then netCDF4-python. Other concurrents...

Couldn’t get it to work. First got a error at core.py line 38, but I overcame that by replacing size = v.size by size = v.shape[0]. (OBS: this happened in...

Well I did get it to run, it reduce time from 19s to 5s, however I had more problems than expected: 1. I could not use getattr(ncobj, k), had to...

The project I used to test is (https://github.com/ARM-DOE/pyart), in special I just change function `read_cfradial` in [cfradial.py](https://github.com/ARM-DOE/pyart/blob/master/pyart/io/cfradial.py). You may want to install the whole library, but I do think it...

I should also say, it is reading a NetCDF with the CfRadial convention totally into the memory, to a more practical structure. CfRadial convention is for meteorological radar data in...

I can't find this anymore, but in some issue it was discussed about Grids with non-uniform gates. You may want to add this as a topic there, I think it...

I mean grid objects, i.e. non uniform "x_disp", "y_disp" and "z_disp". Radar objects being based in CfRadial should already accept non-uniform range and time axes; there may be some function...