OSDU (Open Standard Data Platform for Upstream) is an open data platform for the upstream oil and gas industry. It is designed to provide a standardized, cloud-based platform for storing and managing data related to exploration, drilling, and production activities in the upstream oil and gas industry. The goal of OSDU is to improve data interoperability and accessibility within the industry, enabling more efficient and effective data management and analysis. OSDU is being developed by the OSDU Forum, a consortium of oil and gas companies and technology providers working together to define and implement the platform.
Nopporn Phantawee:
OSDU will act as a platform to manage and stream the data from the platform to target application via the APIs
- Decouple the data from the (geo)application.
- We can use blob storage which is much cheaper than the normal storage.
- Default file format for seismic data is
OpenVDS
- There are differnt impact to the data when you are using
OpenVDS
- Reduce the cost of storage, since we can store our data as a blob in the cold tier storage of the public cloud providers
- Enable the cross-application data transfer using
OpenVDS
, we don't need to convert the file to match the required format of the application. - The OpenVDS allow random access to the data so that the user can work with a particular range of inline/xline from the start
- This could allow the users to prefetch the data before they pick the data to work.
- More data types are being supported(horizons, pre-stack, attributes volume)
- OpenVDS is claimed that this file format is serverless, can spread across thousands of objects and it's blazingly fast, Blueware call this technology Flexible Access Storage Transcoder(FAST)
- The FAST streaming has 2 storage options, on-premise and on-cloud
- There are options for the implementations as well
- To work with Petrel 3D post stack, it's recommened to use
OpenZGY
format rather thanOpenVDS
OpenZGY
also supported theOpenVDS
conversion- Schlumberger is support and developed the
OpenZGY
format
- https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/open-vds
- https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-service
- What is FAST
- How to ensure that the data converted to
OPENVDS
is the same as the original data?- can we convert back and compare the hash ?
- can we load to some application and export to see the difference?
- How can I access the member only content?
- How could we integrate this standard with the existing seismic data management system?
- Prosource ?
- When the
OpenVDS
will support the velocity model? - How this new workflow affect the processing team, since 32 bits is required for the processing workflow ?