Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
/ tesp Public archive

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

Notifications You must be signed in to change notification settings

OpenDataCubePipelines/tesp

Folders and files

NameName
Last commit message
Last commit date
Sep 25, 2020
Nov 13, 2022
Aug 1, 2022
Feb 12, 2021
Oct 2, 2020
Nov 11, 2022
Apr 5, 2019
Oct 2, 2020
Sep 25, 2020
Apr 5, 2019
Sep 28, 2018
Oct 2, 2020
Feb 12, 2021
Nov 11, 2022
Jun 8, 2021

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