-
Notifications
You must be signed in to change notification settings - Fork 132
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
Create Welly object from JSON #138
base: main
Are you sure you want to change the base?
Conversation
I import the JSON well Log file, create a LAS file from it. Then import the LAS file as a Welly object.
Create Welly object from JSON
I import the JSON well Log file, create a LAS file from it. THen import the LAS file as a Welly object.
When should I expect the pull request to be merged into the project? |
Is this repository alive? |
Hi - apologies for being so slow. Thank you for this PR -- this has been on the wishlist for a while. I am finally working on welly again this week. I am looking for a reference JSON file that I can use for testing, but I gather there might be more than one kind of file out there? |
You can find JSON files and the format here:
https://jsonwelllogformat.org/
On 2020-12-11 02:11, Matt Hall wrote:
Hi - apologies for being so slow. Thank you for this PR -- this has been on the wishlist for a while.
I am finally working on welly again this week. I am looking for a reference JSON file that I can use for testing, but I gather there might be more than one kind of file out there?
--
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub [1], or unsubscribe [2].
|
Is there a schema for well trajectories? |
There is well deviation data available. Is that what you are looking for?
From: Jonny
Sent: 26 July 2021 03:16
To: agile-geoscience/welly
Cc: discover-volve; Author
Subject: Re: [agile-geoscience/welly] Create Welly object from JSON (#138)
Is there a schema for well trajectories?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I’m after as much as possible… surface location and datum, local coordinates, wellbore uncertainty, parent well etc for platforms and sidetracks etc…
But also for well architectures, like casing shoe depths, weights, grades etc.
… On 31 Jul 2021, at 08:01, discover-volve ***@***.***> wrote:
There is well deviation data available. Is that what you are looking for?
From: Jonny
Sent: 26 July 2021 03:16
To: agile-geoscience/welly
Cc: discover-volve; Author
Subject: Re: [agile-geoscience/welly] Create Welly object from JSON (#138)
Is there a schema for well trajectories?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi Jonny,
I think you’ll find everything you mentioned below here in the database: Volve\Well_logs\14.DIV. REPORTS
You can download the well logs folder from the Volve website dataset: How to Access the Volve Dataset? – DiscoverVolve. It is too big for me to share locally. Let me know if you need further assistance.
Regards,
From: Jonny
Sent: 31 July 2021 12:59
To: agile-geoscience/welly
Cc: discover-volve; Author
Subject: Re: [agile-geoscience/welly] Create Welly object from JSON (#138)
I’m after as much as possible… surface location and datum, local coordinates, wellbore uncertainty, parent well etc for platforms and sidetracks etc…
But also for well architectures, like casing shoe depths, weights, grades etc.
On 31 Jul 2021, at 08:01, discover-volve ***@***.***> wrote:
There is well deviation data available. Is that what you are looking for?
From: Jonny
Sent: 26 July 2021 03:16
To: agile-geoscience/welly
Cc: discover-volve; Author
Subject: Re: [agile-geoscience/welly] Create Welly object from JSON (#138)
Is there a schema for well trajectories?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I import the JSON well Log file, create a LAS file from it. Then import the LAS file as a Welly object.