JP2018032135A - Data Visualization System - Google Patents

Data Visualization System Download PDF

Info

Publication number
JP2018032135A
JP2018032135A JP2016162635A JP2016162635A JP2018032135A JP 2018032135 A JP2018032135 A JP 2018032135A JP 2016162635 A JP2016162635 A JP 2016162635A JP 2016162635 A JP2016162635 A JP 2016162635A JP 2018032135 A JP2018032135 A JP 2018032135A
Authority
JP
Japan
Prior art keywords
space
data
plane
visualized
coordinates
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2016162635A
Other languages
Japanese (ja)
Other versions
JP6696858B2 (en
Inventor
彰規 淺原
Akinori Asahara
彰規 淺原
秀和 森田
Hidekazu Morita
秀和 森田
英一郎 海野
Eiichiro Unno
英一郎 海野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2016162635A priority Critical patent/JP6696858B2/en
Publication of JP2018032135A publication Critical patent/JP2018032135A/en
Application granted granted Critical
Publication of JP6696858B2 publication Critical patent/JP6696858B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Processing Or Creating Images (AREA)

Abstract

PROBLEM TO BE SOLVED: To efficiently perform three-dimensional display of science data including many small elements.SOLUTION: A data visualization system of an embodiment of the present invention includes: a processor; a storage device for storing attribute data associated to each coordinate on a space; a display unit for displaying, as an image, the plurality of attribute data. The processor receives, from a user, information about a plane that is intended to be visualized, of the coordinates on the space, acquires, from the storage device, the attribute data associated to the coordinate on the plane that is intended to be visualized, generates the image of the plane that is intended to be visualized on the basis of the acquired attribute data, and makes the display unit display the generated image.SELECTED DRAWING: Figure 23

Description

本発明はデータを可視化するシステムに関する。   The present invention relates to a system for visualizing data.

物理実験や数値シミュレーションによって計算された結果などの科学データは、通常、空間(または時空間)上の座標とその座標に対応付けられた物理量等の属性値の組が複数含まれた数字の列であって、一見して科学データの意味を理解することが困難である。そのため、科学データをユーザに対して分かりやすく表示するための技術が考えられてきている。   Scientific data, such as results calculated by physical experiments or numerical simulations, is usually a string of numbers that contains multiple pairs of attribute values such as physical quantities associated with coordinates in space (or space-time). However, it is difficult to understand the meaning of scientific data at first glance. Therefore, a technique for displaying scientific data in an easy-to-understand manner for a user has been considered.

たとえば以下に示す特許文献1には、図形の断面上の座標に与えられた物理量(たとえば応力など)をユーザに分かりやすく表示するために、座標に与えられた物理量に応じて色付けを行って表示する方法が開示されている。   For example, in Patent Document 1 shown below, in order to display a physical quantity (for example, stress) given to coordinates on a cross-section of a figure in an easy-to-understand manner for the user, the display is performed by coloring according to the physical quantity given to the coordinates. A method is disclosed.

特開2006-154965号公報JP 2006-154965 A

特許文献1に開示されているような技術により、空間上の座標に対応付けられた属性を、判りやすく表示させることができるようになる。ただし一般に、一回の実験や計算などで求められる科学データの量は非常に多く、各座標について描画処理を行うと、ユーザに表示されるまでに要する時間が大きくなるという問題がある。   With the technique disclosed in Patent Document 1, the attributes associated with the coordinates in the space can be displayed in an easily understandable manner. However, in general, the amount of scientific data required by a single experiment or calculation is very large, and there is a problem that when drawing processing is performed for each coordinate, the time required for display to the user increases.

本発明の一実施形態に係るデータ可視化システムは、プロセッサと、空間上の各座標に対応付けられた属性データを記憶する記憶装置と、複数の前記属性データを画像として表示するための表示部と、を有する。プロセッサは空間上の座標のうち、可視化したい平面についての情報をユーザから受け付けて、記憶装置から可視化したい平面上の座標に対応付けられた前記属性データを取得し、取得した属性データに基づいて、可視化したい平面の画像を生成し、生成された画像を表示部に表示させる。   A data visualization system according to an embodiment of the present invention includes a processor, a storage device that stores attribute data associated with each coordinate in space, and a display unit that displays a plurality of the attribute data as images. Have. The processor receives from the user information about the plane to be visualized among the coordinates in the space, acquires the attribute data associated with the coordinates on the plane to be visualized from the storage device, and based on the acquired attribute data, An image of a plane to be visualized is generated, and the generated image is displayed on the display unit.

多数の要素からなる科学データであっても、利用者に負担をかけることなく、内容確認と三次元表示を同時、かつスムーズに行えるようになる。   Even for scientific data consisting of a large number of elements, content confirmation and 3D display can be performed simultaneously and smoothly without burdening the user.

科学データ分析システムの機能構成図である。It is a functional block diagram of a scientific data analysis system. 科学データ分析システムのハードウェア構成例である。It is a hardware structural example of a scientific data analysis system. 実施例1に係る科学データ分析システムの表示画面の例である。3 is an example of a display screen of the scientific data analysis system according to the first embodiment. 実施例1の画面更新処理のフローである。6 is a flowchart of screen update processing according to the first embodiment. 実施例1の表示条件送受信部のフローである。6 is a flow of a display condition transmission / reception unit according to the first embodiment. 実施例1の表示条件データと画像生成条件データの構成例である。3 is a configuration example of display condition data and image generation condition data according to the first embodiment. 実施例1の検索条件生成処理のフローである。3 is a flow of search condition generation processing according to the first embodiment. 実施例1の時空間検索処理のフローである。6 is a flow of a spatio-temporal search process according to the first embodiment. 実施例1の物理量データの構成例である。3 is a configuration example of physical quantity data according to the first embodiment. 実施例1の物理量データ配置の概念図である。FIG. 3 is a conceptual diagram of physical quantity data arrangement according to the first embodiment. 実施例1の物理量データ検索結果の構成例である。3 is a configuration example of a physical quantity data search result according to the first embodiment. 実施例1の画像生成処理のフローである。3 is a flow of image generation processing according to the first embodiment. 実施例1の表示更新処理のフローである。4 is a flow of display update processing according to the first embodiment. 実施例1の表示用画像データの構成例である。3 is a configuration example of display image data according to the first embodiment. 実施例2に係る科学データ分析システムにおける、切断面入力中の表示画面の例である。12 is an example of a display screen during cutting plane input in the scientific data analysis system according to the second embodiment. 実施例2の表示条件データと画像生成条件データの構成例である。It is a structural example of the display condition data of Example 2, and image generation condition data. 実施例2の時空間検索処理のフローである。It is a flow of the spatio-temporal search process of Example 2. 実施例2の物理量データの構成例である。It is a structural example of the physical quantity data of Example 2. 実施例2に係る科学データ分析システムにおける、斜め切断面が通過する時空間分割領域を特定する手順の概念図である。It is a conceptual diagram of the procedure which specifies the space-time division | segmentation area | region through which a diagonal cut surface passes in the scientific data analysis system which concerns on Example 2. FIG. 実施例2に係る科学データ分析システムにおける、斜め切断面の分割の概念図である。It is a conceptual diagram of the division | segmentation of the diagonal cut surface in the scientific data analysis system which concerns on Example 2. FIG. 実施例2に係る科学データ分析システムにおける、画像生成の概念図である。It is a conceptual diagram of image generation in the scientific data analysis system according to the second embodiment. 実施例2の表示用画像データの構成例である。6 is a configuration example of display image data according to the second embodiment. 実施例2の表示画面の例である。10 is an example of a display screen according to the second embodiment. 実施例3の表示画面の例である。10 is an example of a display screen of Example 3. 実施例3の表示条件データと画像生成条件データの構成例である。It is a structural example of the display condition data and image generation condition data of Example 3. 実施例3の物理量データの構成例である。It is a structural example of the physical quantity data of Example 3. 実施例3の表示用画像データの構成例である。12 is a configuration example of display image data according to the third embodiment.

図1に、実施例1に係る科学データ分析システムの機能構成例を示す。科学データ分析システムには、実験や数値計算のデータを管理するためのデータベースサーバ(101)と、それを可視化するためのクライアントコンピュータ(111)が含まれており、両者はネットワーク(110)によって接続されている。なお、クライアントコンピュータ(111)は、単数でも複数あってもよく、複数あれば複数人で同一のデータの分析をそれぞれ同時並行的に行えるという利点がある。   FIG. 1 shows a functional configuration example of the scientific data analysis system according to the first embodiment. The scientific data analysis system includes a database server (101) for managing experimental and numerical data, and a client computer (111) for visualizing the database server (101). Has been. Note that there may be a single client computer (111) or a plurality of client computers. If there are a plurality of client computers (111), there is an advantage that the same data can be analyzed in parallel by a plurality of people.

データベースサーバ(101)は、画像を生成するための画像生成部(102)と、クライアントコンピュータとの通信を行う表示情報送受信部(103)、科学データを検索するための時空間検索部(104)、科学データを格納する時空間DB(105)、時空間DB(105)に科学データを登録する登録部(106)を有する。時空間DB(105)は、時空間検索部(104)から検索要求を受け付けて、検索要求に指定されている検索条件に該当するデータを記憶装置(図2の記憶装置(207))から読み出して時空間検索部(104)に返却する。なお、時空間DB(105)は、複数の装置から構成されるシステムであってもよいし、あるいはネットワーク越しに外部のシステムへデータを保存するように構成されていてもよい。   The database server (101) includes an image generation unit (102) for generating an image, a display information transmission / reception unit (103) for communicating with a client computer, and a spatio-temporal search unit (104) for searching for scientific data. A spatio-temporal DB (105) for storing scientific data, and a registration unit (106) for registering scientific data in the spatio-temporal DB (105). The spatio-temporal DB (105) receives a search request from the spatio-temporal search unit (104), and reads out data corresponding to the search condition specified in the search request from the storage device (storage device (207) in FIG. 2). Return to the space-time search unit (104). Note that the spatio-temporal DB (105) may be a system composed of a plurality of devices, or may be configured to store data in an external system over a network.

クライアントコンピュータ(111)は、ネットワーク(110)を介して情報を閲覧するためのユーザインタフェースを提供するWebブラウザ(112)をもっており、当該Webブラウザ(112)は、3D表示を行うための3D表示部(113)や、表示条件設定部(114)を有する。   The client computer (111) has a web browser (112) that provides a user interface for browsing information via the network (110), and the web browser (112) includes a 3D display unit for performing 3D display. (113) and a display condition setting unit (114).

図2に実施例1に係る科学データ分析システムのハードウェア構成例を示す。データベースサーバ(101)、クライアントコンピュータ(111)はそれぞれ、演算機能を持ったプロセッサ(205)、高速に読み書きが可能な揮発性一時記憶領域であるDRAM(208)、HDDやフラッシュメモリなどを利用した永続的な記憶領域である記憶装置(207)、通信を行うためのネットワークインタフェースカードであるNIC(206)、情報を表示するためのディスプレイデバイスであるモニタ(209)、コンピュータの操作を行うためのマウスやキーボード等の入力装置(210)を備えている。   FIG. 2 shows a hardware configuration example of the scientific data analysis system according to the first embodiment. The database server (101) and the client computer (111) each used a processor (205) with an arithmetic function, a DRAM (208) which is a volatile temporary storage area capable of reading and writing at high speed, an HDD, a flash memory, etc. A storage device (207) that is a permanent storage area, a NIC (206) that is a network interface card for communication, a monitor (209) that is a display device for displaying information, and a computer operation An input device (210) such as a mouse or a keyboard is provided.

データベースサーバ(101)の記憶装置(207)には、時空間DB(105)によって管理される科学データが格納されるほか、データベースサーバ(101)のプロセッサ(205)で実行されるプログラム(以下では「サーバプログラム」と呼ぶ)、クライアントコンピュータ(111)で実行されるプログラム(以下ではこれを「クライアントプログラム」と呼ぶ)が格納されている。データベースサーバ(101)のプロセッサ(205)は、記憶装置(207)からDRAM(208)にサーバプログラムを読み出して実行することで、データベースサーバ(101)を、画像生成部(102)、表示情報送受信部(103)、時空間検索部(104)、時空間DB(105)、登録部(106)等の各機能ブロックを有する装置として動作させる。   The storage device (207) of the database server (101) stores scientific data managed by the spatio-temporal DB (105), as well as programs executed by the processor (205) of the database server (101) (in the following, A program that is executed by the client computer 111 (hereinafter referred to as a “client program”) is stored. The processor (205) of the database server (101) reads the server program from the storage device (207) to the DRAM (208) and executes it, thereby causing the database server (101) to transmit and receive display information. The apparatus is operated as a device having functional blocks such as a unit (103), a spatiotemporal search unit (104), a spatiotemporal DB (105), and a registration unit (106).

なお、以下では、データベースサーバ(101)で実行される各種処理の内容を説明する際、時空間検索部(104)等の機能ブロックを処理の主体として説明することがある。先に述べたとおり、時空間検索部(104)等は、サーバプログラムがデータベースサーバ(101)のプロセッサ(205)で実行されることによって実現された機能ブロックである。そのため以下の説明において、機能ブロックを主語にして記述されている処理は、実際にはデータベースサーバ(101)のプロセッサ(205)がその処理を行うことを意味する。ただし説明が冗長になることを避けるため、本実施例では、時空間検索部(104)等の機能ブロックを処理の主体として、各種処理の内容を説明する。   In the following, when the contents of various processes executed by the database server (101) are described, the functional blocks such as the spatio-temporal search unit (104) may be described as the processing subject. As described above, the spatio-temporal search unit (104) and the like are functional blocks realized by a server program being executed by the processor (205) of the database server (101). Therefore, in the following description, the processing described with the functional block as the subject actually means that the processor (205) of the database server (101) performs the processing. However, in order to avoid redundant description, in the present embodiment, the contents of various processes will be described with a functional block such as the spatio-temporal search unit (104) as the main subject of the process.

一方クライアントコンピュータ(111)の記憶装置(207)には、クライアントコンピュータ(111)で実行されるプログラム(以下では「ブラウザプログラム」と呼ぶ)が格納され、クライアントコンピュータ(111)のプロセッサ(205)は、記憶装置(207)からブラウザプログラムを読み出して実行することで、Webブラウザ(112)を備えた装置としてクライアントコンピュータ(111)を動作させる。また、3D表示部(113)と表示条件設定部(114)は、クライアントプログラムによって実現される機能ブロックである。具体的には、Webブラウザ(112)は、クライアントプログラムをデータベースサーバ(101)からダウンロードし、クライアントコンピュータ(111)のプロセッサ(205)に実行させることで、Webブラウザ(112)は、3D表示部(113)と表示条件設定部(114)を備えたブラウザとして機能することになる。   On the other hand, the storage device (207) of the client computer (111) stores a program executed by the client computer (111) (hereinafter referred to as “browser program”), and the processor (205) of the client computer (111) Then, the browser computer is read from the storage device (207) and executed to operate the client computer (111) as a device including the Web browser (112). The 3D display unit (113) and the display condition setting unit (114) are functional blocks realized by the client program. Specifically, the Web browser (112) downloads the client program from the database server (101) and causes the processor (205) of the client computer (111) to execute the program, so that the Web browser (112) It functions as a browser having (113) and a display condition setting unit (114).

なお、以下では、クライアントコンピュータ(111)で実行される各種処理の内容を説明する際、表示条件設定部(114)等の機能ブロックを処理の主体として説明することがある。先に述べたとおり、表示条件設定部(114)等は、クライアントコンピュータ(111)のプロセッサ(205)でクライアントプログラム等が実行されることによって実現された機能ブロックである。そのため以下の説明において、機能ブロックを主語にして記述されている処理は、実際にはクライアントコンピュータ(111)のプロセッサ(205)がその処理を行うことを意味する。   In the following, when the contents of various processes executed by the client computer (111) are described, the functional blocks such as the display condition setting unit (114) may be described as the subject of the process. As described above, the display condition setting unit (114) or the like is a functional block realized by executing a client program or the like by the processor (205) of the client computer (111). Therefore, in the following description, the processing described with the functional block as the subject means that the processor (205) of the client computer (111) actually performs the processing.

図3にクライアントコンピュータ(111)のWebブラウザ(112)が、クライアントコンピュータ(111)のモニタ(209)に表示する表示画面(300)の例を示す。この画面の中央には、表示対象データ群(301)が三次元表示されている。ユーザが、クライアントコンピュータ(111)の入力装置(210)として接続されたマウス等の装置を操作することにより、画面上のカーソル(302)を動かし、例えば画面上をドラッグすると図形が回転する等、様々な視点からの可視化が容易に行える。視点については、(303)の視点変更ウインドウにも視点の方向についての数値が表示されており、カーソル(302)を用いた変更結果についてもこれに反映されるとともに、(303)に直接設定することで視点を移動することもできてもよい。   FIG. 3 shows an example of a display screen (300) displayed on the monitor (209) of the client computer (111) by the Web browser (112) of the client computer (111). In the center of this screen, the display target data group (301) is three-dimensionally displayed. The user moves the cursor (302) on the screen by operating a device such as a mouse connected as the input device (210) of the client computer (111), for example, the figure rotates when dragging on the screen, etc. Visualization from various viewpoints is easy. For the viewpoint, the numerical value for the direction of the viewpoint is also displayed in the viewpoint change window of (303), the change result using the cursor (302) is also reflected in this, and set directly to (303) It may be possible to move the viewpoint.

また、ユーザは、表示条件を設定するコントロールウインドウ(304)を用いて、表示対象のデータを指定することができる。データベースサーバ(101)には事前に多数のデータが格納されており、ユーザはどのデータを表示対象とするかをドロップダウンボックス(305)によって設定できる。表示対象のデータは、互いに直交するx軸、y軸、z軸によって定まる、三次元空間の直交座標系上の微細な格子状のデータであるため、表面にないデータは他の要素に隠れて表示されない。   Further, the user can designate display target data using a control window (304) for setting display conditions. A large amount of data is stored in advance in the database server (101), and the user can set which data is to be displayed by a drop-down box (305). The data to be displayed is fine grid data on the Cartesian coordinate system in the three-dimensional space determined by the x-axis, y-axis, and z-axis that are orthogonal to each other, so data that is not on the surface is hidden by other elements. Do not show.

そこで、実施例1に係る科学データ分析システムでは、ユーザは表示範囲としてx軸、y軸、z軸のそれぞれの範囲を指定可能とし、指定された範囲で特定される平面によって構成される断面上の、各座標の属性値(後述する物理量)を可視化することが容易に可能な機能を持つようになっている。この設定は(306)のスライドバーを操作することによって行える。たとえばx軸の範囲として、12から120の範囲が指定された場合、x=12の平面とx=120の平面による断面が表示画面(300)に表示される。なお、x軸、y軸、z軸の範囲の上限と下限に指定可能な値(ユーザがスライドバー(306)を用いて設定可能な値)は、三次元空間上の格子点の座標値と等しいものとする。   Therefore, in the scientific data analysis system according to the first embodiment, the user can specify each of the x-axis, y-axis, and z-axis ranges as the display range, and on the cross section configured by the plane specified by the specified range. The coordinate values (physical quantities described later) of each coordinate can be easily visualized. This setting can be performed by operating the slide bar (306). For example, when a range of 12 to 120 is designated as the range of the x axis, a cross section by a plane of x = 12 and a plane of x = 120 is displayed on the display screen (300). The values that can be specified for the upper and lower limits of the x-axis, y-axis, and z-axis ranges (values that can be set by the user using the slide bar (306)) are the coordinate values of the grid points in the three-dimensional space. It shall be equal.

またx軸、y軸、またはz軸の範囲が指定されなかった場合には、あらかじめ定められた最小値と最大値で特定される平面によって構成される断面が、表示画面(300)に表示される。本明細書では、あらかじめ定められているx軸の最小値、x軸の最大値、y軸の最小値、y軸の最大値、z軸の最小値、z軸の最大値をそれぞれ、Xmin, Xmax, Ymin, Ymax, Zmin, Zmaxと表記する。   If the x-axis, y-axis, or z-axis range is not specified, a cross-section composed of planes specified by the predetermined minimum and maximum values is displayed on the display screen (300). The In this specification, the predetermined x-axis minimum value, x-axis maximum value, y-axis minimum value, y-axis maximum value, z-axis minimum value, and z-axis maximum value are set to Xmin, Expressed as Xmax, Ymin, Ymax, Zmin, Zmax.

また、この表示画面(300)には、表示対象のデータ種(たとえば温度、エネルギー、密度、磁化や、波動関数の値や流体の流速、電場などの物理量である)を指定できるインタフェースであるドロップダウンボックス(307)も設けられている。ユーザがドロップダウンボックス(307)を操作することで指定された種類のデータが、表示画面(300)上の平面(断面)上に表示される。データを表示する際、データは色情報(画素値)に変換され、変換された色を持つ点として、平面(断面)上に表示される。たとえばある座標値のデータの値が大きいほど、その座標は明るい色を持つ点として表示され、逆にデータの値が小さいほどその座標は暗い色を持つ点として表示されるとよい。   In addition, this display screen (300) is a drop that is an interface that can specify a data type to be displayed (for example, a physical quantity such as temperature, energy, density, magnetization, wave function value, fluid flow velocity, electric field). A down box (307) is also provided. The type of data specified by the user operating the drop-down box (307) is displayed on a plane (cross section) on the display screen (300). When data is displayed, the data is converted into color information (pixel values) and displayed on a plane (cross section) as a point having the converted color. For example, as the data value of a certain coordinate value is larger, the coordinate is displayed as a point having a bright color, and conversely, as the data value is smaller, the coordinate is displayed as a point having a dark color.

コントロールウインドウ(304)を用いて指定された各種条件の設定内容は、ユーザが画面上に配置された更新ボタン(308)を押下することによって確定し、設定内容に基づいて表示画面(300)に表示される内容が更新される。   The setting contents of various conditions specified using the control window (304) are determined by the user pressing the update button (308) arranged on the screen, and the display screen (300) is displayed based on the setting contents. The displayed content is updated.

なお、もし科学データ分析システムが十分な性能を有している場合、更新ボタン(308)を押すまでもなく、ユーザが(306)や(307)を操作した直後に、自動的に表示画面(300)上に表示される断面の設定を行って、表示内容の更新を行うようにしても良い。また、例えばユーザが表示画面(300)上に表示されている断面などをカーソル(302)を用いてクリックした時に、クリックされた座標の物理量を表示するためのウインドウ(309)を用意するなど、様々な観点から科学データを可視化、集計等を行うことができる機能を備えてもよい。   If the scientific data analysis system has sufficient performance, it is not necessary to press the update button (308), but immediately after the user operates (306) or (307), the display screen ( 300) The display section may be updated by setting the cross section displayed on the screen. Also, for example, when the user clicks the cross section displayed on the display screen (300) using the cursor (302), a window (309) for displaying the physical quantity of the clicked coordinates is prepared, etc. You may provide the function which can visualize and totalize scientific data from various viewpoints.

ここで、ユーザが更新ボタン(308)を押下したときの、科学データ分析システムの処理手順について、図4を用いて説明する。更新ボタン(308)が押下されると、表示条件送受信処理(401)が実行され、クライアントコンピュータ(111)からデータベースサーバ(101)に対して更新の要求が行われる。それをうけて、データベースサーバ(101)では、検索条件生成処理(402)および画像生成処理(404)が実行され、その結果は表示更新処理(405)においてクライアントコンピュータ(111)に転送され、画面に反映される。   Here, the processing procedure of the scientific data analysis system when the user presses the update button (308) will be described with reference to FIG. When the update button (308) is pressed, display condition transmission / reception processing (401) is executed, and an update request is made from the client computer (111) to the database server (101). As a result, the database server (101) executes the search condition generation process (402) and the image generation process (404), and the result is transferred to the client computer (111) in the display update process (405). It is reflected in.

図5に表示条件送受信処理(401)の処理フローを示す。まず、表示条件設定部(114)は、画面上のコントロールウインドウ(304)上で設定されている表示対象範囲を取得する(501)。次に表示条件設定部(114)は、その値をもとに表示条件データ(601)を作成し、データベースサーバ(101)の表示情報送受信部(103)へと送付する(502)。表示情報送受信部(103)は、この表示条件データ(601)を受け取る(503)と、それをもとに画像生成条件データ(602)を生成し、画像生成部(102)に送付する(504)。   FIG. 5 shows a processing flow of the display condition transmission / reception process (401). First, the display condition setting unit (114) acquires the display target range set on the control window (304) on the screen (501). Next, the display condition setting unit (114) creates display condition data (601) based on the value and sends it to the display information transmitting / receiving unit (103) of the database server (101) (502). The display information transmission / reception unit (103) receives the display condition data (601) (503), generates image generation condition data (602) based on the display condition data (601), and sends it to the image generation unit (102) (504). ).

図6に表示条件データ(601)およびこれから生成される画像生成条件データ(602)のデータの構成例を示す。表示条件データ(601)は、クライアントコンピュータ(111)の画面上のコントロールウインドウ(304)上で設定されている値から生成されるデータである。   FIG. 6 shows a data configuration example of the display condition data (601) and the image generation condition data (602) generated therefrom. The display condition data (601) is data generated from the values set on the control window (304) on the screen of the client computer (111).

表示条件ID(603)は、クライアントコンピュータ(111)が結果の返送を受け取った際に対応関係を見失わないように付与される識別子であり、クライアントコンピュータ(111)内で適時自動的に生成される。例えばクライアントコンピュータ(111)は、操作時刻とクライアントコンピュータ(111)のネットワークアドレスの対などを、表示条件ID(603)として用いることができる。   The display condition ID (603) is an identifier that is given so that the correspondence relationship is not lost when the client computer (111) receives the return of the result, and is automatically generated in a timely manner in the client computer (111). . For example, the client computer (111) can use the pair of the operation time and the network address of the client computer (111) as the display condition ID (603).

対象データID(604)は、コントロールウインドウ(304)上の対象データを指定するドロップダウンボックス(305)で指定されたものである。なお、科学データ分析システムが、ドロップダウンボックス(305)に表示される一覧を生成するために、別途、クライアントコンピュータ(111)とデータベースサーバ(101)とで通信を行うことで、その一覧情報を送受信するなどの機能を有しているとよい。科学データ分析システムがこのような機能を有することで、データの追加が容易になるという利点がある。   The target data ID (604) is specified by a drop-down box (305) for specifying target data on the control window (304). In addition, in order for the scientific data analysis system to generate a list displayed in the drop-down box (305), the client computer (111) and the database server (101) separately communicate the list information. It is desirable to have a function of transmitting and receiving. The scientific data analysis system having such a function has an advantage that it is easy to add data.

X表示範囲(605)、Y表示範囲(606)、Z表示範囲(607)の3つは、座標の表示範囲を意味する情報であり、例えば1≦x≦178、50≦y≦199、60≦z≦80などのように各座標の上限と下限が設定される。X表示範囲(605)、Y表示範囲(606)、Z表示範囲(607)に設定される情報は、クライアントコンピュータ(111)の画面上の座標コントロール用スライドバー(306)によって設定された値(範囲)である。   The X display range (605), the Y display range (606), and the Z display range (607) are information indicating the display range of coordinates. For example, 1 ≦ x ≦ 178, 50 ≦ y ≦ 199, 60 The upper and lower limits of each coordinate are set such that ≦ z ≦ 80. The information set in the X display range (605), Y display range (606), and Z display range (607) is the value set by the coordinate control slide bar (306) on the screen of the client computer (111) ( Range).

最後に、表示対象属性(608)には、クライアントコンピュータ(111)の画面上の表示対象物理量のドロップダウンボックス(307)に指定された属性(たとえば物理量の種類である)が、描画(色分け)に用いる情報として格納される。なお、これについても、事前にクライアントコンピュータ(111)とデータベースサーバ(101)とで通信を行い、表示対象属性(608)に表示される属性情報の一覧を送受信するなどの機能が設けられていると、データ構成の変更が容易になるという利点がある。   Finally, in the display target attribute (608), the attribute (for example, the type of physical quantity) specified in the drop-down box (307) of the display target physical quantity on the screen of the client computer (111) is drawn (color-coded). It is stored as information used for. Note that this also includes functions such as communication between the client computer (111) and the database server (101) in advance, and sending and receiving a list of attribute information displayed in the display target attribute (608). There is an advantage that the data structure can be easily changed.

画像生成条件データ(602)は、この表示条件データ(601)をもとに、表示情報送受信部(103)によって生成されるデータである。表示条件データ(601)は表示画面(300)上でユーザによって設定された要求であるが、実際に画面に表示するのは図3に示されるような直方体であり、直方体の各面に貼り付ける画像が必要とされる。   The image generation condition data (602) is data generated by the display information transmitting / receiving unit (103) based on the display condition data (601). The display condition data (601) is a request set by the user on the display screen (300), but what is actually displayed on the screen is a rectangular parallelepiped as shown in FIG. 3, and is pasted on each surface of the rectangular parallelepiped. An image is needed.

そこで、表示情報送受信部(103)は、表示条件データ(601)を個々の画像(本例では6枚の画像)の生成要求へと細分化する。画像生成条件データ(602)は細分化された画像の生成要求一つ一つを意味する。したがって、画像生成部(102)に送付する処理(504)において、画像生成条件データ(602)は複数(実施例1では6つ)送付される。ただし処理効率を考慮して、表示情報送受信部(103)は複数の画像生成条件データ(602)の組をまとめて1回で送付してもよいし、あるいはソフトウェア実装の理由(機能の単純化など)により単数の画像生成条件データ(602)の送付を複数回行ってもよい。   Therefore, the display information transmission / reception unit (103) subdivides the display condition data (601) into generation requests for individual images (six images in this example). The image generation condition data (602) means each generation request for a subdivided image. Accordingly, in the process (504) of sending to the image generation unit (102), a plurality (six in the first embodiment) of image generation condition data (602) are sent. However, in consideration of processing efficiency, the display information transmission / reception unit (103) may send a set of a plurality of image generation condition data (602) all at once, or the reason for software implementation (simplification of functions) The single image generation condition data (602) may be sent a plurality of times.

次に画像生成条件データ(602)に含まれる要素それぞれの内容を説明する。画像生成条件ID(609)は、結果を受け取った際の対応関係を維持するための識別子であり、データベースサーバ(101)内で適時自動的に生成される。例えばデータベースサーバ(101)は、表示条件ID(603)の末尾に連番を付与したものを、画像生成条件ID(609)としてもよい。   Next, the contents of each element included in the image generation condition data (602) will be described. The image generation condition ID (609) is an identifier for maintaining the correspondence when the result is received, and is automatically generated in a timely manner in the database server (101). For example, the database server (101) may set the display condition ID (603) to which the serial number is added at the end as the image generation condition ID (609).

表示条件ID(610)には、画像生成条件データ(602)の元となった表示条件データ(601)の表示条件ID(603)がそのまま格納される。これにより、画像生成条件データ(602)と表示条件データ(601)の対応関係が失われないようになっている。   In the display condition ID (610), the display condition ID (603) of the display condition data (601) that is the basis of the image generation condition data (602) is stored as it is. Thus, the correspondence between the image generation condition data (602) and the display condition data (601) is not lost.

表示対象属性名(614)についても同様に、表示対象属性(608)に格納されていた情報がそのまま引き継がれる。対象断面(611)は、当該画像生成条件データ(602)に基づいて生成される画像がどの面に貼り付けられるべきものであるかを指定するための情報である。実施例1では、画面に表示される断面はx軸、y軸、z軸のいずれかの軸に垂直な平面(つまりx=一定、y=一定、z=一定のいずれかの条件で特定される面)であるため、実施例1では対象断面(611)にはx=一定、y=一定、z=一定のいずれかが格納される。ただし、実施形態によっては様々な断面を表示させることがありうる(例えば、球面や円筒など)。その場合は各々に適した情報が格納される。指定位置(612)には、対象断面(611)で特定された面の値が格納される。一方表示範囲(613)には、対象断面で特定されなかった軸の表示範囲が格納される。   Similarly, for the display target attribute name (614), the information stored in the display target attribute (608) is inherited as it is. The target cross section (611) is information for designating which surface the image generated based on the image generation condition data (602) should be pasted. In the first embodiment, the cross section displayed on the screen is specified by a plane perpendicular to any of the x, y, and z axes (that is, x = constant, y = constant, z = constant). Therefore, in the first embodiment, x = constant, y = constant, z = constant is stored in the target cross section (611). However, various cross sections may be displayed depending on the embodiment (for example, a spherical surface or a cylinder). In that case, information suitable for each is stored. In the designated position (612), the value of the surface specified by the target cross section (611) is stored. On the other hand, the display range (613) stores the display range of the axis not specified in the target cross section.

実施例1においては、対象断面(611)、指定位置(612)及び表示範囲(613)に格納される情報は、表示条件データ(601)のX表示範囲(605)、Y表示範囲(606)、そしてZ表示範囲(607)の値から生成される。例えばこれらに50≦X≦150および5≦Y≦15が設定されているときは、xの条件による断面はx=50の面とx=150の面、yの条件による断面はy=5およびy=15の面、zは条件がないため最大・最小値を条件と指定したこととなる。   In the first embodiment, the information stored in the target section (611), the specified position (612), and the display range (613) are the X display range (605) and the Y display range (606) of the display condition data (601). , And the value of the Z display range (607). For example, when 50 ≦ X ≦ 150 and 5 ≦ Y ≦ 15 are set in these, the cross section by the condition of x is the plane of x = 50 and the plane of x = 150, the cross section by the condition of y is y = 5 and Since the surface of y = 15, z has no condition, the maximum and minimum values are specified as conditions.

したがってこの表示条件データ(601)からは、対象断面(611)がx=一定、指定位置(612)がx=50、表示範囲(613)が5≦y≦15の画像生成条件データ(602)と、対象断面(611)がx=一定、指定位置(612)がx=150、表示範囲(613)が5≦y≦15の画像生成条件データ(602)が、また対象断面(611)がy=一定、指定位置(612)がy=5、表示範囲(613)が50≦X≦150の画像生成条件データ(602)と、対象断面(611)がy=一定、指定位置(612)がy=15、表示範囲(613)が50≦x≦150の画像生成条件データ(602)が生成される。   Therefore, from this display condition data (601), the target cross section (611) is x = constant, the specified position (612) is x = 50, and the display range (613) is 5 ≦ y ≦ 15. The target cross section (611) is x = constant, the specified position (612) is x = 150, the display range (613) is 5 ≦ y ≦ 15, and the target cross section (611) is Image generation condition data (602) where y = constant, designated position (612) is y = 5, display range (613) is 50 ≦ X ≦ 150, and target cross section (611) is y = constant, designated position (612) Is y = 15 and the display range (613) is 50 ≦ x ≦ 150, image generation condition data (602) is generated.

zの条件については特に指定されていないため、対象断面(611)がz=一定、表示範囲(613)が50≦x≦150および5≦y≦15の画像生成条件データ(602)が2つ生成される(具体的には、指定位置(612)がz=Zmin(z軸の最小値)、z= Zmax(z軸の最大値)である、二つの画像生成条件データ(602)が生成される)。すべてあわせると、6つの画像生成条件データ(602)が生成されることとなる。   Since the condition of z is not particularly specified, there are two image generation condition data (602) in which the target cross section (611) is z = constant, the display range (613) is 50 ≦ x ≦ 150 and 5 ≦ y ≦ 15. Two image generation condition data (602) is generated (specifically, the specified position (612) is z = Zmin (minimum value of z-axis) and z = Zmax (maximum value of z-axis)) ) When all are combined, six image generation condition data (602) are generated.

図7に検索条件生成処理(402)の手順を示す。検索条件生成処理(402)では、画像生成部(102)が表示情報送受信部(103)から受け取った画像生成条件データ(602)をもとに、検索条件文を生成する(701)。一般的に、データベースシステムにおける検索要求はSQL等の特定言語で記述されるが、この処理では検索条件文として、画像生成条件データ(602)で指定されている条件に該当するデータ(後述する物理量データ(901))を検索するためのSQL文等が生成される。ここで生成された検索条件文は時空間検索部(104)に送付される(702)。   FIG. 7 shows the procedure of the search condition generation process (402). In the search condition generation process (402), the image generation unit (102) generates a search condition sentence based on the image generation condition data (602) received from the display information transmission / reception unit (103) (701). In general, a search request in a database system is described in a specific language such as SQL. In this process, as a search condition statement, data corresponding to a condition specified in the image generation condition data (602) (a physical quantity described later) An SQL sentence or the like for searching for data (901) is generated. The search condition sentence generated here is sent to the spatiotemporal search unit (104) (702).

図8に時空間検索処理(403)の手順を示す。時空間検索処理(403)は複雑な条件文を処理する場合に検索条件文を加工するための処理であるが、実施例1では単純に、時空間検索部(104)は検索条件文を時空間DB(105)に送付し(801)、その結果を受け取る(802)だけでよい。あるいは時空間検索部(104)は、処理を高速化するための最適化を行ってもよい。   FIG. 8 shows the procedure of the spatio-temporal search process (403). The spatio-temporal search process (403) is a process for processing a search condition sentence when processing a complicated conditional sentence, but in the first embodiment, the spatio-temporal search unit (104) simply converts the search condition sentence to a time. It is only necessary to send (801) to the space DB (105) and receive the result (802). Alternatively, the spatiotemporal search unit (104) may perform optimization for speeding up the processing.

図9に時空間DB(105)に格納されている物理量データ(901)の構成を示す。物理量データ(901)は本システムが扱う対象となるデータの本体であり、科学計算や実験の結果が格納されている。   FIG. 9 shows the configuration of the physical quantity data (901) stored in the space-time DB (105). Physical quantity data (901) is the main body of data to be handled by this system, and stores the results of scientific calculations and experiments.

科学データID(902)はある一連のデータに振られた一意の識別子である。例えば、時空間DB(105)に物理量データ(901)が登録される際に、実験の試行や、数値計算の開始から終了までの一連の動作など、科学データを区切る単位ごとに一意の値が付与される。言葉を変えると、同一の科学データID(902)をもつデータを集めることにより、元の科学データが復元できる。なお、この科学データID(902)は対象データID(604)と対応づいており、対象データID(604)を指定することは科学データID(902)を指定することと等価である(より具体的には、対象データID(604)として科学データID(902)そのものが用いられてもよい)。   The scientific data ID (902) is a unique identifier assigned to a series of data. For example, when physical quantity data (901) is registered in the spatio-temporal DB (105), a unique value is assigned to each unit that separates scientific data, such as a series of operations from the start of experiment to the end of numerical calculation. Is granted. In other words, the original scientific data can be restored by collecting data having the same scientific data ID (902). This scientific data ID (902) is associated with the target data ID (604), and specifying the target data ID (604) is equivalent to specifying the scientific data ID (902) (more specifically, Specifically, the scientific data ID (902) itself may be used as the target data ID (604)).

物理量(906)は科学データの実体となる単数ないし複数の物理量であり、たとえば温度、エネルギー、密度、磁化や、波動関数の値や流体の流速、電場など様々なものが格納されうる。X(903),Y(904),Z(905)には、物理量(906)が計測された(または算出された)位置の座標値が格納されている。1つの物理量データ(901)の中には、複数種類の物理量が格納されてもよい。複数種類の物理量が格納されている場合、画像生成時には表示対象属性名(614)で指定されている種類の物理量が選択され、選択された物理量が画像として表示される。本明細書では、この選択された物理量のことを「属性値」と呼ぶことがある。   The physical quantity (906) is one or a plurality of physical quantities that are the substance of scientific data, and can store various things such as temperature, energy, density, magnetization, wave function value, fluid flow velocity, and electric field. In X (903), Y (904), and Z (905), the coordinate value of the position where the physical quantity (906) is measured (or calculated) is stored. One physical quantity data (901) may store a plurality of types of physical quantities. When multiple types of physical quantities are stored, the physical quantity of the type specified by the display target attribute name (614) is selected at the time of image generation, and the selected physical quantities are displayed as an image. In this specification, this selected physical quantity may be referred to as an “attribute value”.

時空間DB(105)はこのデータに対し、検索条件文で指定されている検索を行い、その結果を時空間検索部(104)に返すように構成されている。図10にこの検索についての模式図(簡単のため2次元化した)を示す。図中の破線(1001)が格子を意味しており、時空間DB(105)には破線(1001)同士の交点に該当する座標と、その座標において、実験により測定された(または数値計算などで算出された)物理量(906)が格納されている。   The spatio-temporal DB (105) is configured to perform a search specified in the search condition sentence on this data and return the result to the spatio-temporal search unit (104). FIG. 10 shows a schematic diagram of this search (two-dimensionalized for simplicity). The dashed line (1001) in the figure means a grid, and the space-time DB (105) has coordinates that correspond to the intersections of the dashed lines (1001) and measured by experiments at those coordinates (or numerical calculations, etc.) The physical quantity (906) calculated in (1) is stored.

実施例1では、このデータに対し、太線(1002),(1003),(1004),(1005)で示されたx、y、zに関する条件で検索が行われる。例えば(1002),(1003)はz=一定の条件を意味することとなるが、実際に検索により抽出されるべき座標は、太線(1002),(1003)上の格子のうち、yの範囲(太線(1004)と(1005))で挟まれた線分(1006)の上に位置する格子の座標となる。   In the first embodiment, this data is searched under conditions regarding x, y, and z indicated by thick lines (1002), (1003), (1004), and (1005). For example, (1002) and (1003) mean z = constant condition, but the coordinates that should actually be extracted by the search are the range of y in the grids on the thick lines (1002) and (1003) The coordinates of the grid located on the line segment (1006) sandwiched between (thick lines (1004) and (1005)).

なお、本図は簡単のため2次元で記載したが、実際には3次元のためxの条件でも挟まれるため、y軸の範囲とx軸の範囲によって囲まれた面上に位置する格子の座標が検索対象データになる。この検索は、多数のデータに対する検索となるため、一般的に長い処理時間を要することになる。そこで、登録部(106)は、時空間DB(105)に物理量データ(901)を登録する際に、x座標の値、y座標の値、そしてz座標の値をキーとする索引をそれぞれ構築する。これにより時空間DB(105)は、たとえばz=a(aは定数)のが指定された場合、索引を参照することにより、z=aの物理量データ(901)の物理格納位置(記憶装置(207)上のアドレス等)を直接特定できる。つまり時空間DB(105)は、記憶装置(207)上の全データを読み出すことなく、z=aの物理量データ(901)だけを読み出すことができる。   Note that this figure is shown in two dimensions for simplicity, but since it is actually three-dimensional and is sandwiched by the x condition, the grids located on the plane surrounded by the y-axis range and the x-axis range Coordinates become search target data. Since this search is a search for a large number of data, a long processing time is generally required. Therefore, when registering the physical quantity data (901) in the spatio-temporal DB (105), the registration unit (106) builds an index with the x-coordinate value, the y-coordinate value, and the z-coordinate value as keys. To do. Thus, for example, when z = a (a is a constant) is designated, the spatio-temporal DB (105) refers to the index to search the physical storage location (storage device (901) of the physical quantity data (901) of z = a. 207) The above address etc.) can be directly specified. That is, the spatio-temporal DB (105) can read only the physical quantity data (901) of z = a without reading all the data on the storage device (207).

検索結果は図11(1101)に示すように、物理量データ(901)と同様の構成で、ただしデータが表示対象になりうるもののみ限定されたものが得られることになる。   As shown in FIG. 11 (1101), the search result has the same configuration as the physical quantity data (901), but only the data that can be displayed is limited.

画像生成部(102)は、この検索結果を受け取り、検索条件生成処理(402)で受け取った画像生成条件データ(602)と対応付けて、画像生成処理(404)を実行する。この手順を図12に示す。   The image generation unit (102) receives the search result and executes the image generation process (404) in association with the image generation condition data (602) received in the search condition generation process (402). This procedure is shown in FIG.

画像生成部(102)は検索結果(1101)の物理量(1102)の中から、表示対象属性名(614)に合致するものを選定し、所定のルールに基づいて色情報に変換し(値の異なるものは他の色を用いる、値の大きさに応じて濃さを変える、など)、画像データを生成する(1201)。ここで生成される画像データのフォーマットは、たとえばBMPフォーマットなどの公知のフォーマットでよい。生成された画像データは、表示情報送受信部(103)に受け渡される(1202)。   The image generation unit (102) selects the physical quantity (1102) of the search result (1101) that matches the display target attribute name (614), converts it to color information based on a predetermined rule (value value) For different ones, other colors are used, or the density is changed according to the magnitude of the value), and image data is generated (1201). The format of the image data generated here may be a known format such as a BMP format. The generated image data is transferred to the display information transmitting / receiving unit (103) (1202).

図13に表示更新処理(405)を示す。この処理では、まず表示情報送受信部(103)が前記の画像生成処理(404)で生成された画像データを受け取り(1301)、3D表示部(113)に送信する処理を行う。   FIG. 13 shows the display update process (405). In this process, first, the display information transmission / reception unit (103) receives the image data generated in the image generation process (404) (1301) and transmits it to the 3D display unit (113).

表示情報送受信部(103)が3D表示部(113)に画像データを送信する際に用いる表示用画像データ(1401)の構成を図14に示す。前記の通り、データベースサーバ(101)はクライアントコンピュータ(111)から受け取った表示条件データ(601)から複数の画像生成条件データ(602)を生成し、各画像生成条件データ(602)に対応する画像を生成する。これらの画像はそれぞれ複数の画像生成条件データ(602)のいずれかに対応しているため、結果的には表示条件データ(601)一つに対して複数の画像が対応づくこともありえる。表示用画像データ(1401)はこの画像一つ一つに相当するデータである。したがって、表示条件データ(601)に対する応答は複数の表示用画像データ(1401)からなることがある。   FIG. 14 shows the configuration of display image data (1401) used when the display information transmitting / receiving unit (103) transmits image data to the 3D display unit (113). As described above, the database server (101) generates a plurality of image generation condition data (602) from the display condition data (601) received from the client computer (111), and an image corresponding to each image generation condition data (602). Is generated. Each of these images corresponds to one of the plurality of image generation condition data (602). As a result, a plurality of images may correspond to one display condition data (601). Display image data (1401) is data corresponding to each image. Therefore, the response to the display condition data (601) may consist of a plurality of display image data (1401).

表示用画像データ(1401)には、表示条件ID(1402)が付与されており、それぞれの表示用画像データ(1401)がどの表示条件データ(601)に対応するかが表示条件ID(603または610)との比較によって判別できる。   The display image data (1401) is assigned a display condition ID (1402), and which display condition data (601) corresponds to each display image data (1401) is indicated by a display condition ID (603 or 610).

対象断面(1403)、指定位置(1404)についてはその画像の生成時の元となった画像生成条件データ(602)の情報が格納されており、それぞれ(611)、(612)が引き継がれている。(1201)で生成された画像データは画像(1405)に格納される。なお、表示画面の属性表示ウインドウ(309)への属性値の表示が行われる場合には、画像の画素夫々に対応する属性値(1406)も、表示用画像データ(1401)に付与される。   For the target cross section (1403) and the specified position (1404), the information of the image generation condition data (602) that is the source when generating the image is stored, and (611) and (612) are inherited respectively. Yes. The image data generated in (1201) is stored in the image (1405). When the attribute value is displayed on the attribute display window (309) of the display screen, the attribute value (1406) corresponding to each pixel of the image is also given to the display image data (1401).

複数の表示用画像データ(1401)のうち、一連のもの(表示条件ID(1402)が共通のもの)を束ねたものがクライアントコンピュータ(111)の3D表示部(113)に送信される(1302)。3D表示部(113)はそれを受け取り(1304)、画面に反映する(1305)。画面への反映にあたっては、受け取った画像を単一直方体の対応する面に貼り付ける公知のテクスチャマッピングの方法を適用することで、非力なクライアントコンピュータ(111)であっても、軽快な動作が可能となる。   Among a plurality of display image data (1401), a bundle of a series of data (same display condition ID (1402)) is transmitted to the 3D display unit (113) of the client computer (111) (1302). ). The 3D display unit (113) receives it (1304) and reflects it on the screen (1305). By applying a known texture mapping method that pastes the received image on the corresponding surface of a single rectangular parallelepiped when reflecting on the screen, even a powerless client computer (111) can be operated lightly. It becomes.

実施例1に係る科学データ分析システムは、以上の処理を行うので、画面に表示されるデータのみが記憶装置(207)から読み出され、また画面表示に必要なデータだけがデータベースサーバ(101)からクライアントコンピュータ(111)へと送信される。つまり実施例1に係る科学データ分析システムは科学データ全体を送受信する必要がないため、データベースサーバ(101)とクライアントコンピュータ(111)の間の通信量を削減でき、また、クライアントコンピュータ(111)上での動作を軽快にすることができる。また、このような軽快さを実現するにあたっては、通常、表示範囲等を変更することをできないようにすることで高速化が図られることが多いが、実施例1では表示する断面を変更するなどの処理を画面上で簡単、高速に行える利点がある。   Since the scientific data analysis system according to the first embodiment performs the above processing, only data displayed on the screen is read from the storage device (207), and only data necessary for screen display is stored in the database server (101). To the client computer (111). That is, since the scientific data analysis system according to the first embodiment does not need to transmit and receive the entire scientific data, the communication amount between the database server (101) and the client computer (111) can be reduced, and the client computer (111) The operation at can be made light. Further, in order to realize such a lightness, the speed is often increased by making it impossible to change the display range or the like, but in the first embodiment, the displayed cross section is changed. There is an advantage that the process can be easily and quickly performed on the screen.

続いて実施例2に係る科学データ分析システムについて説明する。実施例2に係る科学データ分析システムのハードウェア構成は、実施例1に係る科学データ分析システムと同じであるため、図示は略す。   Next, a scientific data analysis system according to the second embodiment will be described. Since the hardware configuration of the scientific data analysis system according to the second embodiment is the same as that of the scientific data analysis system according to the first embodiment, illustration is omitted.

図15に実施例2に係る科学データ分析システムにおける、Webブラウザ(112)の表示画面(300’)の例を示す。実施例1に係るWebブラウザ(112)では、x軸、y軸、z軸のいずれかに対して垂直な切断面を可視化可能であった。一方実施例2に係るWebブラウザ(112)では、切断面が斜めであってもよい点が、実施例1に係る科学データ分析システムと異なる。   FIG. 15 shows an example of a display screen (300 ') of the web browser (112) in the scientific data analysis system according to the second embodiment. In the web browser (112) according to the first embodiment, a cut surface perpendicular to any of the x axis, the y axis, and the z axis can be visualized. On the other hand, the Web browser 112 according to the second embodiment is different from the scientific data analysis system according to the first embodiment in that the cut surface may be oblique.

ユーザが切断面を指定する時、表示画面(300’)上でカーソル(302)を用いて切断面をドラッグすることで、切断面の向きを調整可能である。入力された切断面は画面上に面(1501)として表示され、それをドラッグするとその位置や傾斜を変更することができる。ユーザが切断面を指定し、更新ボタン(1502)を押下することによって、その結果が画面に反映される点は、実施例1と同様である。   When the user designates a cutting plane, the direction of the cutting plane can be adjusted by dragging the cutting plane using the cursor (302) on the display screen (300 '). The input cut plane is displayed as a plane (1501) on the screen, and its position and inclination can be changed by dragging it. Similar to the first embodiment, when the user designates a cutting plane and presses the update button (1502), the result is reflected on the screen.

なお、切断面の指定方法には、上で述べた方法以外のものが用いられてもよい。たとえば平面は以下に述べる(式1)のような数式で表現可能である。そのためWebブラウザ(112)(の表示条件設定部(114))は、ユーザが切断面を表す数式を入力可能なインタフェースを提供できるように構成されていてもよい。   Note that a method other than the method described above may be used as the method for specifying the cut surface. For example, the plane can be expressed by a mathematical expression such as (Equation 1) described below. Therefore, the Web browser (112) (the display condition setting unit (114) thereof) may be configured to provide an interface through which a user can input a mathematical expression representing a cut surface.

また、実施例2に係る科学データ分析システムでは、実施例1で説明したような断面(x軸、y軸、z軸のいずれかに対して垂直な切断面)も可視化可能である。しかし以下では説明が複雑になることを避けるため、x軸、y軸、z軸のいずれかに対して垂直な切断面はユーザからは指定されず、ユーザは(式1)で表現される平面を1つだけ切断面として指定する場合の例を説明する。この場合Webブラウザ(112)の表示画面(300’)には、x=Xmin、x= Xmax、y= Ymin、y= Ymax、z= Zmin、z= Zmaxの式で特定される平面(実施例1で説明した、x軸、y軸、z軸の何れかに垂直な面)と、(式1)で表現される平面が、切断面として表示される。また、以下の説明では、(式1)で表現される平面による断面を、「斜めの断面」または「斜め切断面」と呼ぶ。   Further, in the scientific data analysis system according to the second embodiment, a cross section (cut plane perpendicular to any of the x axis, the y axis, and the z axis) as described in the first embodiment can be visualized. However, in order to avoid complicated description below, the cutting plane perpendicular to any of the x-axis, y-axis, and z-axis is not specified by the user, and the user is a plane expressed by (Equation 1). An example in which only one is designated as a cut surface will be described. In this case, the display screen (300 ′) of the web browser (112) has a plane specified by the formulas x = Xmin, x = Xmax, y = Ymin, y = Ymax, z = Zmin, z = Zmax (Example) A plane perpendicular to any of the x-axis, y-axis, and z-axis described in 1) and a plane expressed by (Expression 1) are displayed as cut planes. In the following description, a cross section by a plane expressed by (Expression 1) is referred to as an “oblique cross section” or an “oblique cut surface”.

更新ボタン(1502)押下後は、実施例1の手順(400)と同様の処理が実行される。ただし実施例2では、表示条件送受信処理(401)によってクライアントコンピュータ(111)とデータベースサーバ(101)の間で送受信される表示条件データの内容が、実施例1で説明したものとは異なる。図16に実施例2の表示条件データ(1601)を示す。表示条件データ(1601)は、実施例1と同様の表示条件ID(1603)、表示対象属性(1605)を含むが、断面式(1604)を含む点が異なる。実施例1では、x軸、y軸、z軸のいずれかに直交する平面のみが断面として指定可能であったため、それに適した切断面の形式が記録されていたが、実施例2では斜め方向も記述できるように、数式の情報が断面式(1604)に格納される。具体的には
ax+by+cz=1 (式1)
(ただし係数a,b,cのうち少なくとも2つの係数は、ゼロでない値である)
によって平面が同定できることから、断面式(1604)には、(式1)の3つの係数a,b,cの値が格納される。
After the update button (1502) is pressed, the same processing as the procedure (400) of the first embodiment is executed. However, in the second embodiment, the contents of display condition data transmitted and received between the client computer (111) and the database server (101) by the display condition transmission / reception process (401) are different from those described in the first embodiment. FIG. 16 shows the display condition data (1601) of the second embodiment. The display condition data (1601) includes the same display condition ID (1603) and display target attribute (1605) as in the first embodiment, but differs in that it includes a cross-section formula (1604). In Example 1, since only a plane orthogonal to any of the x-axis, y-axis, and z-axis can be designated as a cross section, the type of the cut surface suitable for it was recorded. Information of the mathematical formula is stored in the cross-sectional formula (1604). In particular
ax + by + cz = 1 (Formula 1)
(However, at least two of the coefficients a, b, and c are non-zero values)
Since the plane can be identified by the equation (1604), the values of the three coefficients a, b, and c in (Expression 1) are stored in the cross-sectional expression (1604).

また、この表示条件データ(1601)から生成される画像生成条件データ(1602)も実施例1の画像生成条件データ(602)とは異なる。画像生成条件ID(1606)、表示条件ID(1607)は実施例1と同様であるが、対象断面式(1608)には表示条件データ(1601)の断面式(1604)の情報が格納される。実施例1では、表示条件データ(601)一つに対して6つの画像生成条件データ(602)が生成されていたが、実施例2では必ずしも6つとは限らない。たとえば、実施例1で説明したように、表示範囲としてx軸、y軸、z軸のそれぞれの範囲を指定され、さらに上に述べた(式1)で表現される平面が1つ、切断面として指定される場合、6つないし7つの画像生成条件データ(1602)が生成される。ただしユーザが、切断面として(式1)で表現される平面を複数設定できる場合には、それに応じてより多くの画像生成条件データ(1602)が生成される。   The image generation condition data (1602) generated from the display condition data (1601) is also different from the image generation condition data (602) of the first embodiment. The image generation condition ID (1606) and the display condition ID (1607) are the same as those in the first embodiment, but the target cross section formula (1608) stores information on the cross section formula (1604) of the display condition data (1601). . In the first embodiment, six image generation condition data (602) are generated for one display condition data (601). However, in the second embodiment, the number is not necessarily six. For example, as described in the first embodiment, each of the x-axis, y-axis, and z-axis ranges is designated as the display range, and there is one plane expressed by (Equation 1) described above. 6 to 7 image generation condition data (1602) are generated. However, if the user can set a plurality of planes expressed by (Equation 1) as the cut plane, more image generation condition data (1602) is generated accordingly.

画像生成条件データ(1602)を受け取った画像生成部(102)は、実施例1と同様に検索条件文を構築し、時空間検索部(104)に引き渡す。すると、検索条件文を受け取った時空間検索部(104)は、時空間検索処理(403)を実行する。なお、x軸、y軸、z軸の何れかに垂直な面への画像表示手順は、実施例1で説明したものと同じであるため、以下では主に、斜め切断面への画像表示手順を説明し、x軸、y軸、z軸の何れかに垂直な面への画像表示方法の説明は略す。   The image generation unit (102) that has received the image generation condition data (1602) constructs a search condition sentence in the same manner as in the first embodiment, and delivers it to the space-time search unit (104). Then, the spatiotemporal search unit (104) that has received the search condition statement executes a spatiotemporal search process (403). Since the image display procedure on the plane perpendicular to any of the x-axis, y-axis, and z-axis is the same as that described in the first embodiment, the image display procedure on the oblique cut plane is mainly described below. The description of the image display method on a plane perpendicular to any of the x-axis, y-axis, and z-axis will be omitted.

実施例2における時空間検索処理(403)を図17に示す。実施例2に係る時空間検索部(104)は、斜めの断面上の座標に定義されている物理量の検索を行う必要があるが、斜めの断面上の座標の物理量データが必ずしも時空間DB(105)に格納されている保証はない。そのため時空間検索部(104)は、斜め切断面上の座標の近傍に位置する座標の物理量データを検索する必要があるが、これは単純なB−Tree等では処理時間がかかるという問題がある。   FIG. 17 shows the spatio-temporal search process (403) in the second embodiment. The spatio-temporal retrieval unit (104) according to the second embodiment needs to retrieve a physical quantity defined by coordinates on an oblique section, but the physical quantity data of coordinates on the oblique section is not necessarily stored in the spatio-temporal DB ( There is no guarantee stored in 105). For this reason, the spatio-temporal search unit (104) needs to search for physical quantity data of coordinates located in the vicinity of the coordinates on the oblique cut plane, but this has a problem that processing time is required for a simple B-Tree or the like. .

そのため、実施例2に係る科学データ分析システムでは、時空間DB(105)に格納する物理量データに時空間コードと呼ばれる区画番号を付与して格納する。そして時空間検索処理(403)では、時空間コードを用いた検索を行う。この時空間コードは、空間を一定の幅の区画に区切ることにより生成される領域に割り振ったコード値である。空間を一定の幅の区画に区切ることにより生成される領域のことを、「時空間分割領域」と呼ぶ。   Therefore, in the scientific data analysis system according to the second embodiment, the physical quantity data stored in the spatiotemporal DB (105) is assigned with a partition number called a spatiotemporal code and stored. In the spatiotemporal search process (403), a search using a spatiotemporal code is performed. The spatiotemporal code is a code value assigned to an area generated by dividing a space into sections having a certain width. An area generated by dividing a space into sections having a certain width is referred to as a “time-space division area”.

図18に実施例2における時空間DB(105)が格納する物理量データ(1801)を示す。物理量データ(1801)には、時空間DB(105)に登録される際に前記の時空間コード(1802)が付与される。物理量データ(1801)に含まれるそれ以外の情報(科学データID(902)、x(903)、y(904)、z(905)、物理量(906))は、実施例1で説明した物理量データ(901)と同じである。検索時には、時空間コード(1802)を条件に含めて検索を行うことにより、候補の絞込みが高速に行え、処理が高速になるという利点がある。   FIG. 18 shows physical quantity data (1801) stored in the spatiotemporal DB (105) in the second embodiment. The physical quantity data (1801) is given the spatio-temporal code (1802) when it is registered in the spatiotemporal DB (105). The other information (scientific data ID (902), x (903), y (904), z (905), physical quantity (906)) included in the physical quantity data (1801) is the physical quantity data described in the first embodiment. Same as (901). At the time of searching, by performing a search including the space-time code (1802) as a condition, there is an advantage that candidates can be narrowed down at a high speed and the processing speed is increased.

図21を用いて、座標空間上領域と、この座標空間上領域に割り当てられる時空間コードとの関係を概説する。なお、説明の簡単化のため、二次元空間の座標系(たとえばxy座標系)を用いて説明する。本実施例に係る時空間DB(105)は、図21中の水平な破線(2802)と垂直な破線(2801)との交点(図21中の黒丸部分。本明細書ではこれを格子点と呼ぶこともある)の座標ごとに物理量データ(1801)が格納されている。なお、複数の破線(2801または2802)同士の間隔は水平方向(x軸方向)、垂直方向(y軸方向)ともに0.5とし、図21に記載の例では、一番左下の格子点の座標は(0.25, 0.25)、一番右上の格子点の座標は(3.75, 3.75)とする。   The relationship between the area on the coordinate space and the spatio-temporal code assigned to the area on the coordinate space will be outlined with reference to FIG. For simplification of description, the description will be made using a two-dimensional space coordinate system (for example, xy coordinate system). The spatio-temporal DB (105) according to the present embodiment is an intersection of a horizontal broken line (2802) and a vertical broken line (2801) in FIG. 21 (black circle part in FIG. 21. In this specification, this is a grid point. Physical quantity data (1801) is stored for each coordinate. Note that the interval between the plurality of broken lines (2801 or 2802) is 0.5 in both the horizontal direction (x-axis direction) and the vertical direction (y-axis direction). In the example shown in FIG. (0.25, 0.25), the coordinates of the upper right grid point are (3.75, 3.75).

一方、太線で囲まれた領域が時空間分割領域である。図21の例では、時空間分割領域の幅と高さはいずれも1とする。各時空間分割領域の左隅に記載されている4桁の数値(2進数表記)が時空間コードである。図21の例では、左下の時空間分割領域の時空間コードを0000としてあり、時空間コードの上位2桁には、図21に示された二次元空間上領域を4分割した枠の左下、右下、左上、右上が上位の2桁に相当し、それぞれ0000、0100、1000、1100台のコードが各4分割の枠内に存在する区画に付与される。同様に各枠内を4分割すると、例えば右上の枠内では、左下、右下、左上、右上では、1000、1001、1010、1011がそれぞれ割り振られる。   On the other hand, a region surrounded by a thick line is a spatio-temporal division region. In the example of FIG. 21, the width and height of the spatiotemporal division region are both 1. A 4-digit numerical value (in binary notation) written in the left corner of each space-time division region is a space-time code. In the example of FIG. 21, the space-time code of the space-time division area in the lower left is set to 0000, and the upper two digits of the space-time code have the lower left of the frame obtained by dividing the area in the two-dimensional space shown in FIG. The lower right, upper left, and upper right correspond to the upper two digits, and codes of 0000, 0100, 1000, and 1100 are assigned to the sections existing in each quadrant frame. Similarly, when each frame is divided into four, for example, in the upper right frame, 1000, 1001, 1010, and 1011 are allocated in the lower left, lower right, upper left, and upper right, respectively.

図21に示された例では、1つの時空間分割領域に4つの格子点が存在する。たとえば時空間コードが0101の時空間分割領域(左下の座標値が(3,0)の領域)の中の4つの座標((3.25, 0.25), (3.75, 0.25), (3.25, 0.75), (3.75, 0.75))が格子点である。ただし1つの時空間分割領域に存在する格子点の数は4つより多くても(あるいは少なくても)よい。   In the example shown in FIG. 21, there are four lattice points in one spatio-temporal division region. For example, four coordinates ((3.25, 0.25), (3.75, 0.25), (3.25, 0.75), in the spatio-temporal division region (region where the coordinate value in the lower left is (3,0)) with space-time code 0101, (3.75, 0.75)) is the grid point. However, the number of grid points existing in one spatio-temporal division region may be more (or less) than four.

登録部(106)が時空間DB(105)に物理量データ(1801)を登録する際、座標値を用いて時空間コードを割り出す。図21に示された例の場合、時空間分割領域に割り当てられている時空間コードと、時空間分割領域の左下の座標値の間には、以下の関係がある。4桁の時空間コード(”pqrs”と表記する。p,q,r,sはいずれも0または1の値である)の中から、最左ビット(最上位ビット)と右から2番目のビットで構成される2桁の二進数”pr”は、時空間分割領域の左下のy座標値に等しい。一方4桁の時空間コードのうち、左から2番目のビットと最右ビット(最下位ビット)から構成される2桁の二進数”qs”は、時空間分割領域の左下のx座標値に等しい。   When the registration unit (106) registers the physical quantity data (1801) in the space-time DB (105), the space-time code is calculated using the coordinate values. In the case of the example shown in FIG. 21, the following relationship exists between the space-time code assigned to the space-time division region and the coordinate value at the lower left of the space-time division region. Of the four-digit space-time code (indicated as “pqrs”, p, q, r, and s are all 0 or 1), the leftmost bit (most significant bit) and the second from the right The 2-digit binary number “pr” composed of bits is equal to the y-coordinate value at the lower left of the space-time division region. On the other hand, of the 4-digit space-time code, the 2-digit binary number “qs” consisting of the second bit from the left and the rightmost bit (least significant bit) is the x-coordinate value at the lower left of the space-time division area. equal.

時空間分割領域に割り当てられている時空間コードと、時空間分割領域の左下の座標値の間にはこのような関係があるため、座標値からその座標が属する時空間分割領域に割り当てられている時空間コードは容易に算出可能である。ここでは二次元空間上領域における、座標値と時空間コードの関係を説明したが、三次元空間上領域においても、座標値から時空間コードを容易に算出できるように、座標値と時空間コードの関係を定義する事ができる。   Since there is such a relationship between the space-time code assigned to the space-time division area and the coordinate value at the lower left of the space-time division area, it is assigned from the coordinate value to the space-time division area to which the coordinate belongs. The space-time code can be easily calculated. Here, the relationship between the coordinate value and the spatio-temporal code in the area on the two-dimensional space has been described, but the coordinate value and the spatio-temporal code can also be calculated easily from the coordinate value in the area on the three-dimensional space. Can be defined.

また登録部(106)が時空間DB(105)に物理量データ(1801)を登録する際、時空間コード(1802)の同じ物理量データ(1801)を記憶装置(207)上の連続領域に格納する。さらに登録部(106)は、時空間コードをキーとする索引を作成する。具体的には登録部(106)は、ある時空間コードを有する物理量データ(1801)の格納されている、記憶装置(207)のアドレス範囲の情報を記録した索引を作成する。これにより検索時に時空間コードを検索キーとして指定されると、時空間DB(105)は記憶装置(207)内の全てのデータを読み出す必要はなく、指定された時空間コードが付与された物理量データ(1801)だけを記憶装置(207)から読み出すことができる。   When the registration unit (106) registers the physical quantity data (1801) in the spatiotemporal DB (105), the same physical quantity data (1801) of the spatiotemporal code (1802) is stored in a continuous area on the storage device (207). . Furthermore, the registration unit (106) creates an index using the space-time code as a key. Specifically, the registration unit (106) creates an index in which physical quantity data (1801) having a certain space-time code is stored and information on the address range of the storage device (207) is recorded. As a result, when the spatio-temporal code is specified as a search key during search, the spatio-temporal DB (105) does not need to read all the data in the storage device (207), and the physical quantity to which the specified spatio-temporal code is assigned Only data (1801) can be read from the storage device (207).

また登録部(106)は、時空間コード(1802)の小さい物理量データ(1801)から順に、記憶装置(207)にシーケンシャルに格納してもよい。このような格納態様が採用された場合、時空間DB(105)は、時空間コードが0000の物理量データ(1801)の格納されている記憶装置(207)の先頭アドレスだけを記憶しておけば、時空間DB(105)は指定された時空間コードが割り当てられた物理量データの記憶されているアドレスを容易に特定できる。   Further, the registration unit (106) may sequentially store the physical quantity data (1801) having the smallest space-time code (1802) in the storage device (207) in order. When such a storage mode is adopted, the spatio-temporal DB (105) stores only the start address of the storage device (207) in which the physical quantity data (1801) with a spatio-temporal code of 0000 is stored. The space-time DB (105) can easily specify the address where the physical quantity data to which the specified space-time code is assigned is stored.

斜め切断面が通過する時空間分割領域を特定する手順の概要を、図19に示す。図19(a)において、直方体(1901)の上を斜めに通る3つの辺(1900-1,1900-2,1900-3)から構成される面が、斜め切断面である。そして斜め切断面によって切断された直方体(1901)が表示対象である。斜め切断面が通る要素(物理量データ(1801)の1レコード)は、斜め切断面の外接直方体(1902)と接触する。逆に、直方体(1901)に含まれる座標のうち、斜め切断面の外接直方体(1902)に含まれない座標は、斜め切断面が通過しないことは明らかであるため、時空間検索部(104)が検索を行う時、斜め切断面の外接直方体(1902)の(8つの)頂点の座標値を求め、続いて求められた座標値の範囲をもとに、外接直方体に含まれる時空間分割領域の時空間コードを求めることで、読み出すべき時空間分割領域を特定する。これにより、読み出し対象の時空間分割領域を少なくできる。   FIG. 19 shows an outline of the procedure for specifying the spatio-temporal division region through which the oblique cut surface passes. In FIG. 19 (a), a plane formed by three sides (1900-1, 1900-2, 1900-3) passing diagonally above the rectangular parallelepiped (1901) is an oblique cut surface. And the rectangular parallelepiped (1901) cut | disconnected by the diagonal cut surface is a display object. The element (one record of the physical quantity data (1801)) through which the oblique cut surface passes contacts the circumscribed cuboid (1902) of the oblique cut surface. On the contrary, out of the coordinates included in the rectangular parallelepiped (1901), the coordinates that are not included in the circumscribed rectangular parallelepiped (1902) of the oblique cut surface are clear that the oblique cut surface does not pass, so the spatio-temporal search unit (104) Finds the coordinate values of the (8) vertices of the circumscribed cuboid (1902) of the oblique cut plane, and then, based on the range of the obtained coordinate values, the space-time division region included in the circumscribed cuboid The space-time division region to be read is specified by obtaining the space-time code. As a result, the space-time division area to be read can be reduced.

ただし、それでもなお、不必要な時空間分割領域が読み出されることがある。これを効率的にするためには、切断面を細かく分割する(1903)ことが有効である。図19のとおり、斜め切断面を、x軸、y軸、z軸の何れかに垂直な面によって細かく分割し、分割された斜め切断面ごとに外接直方体を求めると、読み出し対象のデータをより絞り込むことが可能になる。図19の例では、図19(a)に示された斜め切断面を、x軸に垂直な面で4分割し、またy軸に垂直な面で2分割した場合の例を示している。この場合、分割された斜め切断面ごとの外接直方体(1903)は、分割前(図19(a))の外接直方体(1902)よりも小さくなるため、読み出すべき時空間分割領域が少なくなる。たとえば図19(b)の、一点鎖線で囲まれた領域(1904)は、分割された斜め切断面ごとの外接直方体に含まれないため、読み出し不要と判断できる。このように分割することにより、読み出すべき時空間分割領域の量を削減でき、高速化に繋がる。なお、斜め切断面の分割数は、科学データ分析システムが自動的に決定してもよいし、ユーザが指定した数で分割するように構成されていてもよい。   However, an unnecessary space-time division region may still be read out. In order to make this efficient, it is effective to finely divide the cut surface (1903). As shown in FIG. 19, when the oblique cut surface is finely divided by a surface perpendicular to any of the x-axis, y-axis, and z-axis, and the circumscribed cuboid is obtained for each divided oblique cut surface, the data to be read is more It becomes possible to narrow down. In the example of FIG. 19, the oblique cut plane shown in FIG. 19 (a) is divided into four parts by a plane perpendicular to the x axis and divided into two parts by a plane perpendicular to the y axis. In this case, the circumscribed rectangular parallelepiped (1903) for each of the divided oblique cut planes is smaller than the circumscribed rectangular parallelepiped (1902) before the division (FIG. 19 (a)), so that the space-time division area to be read is reduced. For example, the region (1904) surrounded by the alternate long and short dash line in FIG. 19B is not included in the circumscribed cuboid for each of the divided oblique cut planes, so that it can be determined that reading is unnecessary. By dividing in this way, the amount of space-time division area to be read can be reduced, leading to higher speed. In addition, the scientific data analysis system may determine automatically the division | segmentation number of an oblique cut surface, and you may comprise so that it may divide | segment by the number designated by the user.

図20にその概念図を示す。ここでは簡単のため2次元面で表示した。太線で示された各要素をまとめた時空間分割領域には、時空間コード(2001)が付与されている。   FIG. 20 shows a conceptual diagram thereof. Here, it is displayed on a two-dimensional surface for simplicity. A spatio-temporal code (2001) is assigned to a spatio-temporal divided region in which the elements indicated by bold lines are grouped.

これに対し、斜め切断面(2002)が通るとする。図20において、一点鎖線で記載した矩形(2005)は、この斜め切断面(2002)の外接矩形である。この外接矩形(2005)を含む時空間分割領域のなかには、斜め切断面(2002)が交差しないものも含まれる(たとえば時空間コードが0010,1100,1101の時空間分割領域)。   On the other hand, it is assumed that an oblique cut surface (2002) passes. In FIG. 20, a rectangle (2005) indicated by a one-dot chain line is a circumscribed rectangle of the oblique cut surface (2002). Among the spatio-temporal divided regions including the circumscribed rectangle (2005), those that do not intersect with the oblique cutting plane (2002) are included (for example, spatio-temporal divided regions having spatio-temporal codes of 0010, 1100, and 1101).

ここで、この斜め切断面(2002)がちょうど本データの全体の中央で2分割されるとすると、左半分の外接矩形(2003)、右半分の外接矩形(2004)の2つの外接矩形が構築できる。このように、斜め切断面(2002)を分割して、分割された斜め切断面それぞれについて外接矩形を構築すると、たとえば時空間コードが1100,1101の時空間分割領域は外接矩形に含まれなくなり、不要なデータが読み出されにくくなる。この外接矩形のそれぞれについて、四隅の座標値の大小関係を判定すれば、どの区画と交差するかは容易に判定できる。   Here, if this diagonal cut surface (2002) is divided into two at the center of the entire data, two circumscribed rectangles are constructed: the left half circumscribed rectangle (2003) and the right half circumscribed rectangle (2004). it can. In this way, by dividing the oblique cut surface (2002) and constructing a circumscribed rectangle for each of the divided oblique cut surfaces, for example, the spatio-temporal divided regions with the spatiotemporal codes of 1100 and 1101 are not included in the circumscribed rectangle, Unnecessary data is difficult to read. For each circumscribed rectangle, by determining the magnitude relationship between the coordinate values of the four corners, it is possible to easily determine which section intersects.

ここで、斜め切断面になりうる要素が持ちうる時空間コードは、外接矩形(2003)と外接矩形(2004)が交差する区画の時空間コードのいずれかと一致するはずである。したがって、外接矩形(2003)と外接矩形(2004)が交差する区画の時空間コードを検索条件文の条件に追加することにより、不要な区画に含まれる要素との判定を省略でき、結果的に高速に処理ができる。   Here, the spatio-temporal code that an element that can be an oblique cut plane can have should match one of the spatio-temporal codes of the section where the circumscribed rectangle (2003) and circumscribed rectangle (2004) intersect. Therefore, by adding the spatiotemporal code of the section where the circumscribed rectangle (2003) and circumscribed rectangle (2004) intersect to the condition of the search condition statement, it is possible to omit the determination of elements included in unnecessary sections. High-speed processing is possible.

図17の説明に戻る。時空間検索部(104)は検索条件文の条件(斜め切断面を指定している条件)を、分割された斜め切断面を特定する複数の検索条件文に書き換え(1701)、上で述べた要領(外接直方体(外接矩形)に含まれる時空間分割領域の時空間コードを求める)で、書き替えた複数の条件をさらに時空間コードを用いた条件に変換して時空間DB(105)に送信する(1702)。それぞれの条件について、時空間DB(105)から検索結果を受け取ると(1703)、時空間検索部(104)はそれぞれの結果を統合し(1704)、画像生成部へ統合したデータを返送する。   Returning to the description of FIG. The spatio-temporal search unit (104) rewrites the conditions of the search condition sentence (conditions specifying the oblique cut plane) into a plurality of search condition sentences that specify the divided oblique cut planes (1701), as described above. In the same way (determining the spatio-temporal code of the spatio-temporal divided area included in the circumscribed cuboid (circumscribed rectangle)), the rewritten multiple conditions are further converted into the conditions using the spatio-temporal code to the spatio-temporal DB (105) Send (1702). When a search result is received from the spatiotemporal DB (105) for each condition (1703), the spatiotemporal search unit (104) integrates the respective results (1704) and returns the integrated data to the image generation unit.

時空間検索部(104)で生成されたデータを受け取った画像生成部(102)は、受け取ったデータを一旦DRAM(208)に記憶し、DRAM(208)に記憶したデータをもとに断面画像を生成し、表示情報送受信部(103)へ返答する。図21を用いて、この画像生成の方法の概念を説明する。まず、実施例2に係る画像生成部(102)による、各座標の色の決定方法を説明する。図21において、細い実線で記載された正方形(各格子点を中心とし、一辺の長さが0.5の正方形)のことを「格子領域」と呼ぶこととする(たとえば図21において、格子点(2804)を含む格子領域は、3.5≦x<4, 1≦y<1.5の範囲の正方形である)。   The image generation unit (102) that has received the data generated by the spatiotemporal search unit (104) temporarily stores the received data in the DRAM (208), and the cross-sectional image based on the data stored in the DRAM (208) Is sent back to the display information transmission / reception unit (103). The concept of this image generation method will be described with reference to FIG. First, a method for determining the color of each coordinate by the image generation unit (102) according to the second embodiment will be described. In FIG. 21, a square described by a thin solid line (a square having a center of each lattice point and a side length of 0.5) is referred to as a “lattice region” (for example, in FIG. 21, the lattice point (2804 ) Includes squares in the range of 3.5 ≦ x <4, 1 ≦ y <1.5).

実施例2に係る画像生成部(102)は、斜め切断面(2803)上の各点の座標の色(画素値)を決定する必要があるが、以下の方法で色情報を求める。図21において、斜め切断面(2803)上の点(2805)の色を決定する場合の例を説明する。図21の点(2805)は、格子点(2804)を含む格子領域を通過する。この場合画像生成部(102)は、点(2805)の物理量がこの点(2805)が含まれる格子領域の格子点(2804)の物理量と同じと見做して、色を決定する。つまり格子点(2804)を含む格子領域上の全ての座標の物理量は同じとみなされる。   The image generation unit (102) according to the second embodiment needs to determine the color (pixel value) of the coordinates of each point on the oblique cut surface (2803), and obtains color information by the following method. In FIG. 21, an example of determining the color of the point (2805) on the oblique cut surface (2803) will be described. The point (2805) in FIG. 21 passes through the lattice region including the lattice point (2804). In this case, the image generation unit (102) determines that the physical quantity of the point (2805) is the same as the physical quantity of the lattice point (2804) of the lattice area including the point (2805), and determines the color. That is, the physical quantities of all coordinates on the lattice area including the lattice point (2804) are regarded as the same.

以上の方法で画像生成部(102)は、斜め切断面(2803)上の各点(2805等)の座標の色を決定する。まず画像生成部(102)は、斜め切断面(2803)上で、色(画素値)を決定すべき点を抽出する。たとえば画像生成部(102)は、斜め切断面(2803)の点のうち、x座標の値が0.1の整数倍の座標を選択する等の方法で、一定間隔で点を選択するとよい。続いて画像生成部(102)は、選択した点が通過する格子領域に含まれる格子点の座標を特定する。格子点の物理量データ(1801)は、先の処理(時空間検索処理(403))で記憶装置(207)からDRAM(208)に読み出されているため、画像生成部(102)はDRAM(208)上の複数の物理量データ(1801)の中から、特定された格子点の物理量データ(1801)を探しだし、物理量(906)を特定する。そして画像生成部(102)は特定された格子点の物理量の値を色情報に変換することで、斜め切断面上の点の色を決定する。   With the above method, the image generation unit (102) determines the color of the coordinates of each point (2805, etc.) on the oblique cut surface (2803). First, the image generation unit (102) extracts points on which the color (pixel value) should be determined on the oblique cut surface (2803). For example, the image generation unit (102) may select the points at regular intervals by selecting a coordinate whose x coordinate value is an integer multiple of 0.1 among the points on the oblique cut surface (2803). Subsequently, the image generation unit (102) specifies the coordinates of the lattice points included in the lattice region through which the selected point passes. Since the physical quantity data (1801) of the lattice points has been read from the storage device (207) to the DRAM (208) by the previous processing (time-space search processing (403)), the image generation unit (102) 208) The physical quantity data (1801) of the identified grid point is searched from the plurality of physical quantity data (1801) above, and the physical quantity (906) is specified. Then, the image generation unit (102) determines the color of the point on the oblique cut surface by converting the physical quantity value of the specified lattice point into color information.

生成された画像は、実施例1と同様に、表示情報送受信部(103)によって表示用画像データ(2201)に変換されクライアントコンピュータ(111)へと送付される。実施例2における表示用画像データ(2201)について、図22に示す。これも基本的には実施例1と同様であるが、断面(2202)の表現が異なる。   The generated image is converted into display image data (2201) by the display information transmitting / receiving unit (103) and sent to the client computer (111) as in the first embodiment. FIG. 22 shows the display image data (2201) in the second embodiment. This is basically the same as in Example 1, but the representation of the cross section (2202) is different.

実施例2では、クライアントコンピュータ(111)から送られてきた表示条件データ(1601)に対応する断面を特定するために、表示対象となる全ての断面について、形状を座標列で送付する形態をとる。断面(2202)には表示対象の座標値のリストが記述されており、画像(2203)には断面(2202)に記述されている座標値に対応した画素値(色情報)のリストが格納される。これにより、クライアントコンピュータ(111)側では単に3次元形状を表示するだけで適切な三次元表示が実行できる。この形態をとることによりクライアントコンピュータ(111)側での三次元計算を削減でき、比較的非力なクライアントコンピュータ(111)であっても三次元表示が可能となる。   In the second embodiment, in order to specify the cross section corresponding to the display condition data (1601) sent from the client computer (111), the shape is sent as a coordinate string for all cross sections to be displayed. . A list of coordinate values to be displayed is described in the cross section (2202), and a list of pixel values (color information) corresponding to the coordinate values described in the cross section (2202) is stored in the image (2203). The As a result, on the client computer (111) side, appropriate three-dimensional display can be executed simply by displaying a three-dimensional shape. By taking this form, it is possible to reduce the three-dimensional calculation on the client computer (111) side, and it is possible to perform three-dimensional display even with a relatively weak client computer (111).

ただし、一般的な三次元表示では面の向き等についても注意を払う必要があるため、その場合は適切な情報を付与するか、面の座標の記述方向(右回り、左回り)をもって向きを特定するようにしてもよい。なお、この計算についてはクライアントコンピュータ(111)側で実施してもよく、その場合は、切断面に一意の番号を振るなどして貼り付け面を特定することが必要となるが、通信量は実施例2よりも少なくできる。   However, in general three-dimensional display, it is necessary to pay attention to the orientation of the surface. In that case, give appropriate information or change the orientation with the description direction of the surface coordinates (clockwise, counterclockwise). It may be specified. Note that this calculation may be performed on the client computer (111) side, and in that case, it is necessary to specify the pasting surface by assigning a unique number to the cut surface, but the communication amount is The number can be smaller than in the second embodiment.

図23に実施例2でWebブラウザ(112)上に断面を表示した結果を示す。斜めに切断された図形が表示される。   FIG. 23 shows a result of displaying a cross section on the Web browser 112 in the second embodiment. A diagonally cut figure is displayed.

以上の構成により、x軸、y軸、またはz軸に垂直な断面だけでなく、任意の向きの断面が三次元表示可能となり、科学データの分析が短時間で行えるようになる。なお、上では斜め切断面上への画像表示方法について説明したが、上で説明した画像表示方法は、x軸、y軸、またはz軸に垂直な断面に画像を表示する際に用いられてもよい。   With the above configuration, not only a cross section perpendicular to the x-axis, y-axis, or z-axis, but also a cross-section in an arbitrary direction can be displayed in three dimensions, and scientific data can be analyzed in a short time. Although the image display method on the oblique cut surface has been described above, the image display method described above is used when displaying an image on a cross section perpendicular to the x-axis, the y-axis, or the z-axis. Also good.

続いて実施例3に係る科学データ分析システムについて説明する。実施例3に係る科学データ分析システムのハードウェア構成は、実施例1または2に係る科学データ分析システムと同じであるため、図示は略す。実施例3に係る科学データ分析システムは、実施例2で説明した科学データ分析システムと同様、斜め切断面の表示が可能であることに加え、時間の経過に伴い値が変化する物理量の表示が可能である。図24に、実施例3に係る科学データ分析システムがWebブラウザ(112)上に表示する、表示画面(300’’)の例を示す。実施例3では、表示画面(300’’)上に時間表示範囲の設定コントロール(2401)と、アニメーション用のスライドバー(2402)が付与されている。ユーザがこのスライドバー(2402)を動かすことにより、表示されている図形上の画像が切り替わるので、ユーザは時間とともに物理量がどのように変化しているかを視覚的に確認できる。   Next, a scientific data analysis system according to the third embodiment will be described. Since the hardware configuration of the scientific data analysis system according to the third embodiment is the same as that of the scientific data analysis system according to the first or second embodiment, the illustration is omitted. Similar to the scientific data analysis system described in the second embodiment, the scientific data analysis system according to the third embodiment can display an oblique cut surface, and can display a physical quantity whose value changes with time. Is possible. FIG. 24 shows an example of a display screen (300 ″) displayed on the Web browser (112) by the scientific data analysis system according to the third embodiment. In the third embodiment, a time display range setting control (2401) and an animation slide bar (2402) are provided on the display screen (300 ″). When the user moves the slide bar (2402), the image on the displayed graphic is switched, so that the user can visually confirm how the physical quantity changes with time.

図25に実施例3に係る科学データ分析システムで用いられる、表示条件データ(2501)と画像生成条件データ(2503)を示す。実施例3では、表示条件データ(2501)に時間範囲(2502)が加わる点が、実施例2で説明した表示条件データ(1601)と異なる。この時間範囲(2502)には、画面上の設定コントロール(2401)に設定された値が格納される。   FIG. 25 shows display condition data (2501) and image generation condition data (2503) used in the scientific data analysis system according to the third embodiment. The third embodiment is different from the display condition data (1601) described in the second embodiment in that a time range (2502) is added to the display condition data (2501). In this time range (2502), the value set in the setting control (2401) on the screen is stored.

表示情報送受信部(103)はこれを元に画像生成条件データ(2503)を生成する。実施例3では、表示情報送受信部(103)は表示条件データ(2501)の、時間範囲(2502)を一コマ(一例として1秒)ごとにわけて画像生成条件データ(2503)を生成する。そのため、図25に示されているように、画像生成条件データ(2503)には時刻(2504)が含まれる。結果的に、実施例2では6〜7枚の画像生成が行われていたところが、実施例3に係る科学データ分析システムでは、時間コマ数倍の画像生成が行われることになる。たとえば時間範囲(2502)として、0時0分から0時1分が指定された時、1秒毎の画像(0時0分0秒、0時0分1秒、0時0分2秒、…0時0分59秒、0時1分0秒の画像)が生成される。   The display information transmission / reception unit (103) generates image generation condition data (2503) based on this. In the third embodiment, the display information transmission / reception unit (103) generates the image generation condition data (2503) by dividing the time range (2502) of the display condition data (2501) into one frame (one second as an example). Therefore, as shown in FIG. 25, the image generation condition data (2503) includes time (2504). As a result, while 6 to 7 images are generated in the second embodiment, the scientific data analysis system according to the third embodiment generates images that are times the number of time frames. For example, when a time range (2502) is specified from 0: 0 to 0: 1, images every second (0: 0: 0, 0: 0: 1, 0: 0: 2 ... 0: 0 min 59 sec, 0 hr 1 min 0 sec).

画像生成条件データ(2503)を用いて画像を生成するまでの手順は、実施例2とほぼ同様である。ただし、時刻の条件が入っているため、時空間コードに時刻(または時間帯)を表すコードが含まれる。例えば時間的に前半、後半にデータを分割して先頭に0、1を付与し、それぞれを更に半分にして00、01、10、11とコードが割り振れる。すると、例えば、右上の枠内で後半の前半のデータで左下、右下、左上、右上を示すコードは、101000、101001、101010、101011とそれぞれ割り振られる。   The procedure for generating an image using the image generation condition data (2503) is almost the same as that in the second embodiment. However, since the time condition is included, the space-time code includes a code representing time (or time zone). For example, the data is divided into the first half and the second half in time, 0 and 1 are assigned to the head, and the codes are assigned to 00, 01, 10, and 11 by further halving each. Then, for example, codes indicating lower left, lower right, upper left, and upper right in the first half of the data in the upper right frame are assigned as 101000, 101001, 101010, and 101011, respectively.

このような計算で割り振られた時空間コードを用いて検索できるように、時空間DB(105)に格納されているデータが構築されている。図26に実施例3の物理量データ(2601)を示す。この構成では、実施例2の構成に加えて時刻t(2602)が加わっているとともに、時空間コード(1802’)についても前述の時間的な枠の桁を加えたコードを格納する。なお、実施例2と同じく、実施例3に係る科学データ分析システムにおいても、登録部(106)が時空間DB(105)に物理量データ(2601)を登録する際、時空間コード(1802’)の同じ物理量データ(2601)を記憶装置上の連続領域に格納する。検索の際には、実施例2と同様に、実施例3に係る時空間検索部は、検索条件文の条件を時空間コードを用いた条件に変換するが、その際時空間検索部は座標値に加えて、画像生成条件データ(2503)に含まれている時刻(2504)も用いて時空間コードを算出するとよい。   The data stored in the spatio-temporal DB (105) is constructed so that it can be searched using the spatio-temporal code allocated by such calculation. FIG. 26 shows physical quantity data (2601) of the third embodiment. In this configuration, time t (2602) is added in addition to the configuration of the second embodiment, and the space-time code (1802 ') is also stored with a code added with the above-mentioned time frame digits. As in the second embodiment, in the scientific data analysis system according to the third embodiment, when the registration unit (106) registers the physical quantity data (2601) in the spatiotemporal DB (105), the spatiotemporal code (1802 ′) The same physical quantity data (2601) is stored in a continuous area on the storage device. In the search, as in the second embodiment, the spatiotemporal search unit according to the third embodiment converts the condition of the search condition sentence into a condition using a spatiotemporal code. In addition to the value, the spatiotemporal code may be calculated using the time (2504) included in the image generation condition data (2503).

前記手順により、各時刻の各断面の画像が生成された後、それらは表示用画像データに変換されてクライアントコンピュータ(111)に送付される。図27に実施例3の表示用画像データ(2701)を示す。実施例3では、各画像に対応する時刻(2504)が存在するため、表示用画像データ(2701)には画像に対応する時刻(2702)が格納される。3D表示部(113)はこれを受け取り、アニメーション用のスライドバー(2402)の操作に応じて表示する画像を切り替える。これにより、時間変化をアニメーションの形で表示できる。なお、このスライドバーを自動で進めるなどの機能を追加し、自動でアニメーションが進むようにしてもよい。   After the cross-sectional images at each time are generated by the above procedure, they are converted into display image data and sent to the client computer (111). FIG. 27 shows display image data (2701) of the third embodiment. In the third embodiment, since the time (2504) corresponding to each image exists, the time (2702) corresponding to the image is stored in the display image data (2701). The 3D display unit (113) receives this and switches the image to be displayed in accordance with the operation of the animation slide bar (2402). Thereby, a time change can be displayed in the form of animation. A function such as automatically moving the slide bar may be added so that the animation automatically proceeds.

実施例3に係る科学データ分析システムは、上で述べた機能を有することにより、時間的に変化する物理量についても、任意の条件でデータを可視化できるため、さらに科学データの分析が加速できるようになる。   Since the scientific data analysis system according to the third embodiment has the functions described above, data can be visualized under arbitrary conditions even for physical quantities that change over time, so that the analysis of scientific data can be further accelerated. Become.

以上、本発明のいくつかの実施例を説明してきたが、これらは、本発明の説明のための例示であって、本発明の範囲をこれらの実施例にのみ限定する趣旨ではない。本発明は、他の種々の形態でも実施する事が可能である。   As mentioned above, although several Example of this invention was described, these are illustrations for description of this invention, Comprising: It is not the meaning which limits the scope of the present invention only to these Examples. The present invention can be implemented in various other forms.

たとえば上で述べた実施例では、時空間検索部等の機能ブロックが、汎用的な計算機のプロセッサでプログラムが実行されることにより実現されるものである例を説明した。ただし別の実施形態として、実施例で説明した一部または全ての機能ブロックは、FPGAやASIC等のハードウェアで実装されていてもよい。   For example, in the embodiment described above, an example has been described in which functional blocks such as a spatio-temporal search unit are realized by executing a program by a processor of a general-purpose computer. However, as another embodiment, a part or all of the functional blocks described in the embodiments may be implemented by hardware such as FPGA or ASIC.

また、データベースサーバやクライアントコンピュータで実行される(1または複数の)プログラムは、プログラム配布サーバや記憶メディアを介して提供され、プログラムを実行する装置にインストールされてもよい。なお、ここでの記憶メディアとは、データを非一時的に記憶するコンピュータ可読媒体を意味し、例えばICカード、SDカード、DVD等の不揮発性記憶媒体である。   Further, the program (one or more) executed by the database server or the client computer may be provided via a program distribution server or a storage medium and installed in a device that executes the program. Here, the storage medium means a computer-readable medium for storing data non-temporarily, and is a non-volatile storage medium such as an IC card, an SD card, a DVD or the like.

また上で述べた実施例では、科学データ分析システムは、データベースサーバとクライアントコンピュータという、少なくとも2台の計算機から構成される例を説明した。ただし別の実施形態として、1台の計算機で科学データ分析システムが構成されてもよい。たとえばデータベースサーバが、画像生成部(102)、表示情報送受信部(103)、時空間検索部(104)、時空間DB(105)、登録部(106)に加えて、上で述べた実施例ではクライアントコンピュータが有していたWebブラウザ(112)や3D表示部(113)と表示条件設定部(114)等を有していてもよい。   In the embodiment described above, the scientific data analysis system has been described as an example composed of at least two computers: a database server and a client computer. However, as another embodiment, the scientific data analysis system may be configured by a single computer. For example, in addition to the image generation unit (102), the display information transmission / reception unit (103), the spatio-temporal search unit (104), the spatio-temporal DB (105), the registration unit (106), the database server includes the embodiment described above. The client computer may have a Web browser (112), a 3D display unit (113), a display condition setting unit (114), and the like.

(101)データベースサーバ
(102)画像生成部
(103)表示情報送受信部
(104)時空間検索部
(105)時空間DB
(111)クライアントコンピュータ
(112)Webブラウザ
(113)3D表示部
(114)表示条件設定部
(101) Database server
(102) Image generator
(103) Display information transmitter / receiver
(104) Spatio-temporal search part
(105) Spatio-temporal DB
(111) Client computer
(112) Web browser
(113) 3D display
(114) Display condition setting section

Claims (14)

プロセッサと、空間上の各座標に対応付けられた属性データを記憶する記憶装置と、複数の前記属性データを画像として表示するための表示部と、を有し、
前記プロセッサは、前記空間上の座標のうち、可視化したい平面についての情報をユーザから受け付けて、前記記憶装置から、前記可視化したい平面上の座標に対応付けられた前記属性データを取得し、
前記取得した前記属性データに基づいて、前記可視化したい平面の画像を生成し、前記生成された画像を表示部に表示させる、
ことを特徴とする、データ可視化システム。
A processor, a storage device that stores attribute data associated with each coordinate in space, and a display unit for displaying a plurality of the attribute data as images,
The processor receives information about a plane to be visualized from a user among the coordinates on the space, acquires the attribute data associated with the coordinates on the plane to be visualized from the storage device,
Based on the acquired attribute data, generate an image of the plane to be visualized, and display the generated image on a display unit.
A data visualization system characterized by this.
前記データ可視化システムは、前記プロセッサと前記記憶装置を有するデータベースサーバと、1以上のクライアントコンピュータを有し、
1以上の前記クライアントコンピュータの各々が、前記表示部を有する、
ことを特徴とする、請求項1に記載のデータ可視化システム。
The data visualization system includes a database server having the processor and the storage device, and one or more client computers,
Each of the one or more client computers includes the display unit.
The data visualization system according to claim 1, wherein:
前記空間上の座標は、互いに直交するx軸、y軸、z軸から成る直交座標系上の座標であって、
前記プロセッサは前記属性データの索引情報として、x座標の値、y座標の値、そしてz座標の値をキーとする索引を管理しており、
前記プロセッサは、前記可視化したい平面が前記x軸、y軸、z軸のいずれかの軸に垂直な平面である場合、前記索引を用いて前記可視化したい平面上の座標に対応付けられた前記属性データを取得する、
ことを特徴とする、請求項1に記載のデータ可視化システム。
The coordinates on the space are coordinates on an orthogonal coordinate system composed of an x-axis, a y-axis, and a z-axis that are orthogonal to each other,
The processor manages an index using the x coordinate value, the y coordinate value, and the z coordinate value as keys as index information of the attribute data,
When the plane to be visualized is a plane perpendicular to any of the x-axis, y-axis, and z-axis, the processor uses the index to associate the attribute associated with the coordinates on the plane to be visualized. Get data,
The data visualization system according to claim 1, wherein:
前記プロセッサは、前記空間を所定サイズの空間で分割して生成された複数の時空間分割領域に対して、時空間コードを付与して管理しており、
前記プロセッサはまた、前記座標に対応付けられた前記属性データのそれぞれに対して、前記座標が属する前記時空間分割領域に付与されている前記時空間コードを付与して管理しており、
前記プロセッサは、前記可視化したい平面の含まれる前記時空間分割領域に付与された前記時空間コードを求め、前記時空間コードを検索キーとして、前記記憶装置から前記属性データを取得する、
ことを特徴とする、請求項1に記載のデータ可視化システム。
The processor assigns and manages a spatio-temporal code to a plurality of spatio-temporal divided regions generated by dividing the space by a space of a predetermined size,
The processor also assigns and manages the space-time code assigned to the space-time division region to which the coordinates belong, for each of the attribute data associated with the coordinates,
The processor obtains the spatio-temporal code given to the spatio-temporal division region including the plane to be visualized, and acquires the attribute data from the storage device using the spatio-temporal code as a search key.
The data visualization system according to claim 1, wherein:
前記プロセッサは、前記可視化したい平面の外接直方体の座標を求め、
前記外接直方体を含む前記時空間分割領域を、前記可視化したい平面の含まれる前記時空間分割領域とする、
ことを特徴とする、請求項4に記載のデータ可視化システム。
The processor obtains coordinates of a circumscribed cuboid of the plane to be visualized,
The spatiotemporal divided region including the circumscribed cuboid is the spatiotemporal divided region including the plane to be visualized.
The data visualization system according to claim 4, wherein:
前記プロセッサは、同一の前記時空間コードが付与されている前記属性データを、前記記憶装置上の連続領域に格納する、
ことを特徴とする、請求項4に記載のデータ可視化システム。
The processor stores the attribute data to which the same space-time code is assigned in a continuous area on the storage device.
The data visualization system according to claim 4, wherein:
前記属性データは、時間の経過に伴い値が変化し得るデータであり、
前記時空間コードは、時間帯を表す情報を含む識別子であり、
前記記憶装置には、前記座標に加えて時刻情報が対応付けられた前記属性データが格納されており、
前記プロセッサは、前記属性データのそれぞれに対して、前記時間帯を表す情報を含む前記時空間コードを付与して管理する、
ことを特徴とする、請求項4に記載のデータ可視化システム。
The attribute data is data whose value can change over time,
The space-time code is an identifier including information indicating a time zone,
The storage device stores the attribute data associated with time information in addition to the coordinates,
The processor assigns and manages the space-time code including information representing the time zone to each of the attribute data,
The data visualization system according to claim 4, wherein:
前記プロセッサは、前記可視化したい平面の情報と、可視化対象の時間帯の情報を受け付けて、
前記可視化したい平面上の座標の、前記可視化対象の時間帯の属性データの値から画像を生成する、
ことを特徴とする、請求項7に記載のデータ可視化システム。
The processor receives information on the plane to be visualized and information on a time zone to be visualized,
Generate an image from the value of the attribute data in the time zone of the visualization target of the coordinates on the plane to be visualized,
The data visualization system according to claim 7, wherein:
空間上の各座標に対応付けられた属性データを記憶する記憶装置と、複数の前記属性データを画像として表示するための表示部とを有するコンピュータのプロセッサに、
前記空間上の座標のうち、可視化したい平面についての情報をユーザから受け付ける工程と、
前記記憶装置から、前記可視化したい平面上の座標に対応付けられた前記属性データを取得する工程と、
前記取得した前記属性データに基づいて、前記可視化したい平面の画像を生成し、前記生成された画像を表示部に表示させる工程と、
を実行させるプログラムを記録した、コンピュータ読み取り可能な記憶媒体。
In a processor of a computer having a storage device that stores attribute data associated with each coordinate in space, and a display unit for displaying a plurality of the attribute data as images,
Of the coordinates on the space, receiving from the user information about the plane to be visualized,
Obtaining the attribute data associated with the coordinates on the plane to be visualized from the storage device;
Generating a plane image to be visualized based on the acquired attribute data, and displaying the generated image on a display unit;
The computer-readable storage medium which recorded the program which performs this.
前記空間上の座標は、互いに直交するx軸、y軸、z軸から成る直交座標系上の座標であって、
前記プロセッサに、
前記属性データの索引情報として、x座標の値、y座標の値、そしてz座標の値をキーとする索引を管理させ、
前記可視化したい平面が前記x軸、y軸、z軸のいずれかの軸に垂直な平面である場合、前記索引を用いて前記可視化したい平面上の座標に対応付けられた前記属性データを取得させる、
プログラムを記録した、請求項9に記載のコンピュータ読み取り可能な記憶媒体。
The coordinates on the space are coordinates on an orthogonal coordinate system composed of an x-axis, a y-axis, and a z-axis that are orthogonal to each other,
In the processor,
As the index information of the attribute data, the index with the x coordinate value, the y coordinate value, and the z coordinate value as a key is managed,
When the plane to be visualized is a plane perpendicular to any of the x-axis, y-axis, and z-axis, the attribute data associated with the coordinates on the plane to be visualized is acquired using the index. ,
The computer-readable storage medium according to claim 9, wherein the program is recorded.
前記プロセッサに、
前記空間を所定サイズの空間で分割して生成された複数の時空間分割領域に対して、時空間コードを付与して管理させ、
前記座標に対応付けられた前記属性データのそれぞれに対して、前記座標が属する前記時空間分割領域に付与されている前記時空間コードを付与して管理させ、
前記可視化したい平面についての情報をユーザから受け付けた時、前記可視化したい平面の含まれる前記時空間分割領域に付与された前記時空間コードを求め、前記時空間コードを検索キーとして、前記記憶装置から前記属性データを取得させる、
プログラムを記録した、請求項9に記載のコンピュータ読み取り可能な記憶媒体。
In the processor,
A plurality of spatio-temporal division regions generated by dividing the space by a space of a predetermined size are assigned and managed with a spatio-temporal code,
For each of the attribute data associated with the coordinates, the space-time code assigned to the space-time division region to which the coordinates belong is assigned and managed,
When the information about the plane to be visualized is received from the user, the space-time code assigned to the space-time division area including the plane to be visualized is obtained, and the space-time code is used as a search key from the storage device. Obtaining the attribute data;
The computer-readable storage medium according to claim 9, wherein the program is recorded.
前記プロセッサに、
前記可視化したい平面の外接直方体の座標を求めさせ、
前記外接直方体を含む前記時空間分割領域を、前記可視化したい平面の含まれる前記時空間分割領域と決定させる、
プログラムを記録した、請求項11に記載のコンピュータ読み取り可能な記憶媒体。
In the processor,
Let the coordinates of the circumscribed cuboid of the plane to be visualized be obtained,
Determining the spatio-temporal divided region including the circumscribed cuboid as the spatio-temporal divided region including the plane to be visualized;
The computer-readable storage medium according to claim 11, wherein the program is recorded.
前記プロセッサに、
同一の前記時空間コードが付与されている前記属性データを、前記記憶装置上の連続領域に格納させる、
プログラムを記録した、請求項12に記載のコンピュータ読み取り可能な記憶媒体。
In the processor,
Storing the attribute data to which the same space-time code is assigned in a continuous area on the storage device;
The computer-readable storage medium according to claim 12, wherein the program is recorded.
前記属性データは、時間の経過に伴い値が変化し得るデータであり、
前記時空間コードは、時間帯を表す情報を含む識別子であり、
前記記憶装置には、前記座標に加えて時刻情報が対応付けられた前記属性データが格納されており、
前記プロセッサに、
前記属性データのそれぞれに対して、前記時間帯を表す情報を含む前記時空間コードを付与して管理させ、
前記可視化したい平面の情報と、可視化対象の時間帯の情報を受け付けると、前記可視化したい平面上の座標の、前記可視化対象の時間帯の属性データの値から画像を生成させる、
プログラムを記録した、請求項12に記載のコンピュータ読み取り可能な記憶媒体。
The attribute data is data whose value can change over time,
The space-time code is an identifier including information indicating a time zone,
The storage device stores the attribute data associated with time information in addition to the coordinates,
In the processor,
For each of the attribute data, the space-time code including information representing the time zone is given and managed,
When the information on the plane to be visualized and the information on the time zone to be visualized are received, an image is generated from the attribute data value of the time zone to be visualized in the coordinates on the plane to be visualized.
The computer-readable storage medium according to claim 12, wherein the program is recorded.
JP2016162635A 2016-08-23 2016-08-23 Data visualization system and computer-readable storage medium Active JP6696858B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016162635A JP6696858B2 (en) 2016-08-23 2016-08-23 Data visualization system and computer-readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016162635A JP6696858B2 (en) 2016-08-23 2016-08-23 Data visualization system and computer-readable storage medium

Publications (2)

Publication Number Publication Date
JP2018032135A true JP2018032135A (en) 2018-03-01
JP6696858B2 JP6696858B2 (en) 2020-05-20

Family

ID=61304325

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016162635A Active JP6696858B2 (en) 2016-08-23 2016-08-23 Data visualization system and computer-readable storage medium

Country Status (1)

Country Link
JP (1) JP6696858B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023084815A1 (en) * 2021-11-10 2023-05-19 日本電信電話株式会社 Information processing device, information processing method, and program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08249501A (en) * 1995-03-14 1996-09-27 Daikin Ind Ltd Method and device for making inside of three-dimensional area visible
JP2010225053A (en) * 2009-03-25 2010-10-07 Hitachi Information Systems Ltd Numerical analysis result report preparation method and system, and program
JP2014002519A (en) * 2012-06-18 2014-01-09 Hitachi Ltd Spatiotemporal data management system, spatiotemporal data management method, and spatiotemporal data management program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08249501A (en) * 1995-03-14 1996-09-27 Daikin Ind Ltd Method and device for making inside of three-dimensional area visible
JP2010225053A (en) * 2009-03-25 2010-10-07 Hitachi Information Systems Ltd Numerical analysis result report preparation method and system, and program
JP2014002519A (en) * 2012-06-18 2014-01-09 Hitachi Ltd Spatiotemporal data management system, spatiotemporal data management method, and spatiotemporal data management program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023084815A1 (en) * 2021-11-10 2023-05-19 日本電信電話株式会社 Information processing device, information processing method, and program

Also Published As

Publication number Publication date
JP6696858B2 (en) 2020-05-20

Similar Documents

Publication Publication Date Title
EP4120199A1 (en) Image rendering method and apparatus, and electronic device and storage medium
JP3747404B2 (en) Graphics image creating apparatus, method and program thereof
CN111221526A (en) Data visual editing display platform based on data lake server
CN110503718B (en) Three-dimensional engineering model lightweight display method
CN112100795A (en) Method and device for comparing computer aided design drawings
CN113495933A (en) Vector tile display method and system
Sherlock et al. Interactive data styling and multifocal visualization for a multigrid web-based Digital Earth
Shan et al. Interactive visual exploration of halos in large-scale cosmology simulation
CN107481307B (en) Method for rapidly rendering three-dimensional scene
Yu et al. Scalable parallel distance field construction for large-scale applications
JP5372590B2 (en) Information processing apparatus, information processing method, and program
CN111026895B (en) Data visualization processing method, device and storage medium
JP6696858B2 (en) Data visualization system and computer-readable storage medium
Hu et al. A parallel method for accelerating visualization and interactivity for vector tiles
CN107704483A (en) A kind of loading method of threedimensional model
Beilschmidt et al. An efficient aggregation and overlap removal algorithm for circle maps
Song et al. Development of a lightweight CAE middleware for CAE data exchange
US11270483B1 (en) Unified multi-view data visualization
JP4968275B2 (en) Map data editing device and server for map data editing device
CN114564268A (en) Equipment management method and device, electronic equipment and storage medium
Semenov et al. Visualization of Large Scenes with Deterministic Dynamics
Ahrens et al. A modular extensible visualization system architecture for culled prioritized data streaming
CN114020390A (en) BIM model display method and device, computer equipment and storage medium
Zhou et al. Rendering interior-filled polygonal vector data in a virtual globe
Buschmann et al. GPU-based, interactive exploration of large spatiotemporal climate networks

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20181119

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20191219

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200107

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200226

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20200407

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200423

R150 Certificate of patent or registration of utility model

Ref document number: 6696858

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150