jejjohnson / rs_tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%Language:Makefile 0.0%