-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upload seismic segy-files using OpenVDS SEGYImport (#141)
* Added functionality to upload SEGY files using OpenVDS SEGYImport binary * Seismic OpenVDS upload bugfix and improvements * Do not require OpenVDS for mac aka darwin * Update to reflect new blob_url format returned from sumo-core * Segy openvds upload and test code improvements * Minor improvements seismic upload and test * Fix bug on blob upload return values * Very minor updates
- Loading branch information
Showing
6 changed files
with
221 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# example YAML file for ensembles (a parent object in Sumo) | ||
|
||
$schema: https://main-fmu-schemas-dev.radix.equinor.com/schemas/0.8.0/fmu_results.json | ||
version: "0.8.0" # including for REP and others to build logic on. | ||
source: fmu # always included, and always this value if FMU made it. For quick identification for external consumers. | ||
class: case | ||
fmu: | ||
case: | ||
name: TestCase from fmu.sumo with segy and openvds | ||
uuid: 8bb56d60-2222-5555-7547-6bac8561d38e # (pseudo-)random valid uuid4xs | ||
user: | ||
id: testuser # $USER from ERT | ||
description: | ||
- yet other detailed description | ||
- optional | ||
model: | ||
name: ff | ||
revision: 21.0.0.dev | ||
description: | ||
- detailed description | ||
- optional | ||
|
||
# access: | ||
# Level containing properties used for access control | ||
|
||
access: | ||
asset: | ||
name: Drogon # adding level to make room for unique ID in the future | ||
|
||
# ensemble objects have no ssdl details | ||
|
||
# masterdata: | ||
# These are static data read from external config YAML file (fmuconfig or similar). | ||
# Some of these static data are used while processing to populate some non-required | ||
# fields in data block (for example names alias, color-tables) | ||
|
||
masterdata: | ||
smda: | ||
country: | ||
- identifier: Norway | ||
uuid: ad214d85-8a1d-19da-e053-c918a4889309 | ||
discovery: | ||
- short_identifier: DROGON | ||
uuid: ad214d85-8a1d-19da-e053-c918a4889309 | ||
field: | ||
- identifier: DROGON | ||
uuid: 00000000-0000-0000-0000-000000000000 | ||
coordinate_system: | ||
identifier: ST_WGS84_UTM37N_P32637 | ||
uuid: ad214d85-dac7-19da-e053-c918a4889309 | ||
stratigraphic_column: | ||
identifier: DROGON_2020 | ||
uuid: 12345678-1234-1234-1234-123456789012 | ||
|
||
tracklog: | ||
- datetime: 2020-10-28T14:28:02 | ||
user: | ||
id: testuser | ||
event: created | ||
- datetime: 2020-10-28T14:46:14 | ||
user: | ||
id: testuser | ||
event: updated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters