monteirot commited on
Commit
46f1b2f
·
verified ·
1 Parent(s): a633b62

Upload croissant.json

Browse files
Files changed (1) hide show
  1. croissant.json +475 -0
croissant.json ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "citeAs": "cr:citeAs",
6
+ "column": "cr:column",
7
+ "conformsTo": "dct:conformsTo",
8
+ "cr": "http://mlcommons.org/croissant/",
9
+ "rai": "http://mlcommons.org/croissant/RAI/",
10
+ "data": {
11
+ "@id": "cr:data",
12
+ "@type": "@json"
13
+ },
14
+ "dataType": {
15
+ "@id": "cr:dataType",
16
+ "@type": "@vocab"
17
+ },
18
+ "dct": "http://purl.org/dc/terms/",
19
+ "equivalentProperty": "https://schema.org/equivalentProperty",
20
+ "examples": {
21
+ "@id": "cr:examples",
22
+ "@type": "@json"
23
+ },
24
+ "extract": "cr:extract",
25
+ "field": "cr:field",
26
+ "fileProperty": "cr:fileProperty",
27
+ "fileObject": "cr:fileObject",
28
+ "fileSet": "cr:fileSet",
29
+ "format": "cr:format",
30
+ "includes": "cr:includes",
31
+ "isLiveDataset": "cr:isLiveDataset",
32
+ "jsonPath": "cr:jsonPath",
33
+ "key": "cr:key",
34
+ "md5": "cr:md5",
35
+ "parentField": "cr:parentField",
36
+ "path": "cr:path",
37
+ "recordSet": "cr:recordSet",
38
+ "references": "cr:references",
39
+ "regex": "cr:regex",
40
+ "repeated": "cr:repeated",
41
+ "replace": "cr:replace",
42
+ "samplingRate": "cr:samplingRate",
43
+ "sc": "https://schema.org/",
44
+ "separator": "cr:separator",
45
+ "source": "cr:source",
46
+ "subField": "cr:subField",
47
+ "transform": "cr:transform"
48
+ },
49
+ "@type": "sc:Dataset",
50
+ "conformsTo": "http://mlcommons.org/croissant/1.0",
51
+ "name": "wellbench",
52
+ "alternateName": ["Wellbench"],
53
+ "description": "Wellbench is a synthetic well-log benchmark for pore-pressure prediction research. This release contains 18 CSV files covering 9 wells (3 each in zones 1, 2, 3) generated by two synthesis methods: a deterministic physics-based engine and a CTGAN baseline. Each row is a depth sample with gamma-ray, sonic, density, and resistivity logs, plus derived hydrostatic pressure, overburden, normal compaction trend, and pore pressure (Eaton method) as the regression target. The wells correspond to fields in the Eastern Potwar Basin (Pakistan): Missa Keswal (zone 1), Pindori (zone 2), and Joyamair / Minwal (zone 3).",
54
+ "url": "https://huggingface.co/datasets/monteirot/wellbench",
55
+ "sameAs": [
56
+ "https://github.com/tiagomonteiro0715/wellbench",
57
+ "https://pypi.org/project/wellbench/"
58
+ ],
59
+ "version": "0.1.2",
60
+ "datePublished": "2026-04-29",
61
+ "license": "https://spdx.org/licenses/MIT.html",
62
+ "creator": {
63
+ "@type": "Person",
64
+ "name": "Tiago Monteiro",
65
+ "url": "https://github.com/tiagomonteiro0715"
66
+ },
67
+ "publisher": {
68
+ "@type": "Organization",
69
+ "name": "wellbench contributors",
70
+ "url": "https://huggingface.co/monteirot"
71
+ },
72
+ "keywords": [
73
+ "benchmark",
74
+ "synthetic-data",
75
+ "well-log",
76
+ "petrophysics",
77
+ "pore-pressure",
78
+ "ctgan",
79
+ "physics-based-simulation",
80
+ "geoscience",
81
+ "tabular"
82
+ ],
83
+ "inLanguage": "en",
84
+ "isAccessibleForFree": true,
85
+ "isLiveDataset": false,
86
+ "citeAs": "Monteiro, T. (2026). wellbench: synthetic well-log benchmark for pore-pressure prediction (Version 0.1.2) [Dataset]. Hugging Face. https://huggingface.co/datasets/monteirot/wellbench",
87
+ "distribution": [
88
+ {
89
+ "@type": "cr:FileObject",
90
+ "@id": "physics-zone1-missa01",
91
+ "name": "physics_zone1_MISSA-KESWAL-01.csv",
92
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/synthetic_datasets/zone_1/synth_MISSA-KESWAL-01.csv",
93
+ "encodingFormat": "text/csv",
94
+ "sha256": "fdfdbb7e5fd1bc11dad4011199e117b5f7929dd00d1d2eb078f7978c9b75dcac",
95
+ "contentSize": "1093969 B"
96
+ },
97
+ {
98
+ "@type": "cr:FileObject",
99
+ "@id": "physics-zone1-missa02",
100
+ "name": "physics_zone1_MISSA-KESWAL-02.csv",
101
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/synthetic_datasets/zone_1/synth_MISSA-KESWAL-02.csv",
102
+ "encodingFormat": "text/csv",
103
+ "sha256": "7df641d074cd06db6d6ff17db0640fc8becb4fc6a209735f110a521424774732",
104
+ "contentSize": "871466 B"
105
+ },
106
+ {
107
+ "@type": "cr:FileObject",
108
+ "@id": "physics-zone1-missa03",
109
+ "name": "physics_zone1_MISSA-KESWAL-03.csv",
110
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/synthetic_datasets/zone_1/synth_MISSA-KESWAL-03.csv",
111
+ "encodingFormat": "text/csv",
112
+ "sha256": "bf1d28a7e9f5024b0726c5ec1c171c2ba2fb7b2a4396638c6e72fedf9e40cfff",
113
+ "contentSize": "1174575 B"
114
+ },
115
+ {
116
+ "@type": "cr:FileObject",
117
+ "@id": "physics-zone2-pindori1",
118
+ "name": "physics_zone2_PINDORI-1.csv",
119
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/synthetic_datasets/zone_2/synth_PINDORI-1.csv",
120
+ "encodingFormat": "text/csv",
121
+ "sha256": "bfd663e12dd398d9504e7e4b25e27abf47159a1c4df0b69974937f9ff71f2381",
122
+ "contentSize": "6522444 B"
123
+ },
124
+ {
125
+ "@type": "cr:FileObject",
126
+ "@id": "physics-zone2-pindori2",
127
+ "name": "physics_zone2_PINDORI-2.csv",
128
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/synthetic_datasets/zone_2/synth_PINDORI-2.csv",
129
+ "encodingFormat": "text/csv",
130
+ "sha256": "511a6d22702e080cd64c90f42e51b4051663e622ab48d731876cda77ae24d5aa",
131
+ "contentSize": "6569326 B"
132
+ },
133
+ {
134
+ "@type": "cr:FileObject",
135
+ "@id": "physics-zone2-pindori3",
136
+ "name": "physics_zone2_PINDORI-3.csv",
137
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/synthetic_datasets/zone_2/synth_PINDORI-3.csv",
138
+ "encodingFormat": "text/csv",
139
+ "sha256": "eac6b9690e110dd5963b034814b06f0945278e6d2918ebaa95f79dd1b4f8485f",
140
+ "contentSize": "1477868 B"
141
+ },
142
+ {
143
+ "@type": "cr:FileObject",
144
+ "@id": "physics-zone3-joyamair4",
145
+ "name": "physics_zone3_JOYAMAIR-4.csv",
146
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/synthetic_datasets/zone_3/synth_JOYAMAIR-4.csv",
147
+ "encodingFormat": "text/csv",
148
+ "sha256": "bd3c153cd340b89e3ee773655d515a58a5d0b155c7c79e8c90dad3c84f64245e",
149
+ "contentSize": "938543 B"
150
+ },
151
+ {
152
+ "@type": "cr:FileObject",
153
+ "@id": "physics-zone3-minwal2",
154
+ "name": "physics_zone3_MINWAL-2.csv",
155
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/synthetic_datasets/zone_3/synth_MINWAL-2.csv",
156
+ "encodingFormat": "text/csv",
157
+ "sha256": "1592ebaec9c04f656936cffddf52a08ce5a0cfbdcbbe187a1c31eb6e2ea95fa0",
158
+ "contentSize": "1533524 B"
159
+ },
160
+ {
161
+ "@type": "cr:FileObject",
162
+ "@id": "physics-zone3-minwalx1",
163
+ "name": "physics_zone3_MINWAL-X-1.csv",
164
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/synthetic_datasets/zone_3/synth_MINWAL-X-1.csv",
165
+ "encodingFormat": "text/csv",
166
+ "sha256": "7351555259a73e78152d7ccbde0b677822310ac5e243bddefdd580caf24ed8e4",
167
+ "contentSize": "1271052 B"
168
+ },
169
+ {
170
+ "@type": "cr:FileObject",
171
+ "@id": "ctgan-zone1-missa01",
172
+ "name": "ctgan_zone1_MISSA-KESWAL-01.csv",
173
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/CTGAN_synthetic_data/zone_1/synth_MISSA-KESWAL-01.csv",
174
+ "encodingFormat": "text/csv",
175
+ "sha256": "c45585caa74f524a99adb50fc185c06819fcde4b59d5eb09950371d4124a3dc6",
176
+ "contentSize": "1100942 B"
177
+ },
178
+ {
179
+ "@type": "cr:FileObject",
180
+ "@id": "ctgan-zone1-missa02",
181
+ "name": "ctgan_zone1_MISSA-KESWAL-02.csv",
182
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/CTGAN_synthetic_data/zone_1/synth_MISSA-KESWAL-02.csv",
183
+ "encodingFormat": "text/csv",
184
+ "sha256": "02101aeb424a93fe2e1735d2564d5646299dbb2986abb85b7399dd8f05f51e05",
185
+ "contentSize": "873897 B"
186
+ },
187
+ {
188
+ "@type": "cr:FileObject",
189
+ "@id": "ctgan-zone1-missa03",
190
+ "name": "ctgan_zone1_MISSA-KESWAL-03.csv",
191
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/CTGAN_synthetic_data/zone_1/synth_MISSA-KESWAL-03.csv",
192
+ "encodingFormat": "text/csv",
193
+ "sha256": "4ec4c546cbf39d1d1410f3d60e140110b9c23ce02ec9043c3e8dc576d2cd7900",
194
+ "contentSize": "1182973 B"
195
+ },
196
+ {
197
+ "@type": "cr:FileObject",
198
+ "@id": "ctgan-zone2-pindori1",
199
+ "name": "ctgan_zone2_PINDORI-1.csv",
200
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/CTGAN_synthetic_data/zone_2/synth_PINDORI-1.csv",
201
+ "encodingFormat": "text/csv",
202
+ "sha256": "9cf092a9c2260244598fe071822836fc3cdfe7bea488e47e2b354599cedfc190",
203
+ "contentSize": "6525276 B"
204
+ },
205
+ {
206
+ "@type": "cr:FileObject",
207
+ "@id": "ctgan-zone2-pindori2",
208
+ "name": "ctgan_zone2_PINDORI-2.csv",
209
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/CTGAN_synthetic_data/zone_2/synth_PINDORI-2.csv",
210
+ "encodingFormat": "text/csv",
211
+ "sha256": "9049a2767cc031d9b6c5e23c19097a86a8a55a4e855de877462e1a32f786a1c0",
212
+ "contentSize": "6569944 B"
213
+ },
214
+ {
215
+ "@type": "cr:FileObject",
216
+ "@id": "ctgan-zone2-pindori3",
217
+ "name": "ctgan_zone2_PINDORI-3.csv",
218
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/CTGAN_synthetic_data/zone_2/synth_PINDORI-3.csv",
219
+ "encodingFormat": "text/csv",
220
+ "sha256": "bd0505622db5127c30e9285435a2d736e62200e4d3da0174c2a3e5ff944de166",
221
+ "contentSize": "1478826 B"
222
+ },
223
+ {
224
+ "@type": "cr:FileObject",
225
+ "@id": "ctgan-zone3-joyamair4",
226
+ "name": "ctgan_zone3_JOYAMAIR-4.csv",
227
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/CTGAN_synthetic_data/zone_3/synth_JOYAMAIR-4.csv",
228
+ "encodingFormat": "text/csv",
229
+ "sha256": "aac81559a4cde2fb6ad88fc7dcf370a52a127c1e58d27d3f57b61391f87fa0ba",
230
+ "contentSize": "952351 B"
231
+ },
232
+ {
233
+ "@type": "cr:FileObject",
234
+ "@id": "ctgan-zone3-minwal2",
235
+ "name": "ctgan_zone3_MINWAL-2.csv",
236
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/CTGAN_synthetic_data/zone_3/synth_MINWAL-2.csv",
237
+ "encodingFormat": "text/csv",
238
+ "sha256": "b944e95ba12ed375b73741bc09d8652294d6e4599ae47329ed68d4a740ca6fff",
239
+ "contentSize": "1549746 B"
240
+ },
241
+ {
242
+ "@type": "cr:FileObject",
243
+ "@id": "ctgan-zone3-minwalx1",
244
+ "name": "ctgan_zone3_MINWAL-X-1.csv",
245
+ "contentUrl": "https://huggingface.co/datasets/monteirot/wellbench/resolve/main/CTGAN_synthetic_data/zone_3/synth_MINWAL-X-1.csv",
246
+ "encodingFormat": "text/csv",
247
+ "sha256": "b3e450f4fc173bfaf55e16fc92f6b952f691e17a73080dfb4b2d079060aa9f90",
248
+ "contentSize": "1282824 B"
249
+ },
250
+ {
251
+ "@type": "cr:FileSet",
252
+ "@id": "physics-csvs",
253
+ "name": "physics-csvs",
254
+ "description": "9 CSV files generated by the deterministic physics-based engine, organized as synthetic_datasets/zone_{1,2,3}/synth_<WELL>.csv.",
255
+ "encodingFormat": "text/csv",
256
+ "containedIn": [
257
+ {"@id": "physics-zone1-missa01"},
258
+ {"@id": "physics-zone1-missa02"},
259
+ {"@id": "physics-zone1-missa03"},
260
+ {"@id": "physics-zone2-pindori1"},
261
+ {"@id": "physics-zone2-pindori2"},
262
+ {"@id": "physics-zone2-pindori3"},
263
+ {"@id": "physics-zone3-joyamair4"},
264
+ {"@id": "physics-zone3-minwal2"},
265
+ {"@id": "physics-zone3-minwalx1"}
266
+ ],
267
+ "includes": "*.csv"
268
+ },
269
+ {
270
+ "@type": "cr:FileSet",
271
+ "@id": "ctgan-csvs",
272
+ "name": "ctgan-csvs",
273
+ "description": "9 CSV files generated by the CTGAN baseline, organized as CTGAN_synthetic_data/zone_{1,2,3}/synth_<WELL>.csv.",
274
+ "encodingFormat": "text/csv",
275
+ "containedIn": [
276
+ {"@id": "ctgan-zone1-missa01"},
277
+ {"@id": "ctgan-zone1-missa02"},
278
+ {"@id": "ctgan-zone1-missa03"},
279
+ {"@id": "ctgan-zone2-pindori1"},
280
+ {"@id": "ctgan-zone2-pindori2"},
281
+ {"@id": "ctgan-zone2-pindori3"},
282
+ {"@id": "ctgan-zone3-joyamair4"},
283
+ {"@id": "ctgan-zone3-minwal2"},
284
+ {"@id": "ctgan-zone3-minwalx1"}
285
+ ],
286
+ "includes": "*.csv"
287
+ }
288
+ ],
289
+ "recordSet": [
290
+ {
291
+ "@type": "cr:RecordSet",
292
+ "@id": "physics-samples",
293
+ "name": "physics-samples",
294
+ "description": "Per-depth samples from the physics-based partition. Each record carries the well name parsed from the source filename.",
295
+ "field": [
296
+ {
297
+ "@type": "cr:Field",
298
+ "@id": "physics-samples/well",
299
+ "name": "well",
300
+ "description": "Well identifier parsed from the filename (e.g. MISSA-KESWAL-01, PINDORI-2, MINWAL-X-1).",
301
+ "dataType": "sc:Text",
302
+ "source": {
303
+ "fileSet": {"@id": "physics-csvs"},
304
+ "extract": {"fileProperty": "filename"},
305
+ "transform": {"regex": "synth_(.+)\\.csv"}
306
+ }
307
+ },
308
+ {
309
+ "@type": "cr:Field",
310
+ "@id": "physics-samples/DEPTH",
311
+ "name": "DEPTH",
312
+ "description": "Measured depth along the well (units are region-dependent: feet or meters).",
313
+ "dataType": "sc:Float",
314
+ "source": {"fileSet": {"@id": "physics-csvs"}, "extract": {"column": "DEPTH"}}
315
+ },
316
+ {
317
+ "@type": "cr:Field",
318
+ "@id": "physics-samples/GR",
319
+ "name": "GR",
320
+ "description": "Gamma-ray log in API units. Typical range 0-200.",
321
+ "dataType": "sc:Float",
322
+ "source": {"fileSet": {"@id": "physics-csvs"}, "extract": {"column": "GR"}}
323
+ },
324
+ {
325
+ "@type": "cr:Field",
326
+ "@id": "physics-samples/DT",
327
+ "name": "DT",
328
+ "description": "Compressional sonic slowness in microseconds per foot. Typical range 30-180.",
329
+ "dataType": "sc:Float",
330
+ "source": {"fileSet": {"@id": "physics-csvs"}, "extract": {"column": "DT"}}
331
+ },
332
+ {
333
+ "@type": "cr:Field",
334
+ "@id": "physics-samples/RHOB",
335
+ "name": "RHOB",
336
+ "description": "Bulk density in grams per cubic centimeter. Typical range 1.2-2.9.",
337
+ "dataType": "sc:Float",
338
+ "source": {"fileSet": {"@id": "physics-csvs"}, "extract": {"column": "RHOB"}}
339
+ },
340
+ {
341
+ "@type": "cr:Field",
342
+ "@id": "physics-samples/RT",
343
+ "name": "RT",
344
+ "description": "Deep resistivity in ohm-meters. Typical range 0.01-10000.",
345
+ "dataType": "sc:Float",
346
+ "source": {"fileSet": {"@id": "physics-csvs"}, "extract": {"column": "RT"}}
347
+ },
348
+ {
349
+ "@type": "cr:Field",
350
+ "@id": "physics-samples/HP",
351
+ "name": "HP",
352
+ "description": "Hydrostatic pressure in psi.",
353
+ "dataType": "sc:Float",
354
+ "source": {"fileSet": {"@id": "physics-csvs"}, "extract": {"column": "HP"}}
355
+ },
356
+ {
357
+ "@type": "cr:Field",
358
+ "@id": "physics-samples/OB",
359
+ "name": "OB",
360
+ "description": "Overburden pressure in psi.",
361
+ "dataType": "sc:Float",
362
+ "source": {"fileSet": {"@id": "physics-csvs"}, "extract": {"column": "OB"}}
363
+ },
364
+ {
365
+ "@type": "cr:Field",
366
+ "@id": "physics-samples/DT_NCT",
367
+ "name": "DT_NCT",
368
+ "description": "Normal compaction trend for sonic slowness, in microseconds per foot.",
369
+ "dataType": "sc:Float",
370
+ "source": {"fileSet": {"@id": "physics-csvs"}, "extract": {"column": "DT_NCT"}}
371
+ },
372
+ {
373
+ "@type": "cr:Field",
374
+ "@id": "physics-samples/PPP",
375
+ "name": "PPP",
376
+ "description": "Pore pressure in psi (Eaton method). Regression target of the benchmark.",
377
+ "dataType": "sc:Float",
378
+ "source": {"fileSet": {"@id": "physics-csvs"}, "extract": {"column": "PPP"}}
379
+ }
380
+ ]
381
+ },
382
+ {
383
+ "@type": "cr:RecordSet",
384
+ "@id": "ctgan-samples",
385
+ "name": "ctgan-samples",
386
+ "description": "Per-depth samples from the CTGAN baseline partition. Same schema as physics-samples; provided for direct comparison of physics-based vs GAN-based synthesis.",
387
+ "field": [
388
+ {
389
+ "@type": "cr:Field",
390
+ "@id": "ctgan-samples/well",
391
+ "name": "well",
392
+ "description": "Well identifier parsed from the filename.",
393
+ "dataType": "sc:Text",
394
+ "source": {
395
+ "fileSet": {"@id": "ctgan-csvs"},
396
+ "extract": {"fileProperty": "filename"},
397
+ "transform": {"regex": "synth_(.+)\\.csv"}
398
+ }
399
+ },
400
+ {
401
+ "@type": "cr:Field",
402
+ "@id": "ctgan-samples/DEPTH",
403
+ "name": "DEPTH",
404
+ "description": "Measured depth along the well (region-dependent units).",
405
+ "dataType": "sc:Float",
406
+ "source": {"fileSet": {"@id": "ctgan-csvs"}, "extract": {"column": "DEPTH"}}
407
+ },
408
+ {
409
+ "@type": "cr:Field",
410
+ "@id": "ctgan-samples/GR",
411
+ "name": "GR",
412
+ "description": "Gamma-ray log in API units.",
413
+ "dataType": "sc:Float",
414
+ "source": {"fileSet": {"@id": "ctgan-csvs"}, "extract": {"column": "GR"}}
415
+ },
416
+ {
417
+ "@type": "cr:Field",
418
+ "@id": "ctgan-samples/DT",
419
+ "name": "DT",
420
+ "description": "Compressional sonic slowness, microseconds per foot.",
421
+ "dataType": "sc:Float",
422
+ "source": {"fileSet": {"@id": "ctgan-csvs"}, "extract": {"column": "DT"}}
423
+ },
424
+ {
425
+ "@type": "cr:Field",
426
+ "@id": "ctgan-samples/RHOB",
427
+ "name": "RHOB",
428
+ "description": "Bulk density, g/cc.",
429
+ "dataType": "sc:Float",
430
+ "source": {"fileSet": {"@id": "ctgan-csvs"}, "extract": {"column": "RHOB"}}
431
+ },
432
+ {
433
+ "@type": "cr:Field",
434
+ "@id": "ctgan-samples/RT",
435
+ "name": "RT",
436
+ "description": "Deep resistivity, ohm-meters.",
437
+ "dataType": "sc:Float",
438
+ "source": {"fileSet": {"@id": "ctgan-csvs"}, "extract": {"column": "RT"}}
439
+ },
440
+ {
441
+ "@type": "cr:Field",
442
+ "@id": "ctgan-samples/HP",
443
+ "name": "HP",
444
+ "description": "Hydrostatic pressure, psi.",
445
+ "dataType": "sc:Float",
446
+ "source": {"fileSet": {"@id": "ctgan-csvs"}, "extract": {"column": "HP"}}
447
+ },
448
+ {
449
+ "@type": "cr:Field",
450
+ "@id": "ctgan-samples/OB",
451
+ "name": "OB",
452
+ "description": "Overburden pressure, psi.",
453
+ "dataType": "sc:Float",
454
+ "source": {"fileSet": {"@id": "ctgan-csvs"}, "extract": {"column": "OB"}}
455
+ },
456
+ {
457
+ "@type": "cr:Field",
458
+ "@id": "ctgan-samples/DT_NCT",
459
+ "name": "DT_NCT",
460
+ "description": "Normal compaction trend for sonic slowness, microseconds per foot.",
461
+ "dataType": "sc:Float",
462
+ "source": {"fileSet": {"@id": "ctgan-csvs"}, "extract": {"column": "DT_NCT"}}
463
+ },
464
+ {
465
+ "@type": "cr:Field",
466
+ "@id": "ctgan-samples/PPP",
467
+ "name": "PPP",
468
+ "description": "Pore pressure in psi (Eaton method). Regression target.",
469
+ "dataType": "sc:Float",
470
+ "source": {"fileSet": {"@id": "ctgan-csvs"}, "extract": {"column": "PPP"}}
471
+ }
472
+ ]
473
+ }
474
+ ]
475
+ }