プログラム(コマンド)名 Program (command) name |
機能・用途 Purpose |
GSIdem2latlonData | 国土地理院の数値標高モデル(DEM)を緯度経度と標高の一覧表に変換する。 Convert a digital elevation model (DEM), provided by Geospatial Information Authority of Japan, to a table of longitudes, latitudes, and elevations. |
latlon2JapanMeshCode | 緯度経度を与えて緯度経度を与えて
対応する日本の地域メッシュコードを求める。 Calculate the regional mesh code of Japan for a given latitude and longitude. |
latlon2xy | 緯度経度で与えられた座標を平面直角座標に変換する。 Convert the coordinate(s) given by the latitude and longitude to cartesian. |
xy2latlon | 平面直角座標で与えられた位置を緯度経度に変換する。 Convert the location(s) given by cartesian coordinates to the latitudes and longitudes. |
coordinate_DegMinSec2degrees | 度分秒表記の緯度経度を小数単位の度表記に変換する。 Convert a latitude or longitude, given in degree-minute-second unit, to a decimal number in degrees. |
reformat_kiban | 国土地理院の基盤地図情報を扱いやすい形式にリフォーマットする。 Reformat the basis map information, provided by Geospatial Information Authority of Japan (GSI), to another, easier-to-treat format. |
cut_topography_section | 3次元データファイルで与えられた数値標高モデルから
指定した断面地形を切り出す。 Extract a topography section from a digital elevation model given by 3-D data files. |
project_3Dpoint_to_2Dsection | 3次元空間内の点を2次元鉛直断面に投影する。 Project a point in the 3D space onto a 2D vertical section. |
calculate_crack_edge_locations | 直交座標系において矩形クラックの4隅の座標を計算する。 Compute the cartesian coordinates of the four corner locations of a rectangular crack. |
dem2stl | 一定刻みの格子点で定義された地表面の標高データ(数値標高モデル; DEM)を
STLファイル(CADソフト用のファイル形式)に変換する。 Convert ground surface elevation data defined at grid nodes of constant intervals (a digital elevation model; DEM) to a STL file (a file format for CAD softwares). |