Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
long1=mod((long3+180),360)-180

# Python:
long1 = (lon3long3 + 180) % 360 - 180

To illustrate the values:

...