You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment ecCodes must be installed on the system for cfgrib to work.
Following thew strategy of https://github.com/mapbox/rasterio it would e possible to package the whole ecCodes library and data files in the multilinux wheel binary package.
Pro:
no need to have two install steps, only pip install cfgrib
no need to install ecCodes as root
Con:
huge binary wheel package
possible conflicts with other Python packages that link to ecCodes (quite remote)
At the moment ecCodes must be installed on the system for cfgrib to work.
Following thew strategy of https://github.com/mapbox/rasterio it would e possible to package the whole ecCodes library and data files in the multilinux wheel binary package.
Pro:
pip install cfgrib
Con:
The infrastructure used by rasterio is here: https://github.com/sgillies/frs-wheel-builds
The text was updated successfully, but these errors were encountered: