From db9b5adac0836e0d35d65af279ba399527a24680 Mon Sep 17 00:00:00 2001 From: marujore Date: Wed, 29 Apr 2020 14:19:44 -0300 Subject: [PATCH] 0.2.0 Doc review: README About --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index eb7254f..40c407d 100755 --- a/README.rst +++ b/README.rst @@ -34,6 +34,15 @@ BDC Collection Builder About ===== +BDC Collection Builder is a Python package for local server and AWS S3 bucket ingestion of satellite imagery, which contemplates: + +- ``Download`` of Landsat-8/OLI and Sentinel-2A/B/MSI Level-1 products, from several image providers (USGS, Copernicus Sci-hub, ONDA, CREODIAS, AWS). + +- ``Atmospheric correction`` processing of Level-1 products to generate surface reflectance (Level-2 products) through LaSRC and Sen2cor. + +- ``Vegetation index calculation`` (NDVI and EVI) for both Level-1 and Level-2 products. + +- ``Metadata publishing`` of Level-1 and Level-2 products on local or AWS database. Installation