Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UppsalaConflictDataProgram/OpenViEWS2
Public version of the code repository for the ViEWS2020 model and ViEWS2 data infrastructure. Legacy repository under the Violence & Impacts Early-Warning System (VIEWS).
https://github.com/UppsalaConflictDataProgram/OpenViEWS2
Last synced: 1 day ago
JSON representation
Public version of the code repository for the ViEWS2020 model and ViEWS2 data infrastructure. Legacy repository under the Violence & Impacts Early-Warning System (VIEWS).
- Host: GitHub
- URL: https://github.com/UppsalaConflictDataProgram/OpenViEWS2
- Owner: UppsalaConflictDataProgram
- License: other
- Created: 2020-03-25T17:32:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T17:25:52.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T06:02:55.913Z (3 months ago)
- Language: Python
- Homepage:
- Size: 2.55 MB
- Stars: 13
- Watchers: 8
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ViEWS2
Getting started
Download and install miniconda3: https://docs.conda.io/en/latest/miniconda.html
After you have conda installed, in your terminal run./install_views2.sh
This will create a conda environment called views2 and install the views package there.
To fetch the latest public data runconda activate views2
python runners/import_data.py --fetchTo start using ViEWS code simply run
conda activate views2
jupyter notebookA web browser should open with the jupyter notebook browser.
If you wish to take part in the prediction competition, see projects/prediction_competition/
An example notebook to get you started modelling is in projects/model_development/examply.ipynb.We develop ViEWS on Mac and Linux computers, the procedure is slightly different for Windows and we haven't developed a streamlined process for it yet.
To open the HTML documentation from here on MacOS run
./run_tools.sh
open docs/_build/html/index.htmlAnd it will take you to the locally built html documementation in your default browser.
To view .pdf documentation (a work in progress) see https://views.pcr.uu.se/download/docs/views.pdf