Skip to content

hrodmn/hls-tools

Repository files navigation

hls-tools

Python package with convenience functions for accessing and loading the Harmonized Landsat Sentinel 2 remote sensing dataset into xarray.DataArray format.

Installation

You can install the package from pypi using pip:

pip install hls_tools

Development

git clone https://github.com/hrodmn/hls-tools.git
cd hls-tools

Create a virtual environment

python3 -m venv env
source env/bin/activate

Install test/dev dependencies

pip install -e .["test","dev"]

Linting and formatting are handled with pre-commit. You will need to install pre-commit before committing any changes:

pre-commit install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages