Metadata-Version: 2.1
Name: he5py
Version: 1.0.0
Summary: Utilities for working with the HDF-EOS-5 remote sensing data format
Author: Gregory Halverson
Author-email: Gregory.H.Halverson@jpl.nasa.gov
License-File: LICENSE
Requires-Dist: affine
Requires-Dist: colored-logging
Requires-Dist: h5py
Requires-Dist: numpy
Requires-Dist: pybind11_cmake
Requires-Dist: rasters

# he5py

utilities for working with the HDF-EOS-5 remote sensing data format

[Gregory H. Halverson](https://github.com/gregory-halverson-jpl) (they/them)<br>
[gregory.h.halverson@jpl.nasa.gov](mailto:gregory.h.halverson@jpl.nasa.gov)<br>
NASA Jet Propulsion Laboratory 329G

## Prerequisites

This package requires the HDFEOS5 and xtensor libraries, which can be installed using mamba.
```
mamba install hdfeos5 pykdtree xtensor xtensor-python
```

## Installation

Install this package using pip.
```
pip install he5py
```
