KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
GeoPolHist
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
GCMDR
:
IMPLEMENT FOR graph convolution for predicting associations between miRNA and drug resistance using raw data
elections-blockchain
:
A simple Blockchain implementation in Golang for Election vote casting
exercism-elixir
:
My solutions from the Exercism Elixir track | Completed exercices: 159/159 (October 2023)
Digispark-Pranks-and-Examples
:
Here you'll find code for your DigiSpark. Download this Repository for awesome pranks that you can use on your friends!
Pub--1stECG
:
首届中国心电智能大赛决赛阶段解决方案-公开版 比赛网址 http://mdi.ids.tsinghua.edu.cn/
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
GeoPolHist
?
Download (.md)
# GeoPolHist dataset World Geo-Political entities sovereign status from 1816 to 2020. - ./data : the data set in CSV and python (3) scripts to aggregate - ./datapackage.json : documentation of the data set - ./src : source code of the visualisation web application [](https://doi.org/10.5281/zenodo.4600809) ## Use the visualisation tool Visit [http://medialab.github.io/GeoPolHist](http://medialab.github.io/GeoPolHist). Or follow this instructions to use locally. ### prepare data ```bash cd data # aggregate the dataset to prepare sankey diagram data python3 aggregate_GeoPolHist.py # copy dataset in the visualisation application python3 deploy_data_in_viz.py ``` ### install deps You need node and npm to be installed. ```bash npm install ``` ### run locally ```bash npm run start ``` ### deploy on github pages You need to write rights on the origin repository ```bash npm run deploy ```