From 7eceb3a6051d63afd7dd4dcd00dc51d9c599526e Mon Sep 17 00:00:00 2001 From: heyarne Date: Tue, 16 Mar 2021 21:10:07 +0100 Subject: [PATCH] Minor wording fixes --- sources/01c-coverage-analysis.ipynb | 9 +++------ ...rea-of-interest-definition-and-product-download.ipynb | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/sources/01c-coverage-analysis.ipynb b/sources/01c-coverage-analysis.ipynb index 4279977..2b8ed5b 100644 --- a/sources/01c-coverage-analysis.ipynb +++ b/sources/01c-coverage-analysis.ipynb @@ -206,12 +206,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The tiling grid of Level 2A products is based on the Universal Transverse Mercator (UTM) Coordinate Reference System.\n", - "\n", - "> The UTM system divides the Earth's surface into 60 zones. Each UTM zone has a vertical width of 6° of longitude and horizontal width of 8° of latitude.\n", - "\n", - "Source: [Sentinel-2 User Guide](https://sentinel.esa.int/web/sentinel/missions/sentinel-2/news/-/asset_publisher/Ac0d/content/sentinel-2-level-1c-product-tiling-grid-released)\n", - "\n", + "The tiling grid of Level 2A products is based on the Universal Transverse Mercator (UTM) Coordinate Reference System. The coordinates given by this grid are based on 6° subdivisions in the vertical direction (along the longitude), and 8° subdivisions in the horizontal direction (along the latitude; see the [Sentinel-2 User Guide](https://sentinel.esa.int/web/sentinel/missions/sentinel-2/news/-/asset_publisher/Ac0d/content/sentinel-2-level-1c-product-tiling-grid-released) for more information).\n", + "These subdivisions can be thought of as rectangles, and the beginning of the tile name is the number of the rectangle.\n", + "T33 is the rectangle adjacent to T32 and is positioned further to the east.\n", "Each of the rectangles resulting from this subdivision is again subdivided into equilateral and perfectly aligned squares, where each square is a product available from the API:" ] }, diff --git a/sources/03a-area-of-interest-definition-and-product-download.ipynb b/sources/03a-area-of-interest-definition-and-product-download.ipynb index 025718f..0fb0aea 100644 --- a/sources/03a-area-of-interest-definition-and-product-download.ipynb +++ b/sources/03a-area-of-interest-definition-and-product-download.ipynb @@ -208,7 +208,7 @@ "metadata": {}, "source": [ "All available tiles contain the area of interest.\n", - "The tile UTM tile numbers of the results are T33UUT and T32UQC." + "The UTM tile numbers of the results are T33UUT and T32UQC." ] }, {