Data Folder Structure For Uploading Well Data
For all data types before uploading It is required to have a file containing the ProjectID in it in the top level directory you are uploading from, the file should be named projectid.txt and should just contain the ProjectID of the data being uploaded. For wellbore data upload a ogawellbore.txt file is also required to be in the top level directory you are uploading from. It should just contain the NSTA wellbore name of the data being uploaded.
Organising your data into a folder structure will allow the upload page to automatically assign the DatasetID to all the items in common sub-folders. Lower case for directory/folder and file names is recommended and spaces must be replaced with underscores. Only UTF-8 characters should be used for the directory/folder and file names.
Example wellbore folder structure to upload from |
|||
Project folder name |
Q15_well_7_2014 (folder contains projectid.txt and nstawellbore.txt files) |
||
Sub-folder name(s) |
reports |
vsp_segy |
dwl_wire |
File names |
geological_well report.pdf coring_report.pdf |
time_stk_x_compnt.sgy time_stk_y_compnt.sgy time_stk_z_compnt.sgy |
run_2b_17206_0202_br28.las run_2b_17206_0202_br32.las |
In this example the files from company AAG_ will be assigned ProjectID and datasetID as follows:
File |
ProjectID |
DatasetID |
geological_well report.pdf |
AAG_2014well0005 |
AAG_2014well0005_reports |
coring_report.pdf |
AAG_2014well0005_reports |
|
time_stk_x_compnt.sgy |
AAG_2014well0005_vsp_segy |
|
time_stk_y_compnt.sgy |
AAG_2014well0005_vsp_segy |
|
time_stk_z_compnt.sgy |
AAG_2014well0005_vsp_segy |
|
run_2b_17206_0202_br28.las |
AAG_2014well0005_dwl_wire |
|
run_2b_17206_0202_br32.las |
AAG_2014well0005_dwl_wire |
Comments
0 comments
Article is closed for comments.