-
Notifications
You must be signed in to change notification settings - Fork 11
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
Making Drillhole objects without a Workspace object #440
Comments
JIRA issue [GEOPY-1141] was created. |
Good question - easy answer.
If you change your mind and would like to create a disk representation, you simply run
We initially didn't intend to have these classes used outside of geoh5, but looks like it might be desirable in the future. The plan would be to allow instantiating the objects outside the workspace, but that will require some re-write. To be continued. |
Hey Dom, great to hear that you've built in this work around. I'll give it a go. And def looking forward to instantiating objects outside of a workspace! |
Turns out that our @benk-mira hit the same wall recently trying to parallel read/create drillholes. H5 files are not picklable, so this issue will be elevated. |
Hey Mira Geoscience Team!
I'm interested in using the geoh5py
Drillhole
class (and associated ones likeDrillholeGroup
) in a project I'm working on but would strongly prefer to not create a geoh5 file. It seems this isn't currently possible, as aWorkspace
object is needed to create objects of these classes. Is that the case? If so, do you see a path to making the classes usable without aWorkspace
object? Would certainly be beneficial for the crowd interested in just loading some data into a jupyter notebook for a quick look!Best,
Robert Collar
The text was updated successfully, but these errors were encountered: