MightyBOBcnc / nixis

A python program for procedurally generating planet-scale maps for Earth-like, spherical worlds.
MIT License
8 stars 0 forks source link

Image Export is Flipped Horizontally #3

Closed MightyBOBcnc closed 3 years ago

MightyBOBcnc commented 3 years ago

Steps to Reproduce:

  1. Run the program with the --png arg.
  2. Examine the visualized planet in PyVista.
  3. Examine the exported images and compare them to the 3D visualization.

Observed Result: The exported images are flipped horizontally when compared to the 3D visualization.

Expected Result: The exported images align with the 3D visualization when compared side by side.

Additional notes: This is most easily observed when generating a black and white ocean mask.

MightyBOBcnc commented 3 years ago

Exported images were flipped horizontally because we were generating the latitude/longitude array of points backwards.