pseudonetcdf
pseudonetcdf copied to clipboard
PseudoNetCDF like NetCDF except for many scientific format backends
I’ve gotten the question “can PseudoNetCDF write ICARTT files?” a few times recently. I’m opening this question as a forum for exploring further. PseudoNetCDF has a ICARTT reader and writer...
Remove from mpl_toolkits.basemap import in wrfioapi
Some users are experiencing crashing while plotting spatial maps. This is not a problem with PseudoNetCDF. This is often due to conflicting libraries associated with `basemap` and `cartopy` in anaconda....
PseudoNETCDF currently does not have the conventional `PseudoNetCDF.__version__` string. Would nice if this was added. It currently needs to be imported as: ```python from PseudoNetCDF import version version.version ``` In...
Hi Barron, I've noticed when executing the pnc subset function on a list of variables in the shp2cmaq tool that variables that have spaces in them are eliminated from the...
Xarray now has a [plugin system for registering backends](https://docs.xarray.dev/en/stable/internals/how-to-add-new-backend.html). For the more specialized backends (like pseudonetcdf), we'd like to work toward moving the backend entrypoint to 3rd party packages. For...
Using the getproj() function, encountered the following error: > > Traceback (most recent call last): > File "$PATH/Make_IASI_NH3.py", line 75, in > proj = gf.getproj(withgrid=True) > File "/home/username/satellite/lib/python3.9/site-packages/PseudoNetCDF/core/_files.py", line 136,...