* 根据地理坐标获取国家、省份、城市,及周边数据类(利用百度Geocoding API实现) * 百度密钥获取方法:http://lbsyun.baidu.com/apiconsole/key?application=key(需要先注册百度开发者账号) * Func: * Public getAddressComponent 根据地址获取国家、省份、城市及周边数据 * Private toCurl 使用curl调用百度Geocoding API
2023-10-18 09:05:01 2KB php geocoding longitude latitude
1
Lite IP-COUNTRY-REGION-CITY-LATITUDE-LONGITUDE-ZIPCODE-TIMEZONE
2022-11-09 14:18:56 195.3MB IP IP库
1
Functions supported by version 0.11: 1. Conveniently convert longitude and latitude coordinates to metric UTM northeast coordinate system 2. Calculate the distance between two UTM coordinates C++ See main.cpp function for details of Demo Python3.7 See main.py for details of Demo
2022-09-29 09:06:55 170KB gps utm slam
1
全国各省份城市的经纬度坐标,包含港澳台。欢迎大家下载使用。
2022-03-19 23:03:36 1KB city longitude  latitude
1
在于GIS相关的软件中经常要输入经纬度数值,而基于MFC Edit控件的经纬度输入控件需 要创建三个Edit编辑框,来分别输入度、分、秒数值,并且需要分别进行输入范围和有效 性的检验。该基于BCGControlBar的经纬度输入控件实现了在一个输入窗口中分别按照度 、分、秒三个值域来输入经纬度数值,并同时进行了输入分有效性和输入范围的检验。经 纬度中的度、分、秒字段均通过数字键盘直接输入数值,也可通过微调按钮或者键盘的上 下键进行数字的增减,你可以通过左右键进行度、分、秒输入域的切换。该控件可以设置 度的输入范围,默认的度范围是0~89。该1.1版本修复了键盘直接输入数值的逻辑问题。 In the GIS-related software often have to enter the latitude and longitude values, and MFC Edit control based on the latitude and longitude input controls need to create three Edit edit box to enter the degrees, minutes and seconds values, and the need for input range and validity of the test. The BCGControlBar-based latitude and longitude input control realizes the input of the latitude and longitude values in degrees,minutes,and seconds in one input window, and simultaneously verifies the validity of the input points and the input range.The degrees, minutes, and seconds fields can be entered directly through the numeric keypad, also can be fine-tuning button or the keyboard up and down keys to increase or decrease the number, you can use left and right keys for degrees, minutes and seconds to switch the input field. The control can set the input range of degree, the default range is 0 ~ 89.The 1.1 version fixes the logic of keyboard input values directly.
2022-01-05 21:44:22 5.98MB 经纬度控件 掩码编辑 latitude longitude
1
DEPTH = GETDEPTH(LATITUDE, LONGITUDE) 估计指定坐标处的海底深度 DEPTH。 LATITUDE 和 LONGITUDE 坐标可以是指定十进制度的数值数组,也可以是指定度、分、秒或 GPS 度的字符串元胞数组。 DEPTH 以米为单位返回,其中负值对应于海平面以下的深度。 如果 LATITUDE 和 LONGITUDE 是字符串元胞数组,则半球指示符 (N/S/E/W) 必须在位置之前(例如“N 37 23 30”)并且所有值必须用空格分隔。 此函数使用海洋地球科学数据系统网站从其全球多分辨率地形 (GMRT) 数据集获取海床估计值。 因此,需要互联网连接。 例子: 获取深度(32.930667,-117.3175) getDepth('N 32 55 50','W 117 19 3') getDepth('N 32 55.84', 'W 117 1
2021-10-25 19:27:55 3KB matlab
1
clc; % !!! 此代码遵循 WGS84 模型 !!!; % 定义纬度为 50 的 X、Y、Z 样本; 经度 100; 高度200M; % http://www.apsalin.com/convert-geodetic-to-cartesian.aspx X = -713345.437320888; Y = +4045583.0097852; Z = +4862942.24652593; %估计曲率半径; 一 = 6378137; % 仪表; % 半长轴; f = 1/298.257223563; % 椭球展平; b = a *(1-f); % 定义半短轴; %估算辅助值; P = sqrt(X ^ 2 + Y ^ 2); Theta = atan(Z * a / P * b); e = sqrt(((a^2) - (b^2))/a^2); %地球的第一偏心率; e2 = sq
2021-09-22 21:00:38 2KB matlab
1
US-Cities-Database:包含纬度和经度的美国城市数据SQL转储
2021-07-09 15:23:15 1.65MB sql sql-dump cities-database latitude-and-longitude
1