# Maidenhead Python **Repository Path**: zxy_eefan/maidenhead-python ## Basic Information - **Project Name**: Maidenhead Python - **Description**: 原创Python计算梅登海格地理位置脚本 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-16 - **Last Updated**: 2024-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Maidenhead Python #### 介绍 原创Python计算经纬度和梅登海格地理位置脚本 用于业余无线电,仅供参考 #### 软件架构 软件架构说明 Maidenhead_3用于将经纬度坐标转换成3字节梅登海格表示法 Maidenhead_flex用于将经纬度坐标转换成2-5字节梅登海格表示法 maidenhead_reverse用于将3字节梅登海格表示法表示的坐标转换成经纬度坐标 #### 使用说明 直接Python运行对应的脚本就可以,例如 python Maidenhead_3.py #### 参与贡献 JerryTech