CO2 I Tools
Well Data DB Tables
Log ASCII Standard (LAS) File Information


Log ASCII Standard (LAS) File Information

Applet
CO2 Profile Applet: http://www.kgs.ku.edu/PRS/Ozark/TYPE_LOG/Profile_CO2.html
  
ORACLE PL/SQL Query for a list of all LAS version 2.0 files assigned to selected well - Newby 2-28R
http://chasm.kgs.ku.edu/ords/iqstrat.kgs_las_files_pkg.getXML?sAPI=15-189-22225
Returns XML (Extensible Markup Language), which is parsed and presented in a table for the user to select.

Query for a list of all log curves in the LAS file selected - Newby 2-28R - Full log suite
http://chasm.kgs.ku.edu/ords/iqstrat.kgs_las_curves_pkg.getXML?sLASKID=1022012442
Returns XML (Extensible Markup Language), which is parsed and presented in a table for the user to select.

NOTE: This LAS - Well Headers Curves table was created in support of the GEMINI Project and was filled for the LAS files that happen to be in the KGS collection as of October 2003 and has not been maintained by computer services. So all LAS files received after October 2003 will not have any records in the LAS - Well Headers Curves Table.
  
NOTE:
http://chasm.kgs.ku.edu/ords/ KGS ORACLE Database
iqstrat the ORACLE User IQSTRAT
kgs_las_files_pkg the KGS LAS Files Information PL/SQL Package
kgs_las_curves_pkgthe KGS LAS Curves Information PL/SQL Package
getXML the Method for retrieving the XML data


Author: John R. Victorine jvictor@kgs.ku.edu

The URL for this page is http://www.kgs.ku.edu/stratigraphic/JAVA_SRC/ORACLE-PLSQL/Well_Data/log.html