-
Notifications
You must be signed in to change notification settings - Fork 59
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
Added ERT forward model to convert from .UNSMRY to Arrow file format #685
Merged
anders-kiaer
merged 8 commits into
equinor:master
from
CeetronSolutions:sigurdp/ert-smry2arrow
Jun 25, 2021
Merged
Added ERT forward model to convert from .UNSMRY to Arrow file format #685
anders-kiaer
merged 8 commits into
equinor:master
from
CeetronSolutions:sigurdp/ert-smry2arrow
Jun 25, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Nice! 🚀 Minor comments only. This will be a great improvement when in production 🏎️ ...and the plugins start using this data source through the data factory.
Co-authored-by: Anders Fredrik Kiær <[email protected]>
Co-authored-by: Anders Fredrik Kiær <[email protected]>
Co-authored-by: Anders Fredrik Kiær <[email protected]>
anders-kiaer
approved these changes
Jun 25, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds an ERT forward model that can converts
.UNSMRY
files to Apache Arrow IPC file format.The Arrow IPC file format is a columnar data format optimized for table-like datasets, see https://arrow.apache.org/docs/format/Columnar.html#ipc-file-format
This file format is also known as
Feather
version 2, see https://arrow.apache.org/docs/python/feather.htmlThe ERT job imports data from an
.UNSMRY
file and writes output to an.arrow
file in the above format.The following data types are used in the exported data
DATE
column is stored as an Arrow timetamp with millisecond resolutiontimestamp[ms]
'smry_meta' key
Currently
CPI
columns in the summary data wil be excluded from the exported.arrow
file.Contributor checklist
.UNSMRY
→ (.parquet
or.arrow
) #673CHANGELOG.md
, and added it if should be communicated there.