Skip to content

Commit ec53e36

Browse files
Merge pull request #213098 from elizabethhalper/elhalper/fix-vds-documentation
Fix oVDS Documentation
2 parents 80a34e9 + 83d0280 commit ec53e36

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

articles/energy-data-services/how-to-convert-segy-to-ovds.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,28 @@ ms.date: 08/18/2022
99
ms.custom: template-concept #Required; leave this attribute/value as-is.
1010
---
1111

12-
# How to convert a SEG-Y file to oVDS?
12+
# How to convert a SEG-Y file to oVDS
1313

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.
1515

1616
[OSDU™ SEG-Y to oVDS conversation](https://community.opengroup.org/osdu/platform/data-flow/ingestion/segy-to-vds-conversion/-/tree/release/0.15)
1717

1818
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
1919

2020
## Prerequisites
2121

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:
2326

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
27-
* Clone the **sdutil** repo as shown below:
2827
```markdown
2928
git clone https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-sdutil.git
3029

3130
git checkout azure/stable
3231
```
3332

34-
## Step by step guide
33+
## Convert SEG-Y file to oVDS file
3534

3635
1. Check if VDS is registered with the workflow service or not:
3736

@@ -44,8 +43,7 @@ Seismic data stored in the industry standard SEG-Y format can be converted to Op
4443

4544
You should see VDS converter DAG in the list. IF NOT in the response list then REPORT the issue to Azure Team
4645

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.
4947

5048
```yaml
5149
seistore:
@@ -68,9 +66,6 @@ Seismic data stored in the industry standard SEG-Y format can be converted to Op
6866
empty: none
6967
```
7068
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-
7469
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`.
7570

7671
> [!NOTE]

0 commit comments

Comments
 (0)