natl_prof_bot.cdp.das

来自「支持各种栅格图像和矢量图像读取的库」· DAS 代码 · 共 42 行

DAS
42
字号
Attributes {    ogr_layer_info_1 {	string layer_name normalized;	string spatial_ref WGS84;	string target_container location.profile;        x_field {            string name location.lon;	    string scope dds;        }        y_field {            string name location.lat;	    string scope dds;        }    }    ogr_layer_info_2 {	string layer_name profiles;	string spatial_ref WGS84;	string target_container location;        x_field {            string name location.lon;	    string scope dds;        }        y_field {            string name location.lat;	    string scope dds;        }    }    ogr_layer_info_3 {	string layer_name lines;	string spatial_ref WGS84;	string target_container location;        x_field {            string name location.profile.depth;	    string scope dds;        }        y_field {            string name location.profile.T_20;	    string scope dds;        }    }}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?