Skip to content

Satip contains the code necessary for retrieving, transforming and storing EUMETSAT data

License

Notifications You must be signed in to change notification settings

trhlikfilip/Satip

 
 

Repository files navigation

Satip

PyPI version

Satip is a library for satellite image processing, and provides all of the functionality necessary for retrieving, and storing EUMETSAT data


Installation

To install the satip library please run:

pip install satip

Or if you're working in the development environment you can run the following from the directory root:

pip install -e .

Conda

Or, if you want to use conda from the a cloned Satip repository:

conda env create -f environment.yml
conda activate satip
pip install -e .

If you plan to work on the development of Satip then also consider installing these development tools:

conda install pytest flake8 jedi mypy black pre-commit
pre-commit install

About

Satip contains the code necessary for retrieving, transforming and storing EUMETSAT data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 96.7%
  • Python 3.2%
  • Dockerfile 0.1%