-
Notifications
You must be signed in to change notification settings - Fork 158
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
Comments
When you clone it, set the depth to 1. I will look at better organization.
…On Tue, Aug 14, 2018, 2:33 AM mwestphal ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#231>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAUFDNgqF8TD72mMt8JVVedW4NfaQoLaks5uQplfgaJpZM4V8GQD>
.
|
Pehaps we could collaborate here - for There are so many wonderful examples here and I'd love to showcase how 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? |
We use GitHub lfs for large data. Part of problem is large history. I'll
revisit this. I really don't want to rely on another trip.
Thanks
…On Tue, Apr 23, 2019, 8:17 AM Bane Sullivan ***@***.***> wrote:
Pehaps we could collaborate here - for vtki
<https://github.com/vtkiorg/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?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#231 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACQKDDV4CZVDHRQXMTGPWDPR4R7NANCNFSM4FPQMQBQ>
.
|
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. |
This repository should be improved to reduce it's size (currently over 1Gb)
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.
The text was updated successfully, but these errors were encountered: