Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/88250/city-geo
🌄 中国城市经纬度数据。
https://github.com/88250/city-geo
china city geo latitude location longitude
Last synced: 15 days ago
JSON representation
🌄 中国城市经纬度数据。
- Host: GitHub
- URL: https://github.com/88250/city-geo
- Owner: 88250
- License: other
- Created: 2020-02-28T06:00:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T13:54:52.000Z (10 months ago)
- Last Synced: 2024-08-03T21:03:28.099Z (3 months ago)
- Topics: china, city, geo, latitude, location, longitude
- Language: Go
- Homepage: https://ld246.com
- Size: 177 KB
- Stars: 269
- Watchers: 8
- Forks: 117
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-seeds - city-geo
README
## 💡 简介
City Geo 仓库整理了中国城市县区的经纬度数据。
## ⚗ 用法
[data.json](https://github.com/88250/city-geo/blob/master/data.json) 是已经整理好的数据,可直接使用。
代码中的 `baiduAK` 请勿在生产环境使用,可能会随时删除。
## ✨ 动机
整理这些数据的动机是满足[链滴](https://ld246.com)实现暗黑模式的需要,模式分为明亮、暗黑、随日出日落自动切换。
随日出日落自动切换特性需要知道日出日落时间,而不同地理位置的日出日落时间是不同的,但可以基于经纬度来进行计算,这就是制作该仓库的动机。
## 🏘️ 社区
* [报告问题](https://github.com/88250/city-geo/issues/new)
* 欢迎关注 B3log 开源社区微信公众号 `B3log开源`
![b3logos.jpg](https://b3logfile.com/file/2020/08/b3logos-032af045.jpg)## 📄 开源协议
City Geo 使用 [木兰宽松许可证, 第2版](http://license.coscl.org.cn/MulanPSL2) 开源协议。
## 🙏 鸣谢
* [城市数据来源](https://github.com/modood/Administrative-divisions-of-China)
* [百度地图 API](http://lbsyun.baidu.com)