diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 87d59b3..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2bfa660 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# ---> macOS +# General +.DS_Store +.AppleDouble +.LSOverride \ No newline at end of file diff --git a/d_r_trans/en.html b/d_r_conv/en.html similarity index 100% rename from d_r_trans/en.html rename to d_r_conv/en.html diff --git a/d_r_trans/index.html b/d_r_conv/index.html similarity index 100% rename from d_r_trans/index.html rename to d_r_conv/index.html diff --git a/d_r_trans/zh.html b/d_r_conv/zh.html similarity index 100% rename from d_r_trans/zh.html rename to d_r_conv/zh.html diff --git a/lat_lon_conv/en.html b/lat_lon_conv/en.html new file mode 100644 index 0000000..885ab4e --- /dev/null +++ b/lat_lon_conv/en.html @@ -0,0 +1,260 @@ + + + + + + + Lon / Lat Converter + + + + + + + + +
+
+
+
+
+

Lon / Lat Converter

+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/lat_lon_conv/index.html b/lat_lon_conv/index.html new file mode 100644 index 0000000..869361b --- /dev/null +++ b/lat_lon_conv/index.html @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/lat_lon_conv/zh.html b/lat_lon_conv/zh.html new file mode 100644 index 0000000..797fd98 --- /dev/null +++ b/lat_lon_conv/zh.html @@ -0,0 +1,260 @@ + + + + + + + 经纬度换算器 + + + + + + + + +
+
+
+
+
+

经纬度换算器

+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/list.json b/list.json index aca1e08..4c0bae2 100644 --- a/list.json +++ b/list.json @@ -5,7 +5,7 @@ "en": "Calculate communication azimuth and great-circle distance" }, "description": { - "zh": "在线实时计算通信方位角和大圆距", + "zh": "在线计算通信方位角和大圆距", "en": "Calculate communication azimuth and great-circle distance online" }, "category": { @@ -48,7 +48,7 @@ }, "description": { "zh": "在线同步快速计算各种哈希值", - "en": "Online synchronous fast calculation of various hash values" + "en": "Online calculation of various hash values" }, "category": { "zh": "计算机科学", @@ -61,8 +61,8 @@ "en": "Generate QR code" }, "description": { - "zh": "在线同步快速生成二维码", - "en": "Online fast real-time generation of QR code" + "zh": "在线生成二维码", + "en": "Online generation of QR code" }, "category": { "zh": "计算机科学", @@ -75,8 +75,8 @@ "en": "Encode / Decode URI" }, "description": { - "zh": "在线同步快速编解码您的URI", - "en": "Online fast real-time encode or decode your URI" + "zh": "在线编解码您的URI", + "en": "Online encode or decode your URI" }, "category": { "zh": "计算机科学", @@ -89,8 +89,8 @@ "en": "Encode / Decode Base64" }, "description": { - "zh": "在线同步快速编解码您的Base64", - "en": "Online fast real-time encode or decode your Base64" + "zh": "在线编解码您的Base64", + "en": "Online encode or decode your Base64" }, "category": { "zh": "计算机科学", @@ -103,14 +103,14 @@ "en": "Radian / Degree Converter" }, "description": { - "zh": "在线同步快速换算角度与弧度", - "en": "Online synchronous fast conversion of degree and radian" + "zh": "在线换算角度与弧度", + "en": "Online conversion of degree and radian" }, "category": { "zh": "数学", "en": "Mathematics" }, - "path": "d_r_trans" + "path": "d_r_conv" },{ "name": { "zh": "椭球模型地球上点之间的距离", @@ -125,5 +125,19 @@ "en": "Geography" }, "path": "vincenty" + },{ + "name": { + "zh": "经纬度换算器", + "en": "Lon / Lat Converter" + }, + "description": { + "zh": "在线计算椭球模型地球上点之间的距离", + "en": "Online calculation of distance between points on the earth of ellipsoidal model" + }, + "category": { + "zh": "地理学", + "en": "Geography" + }, + "path": "lat_lon_conv" } ] \ No newline at end of file