-
Notifications
You must be signed in to change notification settings - Fork 13
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
Development #102
Development #102
Conversation
Updating repo to be in sync with Justin's
� Conflicts: � panel_test_app/app.py
…age. Going to work on features and refactoring next.
…ixed the panel deployment to allow pythonic combinations of html and other panel objects in the deployment.
…objects covering: curve fills, curves, tracks, and well logs with multiple tracks. I have a plan to add "well section" type template that handles drawing multiple well logs.
…ch and trying to make it easier to extend/handle modified templates.
…e setting up a test package so I can bundle it for the browser deployment at the end. I've got log loading propagating through the modules in tests ok. The next part is breaking down and distributing the D3 draw calls throughout the modules.
…r it. Switching gears now for a break towards getting panel working more dynamically with wellioviz.
…having trouble passing the file data to the javascript side on a callback.
Wow, lots of good stuff in here. I've only looked at diff files so far. Will try to clone locally and run some checks Sunday or Monday, then merge into the master branch. Can you talk a bit on how you envision people adding/sharing/changing things related to the log_curve_templates? I was thinking of doing at some of the styles via JSONs to make it easier to save, edit, and share styles. Is that something you could merge into your JS function based approach? |
Okay, had more time to look at the files. We're actually already aligned and I didn't realize earlier. |
Description
Related Issue
#99
#30
#11
#22
Motivation and Context
This was done as a part of the Transform 2020 hackathon and the goal is to keep pushing this towards being a powerful, professional, and open source well log visualization option for both python and javascript web application and notebook deployments.
Types of changes
Checklist:
^^ ** The WIP code stills needs work to align the style as well as architecture discussion and alignment, but it is not the primary motivation for this pull request. These could be edited out by Justin prior to the merge if that is preferred and I can re-submit those changes when they are ready to roll out.