python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
OSError while computing large amount of data with dask
I have a large amount of data (*.grib) that I load using xarray and dask.
To make it simple, my data is record of world temperature during the month of january 2022. Data are collected multiple time p...
Romain
Votes: 0
Answers: 0
CDS data request (incomplete config file)
I am trying to request data from CDS using a python script. I have installed python3 and the CDS api as outlined in https://confluence.ecmwf.int/display/CKB/How+to+install+and+use+CDS+API+on+macOS
How...
thereiswaldo
Votes: 0
Answers: 0
Reading 18 bit binary in Python
I am trying to read 18 bit unsigned integers from a GRIB file in Python 3.
I already found the following code for this on 12 bit values, from the pupygrib package:
def read_uint12(data: NDArray[np.uin...
Offset Buffalo
Votes: 0
Answers: 0
Getting GRIB2 Lat/Lon Information from GDAL
I am attempting to plot fields from a GRIB2 file of GFS model data (example file: https://nomads.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/gfs.20220202/12/atmos/gfs.t12z.pgrb2.0p25.f006 ). Normally I w...
soonertiger2012
Votes: 0
Answers: 1