Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 950 Bytes

index.rst

File metadata and controls

31 lines (23 loc) · 950 Bytes

StratoPy

python badge

License badge

Python package designed to easily manipulate CloudSat and GOES-R and generate labeled images containing cloud types.

About

This package is intended for aiding machine learning data scientist in classifying cloud imagery data into different cloud types. The main objective of Stratopy is to merge different satellite image information into a simple data frame called StratoFrame which can be used as input for neural network training with Torch.

Requirements:

You need python 3.9+ to install Stratopy. For more information about installation, please refer to :ref:`installation-label`.

.. toctree::
   :maxdepth: 6
   :caption: Contents:

   self
   installation
   stratopy
   tutorial.ipynb
   Aboutus