Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 17 new columns ({'trap_closure_km2', 'water_saturation_mean_pct', 'fault_confidence', 'horizon_pick_confidence', 'dhi_confidence', 'basin_name', 'avg_snr_db', 'avg_coherence_score', 'n_dhi_anomalies', 'n_horizons_mapped', 'multiple_contamination_pct', 'n_faults_mapped', 'processing_quality_grade', 'porosity_mean_pct', 'n_prospects_identified', 'prospect_risked_pgos', 'reservoir_net_pay_mean_m'}) and 26 missing columns ({'cdp_inline', 'reservoir_quality_class', 'horizon_label', 'interval_velocity_ms', 'dhi_label', 'dip_azimuth_deg', 'acoustic_impedance_mpa', 'horizon_id', 'horizon_name', 'lithology_type', 'vp_ms', 'dip_angle_deg', 'two_way_time_ms', 'fault_id', 'net_pay_m', 'cdp_crossline', 'trap_style', 'water_saturation_pct', 'prospect_pgos', 'dhi_class', 'structure_label', 'fluid_type', 'vs_ms', 'porosity_pct', 'depth_m', 'density_gcc'}).

This happened while the csv dataset builder was generating data using

hf://datasets/xpertsystems/oil001-sample/interpretation_summary.csv (at revision 67c5f3e22048f08a6f2b444420b2148bb0dcd59c), [/tmp/hf-datasets-cache/medium/datasets/58237344584215-config-parquet-and-info-xpertsystems-oil001-sampl-a4f08994/hub/datasets--xpertsystems--oil001-sample/snapshots/67c5f3e22048f08a6f2b444420b2148bb0dcd59c/horizon_catalog.csv (origin=hf://datasets/xpertsystems/oil001-sample@67c5f3e22048f08a6f2b444420b2148bb0dcd59c/horizon_catalog.csv), /tmp/hf-datasets-cache/medium/datasets/58237344584215-config-parquet-and-info-xpertsystems-oil001-sampl-a4f08994/hub/datasets--xpertsystems--oil001-sample/snapshots/67c5f3e22048f08a6f2b444420b2148bb0dcd59c/interpretation_summary.csv (origin=hf://datasets/xpertsystems/oil001-sample@67c5f3e22048f08a6f2b444420b2148bb0dcd59c/interpretation_summary.csv), /tmp/hf-datasets-cache/medium/datasets/58237344584215-config-parquet-and-info-xpertsystems-oil001-sampl-a4f08994/hub/datasets--xpertsystems--oil001-sample/snapshots/67c5f3e22048f08a6f2b444420b2148bb0dcd59c/seismic_traces.csv (origin=hf://datasets/xpertsystems/oil001-sample@67c5f3e22048f08a6f2b444420b2148bb0dcd59c/seismic_traces.csv), /tmp/hf-datasets-cache/medium/datasets/58237344584215-config-parquet-and-info-xpertsystems-oil001-sampl-a4f08994/hub/datasets--xpertsystems--oil001-sample/snapshots/67c5f3e22048f08a6f2b444420b2148bb0dcd59c/survey_geometry.csv (origin=hf://datasets/xpertsystems/oil001-sample@67c5f3e22048f08a6f2b444420b2148bb0dcd59c/survey_geometry.csv)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              survey_id: int64
              basin_name: string
              n_horizons_mapped: int64
              n_faults_mapped: int64
              n_prospects_identified: int64
              n_dhi_anomalies: int64
              avg_snr_db: double
              avg_coherence_score: double
              horizon_pick_confidence: double
              fault_confidence: double
              dhi_confidence: double
              reservoir_net_pay_mean_m: double
              porosity_mean_pct: double
              water_saturation_mean_pct: double
              trap_closure_km2: double
              prospect_risked_pgos: double
              multiple_contamination_pct: double
              processing_quality_grade: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2699
              to
              {'survey_id': Value('int64'), 'horizon_id': Value('string'), 'horizon_name': Value('string'), 'horizon_label': Value('string'), 'cdp_inline': Value('int64'), 'cdp_crossline': Value('int64'), 'two_way_time_ms': Value('float64'), 'depth_m': Value('float64'), 'dip_angle_deg': Value('float64'), 'dip_azimuth_deg': Value('float64'), 'interval_velocity_ms': Value('float64'), 'acoustic_impedance_mpa': Value('float64'), 'vp_ms': Value('float64'), 'vs_ms': Value('float64'), 'density_gcc': Value('float64'), 'porosity_pct': Value('float64'), 'water_saturation_pct': Value('float64'), 'lithology_type': Value('string'), 'fluid_type': Value('string'), 'trap_style': Value('string'), 'dhi_class': Value('string'), 'reservoir_quality_class': Value('string'), 'net_pay_m': Value('float64'), 'fault_id': Value('string'), 'structure_label': Value('string'), 'dhi_label': Value('string'), 'prospect_pgos': Value('float64')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 17 new columns ({'trap_closure_km2', 'water_saturation_mean_pct', 'fault_confidence', 'horizon_pick_confidence', 'dhi_confidence', 'basin_name', 'avg_snr_db', 'avg_coherence_score', 'n_dhi_anomalies', 'n_horizons_mapped', 'multiple_contamination_pct', 'n_faults_mapped', 'processing_quality_grade', 'porosity_mean_pct', 'n_prospects_identified', 'prospect_risked_pgos', 'reservoir_net_pay_mean_m'}) and 26 missing columns ({'cdp_inline', 'reservoir_quality_class', 'horizon_label', 'interval_velocity_ms', 'dhi_label', 'dip_azimuth_deg', 'acoustic_impedance_mpa', 'horizon_id', 'horizon_name', 'lithology_type', 'vp_ms', 'dip_angle_deg', 'two_way_time_ms', 'fault_id', 'net_pay_m', 'cdp_crossline', 'trap_style', 'water_saturation_pct', 'prospect_pgos', 'dhi_class', 'structure_label', 'fluid_type', 'vs_ms', 'porosity_pct', 'depth_m', 'density_gcc'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/xpertsystems/oil001-sample/interpretation_summary.csv (at revision 67c5f3e22048f08a6f2b444420b2148bb0dcd59c), [/tmp/hf-datasets-cache/medium/datasets/58237344584215-config-parquet-and-info-xpertsystems-oil001-sampl-a4f08994/hub/datasets--xpertsystems--oil001-sample/snapshots/67c5f3e22048f08a6f2b444420b2148bb0dcd59c/horizon_catalog.csv (origin=hf://datasets/xpertsystems/oil001-sample@67c5f3e22048f08a6f2b444420b2148bb0dcd59c/horizon_catalog.csv), /tmp/hf-datasets-cache/medium/datasets/58237344584215-config-parquet-and-info-xpertsystems-oil001-sampl-a4f08994/hub/datasets--xpertsystems--oil001-sample/snapshots/67c5f3e22048f08a6f2b444420b2148bb0dcd59c/interpretation_summary.csv (origin=hf://datasets/xpertsystems/oil001-sample@67c5f3e22048f08a6f2b444420b2148bb0dcd59c/interpretation_summary.csv), /tmp/hf-datasets-cache/medium/datasets/58237344584215-config-parquet-and-info-xpertsystems-oil001-sampl-a4f08994/hub/datasets--xpertsystems--oil001-sample/snapshots/67c5f3e22048f08a6f2b444420b2148bb0dcd59c/seismic_traces.csv (origin=hf://datasets/xpertsystems/oil001-sample@67c5f3e22048f08a6f2b444420b2148bb0dcd59c/seismic_traces.csv), /tmp/hf-datasets-cache/medium/datasets/58237344584215-config-parquet-and-info-xpertsystems-oil001-sampl-a4f08994/hub/datasets--xpertsystems--oil001-sample/snapshots/67c5f3e22048f08a6f2b444420b2148bb0dcd59c/survey_geometry.csv (origin=hf://datasets/xpertsystems/oil001-sample@67c5f3e22048f08a6f2b444420b2148bb0dcd59c/survey_geometry.csv)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

survey_id
int64
horizon_id
string
horizon_name
string
horizon_label
string
cdp_inline
int64
cdp_crossline
int64
two_way_time_ms
float64
depth_m
float64
dip_angle_deg
float64
dip_azimuth_deg
float64
interval_velocity_ms
float64
acoustic_impedance_mpa
float64
vp_ms
float64
vs_ms
float64
density_gcc
float64
porosity_pct
float64
water_saturation_pct
float64
lithology_type
string
fluid_type
string
trap_style
string
dhi_class
string
reservoir_quality_class
string
net_pay_m
float64
fault_id
string
structure_label
string
dhi_label
string
prospect_pgos
float64
1
H01_00000
basement_00
basement
1
1
150.49
364.1
7.39
96.9
3,115.4
7,361.402
3,115.4
1,942.2
2.3859
13.81
100
shale
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.065
1
H01_00001
shale_seal_01
shale_seal
1
1
253.46
695.3
4.51
344.4
6,433.6
17,154.457
6,433.6
3,846.8
2.7031
9.17
100
dolomite
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.02
1
H01_00002
reservoir_top_02
reservoir_top
1
1
460.46
1,295.3
7.01
198.3
5,797
14,402.184
5,797
3,425.4
2.5568
9.23
100
limestone
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.1349
1
H01_00003
reservoir_base_03
reservoir_base
1
1
647.13
1,670.1
4.76
21.3
4,015.3
8,984.672
4,015.3
2,509
2.3828
14.02
31.99
sandstone
gas_condensate
structural_fault_bounded
none
fair
35.73
F01_001
fault_shadow
no_dhi
0.115
1
H01_00004
fluid_contact_04
fluid_contact
1
1
804.42
2,139.2
7.58
90.7
5,964.9
14,832.912
5,964.9
3,380.6
2.625
5.12
100
limestone
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.02
1
H01_00005
intra_reservoir_05
intra_reservoir
1
1
950.02
2,456.8
8.25
23.9
4,363.1
9,250.214
4,363.1
2,541.7
2.3219
20.51
78.86
sandstone
brine
structural_fault_bounded
none
good
13.77
F01_001
fault_shadow
no_dhi
0.1529
1
H01_00006
unconformity_06
unconformity
1
1
1,288.64
3,056.8
8.03
269.2
3,543.8
7,391.516
3,543.8
1,939.3
2.3929
13.36
100
shale
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.3765
1
H01_00007
overburden_07
overburden
1
1
1,466.85
3,611.3
9.39
3.1
6,222.8
14,078.368
6,222.8
3,476.8
2.4818
13.75
100
limestone
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.2298
1
H01_00008
overburden_08
overburden
1
1
1,637.82
4,211.3
5.89
118
7,018.8
16,973.596
7,018.8
3,875.5
2.6632
11.36
100
dolomite
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.1733
1
H01_00009
overburden_09
overburden
1
1
1,917.94
4,754.3
6.58
64
3,876.7
7,699.233
3,876.7
1,914.9
2.4543
9.4
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.1433
1
H01_00010
overburden_10
overburden
1
1
2,214.89
5,354.3
7.26
181.3
4,041.2
8,027.685
4,041.2
1,896.2
2.503
6.26
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.4104
1
H01_00011
overburden_11
overburden
1
1
2,395.85
5,954.3
9.69
304.1
6,631.3
13,954.763
6,631.3
3,500.1
2.4489
15.73
100
limestone
brine
structural_fault_bounded
none
good
0
F01_001
fault_shadow
no_dhi
0.02
1
H01_00012
overburden_12
overburden
1
1
2,632.9
6,448.4
2.17
104.2
4,169.1
7,745.494
4,169.1
1,911.9
2.4621
8.9
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.2103
1
H01_00013
basement_00
basement
1
4
150.28
364.1
7.39
59.2
3,115.4
7,361.402
3,115.4
1,942.2
2.3859
13.81
100
shale
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.0916
1
H01_00014
shale_seal_01
shale_seal
1
4
253.24
695.3
6.99
318.5
6,433.6
17,154.457
6,433.6
3,846.8
2.7031
9.17
100
dolomite
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.1632
1
H01_00015
reservoir_top_02
reservoir_top
1
4
460.24
1,295.3
7.17
180.8
5,797
14,402.184
5,797
3,425.4
2.5568
9.23
100
limestone
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.1498
1
H01_00016
reservoir_base_03
reservoir_base
1
4
646.91
1,670.1
4.97
24.4
4,015.3
8,984.672
4,015.3
2,509
2.3828
14.02
31.99
sandstone
gas_condensate
structural_fault_bounded
none
fair
35.73
F01_001
fault_shadow
no_dhi
0.2526
1
H01_00017
fluid_contact_04
fluid_contact
1
4
804.21
2,139.2
7.66
247.7
5,964.9
14,832.912
5,964.9
3,380.6
2.625
5.12
100
limestone
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.1309
1
H01_00018
intra_reservoir_05
intra_reservoir
1
4
949.8
2,456.8
5.74
7.8
4,363.1
9,250.214
4,363.1
2,541.7
2.3219
20.51
78.86
sandstone
brine
structural_fault_bounded
none
good
13.77
F01_001
fault_shadow
no_dhi
0.1961
1
H01_00019
unconformity_06
unconformity
1
4
1,288.42
3,056.8
4.86
267.3
3,543.8
7,391.516
3,543.8
1,939.3
2.3929
13.36
100
shale
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.1718
1
H01_00020
overburden_07
overburden
1
4
1,466.63
3,611.3
6.03
286.2
6,222.8
14,078.368
6,222.8
3,476.8
2.4818
13.75
100
limestone
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.5084
1
H01_00021
overburden_08
overburden
1
4
1,637.6
4,211.3
6.72
129.7
7,018.8
16,973.596
7,018.8
3,875.5
2.6632
11.36
100
dolomite
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.2801
1
H01_00022
overburden_09
overburden
1
4
1,917.73
4,754.3
5.82
144.9
3,876.7
7,699.233
3,876.7
1,914.9
2.4543
9.4
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.1835
1
H01_00023
overburden_10
overburden
1
4
2,214.67
5,354.3
10.62
23.5
4,041.2
8,027.685
4,041.2
1,896.2
2.503
6.26
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.264
1
H01_00024
overburden_11
overburden
1
4
2,395.63
5,954.3
1.93
46.2
6,631.3
13,954.763
6,631.3
3,500.1
2.4489
15.73
100
limestone
brine
structural_fault_bounded
none
good
0
F01_001
fault_shadow
no_dhi
0.1056
1
H01_00025
overburden_12
overburden
1
4
2,632.68
6,448.4
6.69
343.2
4,169.1
7,745.494
4,169.1
1,911.9
2.4621
8.9
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.0932
1
H01_00026
basement_00
basement
1
7
150.13
364.1
8.64
92.2
3,115.4
7,361.402
3,115.4
1,942.2
2.3859
13.81
100
shale
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.1431
1
H01_00027
shale_seal_01
shale_seal
1
7
253.1
695.3
7.73
70.5
6,433.6
17,154.457
6,433.6
3,846.8
2.7031
9.17
100
dolomite
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.0748
1
H01_00028
reservoir_top_02
reservoir_top
1
7
460.1
1,295.3
8.28
313.9
5,797
14,402.184
5,797
3,425.4
2.5568
9.23
100
limestone
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.3475
1
H01_00029
reservoir_base_03
reservoir_base
1
7
646.77
1,670.1
6.64
121.2
4,015.3
8,984.672
4,015.3
2,509
2.3828
14.02
31.99
sandstone
gas_condensate
structural_fault_bounded
none
fair
35.73
F01_001
fault_shadow
no_dhi
0.2869
1
H01_00030
fluid_contact_04
fluid_contact
1
7
804.06
2,139.2
7.27
247
5,964.9
14,832.912
5,964.9
3,380.6
2.625
5.12
100
limestone
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.2845
1
H01_00031
intra_reservoir_05
intra_reservoir
1
7
949.65
2,456.8
5.37
219.1
4,363.1
9,250.214
4,363.1
2,541.7
2.3219
20.51
78.86
sandstone
brine
structural_fault_bounded
none
good
13.77
F01_001
fault_shadow
no_dhi
0.132
1
H01_00032
unconformity_06
unconformity
1
7
1,288.28
3,056.8
5.3
290.9
3,543.8
7,391.516
3,543.8
1,939.3
2.3929
13.36
100
shale
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.2174
1
H01_00033
overburden_07
overburden
1
7
1,466.49
3,611.3
5.44
306.9
6,222.8
14,078.368
6,222.8
3,476.8
2.4818
13.75
100
limestone
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.3852
1
H01_00034
overburden_08
overburden
1
7
1,637.46
4,211.3
5.96
28.3
7,018.8
16,973.596
7,018.8
3,875.5
2.6632
11.36
100
dolomite
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.02
1
H01_00035
overburden_09
overburden
1
7
1,917.58
4,754.3
6.41
85.5
3,876.7
7,699.233
3,876.7
1,914.9
2.4543
9.4
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.207
1
H01_00036
overburden_10
overburden
1
7
2,214.52
5,354.3
7.53
95.3
4,041.2
8,027.685
4,041.2
1,896.2
2.503
6.26
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.2965
1
H01_00037
overburden_11
overburden
1
7
2,395.48
5,954.3
4.47
159.3
6,631.3
13,954.763
6,631.3
3,500.1
2.4489
15.73
100
limestone
brine
structural_fault_bounded
none
good
0
F01_001
fault_shadow
no_dhi
0.1113
1
H01_00038
overburden_12
overburden
1
7
2,632.54
6,448.4
1.96
278.6
4,169.1
7,745.494
4,169.1
1,911.9
2.4621
8.9
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.02
1
H01_00039
basement_00
basement
1
10
150.06
364.1
4.33
83.5
3,115.4
7,361.402
3,115.4
1,942.2
2.3859
13.81
100
shale
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.0845
1
H01_00040
shale_seal_01
shale_seal
1
10
253.02
695.3
7.54
115.4
6,433.6
17,154.457
6,433.6
3,846.8
2.7031
9.17
100
dolomite
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.1728
1
H01_00041
reservoir_top_02
reservoir_top
1
10
460.03
1,295.3
5.26
211.4
5,797
14,402.184
5,797
3,425.4
2.5568
9.23
100
limestone
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.3254
1
H01_00042
reservoir_base_03
reservoir_base
1
10
646.69
1,670.1
4.05
319
4,015.3
8,984.672
4,015.3
2,509
2.3828
14.02
31.99
sandstone
gas_condensate
structural_fault_bounded
none
fair
35.73
F01_001
fault_shadow
no_dhi
0.2686
1
H01_00043
fluid_contact_04
fluid_contact
1
10
803.99
2,139.2
8.22
19
5,964.9
14,832.912
5,964.9
3,380.6
2.625
5.12
100
limestone
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.1974
1
H01_00044
intra_reservoir_05
intra_reservoir
1
10
949.58
2,456.8
7.69
184.8
4,363.1
9,250.214
4,363.1
2,541.7
2.3219
20.51
78.86
sandstone
brine
structural_fault_bounded
none
good
13.77
F01_001
fault_shadow
no_dhi
0.376
1
H01_00045
unconformity_06
unconformity
1
10
1,288.21
3,056.8
6.58
303.6
3,543.8
7,391.516
3,543.8
1,939.3
2.3929
13.36
100
shale
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.127
1
H01_00046
overburden_07
overburden
1
10
1,466.41
3,611.3
5.04
330.4
6,222.8
14,078.368
6,222.8
3,476.8
2.4818
13.75
100
limestone
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.2948
1
H01_00047
overburden_08
overburden
1
10
1,637.38
4,211.3
6.97
187.1
7,018.8
16,973.596
7,018.8
3,875.5
2.6632
11.36
100
dolomite
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.0651
1
H01_00048
overburden_09
overburden
1
10
1,917.51
4,754.3
5.27
330
3,876.7
7,699.233
3,876.7
1,914.9
2.4543
9.4
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.1562
1
H01_00049
overburden_10
overburden
1
10
2,214.45
5,354.3
9.92
298.7
4,041.2
8,027.685
4,041.2
1,896.2
2.503
6.26
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.1699
1
H01_00050
overburden_11
overburden
1
10
2,395.41
5,954.3
5.2
272.3
6,631.3
13,954.763
6,631.3
3,500.1
2.4489
15.73
100
limestone
brine
structural_fault_bounded
none
good
0
F01_001
fault_shadow
no_dhi
0.1576
1
H01_00051
overburden_12
overburden
1
10
2,632.46
6,448.4
4.98
249.6
4,169.1
7,745.494
4,169.1
1,911.9
2.4621
8.9
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.0939
1
H01_00052
basement_00
basement
1
13
150.06
364.1
4.39
71.6
3,115.4
7,361.402
3,115.4
1,942.2
2.3859
13.81
100
shale
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.1433
1
H01_00053
shale_seal_01
shale_seal
1
13
253.02
695.3
8.16
225.4
6,433.6
17,154.457
6,433.6
3,846.8
2.7031
9.17
100
dolomite
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.2594
1
H01_00054
reservoir_top_02
reservoir_top
1
13
460.02
1,295.3
7.77
247.2
5,797
14,402.184
5,797
3,425.4
2.5568
9.23
100
limestone
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.3029
1
H01_00055
reservoir_base_03
reservoir_base
1
13
646.69
1,670.1
4.74
176.4
4,015.3
8,984.672
4,015.3
2,509
2.3828
14.02
31.99
sandstone
gas_condensate
structural_fault_bounded
none
fair
35.73
F01_001
fault_shadow
no_dhi
0.0281
1
H01_00056
fluid_contact_04
fluid_contact
1
13
803.99
2,139.2
6.01
220.3
5,964.9
14,832.912
5,964.9
3,380.6
2.625
5.12
100
limestone
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.2498
1
H01_00057
intra_reservoir_05
intra_reservoir
1
13
949.58
2,456.8
7.27
221.2
4,363.1
9,250.214
4,363.1
2,541.7
2.3219
20.51
78.86
sandstone
brine
structural_fault_bounded
none
good
13.77
F01_001
fault_shadow
no_dhi
0.155
1
H01_00058
unconformity_06
unconformity
1
13
1,288.2
3,056.8
6.1
328
3,543.8
7,391.516
3,543.8
1,939.3
2.3929
13.36
100
shale
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.02
1
H01_00059
overburden_07
overburden
1
13
1,466.41
3,611.3
5.73
281.1
6,222.8
14,078.368
6,222.8
3,476.8
2.4818
13.75
100
limestone
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.1101
1
H01_00060
overburden_08
overburden
1
13
1,637.38
4,211.3
4.27
345
7,018.8
16,973.596
7,018.8
3,875.5
2.6632
11.36
100
dolomite
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.2283
1
H01_00061
overburden_09
overburden
1
13
1,917.51
4,754.3
7.84
242.1
3,876.7
7,699.233
3,876.7
1,914.9
2.4543
9.4
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.3283
1
H01_00062
overburden_10
overburden
1
13
2,214.45
5,354.3
5.52
114.3
4,041.2
8,027.685
4,041.2
1,896.2
2.503
6.26
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.1457
1
H01_00063
overburden_11
overburden
1
13
2,395.41
5,954.3
4.23
279.3
6,631.3
13,954.763
6,631.3
3,500.1
2.4489
15.73
100
limestone
brine
structural_fault_bounded
none
good
0
F01_001
fault_shadow
no_dhi
0.0221
1
H01_00064
overburden_12
overburden
1
13
2,632.46
6,448.4
5.11
1.3
4,169.1
7,745.494
4,169.1
1,911.9
2.4621
8.9
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.1755
1
H01_00065
basement_00
basement
1
17
150.17
364.1
6.63
248.7
3,115.4
7,361.402
3,115.4
1,942.2
2.3859
13.81
100
shale
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.2658
1
H01_00066
shale_seal_01
shale_seal
1
17
253.13
695.3
7.79
306
6,433.6
17,154.457
6,433.6
3,846.8
2.7031
9.17
100
dolomite
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.216
1
H01_00067
reservoir_top_02
reservoir_top
1
17
460.14
1,295.3
4.26
186.9
5,797
14,402.184
5,797
3,425.4
2.5568
9.23
100
limestone
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.4387
1
H01_00068
reservoir_base_03
reservoir_base
1
17
646.8
1,670.1
5.04
22
4,015.3
8,984.672
4,015.3
2,509
2.3828
14.02
31.99
sandstone
gas_condensate
structural_fault_bounded
none
fair
35.73
F01_001
fault_shadow
no_dhi
0.0842
1
H01_00069
fluid_contact_04
fluid_contact
1
17
804.1
2,139.2
7.76
257.1
5,964.9
14,832.912
5,964.9
3,380.6
2.625
5.12
100
limestone
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.0941
1
H01_00070
intra_reservoir_05
intra_reservoir
1
17
949.69
2,456.8
7.28
192.9
4,363.1
9,250.214
4,363.1
2,541.7
2.3219
20.51
78.86
sandstone
brine
structural_fault_bounded
none
good
13.77
F01_001
fault_shadow
no_dhi
0.0887
1
H01_00071
unconformity_06
unconformity
1
17
1,288.32
3,056.8
6.3
169
3,543.8
7,391.516
3,543.8
1,939.3
2.3929
13.36
100
shale
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.064
1
H01_00072
overburden_07
overburden
1
17
1,466.53
3,611.3
7.18
10.3
6,222.8
14,078.368
6,222.8
3,476.8
2.4818
13.75
100
limestone
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.2011
1
H01_00073
overburden_08
overburden
1
17
1,637.49
4,211.3
8.78
337.2
7,018.8
16,973.596
7,018.8
3,875.5
2.6632
11.36
100
dolomite
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.0764
1
H01_00074
overburden_09
overburden
1
17
1,917.62
4,754.3
5.57
80.6
3,876.7
7,699.233
3,876.7
1,914.9
2.4543
9.4
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.3718
1
H01_00075
overburden_10
overburden
1
17
2,214.56
5,354.3
6.12
118.5
4,041.2
8,027.685
4,041.2
1,896.2
2.503
6.26
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.1757
1
H01_00076
overburden_11
overburden
1
17
2,395.52
5,954.3
9.38
147.2
6,631.3
13,954.763
6,631.3
3,500.1
2.4489
15.73
100
limestone
brine
structural_fault_bounded
none
good
0
F01_001
fault_shadow
no_dhi
0.1769
1
H01_00077
overburden_12
overburden
1
17
2,632.57
6,448.4
5.63
176.2
4,169.1
7,745.494
4,169.1
1,911.9
2.4621
8.9
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.2035
1
H01_00078
basement_00
basement
1
20
150.34
364.1
8.67
326.7
3,115.4
7,361.402
3,115.4
1,942.2
2.3859
13.81
100
shale
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.02
1
H01_00079
shale_seal_01
shale_seal
1
20
253.3
695.3
7.43
208.8
6,433.6
17,154.457
6,433.6
3,846.8
2.7031
9.17
100
dolomite
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.02
1
H01_00080
reservoir_top_02
reservoir_top
1
20
460.3
1,295.3
7.56
339.4
5,797
14,402.184
5,797
3,425.4
2.5568
9.23
100
limestone
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.1963
1
H01_00081
reservoir_base_03
reservoir_base
1
20
646.97
1,670.1
6.78
192
4,015.3
8,984.672
4,015.3
2,509
2.3828
14.02
31.99
sandstone
gas_condensate
structural_fault_bounded
none
fair
35.73
F01_001
fault_shadow
no_dhi
0.1578
1
H01_00082
fluid_contact_04
fluid_contact
1
20
804.27
2,139.2
8.01
103.1
5,964.9
14,832.912
5,964.9
3,380.6
2.625
5.12
100
limestone
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.3869
1
H01_00083
intra_reservoir_05
intra_reservoir
1
20
949.86
2,456.8
6.2
226.9
4,363.1
9,250.214
4,363.1
2,541.7
2.3219
20.51
78.86
sandstone
brine
structural_fault_bounded
none
good
13.77
F01_001
fault_shadow
no_dhi
0.268
1
H01_00084
unconformity_06
unconformity
1
20
1,288.48
3,056.8
9.3
234.6
3,543.8
7,391.516
3,543.8
1,939.3
2.3929
13.36
100
shale
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.1526
1
H01_00085
overburden_07
overburden
1
20
1,466.69
3,611.3
6.08
229.1
6,222.8
14,078.368
6,222.8
3,476.8
2.4818
13.75
100
limestone
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.1828
1
H01_00086
overburden_08
overburden
1
20
1,637.66
4,211.3
9.58
195.6
7,018.8
16,973.596
7,018.8
3,875.5
2.6632
11.36
100
dolomite
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.1289
1
H01_00087
overburden_09
overburden
1
20
1,917.79
4,754.3
6.52
347.5
3,876.7
7,699.233
3,876.7
1,914.9
2.4543
9.4
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.2437
1
H01_00088
overburden_10
overburden
1
20
2,214.73
5,354.3
2.51
240.3
4,041.2
8,027.685
4,041.2
1,896.2
2.503
6.26
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.02
1
H01_00089
overburden_11
overburden
1
20
2,395.69
5,954.3
4.71
258.7
6,631.3
13,954.763
6,631.3
3,500.1
2.4489
15.73
100
limestone
brine
structural_fault_bounded
none
good
0
F01_001
fault_shadow
no_dhi
0.1222
1
H01_00090
overburden_12
overburden
1
20
2,632.74
6,448.4
5.84
304.3
4,169.1
7,745.494
4,169.1
1,911.9
2.4621
8.9
100
shale
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.1865
1
H01_00091
basement_00
basement
1
23
150.58
364.1
7.38
10.9
3,115.4
7,361.402
3,115.4
1,942.2
2.3859
13.81
100
shale
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.2675
1
H01_00092
shale_seal_01
shale_seal
1
23
253.54
695.3
8.04
358.1
6,433.6
17,154.457
6,433.6
3,846.8
2.7031
9.17
100
dolomite
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.3178
1
H01_00093
reservoir_top_02
reservoir_top
1
23
460.54
1,295.3
8.64
355.6
5,797
14,402.184
5,797
3,425.4
2.5568
9.23
100
limestone
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.1692
1
H01_00094
reservoir_base_03
reservoir_base
1
23
647.21
1,670.1
6.08
101.1
4,015.3
8,984.672
4,015.3
2,509
2.3828
14.02
31.99
sandstone
gas_condensate
structural_fault_bounded
none
fair
35.73
F01_001
fault_shadow
no_dhi
0.1932
1
H01_00095
fluid_contact_04
fluid_contact
1
23
804.51
2,139.2
5.82
246.2
5,964.9
14,832.912
5,964.9
3,380.6
2.625
5.12
100
limestone
brine
structural_fault_bounded
none
poor
0
F01_001
fault_shadow
no_dhi
0.307
1
H01_00096
intra_reservoir_05
intra_reservoir
1
23
950.1
2,456.8
8.65
56.4
4,363.1
9,250.214
4,363.1
2,541.7
2.3219
20.51
78.86
sandstone
brine
structural_fault_bounded
none
good
13.77
F01_001
fault_shadow
no_dhi
0.1117
1
H01_00097
unconformity_06
unconformity
1
23
1,288.72
3,056.8
3.5
191.8
3,543.8
7,391.516
3,543.8
1,939.3
2.3929
13.36
100
shale
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.2355
1
H01_00098
overburden_07
overburden
1
23
1,466.93
3,611.3
8.82
317.5
6,222.8
14,078.368
6,222.8
3,476.8
2.4818
13.75
100
limestone
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.0286
1
H01_00099
overburden_08
overburden
1
23
1,637.9
4,211.3
8.2
275.3
7,018.8
16,973.596
7,018.8
3,875.5
2.6632
11.36
100
dolomite
brine
structural_fault_bounded
none
fair
0
F01_001
fault_shadow
no_dhi
0.02
End of preview.

OIL-001 — Synthetic Seismic Survey Dataset (Sample)

XpertSystems.ai Synthetic Data Platform · SKU: OIL001-SAMPLE · Version 1.0.0

This is a free preview of the full OIL-001 — Synthetic Seismic Survey Dataset product. It contains roughly ~25% of the full dataset at identical schema, physics modeling, and seismic interpretation features, so you can evaluate fit before licensing the full product.

File Rows (sample) Rows (full) Description
seismic_traces.csv ~28,800 ~100,000 Per-trace amplitude + attributes (25 cols)
horizon_catalog.csv ~5,850 ~30,000 Interpreted horizons with rock physics (27 cols)
survey_geometry.csv ~3 ~6 Per-survey geometry & acquisition (23 cols)
interpretation_summary.csv ~3 ~6 Per-survey interpretation KPIs (18 cols)

Dataset Summary

OIL-001 is a full seismic simulation engine producing realistic 2D/3D seismic waveforms with subsurface structure interpretation labels — the kind of data exploration geophysicists, reservoir engineers, and seismic AI companies (Bluware, Earth Science Analytics, OspreyData, Geoteric) build their models on, but synthetic and free under CC-BY-NC for research.

Physics modeling:

  • Convolutional seismic model: reflectivity series × wavelet (Ricker or zero-phase)
  • Aki-Richards approximation: angle-dependent reflection coefficients for AVO analysis
  • Gassmann fluid substitution: mineral/dry-frame/fluid moduli per layer
  • Gardner's relation: density from Vp by lithology
  • NMO (Normal Moveout): velocity-based gather flattening for CDP stack
  • Hilbert transform: instantaneous amplitude, phase, frequency attributes
  • Negative-pressure coherence: fault-zone similarity attribute

Survey acquisition modeling:

  • 3D land, 3D marine, 2D 2D-towed-streamer survey types
  • Configurable inline/crossline grid spacing
  • 9 offset panels (0°-40° in 5° steps) for AVO gathers
  • CDP fold, sample interval (2 ms = 500 Hz), 4-second TWT record length

Subsurface structure model (8 structure labels):

  • Anticline crest / Anticline flank / Syncline
  • Fault plane / Fault shadow
  • Salt flank
  • Stratigraphic trap
  • Flat background

DHI (Direct Hydrocarbon Indicator) injection (6 DHI labels):

  • No DHI (most traces)
  • Bright spot (amplitude anomaly indicating gas)
  • Dim spot (amplitude reduction indicating oil)
  • Flat spot (fluid contact reflection)
  • Polarity reversal (Class IIp AVO response)
  • AVO anomaly (Class III gas response)

8 lithology types:

sandstone (reservoir), shale (seal), limestone, dolomite, salt, anhydrite, volcanic, basement

5 fluid types (with Gassmann fluid substitution):

brine, oil, gas, gas_condensate, tight_dry

Seismic noise injection (7 noise types):

  • Surface multiple reflections
  • Interbed multiple reflections
  • Ambient random noise
  • Source interference
  • Coupling variation
  • Statics anomaly
  • Clean (no noise)

Per-trace seismic attributes (industry-standard interpretation features):

  • Raw and processed amplitudes
  • Instantaneous frequency, phase, amplitude (Hilbert transform)
  • Envelope (dB)
  • Coherence score (fault-zone similarity)
  • Curvature (k1 principal curvature)
  • AVO intercept and gradient (Aki-Richards)
  • Noise type and flag

Per-horizon rock physics:

  • Vp, Vs, Vp/Vs ratio
  • Density (g/cc, Gardner-derived)
  • Acoustic impedance
  • Porosity %, water saturation %
  • Net pay, dip angle, dip azimuth

Prospect risking (per-horizon):

  • PGOS (Probability of Geological Success) — typical industry 0.20-0.40
  • Trap closure area (km²)
  • Reservoir quality class
  • Fault association

Calibrated Validation Results

Sample validation results across 10 seismic-domain KPIs:

Metric Observed Target Source Verdict
n_surveys_represented 3 3 Sample survey count ✓ PASS
n_survey_types 2 2 2D + 3D + 4D coverage ✓ PASS
n_basins_represented 3 3 Geographic diversity ✓ PASS
dominant_frequency_hz 37.00 38.00 Standard seismic dominant freq ✓ PASS
snr_db_mean 21.03 22.00 Industry SNR target (post-stack) ✓ PASS
horizon_pick_confidence 0.861 0.880 SEG interpreter confidence ✓ PASS
horizon_continuity_index 0.868 0.830 Lateral continuity benchmark ✓ PASS
fault_detection_confidence 0.813 0.790 Coherence-based fault picking ✓ PASS
sandstone_porosity_pct_mean 16.93 17.50 Industry sandstone reservoir φ ✓ PASS
n_horizon_labels_represented 8 3 Multi-class horizon diversity ✓ PASS

Note: This dataset is designed for seismic interpretation AI training — buyers building horizon-picking auto-trackers, fault-detection neural networks, DHI classification models, or AVO inversion solvers can use these labels for supervised training. The full product includes 6 surveys with larger 3D grids and full structural diversity.

Schema Highlights

seismic_traces.csv (primary file, 25 columns)

Trace identification & geometry:

Column Type Description
survey_id, gather_id int Survey and CDP gather IDs
cdp_x, cdp_y float CDP location (meters)
cdp_inline, cdp_crossline int 3D grid coordinates
offset_m float Source-receiver offset (m)
two_way_time_ms float Two-way time (ms)

Amplitudes & attributes:

Column Type Description
amplitude_raw float Pre-processing amplitude
amplitude_processed float After deconv + statics + multiples
frequency_hz float Instantaneous frequency
instantaneous_phase_deg float Hilbert phase (degrees)
instantaneous_amplitude float Hilbert envelope
envelope_db float Envelope in dB
coherence_score float Coherence (0-1, fault zones low)
curvature_k1 float Principal curvature
avo_intercept, avo_gradient float Aki-Richards AVO A, B

Labels:

Column Type Description
horizon_label string 8 horizon labels (basement, reservoir, etc.)
structure_label string 8 structure labels (anticline, fault, salt)
dhi_label string 6 DHI labels
noise_flag, noise_type string Noise contamination flag
fault_proximity_m float Distance to nearest fault
reservoir_quality_flag string Reservoir quality class

horizon_catalog.csv (27 columns)

Per-horizon rock physics + structural interpretation:

Column Description
horizon_name, horizon_label Named horizon + 8-class label
two_way_time_ms, depth_m TWT and depth
dip_angle_deg, dip_azimuth Structural dip
interval_velocity_ms Interval Vp (m/s)
acoustic_impedance_mpa Acoustic impedance
vp_ms, vs_ms Vp, Vs (m/s)
density_gcc Density (g/cc, Gardner)
porosity_pct Porosity (%)
water_saturation_pct Water saturation (%)
lithology_type 8 lithology classes
fluid_type 5 fluid types
trap_style Trap classification
dhi_class, dhi_label DHI class + 6-class label
reservoir_quality_class Reservoir quality
net_pay_m Net pay thickness
fault_id Associated fault
prospect_pgos Probability of Geological Success

survey_geometry.csv (23 columns)

Per-survey acquisition geometry: survey_type, basin_name, n_inlines, n_crosslines, cdp_spacing, fold, source_type, water_depth, acquisition environment, processing vintage, migration type, SNR, dominant frequency.

interpretation_summary.csv (18 columns)

Per-survey interpretation KPIs: horizon_pick_confidence, fault_confidence, horizon_continuity_index, multiple_contamination_pct, etc.

Suggested Use Cases

  • Auto horizon picking — train CNNs to follow horizons across 3D
  • Fault detection — train coherence/curvature-based fault networks
  • DHI classification — 6-class hydrocarbon indicator prediction
  • AVO inversion — predict elastic properties from intercept/gradient
  • Salt body segmentation — geometric salt detection
  • Structural label segmentation — 8-class structural interpretation
  • Lithology prediction — 8-class lithology from seismic attributes
  • Fluid type prediction (with Gassmann substitution targets)
  • Reservoir quality scoring from acoustic impedance and porosity
  • Multiple suppression — deep-learning-based denoise training
  • Statics correction — anomaly detection at trace level
  • Wavelet estimation & deconvolution — Ricker/zero-phase fitting
  • Velocity model building — interval velocity prediction from traces
  • Time-to-depth conversion — TWT-depth modeling
  • Prospect screening — PGOS prediction from seismic features
  • Trap closure area estimation from structural attributes
  • Insurtech-style geophysical AI training without proprietary survey data
  • University geophysics curriculum — synthetic teaching corpus

Loading the Data

import pandas as pd

traces   = pd.read_csv("seismic_traces.csv")
horizons = pd.read_csv("horizon_catalog.csv")
geometry = pd.read_csv("survey_geometry.csv")
interp   = pd.read_csv("interpretation_summary.csv")

# Multi-class horizon label target (8 classes)
y_horizon = traces["horizon_label"]

# Multi-class structural interpretation target (8 classes)
y_structure = traces["structure_label"]

# Multi-class DHI prediction target (6 classes)
y_dhi = traces["dhi_label"]

# Binary noise contamination
y_noise = traces["noise_flag"]

# Regression: AVO inversion targets
y_avo_a = traces["avo_intercept"]
y_avo_b = traces["avo_gradient"]

# Multi-class lithology from horizon (8 classes)
y_lithology = horizons["lithology_type"]

# Multi-class fluid type from horizon (5 classes)
y_fluid = horizons["fluid_type"]

# Regression: reservoir porosity
y_porosity = horizons["porosity_pct"]

# Regression: PGOS prospect risking
y_pgos = horizons["prospect_pgos"]

# Build 3D seismic cube for ML
cube = traces.pivot_table(
    index=["cdp_inline", "cdp_crossline"],
    columns="two_way_time_ms",
    values="amplitude_processed",
    aggfunc="mean"
)

License

This sample is released under CC-BY-NC-4.0 (free for non-commercial research and evaluation). The full production dataset is licensed commercially — contact XpertSystems.ai for licensing terms.

Full Product

The full OIL-001 dataset includes 6 surveys with 120×80 3D grids each, full structural diversity (anticlines, synclines, salt diapirs, stratigraphic traps), 14-layer velocity models with Gassmann substitution, and full DHI/AVO anomaly catalogs. Calibrated to SEG seismic interpretation standards, Aki-Richards AVO theory, and Gassmann fluid substitution theory.

📧 pradeep@xpertsystems.ai 🌐 https://xpertsystems.ai

Citation

@dataset{xpertsystems_oil001_sample_2026,
  title  = {OIL-001: Synthetic Seismic Survey Dataset (Sample)},
  author = {XpertSystems.ai},
  year   = {2026},
  url    = {https://huggingface.co/datasets/xpertsystems/oil001-sample}
}

Generation Details

  • Generator version : 1.0.0
  • Random seed : 42
  • Generated : 2026-05-16 22:41:59 UTC
  • Surveys : 3 × (40 inlines × 30 crosslines × 9 offsets × 14 layers)
  • Wavelet : Ricker, 38 Hz dominant
  • Physics : Aki-Richards AVO + Gassmann + Gardner + Hilbert
  • Calibration basis : SEG seismic interpretation standards
  • Overall validation: 100.0 / 100 (grade A+)
Downloads last month
5