I've used pygrib to extract all grib values for a specific band within given boundaries. The function will return a Json object that contains all the values for each analyzed data.
Now that I've to read approximately 73 grib for each run, the response is slow and it's now at approximately 3 minutes.
The result should be something like: Grid Result
Do you know another way to extract data within a bbox, using other tools like GDAL or ECCODES?
I cant use grib2json as it doesn't recognize the GRIB.
Thanks in advance