Skip to content

Commit 7dd9c9a

Browse files
author
Preeti Singh
committed
remving postman ref
1 parent 8824f8c commit 7dd9c9a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: template-concept
1111

1212
# How to convert a SEG-Y file to oVDS
1313

14-
In this article, you 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 DDMS(Domain data management service). See here for OSDU® community reference: [SEG-Y to oVDS conversation](https://community.opengroup.org/osdu/platform/data-flow/ingestion/segy-to-vds-conversion/-/tree/master). This tutorial is a step by step guideline on how to perform the conversion. Note the actual production workflow may differ and use it as a guide for the required set of steps to achieve the conversion.
14+
In this article, you 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 DDMS. See here for OSDU® community reference: [SEG-Y to oVDS conversation](https://community.opengroup.org/osdu/platform/data-flow/ingestion/segy-to-vds-conversion/-/tree/master). This tutorial is a step by step guideline on how to perform the conversion. Note the actual production workflow may differ and use it as a guide for the required set of steps to achieve the conversion.
1515

1616
## Prerequisites
1717
* An Azure subscription
@@ -38,7 +38,7 @@ Follow the [Manage users](how-to-manage-users.md) guide to add appropriate entit
3838

3939
### Set up your environment
4040

41-
Ensure you have `cURL` installed on your system. You will use it to make API calls.
41+
Ensure you have `cURL` installed on your system. You use it to make API calls.
4242

4343
## Step by Step Process to convert SEG-Y file to oVDS
4444

@@ -213,7 +213,7 @@ cURL -X 'GET' \
213213
"token_type": "SASUrl"
214214
}
215215
```
216-
#### Modify SAS url. Replace container name in SAS url with filepath, i.e. gcsstring
216+
#### Modify SAS url. Replace container name in SAS url with filepath, that is, gcsstring
217217

218218
```bash
219219
filepath="<gcsstring>"
@@ -410,7 +410,7 @@ cURL -X POST "https://<DNS>/api/workflow/v1/workflow/segy-to-vds-conversion" \
410410
}
411411
```
412412

413-
2. Let the DAG run to the `succeeded` state. You can check the status using the workflow status call. The run ID is in the response of the above call
413+
2. Let the DAG run to the `succeeded` state. You can check the status using the workflow status call. The run ID is in the response of the previous step.
414414

415415
Use the following `cURL` command:
416416

@@ -459,7 +459,7 @@ cURL --request GET \
459459
python sdutil ls sd://<data-partition-id>/vdssubprojectname/
460460
```
461461

462-
3. If you would like to download and inspect your VDS files, don't use the `cp` command as doesn't work. The VDS conversion results in multiple files, therefore the `cp` command will not download all of them in one command. Use either the [SEGYExport](https://osdu.pages.opengroup.org/platform/domain-data-mgmt-services/seismic/open-vds/tools/SEGYExport/README.html) or [VDSCopy](https://osdu.pages.opengroup.org/platform/domain-data-mgmt-services/seismic/open-vds/tools/VDSCopy/README.html) tool instead. These tools use a series of REST calls accessing a [naming scheme](https://osdu.pages.opengroup.org/platform/domain-data-mgmt-services/seismic/open-vds/connection.html) to retrieve information about all the resulting VDS files.
462+
3. If you would like to download and inspect your VDS files, don't use the `cp` command as it doesn't work. The VDS conversion results in multiple files, therefore the `cp` command won't download all of them in one command. Use either the [SEGYExport](https://osdu.pages.opengroup.org/platform/domain-data-mgmt-services/seismic/open-vds/tools/SEGYExport/README.html) or [VDSCopy](https://osdu.pages.opengroup.org/platform/domain-data-mgmt-services/seismic/open-vds/tools/VDSCopy/README.html) tool instead. These tools use a series of REST calls accessing a [naming scheme](https://osdu.pages.opengroup.org/platform/domain-data-mgmt-services/seismic/open-vds/connection.html) to retrieve information about all the resulting VDS files.
463463
464464
OSDU&reg; is a trademark of The Open Group.
465465

0 commit comments

Comments
 (0)