Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve this so the repositories do not contain all the data #231

Open
mwestphal opened this issue Aug 14, 2018 · 4 comments
Open

Improve this so the repositories do not contain all the data #231

mwestphal opened this issue Aug 14, 2018 · 4 comments

Comments

@mwestphal
Copy link

This repository should be improved to reduce it's size (currently over 1Gb)

  • Data and Baseline could be stored in VTK data and baselines with on demand download
  • .html file could be stored as a secondary submodule

This would allow this repository integration into VTK so the examples could be considered actual tests and more easy to maintain for developers.

Another solution would be to put all the source files directly in VTK and this repository would use them to build the website.

@lorensen
Copy link
Owner

lorensen commented Aug 14, 2018 via email

@banesullivan
Copy link

Pehaps we could collaborate here - for vtki, we host an examples data repository over at: https://github.com/vtkiorg/vtk-data - this holds data files only

There are so many wonderful examples here and I'd love to showcase how vtki simplifies some of these examples - perhaps I could migrate the data here over to that repo and help implement a data downloading routine like what we have for vtki so users can download example data on the fly:

from vtki import examples
# Load St Helens DEM and warp the topography
mesh = examples.download_st_helens().warp_by_scalar()
mesh.plot(opacity='linear')

or perhaps simply submodule the data repository so the CI's can quickly download the data files when building the examples?

@lorensen
Copy link
Owner

lorensen commented Apr 23, 2019 via email

@banesullivan
Copy link

Fair enough - considering this repo is under an Apache license, I'll merge the data folder here into our example data repo as an independent effort.

I'm totally willing to add you, @lorensen, to @vtkiorg as an admin on the data repo if you'd like to collaborate moving forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants