Skip to content

Commit 66ca1fb

Browse files
author
Divya Prakash Sivakumar
committed
Updated azure-stable link
1 parent fc1e9a3 commit 66ca1fb

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Use your previously created entitlement groups that you would like to add as ACL
116116
### Upload the File
117117

118118
There are two ways to upload a SEGY file. One option is use the sasurl through Postman / curl call. You need to download Postman or setup Curl on your OS.
119-
The second method is to use [SDUTIL](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-sdutil/). To login to your instance for ADME via the tool you need to generate a refresh token for the instance. See [How to generate a refresh token](how-to-generate-refresh-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 setup SDUTIL. Download the codebase and edit the `config.yaml` at the root. Replace the contents of this config file with the following yaml.
119+
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 login to your instance for ADME via the tool you need to generate a refresh token for the instance. See [How to generate a refresh token](how-to-generate-refresh-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 setup SDUTIL. Download the codebase and edit the `config.yaml` at the root. Replace the contents of this config file with the following yaml.
120120

121121
```yaml
122122
seistore:
@@ -160,11 +160,7 @@ You need to select the file to upload in the Body section of the API call.
160160
161161
#### Method 2: SDUTIL
162162
163-
**sdutil** is an OSDU desktop utility to access seismic service. We use it to upload/download files.
164-
```markdown
165-
git clone https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-sdutil.git
166-
git checkout azure/stable
167-
```
163+
**sdutil** is an OSDU desktop utility to access seismic service. We use it to upload/download files. Use the azure-stable tag from [SDUTIL](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-sdutil/-/tags/azure-stable).
168164
169165
> [!NOTE]
170166
> when running `python sdutil config init`, you don't need to enter anything when prompted with `Insert the azure (azureGlabEnv) application key:`.

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Use your previously created entitlement groups that you would like to add as ACL
150150
### Upload the File
151151

152152
There are two ways to upload a SEGY file. One option is used the sasurl through Postman / curl call. You need to download Postman or setup Curl on your OS.
153-
The second method is to use [SDUTIL](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-sdutil/). To login to your instance for ADME via the tool, you need to generate a refresh token for the instance. See [How to generate a refresh token](how-to-generate-refresh-token.md). Alternatively, you can modify the code of SDUTIL to use client credentials instead to log in. If you have not already, you need to setup SDUTIL. Download the codebase and edit the `config.yaml` at the root. Replace the contents of this config file with the following yaml.
153+
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 login to your instance for ADME via the tool, you need to generate a refresh token for the instance. See [How to generate a refresh token](how-to-generate-refresh-token.md). Alternatively, you can modify the code of SDUTIL to use client credentials instead to log in. If you have not already, you need to setup SDUTIL. Download the codebase and edit the `config.yaml` at the root. Replace the contents of this config file with the following yaml.
154154

155155
```yaml
156156
seistore:
@@ -194,11 +194,7 @@ You need to select the file to upload in the Body section of the API call.
194194
195195
#### Method 2: SDUTIL
196196
197-
**sdutil** is an OSDU desktop utility to access seismic service. We use it to upload/download files.
198-
```markdown
199-
git clone https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-sdutil.git
200-
git checkout azure/stable
201-
```
197+
**sdutil** is an OSDU desktop utility to access seismic service. We use it to upload/download files. Use the azure-stable tag from [SDUTIL](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-sdutil/-/tags/azure-stable).
202198
203199
> [!NOTE]
204200
> when running `python sdutil config init`, you don't need to enter anything when prompted with `Insert the azure (azureGlabEnv) application key:`.
@@ -250,7 +246,7 @@ python sdutil auth idtoken
250246

251247
[![Screenshot that shows the API call to check if the file has been converted](media/how-to-convert-segy-to-zgy/postman-api-verify-file-converted.png)](media/how-to-convert-segy-to-zgy/postman-api-verify-file-converted.png#lightbox)
252248

253-
4. You can download and inspect the file using the [sdutil](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-sdutil) `cp` command:
249+
4. You can download and inspect the file using the [sdutil](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-sdutil/-/tags/azure-stable) `cp` command:
254250

255251
```bash
256252
python sdutil cp sd://<data-partition-id>/<subproject>/<filename.zgy> <local/destination/path>

0 commit comments

Comments
 (0)