KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
amap-location-to-lnglat
★ 10
Open GitHub ↗
使用高德地图api批量转换地址为经纬度
Download README (.md)
Explore Similar Repositories
AnimeGAN
:
A Deep Convolutional Generative Adversarial Network to generate Faces of Anime Characters
brainfk
:
The World Famous Optimizing Brainfk Interpreter (With a JIT) ™
text-normalisation
:
JS / Python3 / PHP Lib to work with UTF8 polytonic greek and latin
Memristor-NN
:
No description available.
CortexCellDeconv
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
amap-location-to-lnglat
?
Download (.md)
# amap-location-to-lnglat 使用高德地图api批量转换地址为经纬度 - PyQt5 - pandas - requests - qdarkstyle 1. 软件界面框架使用PyQt5,并使用QThread多线程,将界面线程与执行线程分离,保证在进行转换时界面不阻塞; 2. 转换过程调用高德地图api,需自行申请key,并替换[此处key值](https://github.com/MacwinWin/amap-location-to-lnglat/blob/29f1d4d0b52c6a98785ccb4357a3fc60c0b328ea/module/thread.py#L33); 3. 界面美化使用qdarkstyle <img src="https://github.com/MacwinWin/amap-location-to-lnglat/blob/master/locationConvert.gif">