diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-01-16 16:39:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-16 16:39:14 +0100 |
| commit | d6330021e80297493804ffecf6d108790c3e10f3 (patch) | |
| tree | d1b505934ae4ee2be93b6ec0ab56e3c30ca706f7 /docs/source | |
| parent | 3889496c8e60e04c13318a56fafc0dd9093d09f2 (diff) | |
| parent | 4915321e198820c1f9eb4f80bd0997cd0a5ebb26 (diff) | |
| download | PROJ-d6330021e80297493804ffecf6d108790c3e10f3.tar.gz PROJ-d6330021e80297493804ffecf6d108790c3e10f3.zip | |
Explain why sweep axis affects geolocation (#1853)
Explain why sweep axis affects geolocation
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/operations/projections/geos.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/operations/projections/geos.rst b/docs/source/operations/projections/geos.rst index e825104f..fb8fb44c 100644 --- a/docs/source/operations/projections/geos.rst +++ b/docs/source/operations/projections/geos.rst @@ -72,6 +72,9 @@ is rotating. The possible values are x or y, y being the default. Thus, the scanning geometry of the Meteosat series satellite should take sweep as y, and GOES should take sweep as x. +The resulting position is different because +`rotation in three dimensions is not commutative <https://math.stackexchange.com/q/2016937/31408>`_. + Parameters ################################################################################ |
