Skip to content

Commit 2458233

Browse files
Merge pull request #260142 from gourdsay/main
typo fix
2 parents cfe20ff + acf8c45 commit 2458233

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/data-manager-for-agri/concepts-ingest-satellite-imagery.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ In some cases, it isn't desirable and traceability to a single tile source is pr
5050
Data Manager for Agriculture uses the WSG84 (EPSG: 4326), a flat coordinate system, whereas Sentinel-2 imagery is presented in UTM, a ground projection system that approximates the round earth.
5151

5252
Translating between a flat image and a round earth involves an approximation translation. The accuracy of this translation is set to equal at the equator (10 m^2) and increases in error margin as the point in question moves away from the equator to the poles.
53-
For consistency, our data manager uses the following formula at 10-m base for all Sentinel-2 calls:
53+
For consistency, our data manager uses the following formula at 10 m^2 base for all Sentinel-2 calls:
54+
5455

5556
$$
5657
Latitude = \frac{10 m}{111320}

0 commit comments

Comments
 (0)