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
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,10 @@ In this article, you learn how to convert SEG-Y formatted data to the Open VDS (
20
20
* Service principal access_token to call the Seismic APIs. See [How to generate auth token](how-to-generate-auth-token.md).
21
21
- A SEG-Y File
22
22
- You may use any of the following files from the Volve dataset as a test. The Volve data set itself is available from [Equinor](https://www.equinor.com/energy/volve-data-sharing).
@@ -147,21 +146,21 @@ cURL -X POST "https://<DNS>/api/entitlements/v2/groups/users.datalake.admins@<da
147
146
148
147
If you didn't create entitlements groups, follow the directions as outlined in [How to manage users](how-to-manage-users.md). If you would like to see what groups you have, use [Get entitlements groups for a given user](how-to-manage-users.md#get-osdu-groups-for-a-given-user-in-a-data-partition). Data access isolation is achieved with this dedicated ACL (access control list) per object within a given data partition.
149
148
150
-
Follow this [tutorial](tutorial-seismic-ddms.md) to Prepare Subproject that involves following steps:
149
+
Follow this [tutorial](tutorial-seismic-ddms.md) to Prepare subproject that involves following steps:
151
150
152
151
1. Register Data Partition to Seismic - Create a tenant
153
152
2. Create a Subproject
154
153
3. Register a Dataset
155
154
156
155
### Upload the File
157
156
158
-
There are two ways to upload a SEGY file. One option is to use the SASurl through cURL call. You need to set up cURL on your OS.
157
+
There are two ways to upload a SEGY file. One option is to use the SAS url through cURL call. You need to set up cURL on your OS.
159
158
The second method is to use [SDUTIL](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-sdutil/-/tags/azure-stable). To log in to your instance for ADME via the tool, you need to generate a refresh token for the instance. See [How to generate auth token](how-to-generate-auth-token.md). Alternatively, you can modify the code of SDUTIL to use client credentials instead to log in. If you haven't already, you need to set up SDUTIL. Check the [guide](tutorial-seismic-ddms-sdutil.md) for setting up SDUTIL. Download the codebase and edit the `config.yaml` at the root. Replace the contents of this config file with the following yaml.
Copy file name to clipboardExpand all lines: articles/energy-data-services/how-to-convert-segy-to-zgy.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,10 @@ In this article, you learn how to convert SEG-Y formatted data to the ZGY format
20
20
* Service principal access_token to call the Seismic APIs. See [How to generate auth token](how-to-generate-auth-token.md).
21
21
- A SEG-Y File
22
22
- You may use any of the following files from the Volve dataset as a test. The Volve data set itself is available from [Equinor](https://www.equinor.com/energy/volve-data-sharing).
@@ -137,7 +136,7 @@ Conversion uses a manifest file that you upload to your storage account later in
137
136
138
137
### User Access
139
138
140
-
### Validate User Access
139
+
### Validate user access
141
140
142
141
Use the following `cURL` command to get user groups:
143
142
@@ -186,15 +185,15 @@ If you didn't create entitlements groups, follow the directions as outlined in [
186
185
187
186
### Prepare Subproject
188
187
189
-
Follow this [tutorial](tutorial-seismic-ddms.md) to Prepare Subproject that involves following steps:
188
+
Follow this [tutorial](tutorial-seismic-ddms.md) to Prepare subproject that involves following steps:
190
189
191
190
1. Register Data Partition to Seismic - Create a tenant
192
191
2. Create a Subproject
193
192
3. Register a Dataset
194
193
195
194
### Upload the File
196
195
197
-
There are two ways to upload a SEGY file. One option is to use the SASurl through cURL call. You need to set up cURL on your OS.
196
+
There are two ways to upload a SEGY file. One option is to use the SAS url through cURL call. You need to set up cURL on your OS.
198
197
The second method is to use [SDUTIL](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-sdutil/-/tags/azure-stable). To log in to your instance for ADME via the tool, you need to generate a refresh token for the instance. See [How to generate auth token](how-to-generate-auth-token.md). Alternatively, you can modify the code of SDUTIL to use client credentials instead to log in. If you haven't already, you need to set up SDUTIL. Check the [guide](tutorial-seismic-ddms-sdutil.md) for setting up SDUTIL. Download the codebase and edit the `config.yaml` at the root. Replace the contents of this config file with the following yaml.
199
198
200
199
```yaml
@@ -233,7 +232,7 @@ cURL -X GET \
233
232
Should be a string. We call it gcsstring.
234
233
235
234
236
-
##### Get the SASurl:
235
+
##### Get the SAS url:
237
236
238
237
Use the following `cURL` command to get a SAS upload URL:
0 commit comments