Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creativcoder/chennai-flood-stat
#ChennaiRains Visualizing flood stat reports 2015
https://github.com/creativcoder/chennai-flood-stat
Last synced: about 2 months ago
JSON representation
#ChennaiRains Visualizing flood stat reports 2015
- Host: GitHub
- URL: https://github.com/creativcoder/chennai-flood-stat
- Owner: creativcoder
- Created: 2015-12-04T14:40:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T18:14:29.000Z (about 9 years ago)
- Last Synced: 2023-02-26T13:47:20.060Z (almost 2 years ago)
- Language: HTML
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Chennai Flood Stat Reviews 2015
Visualizing reviews of help support in various areas
The dataset source is an excel google sheet [here](https://docs.google.com/spreadsheets/d/1HUL5jcpy5-nsw_b9TFPVhXsGkZ9NiiwfT0Wc5JG-jmY/edit#gid=444587373&vpid=A2)
To import the dataset into mongo:
Save the sheet as a csv file
Then fire up your mongo prompt and issue the command:
`mongoimport -d floodstat -c review --type csv --file flood_stat.csv —headerline`
where:
`-d floodstat` is our document
`-c review` is our collection
`--file flood_stat.csv` is the csv file