Registry / analytics / earthkit-utils

earthkit-utils

JSON →
library0.3.0pypypi✓ verified 82d ago

Utilities for the Earthkit ecosystem, providing common helper functions for I/O, geographic operations, and data handling. Version 0.3.0, released periodically.

pip install earthkit-utils
INSTALL
IMPORT
SIG · EARTHKIT-UTILS
E
earthkit-utils
analyticspythonv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

earthkit
import earthkit
import earthkit_utils

Quick example: load GRIB and NetCDF files and print info.

import earthkit_utils as eku data = eku.load_grib('example.grib') print(eku.info(data)) data_netcdf = eku.load_netcdf('example.nc') print(data_netcdf.dims)
Debug
Known issues
gotchaearthkit-utils is intended as a lightweight utility library; heavy geospatial operations may require earthkit-data or earthkit-regrid.
fix
Use earthkit-data for high-level data access and earthkit-regrid for regridding.
affects: all
deprecatedSome functions in earthkit-utils may be deprecated in favor of earthkit-data or earthkit-mapping. Check the documentation for alternatives.
fix
Refer to the official migration guides for each deprecated function.
affects: >=0.3.0
breakingPython 3.10+ only; no support for Python 3.9 or below.
fix
Ensure Python >=3.10.
affects: >=0.3.0
Upgrade
Version history
0.3.0latest on PyPI · released Mar 24, 2026
Audit
Dependencies
numpyrequiredArray and numerical operations
Agent activity
37 hits · last 30 days
node
32
OpenAI (training)
1
Resources
earthkit-utils — pip install earthkit-utils · libregistry