Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wandergis/hospital-viz
根据网络来源的数据地理可视化,在线查看
https://github.com/wandergis/hospital-viz
Last synced: 1 day ago
JSON representation
根据网络来源的数据地理可视化,在线查看
- Host: GitHub
- URL: https://github.com/wandergis/hospital-viz
- Owner: wandergis
- License: mit
- Created: 2016-05-03T08:03:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T10:12:29.000Z (about 8 years ago)
- Last Synced: 2024-08-03T23:29:23.052Z (3 months ago)
- Homepage: http://wandergis.com/hospital-viz/index.htm
- Size: 1.79 MB
- Stars: 498
- Watchers: 54
- Forks: 116
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hospital-viz
根据网络来源的数据整理出经纬度坐标,生成geojson文件并可视化展示,仅作为可视化展示学习之用,仅供参考学习leaflet。
## 数据来源
- **数据来自网络,对数据的准确性并不完全保证,可视化结果仅供参和考学习用途。**
- [来源一](http://news.ifeng.com/mainland/special/ptxyy/)
- [来源二](https://github.com/langhua9527/Hospital),截止`2016.5.4 10:00`解析594条数据## 更新说明
- 感谢[@kunkun12](https://github.com/kunkun12)增加查看我的附近功能(在某些PC上该功能可能会有问题)
- 感谢[@brandonxiang](https://github.com/brandonxiang)添加搜索功能## 坐标获取
- 使用node调用高德的geocode api解析成经纬度
## 数据展示
- 使用leaflet展示
## 截图示例
![截图2](https://raw.githubusercontent.com/wandergis/hospital-viz/gh-pages/screenshot2.png)
![截图3](https://raw.githubusercontent.com/wandergis/hospital-viz/gh-pages/screenshot3.png)
![截图1](https://raw.githubusercontent.com/wandergis/hospital-viz/gh-pages/screenshot.png)