Metadata-Version: 2.4
Name: earthforge-cube
Version: 0.1.0
Summary: EarthForge datacube operations — Zarr and NetCDF inspection and slicing.
License-Expression: GPL-3.0-or-later
Requires-Python: >=3.11
Requires-Dist: earthforge-core>=0.1.0
Requires-Dist: h5netcdf>=1.3
Requires-Dist: numpy>=1.26
Requires-Dist: xarray>=2024.1
Requires-Dist: zarr>=2.18
Description-Content-Type: text/markdown

# earthforge-cube

Zarr and NetCDF datacube inspection and slicing for EarthForge.

```bash
earthforge cube info s3://era5-pds/zarr/1979/01/data/eastward_wind.zarr
earthforge cube slice s3://era5-pds/zarr/ --var t2m --bbox -85,37,-84,38 --time 2025-06
```
