Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nens/model-databank
Models, scenarios and results data bank for water management purposes.
https://github.com/nens/model-databank
threedi
Last synced: 4 days ago
JSON representation
Models, scenarios and results data bank for water management purposes.
- Host: GitHub
- URL: https://github.com/nens/model-databank
- Owner: nens
- License: gpl-3.0
- Created: 2013-02-20T15:20:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T17:25:01.000Z (over 4 years ago)
- Last Synced: 2024-04-12T01:12:29.223Z (7 months ago)
- Topics: threedi
- Language: Python
- Size: 1.6 MB
- Stars: 2
- Watchers: 33
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
Model databank
==============Models, scenarios and results data bank for water management purposes. This is
the model databank django app. Include it in your site. It requires Django 1.5.General requirements
--------------------- models:
- metadata
- configuration
- distributed file system storage- regions:
- configurable region properties- scenarios:
- result metadata
- states
- should be shareable among users- rights and permissions:
- scenario owners
- model owners
- owners can transfer scenarios and models to other users- projects:
wrapping models and scenarios per owner into a project- various requirements:
- import scenarios and results (?)
- aggregations and aggregated results
- distributed file system (DFS:
- models
- results and states
- aggregated resultsGeneral considerations
----------------------- admin
- for scenario and model editing
- adding user and permissions
- admin engine: django, custom- model storage
- relational (django ORM, SQLAlchemy, own)
- MongoDB
- file-based- metadata
- metadata in json or xml or nosql (mongodb) or in relational database
- file based: version-control in theory possible