-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add seismic intersection module - seismic fence #449
Conversation
- Improve code in view - Rename module - Create vds host address in env - Fix naming back-end
93f28ac
to
b1d4863
Compare
b1d4863
to
8233b45
Compare
And removed jupyter notebook
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Handle fillValue better - Correct bug for xAxisOffset, as it was extending curtain too much. - Ensure update of color palette triggers re-render of image
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor issue. Otherwise good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 Nice code separation and concise code, good to read and understand. A couple of comments/suggestions.
frontend/src/modules/SeismicIntersection/utils/esvIntersectionControllerUtils.ts
Outdated
Show resolved
Hide resolved
Back-end: - Rename @router.post method to `post_get` - Add async to function names - Renamed "seismicDirectory" to "seismicCubeMetaList". - Update attribute names for clarification - Update doc for clarification Front-end: - Adjust iso date/interval strings conversion - Adjust "seismic directory" -> "seismic cube meta list" naming. - Improve naming and typing for readability
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, ready to be merged 👍
Add first version of intersection module with seismic fence and wellbore path
Based on: Work by @HansKallekleiv in:
Intersection
module with seismic, surfaces, well picks #267TODO:
backend/seismic_vds_slice.ipynb
backend/src/services/sumo_access/_helpers.py
andbackend/src/services/sumo_access/queries/case.py
frontend/src/modules/Intersection/utils/esvIntersectionControllerUtils.ts
frontend/src/modules/Intersection/utils/esvIntersectionDataConversion.ts
Created new issues: