netcdf4-python
netcdf4-python copied to clipboard
netcdf4-python: python/numpy interface to the netCDF C library
Hi, I could not open a netcdf file whose path contained a German umlaut in Python 3 (FileNotFoundError: [Errno 2] No such file or directory). A workaround was to change...
Hi, I'm using netcdf4-python (1.5.1.2) on a Mac (OS 10.14.4), with netcdf4 installed via brew with dap2 support: ``` $ nc-config --has-dap2 --version yes netCDF 4.6.2 ``` I'm trying to...
Hello, It works ok as normal, But when I run the netcdf in celery task/django,It can't work,and show me this error: ``` File "...", line 53, in ... with Dataset(path,...
If I pass an URL of an OpenDAP dataset to `Dataset`, how can I recover the path to the temporary file?
I am trying to port some code from scipy.io.netcdf_file to netCDF4.Dataset. I have encountered an issue which is pretty significant for me. netCDF4.Dataset expects a string as its argument and...
We've recently started using the MADIS METAR dataset, and for one file: https://madis-data.ncep.noaa.gov/madisPublic1/data/archive/2002/05/19/point/metar/netcdf/20020519_0600.gz panoply is able to extract data from several variables (latitude, windGust, etc). However when opened with netCDF...
Hello, I'm getting some rounding issues from `netCDF4.netcdftime.utime.num2date` with the Gregorian calendar - it occasionally throws up some microseconds where none should be. Is this a known issue, perhaps a...
Hello When openning a netcdf file in read mode more than one time in a ThreadPool results in a segfault. When using a process pool there is no issue and...
Hi, I get the following error while importing netCDF4. I did a pip install netCDF4 -t . Any pointers on how to resolve it? Function Logs Unable to import module...
My use case is that of a python console requesting a netCDF file from an http server. I can save the file to disk, but what I'd like to do...