SODIN is an operational system for flooding damages, able to collect damage information originated during and after flooding episodes on rivers and coast. SODIN Web is a web viewer that let the user locate and filter past events on a map and navigate through event's captured data on a user friendly timeline.
- Restore data from db folder (SodinBD and TestSodinBD) on your MongoDB server. For example:
mongorestore --archive= db/SodinBD/sodin.archive --host xxx.xxx.xxx.xxx:xxxx --nsFrom SodinBD.* --nsTo SodinBD.* --username xx --password xxx
- Rename config.example.json to config.json, and set connection properties
{
"MongoDb": {
"connection": "yourConnectionString",
"name": "SodinBD"
}
}
- Install grunt:
npm install -g grunt-cli
- Run grunt task build
- Publish the web on IIS in your server
Use your regular browser and navigate to the web site
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details
At runtime it uses:
- Timelinejs3 - MIT License
- Leaflet - README.MD
- Chart.js - MIT License