xarry netcdf message

2022-08-23 Thread Jorge Conrado Conforte Conforte
Hi, I'm reading my netcdf data air.2m.mon.ltm.nc. I used the netcdf4 and I didn't have message when i read my data. But if I use the xarray I had this message: /home/conrado/.conda/envs/meuambi/lib/python3.8/site-packages/xarray/backends/plugins.py:61: RuntimeWarning: Engine 'cfgrib' loading fail

Re: Mutating an HTML file with BeautifulSoup

2022-08-23 Thread Peter J. Holzer
On 2022-08-22 19:27:28 -, Jon Ribbens via Python-list wrote: > On 2022-08-22, Peter J. Holzer wrote: > > On 2022-08-22 00:45:56 -, Jon Ribbens via Python-list wrote: > >> With the offset though, BeautifulSoup made an arbitrary decision to > >> use ISO-8859-1 encoding and so when you choppe

ANN: A new version (0.5.0) of python-gnupg has been released.

2022-08-23 Thread Vinay Sajip via Python-list
What Changed? = This is an enhancement and bug-fix release, and all users are encouraged to upgrade. Brief summary: * Fixed #181: Added the ability to pass file paths to encrypt_file, decrypt_file,   sign_file, verify_file, get_recipients_file and added import_keys_file. * Fixed #18

Re: xarry netcdf message

2022-08-23 Thread Dioumacor FAYE
Hello, I think you can try this. I use Python 3.7.11 in jupyter Notebook import xarray as xr path = '/media/lpaosf/LPAOSF_DATA/maman/r1mm_r20mm_sdii/ chirps-v2.0.days_p05_r1mm_WA1981-2018.nc' # Open the NetCDF files in xr.DataSet r1mm = xr.open_dataset(path) time=r1mm['time'].data lon =r1mm['longit

INSTALLATION DOES NOT WORK FRO GITBASH COMMAND LINE

2022-08-23 Thread Gladstone Rose
Why is my installation of Python does not work at the command line for git bash. I get the following message bash: python3: command not found Sent from Mail for Windows -- https://mail.python.org/mailman/listinfo/python-list