Skip to content

spaceml-org/rs_tools

Repository files navigation

A minimal library for preprocessing remote sensing data for machine learning applications (In Progress)

CodeFactor codecov

This package has some simple, minimal preprocessing of helio-data to make it machine learning ready.


Installation

We can install it directly through pip

pip install git+https://github.com/jejjohnson/rs_tools

We also use poetry for the development environment.

git clone https://github.com/jejjohnson/rs_tools.git
cd rs_tools
conda create -n rs_tools python=3.11 poetry
poetry install

References

Software