Font Size: a A A

Investigation And Realization Of Well Logging Data Imaging System

Posted on:2008-01-17Degree:MasterType:Thesis
Country:ChinaCandidate:M ChenFull Text:PDF
GTID:2178360212997314Subject:Computer application technology
Abstract/Summary:PDF Full Text Request
In the exploration and development process of oilfield, well logging is one of the most important ways to confirm and evaluate the oil and gas layers, meanwhile,it is an important method to solve a series of geological problems.The process of analysis and calculate well logging data to get geological conclusions is called explanation. However,most data from well logging devices is discrete or continuous numerical data.It is very difficult to find the geological law and is not conducive for well logging data to play its role.So,in the process of well logging explanation, logging data are generally in the form of images.For the imaging of well logging data,there are lots of well logging data explaining flats now ,but most of them are unconnected edition,they can only explain formats to get curve data for imaging and explanation from local well logging data files,the security is poor and they are inconvenient for use and not conducive to maintaining .Most developers of imaging platforms only sell the using right to users and do not open their source code, This makes a lot of restrictions on the use of platform .These platforms are expensive ,they need to be installed before using and the maintaining and upgrading considerable time and effort.For above reasons,it is meaningful for Liao He Oilfield Well Logging Co. to develop a suit of fully functioning Web-based and database-based well logging data imaging system. This paper mainly focus on the series of issues involved in the research and development process of the logging data imaging system. The main functions of well logging data imaging system are:it can download latest well logging data,and paint it based on oilfield operations,the system convert original digital data to graphs and images and show them to users.Explanation stuff can estimate the geologic structure and distributing situation of oil resource and gas resource from the shapes,directions of these graphs and images and lithology,oil symbols and the contrast of them.From using the system,users can get explanation conclusion to supervise the manufacture of oilfield.On implement form,we use Applet+Servlet mode.In this mode,the Applet process local data files and use Servlets to transmit basic information and data files from server by objects serialization form or files download form,then it draws the images.On the server,we access database by jdbc.On structure organizing form of imaging system,we define the structure layers of painting objects as:Model Well-trace Trace Trace-object.Model is the tip object of them,all the other painting objects must be painted on model.In a model there can be one or more well-traces.Well-trace is second-level painting object,and the painting object in it are all about a same well.Because there may be many paint objects in a well trace,we can put one or more traces into a well-trace,preventing the superposition and coverage of multiple painting objects when they are painted,so we put a few painting objects into a trace.mostly, we put some relationship closed painting objects of one well into a trace,users can browse and contrast conveniently.The objects in a trace are collectively known as trace-objects.Trace-objects are the lowest-level painting objects,as well as the core objects of actual operations. Trace-objects has many types and are updated constantly.Trace-objects are vectors of the data of imaging system.Against every types of trace-objects,according to the actual operations of well logging company,we have investigated corresponding painting methods. Including the drawing and filling of one-dimensional curves,two-scaled showing of curves and the painting of sidewall coring,graph heads depth traces,two-dimensional waves and the drawing of electronic and sound data.In regard to the network transmission , we transmit data between client and server in two ways. Simple data amount of the data , such as templates basic information, curve list, symbol list and other objects are transmitted through the sequence of objects. Large or complex data in the data is transmitted through the downloaded documents, such as curve data, and XML documents which representing the information of templates,filling symbols and graph heads.On data storage form,we use XML files to access the information of model and filled symbols.Then we need to create only a model form and a filled symbols form for the maintenance and avoid complex multi-form operations.The hierarchical structure of XML files is fully consistent with the system-defined organization form and it eliminates the complexity of the multi-table access completely.This will enhanced the efficiency of systems development greatly.In the process of painting,we enhance the speed and performance of the system through some methods.First of all, for XML documents or data downloaded to local machines, we use memory mapping technology to map them into local memories, raising the reading and writing speed of local files. Secondly, we use double-buffer mode when drawing, which painting the whole screen data to be displayed before showing to screen. The advantages is not only the elimination of the scintillation screen but also the elimination of speed delay and the system resource consumption caused by the repeated drawing action. Thirdly, due to the constraints of huge volume of data and system resource, we can not paint all data in memory firstly before they show to users. To improve the speed of painting and save resources, we use the method of immediate painting. Every time when users trigger keyboard or mouse events and need to change shown images, we draw the parts which need to be redraw in memory by calculating. Fourthly, in the process of immediate drawing,when the images are not changed obviously, which means there are partial overlapping between current screen images and new images,we cut and paste images in memory,reuse the overlapped parts of old and new images,and not to repaint all the new images every time.This paper discusses and investigates the technical difficulties and core issues involved in the process of the development of Web-based imaging system for logging data and implement the system successfully. In the future, it would serve better for the logging company, provide technical support to enhance the decision-making capabilities and competitiveness of enterprises, and it has higher application value.
Keywords/Search Tags:Investigation
PDF Full Text Request
Related items