holoviz-topics / EarthSim

Tools for working with and visualizing environmental simulations.
https://earthsim.holoviz.org
BSD 3-Clause "New" or "Revised" License
65 stars 21 forks source link

WIP - switch from filigree to xmsmesh #298

Closed kcpevey closed 5 years ago

kcpevey commented 5 years ago

I've renamed the Specifying_Meshes.ipynb to Generating_Meshes.ipynb. There are several outstanding issues that need to be resolved before this can be merged. These are cross-referenced as comments in the notebook.

kcpevey commented 5 years ago

Also, this issue is having a devastating effect on usability: https://github.com/pyviz-topics/EarthSim/issues/297

kcpevey commented 5 years ago

The real issue here is https://github.com/pyviz-topics/EarthSim/issues/293. Once that is resolved, I'll revisit this and make any necessary changes

kcpevey commented 5 years ago

df_to_array function is nasty, but I don't know of a better way to get the polygon data back out of the annotators. Any suggestions?

kcpevey commented 5 years ago

Just a note: If the generateMesh class isn't instantiated with initial data, it will suffer from the zoom extents issue (https://github.com/pyviz/geoviews/pull/325). Once that is released, it will resolve itself.

philippjfr commented 5 years ago

This was superseded by #308.