An open API service indexing awesome lists of open source software.

https://github.com/cs-tao/aqi-visualization

地理信息系统实习 - 空气污染数据可视化
https://github.com/cs-tao/aqi-visualization

aqi arcgis-api-for-javascript echarts electron-vue

Last synced: 4 months ago
JSON representation

地理信息系统实习 - 空气污染数据可视化

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/CS-Tao/AQI-Visualization.svg?branch=master)](https://travis-ci.com/CS-Tao/AQI-Visualization)
[![Build status](https://ci.appveyor.com/api/projects/status/llmns7mmcadj77dh/branch/master?svg=true)](https://ci.appveyor.com/project/CS-Tao/aqi-visualization/branch/master)
[![license](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![chat](https://img.shields.io/badge/chat-github%20issues-blue.svg)](https://github.com/CS-Tao/AQI-Visualization/issues)

# AQI-Visualization

> 空气污染可视化系统

[![Overview](https://raw.githubusercontent.com/CS-Tao/github-content/master/contents/github/AQi-Visualization/1.gif)](https://home.cs-tao.cc/AQI-Visualization/)

## 相关链接

- 后台: [https://github.com/RS-GIS-Geeks/AQI-Background](https://github.com/RS-GIS-Geeks/AQI-Background)
- Docker 部署方案: [https://github.com/RS-GIS-Geeks/AQI-Docker](https://github.com/RS-GIS-Geeks/AQI-Docker)
- Docker 镜像仓库:
- postgis: [https://store.docker.com/community/images/cstao/aqi-postgis](https://store.docker.com/community/images/cstao/aqi-postgis)
- django: [https://store.docker.com/community/images/cstao/aqi-django](https://store.docker.com/community/images/cstao/aqi-django)
- nginx: [https://store.docker.com/community/images/cstao/aqi-nginx](https://store.docker.com/community/images/cstao/aqi-nginx)

## 生成步骤

``` bash
# 安装依赖
yarn

# 以开发模式运行在 2018 端口
yarn dev

# 生成应用程序
yarn build

# 单元测试和端到端测试
yarn test

# 对 src 文件夹下的 Vue/Js 文件进行语法检查
yarn lint

```

## Contributors

| [
CS-Tao](https://github.com/CS-Tao) | [
xibosun](https://github.com/xibosun) | [
XM-GitHub](https://github.com/XM-GitHub) | [
chaofengdeng](https://github.com/chaofengdeng)
| :---: | :---: | :---: | :---: |