Skip to content

Commit efa4d33

Browse files
author
Preeti Singh
committed
fix
1 parent abd5134 commit efa4d33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ LEGAL_TAG=<legal_tag_name>
135135
> - `P6MapGridBearingOfBinGridJaxis`
136136
> - `P6TransformationMethod`
137137
> - `persistableReferenceCrs` from the `asIngestedCoordinates` block
138-
> If the `SeismicBinGrid` has the P6 parameters and the CRS specified under `AsIngestedCoordinates`, the conversion itself should be able to complete successfully, but Petrel will not understand the survey geometry of the file unless it also gets the 5 corner points under `SpatialArea`,`AsIngestedCoordinates`, `SpatialArea`, and `Wgs84Coordinates`.
138+
> If the `SeismicBinGrid` has the P6 parameters and the CRS specified under `AsIngestedCoordinates`, the conversion itself should be able to complete successfully, but Petrel doesn't understand the survey geometry of the file unless it also gets the five corner points under `SpatialArea`,`AsIngestedCoordinates`, `SpatialArea`, and `Wgs84Coordinates`.
139139
140140
### User Access
141141

@@ -374,9 +374,9 @@ cURL --request PUT \
374374

375375
### Run Converter
376376

377-
1. Trigger the ZGY Conversion DAG to convert your data using the execution context values you had saved above.
377+
1. Trigger the ZGY Conversion DAG to convert your data using the execution context values you saved in previous step.
378378

379-
Fetch the ID token from sdutil for the uploaded file or use an access/bearer token from Postman.
379+
Fetch the ID token from sdutil for the uploaded file or use an access/bearer token.
380380

381381
```markdown
382382
python sdutil auth idtoken
@@ -411,7 +411,7 @@ python sdutil auth idtoken
411411
```
412412

413413

414-
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
414+
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 call
415415

416416
Use the following `cURL` command:
417417

0 commit comments

Comments
 (0)