![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Provides a high-level interface to the ECWMF ECCODES C library for reading GRIB files. There are limited capabilities for writing GRIB files (you can modify the contents of an existing file, but you can't create one from scratch). See the online docs for example usage.
The easiest way to get everything installed is to use pip:
pip install pygrib
You can also use conda:
conda install -c conda-forge pygrib
Alternately, clone the github repo and run pip install -e .
(after setting $ECCCODES_DIR
)
where $ECCODES_DIR
is the path to the directory containing include/grib_api.h
and lib/libeccodes.so
. If ECCODES_DIR
is not specified, a few common locations
such as $CONDA_PREFIX,/usr,/usr/local,/opt/local
will be searched.
For full installation instructions and API documentation, see https://jswhit.github.io/pygrib.
Sample IPython notebooks illustrating pygrib usage:
Questions or comments - contact Jeff Whitaker jeffrey.s.whitaker@noaa.gov or use https://github.com/jswhit/pygrib/issues.
FAQs
Python module for reading/writing GRIB files
We found that pygrib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.