Skip to content

sixy6e/tesp

 
 

Repository files navigation

tesp Build Status

OpenDataCubePipeline is the code for the DEA's Optical ARD processing of the following satellites:

  • Landsat 5
  • Landsat 7
  • Landsat 8
  • Sentinel 2A
  • Sentinel 2B

Pre-commit setup

A pre-commit config is provided to automatically format and check your code changes. This allows you to immediately catch and fix issues before you raise a failing pull request (which run the same checks under Travis).

If you don't use Conda, install pre-commit from pip:

pip install pre-commit

If you do use Conda, install from conda-forge (required because the pip version uses virtualenvs which are incompatible with Conda's environments)

conda install pre_commit

Now install the pre-commit hook to the current repository:

pre-commit install

Your code will now be formatted and validated before each commit. You can also invoke it manually by running pre-commit run

About

OpenDataCubePipeline code for the processing of Australasian Regional Copernicus Data Hub L1C S2A/B data

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%