A web app for historical disaster analysis
Contributor: Zeyu Chen(chenzy@gatech.edu), Xibei Zhang(xb_zhang@gatech.edu)
Provide an efficient solution for history disaster study and research.
Front: react+redux, ant-design,d3(it denpends on xibei)
api-dev
is the directory for local development and local test.
api-dev
structure:
api-dev/
├── src/
│ ├── main/
| | └── java/
| │ └── com.DizasterX
| │ ├── Main.java
| │ └── MyResource.java
| │
| └── test/
| └── java/
| └── com.DizasterX
| └── MyResourceTest.java
|
├── target/
| ├── classes/
| ├── generated-sources/
| └── test-classes/
|
├── pom.xml
└── README.md
The main API is located in MyResource.java
.
The default address to request is localhost:8080/DizasterX/api/data/
.
api
is the release verison which has the similar structure,
which can be requeted by czy-kasakun.com:8080/DizasterX/webapi/data/
.
Currently, the query size cannot be too large due to the limited memory of the server.
Goals | Description | Priority | Contributor | Status |
---|---|---|---|---|
Zeyu Chen | Done | |||
front end(react + redux) | design app structure | High | Xibei Zhang | To Do |
data virtulization | d3 or opengl for js is recommended | Low | Xibei Zhang | To Do |
Zeyu Chen | Done | |||
RESTful api test | Test API | Low | TBA | To Do |
API Misc | API doc, site construct and SSL | Low | TBA | To Do |
Data is from FEMA dataset. Downloaded on May 11th 2018.
Wow, found previous work https://github.com/jdungan/disasters