You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/energy-data-services/how-to-convert-segy-to-ovds.md
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,29 +9,28 @@ ms.date: 08/18/2022
9
9
ms.custom: template-concept #Required; leave this attribute/value as-is.
10
10
---
11
11
12
-
# How to convert a SEG-Y file to oVDS?
12
+
# How to convert a SEG-Y file to oVDS
13
13
14
-
Seismic data stored in the industry standard SEG-Y format can be converted to Open VDS (oVDS) format for use in applications via the Seismic DMS.
14
+
In this article, you will learn how to convert SEG-Y formatted data to the Open VDS (oVDS) format. Seismic data stored in the industry standard SEG-Y format can be converted to oVDS format for use in applications via the Seismic DMS.
15
15
16
16
[OSDU™ SEG-Y to oVDS conversation](https://community.opengroup.org/osdu/platform/data-flow/ingestion/segy-to-vds-conversion/-/tree/release/0.15)
17
17
18
18
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
19
19
20
20
## Prerequisites
21
21
22
-
### Postman
22
+
1. Download and install [Postman](https://www.postman.com/) desktop app.
23
+
2. Import the [oVDS Conversions.postman_collection](https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M9/Azure-M9/Services/DDMS/oVDS_Conversions.postman_collection.json) into Postman. All curl commands used below are added to this collection. Update your Environment file accordingly
24
+
3. Ensure that a Microsoft Energy Data Services Preview instance is created already
25
+
4. Clone the **sdutil** repo as shown below:
23
26
24
-
* Download and install [Postman](https://www.postman.com/) desktop app.
25
-
* Import the [oVDS Conversions.postman_collection](https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M9/Azure-M9/Services/DDMS/oVDS_Conversions.postman_collection.json) into Postman. All curl commands used below are added to this collection. Update your Environment file accordingly
26
-
* Microsoft Energy Data Services Preview instance is created already
1. Check if VDS is registered with the workflow service or not:
37
36
@@ -44,8 +43,7 @@ Seismic data stored in the industry standard SEG-Y format can be converted to Op
44
43
45
44
You should see VDS converter DAG in the list. IF NOT in the response list then REPORT the issue to Azure Team
46
45
47
-
2. Open **sdutil** and edit the `config.yaml` at the root
48
-
Update `config` to:
46
+
2. Open **sdutil** and edit the `config.yaml` at the root to include the following yaml and fill in the three templatized values (two instances of `<meds-instance-url>` and one `<put refresh token here...>`). See [Generate a refresh token](how-to-generate-refresh-token.md) on how to generate a refresh token. If you continue to follow other "how-to" documentation, you'll use this refresh token again. Once you've generated the token, store it in a place where you'll be able to access it in the future.
49
47
50
48
```yaml
51
49
seistore:
@@ -68,9 +66,6 @@ Seismic data stored in the industry standard SEG-Y format can be converted to Op
68
66
empty: none
69
67
```
70
68
71
-
> [!NOTE]
72
-
> See [Generate a refresh token](how-to-generate-refresh-token.md) on how to generate a refresh token. If you continue to follow other "how-to" documentation, you'll use this refresh token again. Once you've generated the token, store it in a place where you'll be able to access it in the future.
73
-
74
69
3. Run **sdutil** to see if it's working fine. Follow the directions in [Setup and Usage for Azure env](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-sdutil/-/tree/azure/stable#setup-and-usage-for-azure-env). Understand that depending on your OS and Python version, you may have to run `python3` command as opposed to `python`.
0 commit comments