You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Secondarily, the resulting plot is now near-empty because the coarse data is obscured by the base_layer (e.g. a radius change is needed to avoid one obscuring the other). It's not clear whether this changed, or maybe did not occur with the data used in the original (we don't know what that was)
There are obviously also some related strategic problems which this highlights:
the example is not run, so no way to spot when it goes stale (and in this case, now hits an exception)
the example is not self-contained, so you can't simply "run it" anyway -- and neither can a user
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
How To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
Code should be self-contained, and it should run
Problems
from geovista.common import to_xyz
line is now failing, since this geovista routine now got renamed to "geovista.common.to_cartesian"There are obviously also some related strategic problems which this highlights:
The text was updated successfully, but these errors were encountered: