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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.custom: template-concept
11
11
12
12
# How to convert a SEG-Y file to oVDS
13
13
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.
15
15
16
16
## Prerequisites
17
17
* An Azure subscription
@@ -38,7 +38,7 @@ Follow the [Manage users](how-to-manage-users.md) guide to add appropriate entit
38
38
39
39
### Set up your environment
40
40
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.
42
42
43
43
## Step by Step Process to convert SEG-Y file to oVDS
44
44
@@ -213,7 +213,7 @@ cURL -X 'GET' \
213
213
"token_type": "SASUrl"
214
214
}
215
215
```
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
217
217
218
218
```bash
219
219
filepath="<gcsstring>"
@@ -410,7 +410,7 @@ cURL -X POST "https://<DNS>/api/workflow/v1/workflow/segy-to-vds-conversion" \
410
410
}
411
411
```
412
412
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.
414
414
415
415
Use the following `cURL` command:
416
416
@@ -459,7 +459,7 @@ cURL --request GET \
459
459
python sdutil ls sd://<data-partition-id>/vdssubprojectname/
460
460
```
461
461
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`commandwill 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`commandwon'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.
0 commit comments