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
Does it need to be CFGRIB_USE_EXTERNAL_ECCODES_BINDINGS=1 ?
given:
try:
# select between using the external ecCodes bindings or the internal implementation
if int(os.environ.get('CFGRIB_USE_EXTERNAL_ECCODES_BINDINGS', '0')):
import eccodes
else:
from . import bindings as eccodes
The internal API is ready and you can test it by setting the environment variable
CFGRIB_USE_EXTERNAL_ECCODES_BINDINGS
toON
, for example:The text was updated successfully, but these errors were encountered: