Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitalyisaev2/river-orders
Simple tool for building river network graph from data published in USSR Surface water resources (Гидрологическая изученность)
https://github.com/vitalyisaev2/river-orders
Last synced: 25 days ago
JSON representation
Simple tool for building river network graph from data published in USSR Surface water resources (Гидрологическая изученность)
- Host: GitHub
- URL: https://github.com/vitalyisaev2/river-orders
- Owner: vitalyisaev2
- Created: 2015-03-24T04:56:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-14T11:43:23.000Z (over 9 years ago)
- Last Synced: 2024-04-21T00:17:28.202Z (9 months ago)
- Language: Python
- Size: 805 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# river-orders
Simple tool for building river network graph from data published in USSR Surface water resources ("Гидрологическая изученность").#### Installation and usage
Early pre-alpha. Linux only. Honestly, there's nothing for you to see yet. But if you really want, you should [install](https://docs.docker.com/installation/) docker first. Next you need to
```sh
$ git clone [email protected]:vitalyisaev2/river-orders.git
$ cd river-orders
$ docker build --tag=river-orders ./docker
$ docker run --privileged -it --rm -v `pwd`:/home/hydrologist/project:ro river-orders bash
```
When you're inside the container, start the session:
```sh
$ python3 build_river_network.py data/v15.csv --fixture data/v15.fixtures.yml --node "Обь 15-3_1" --dump
```#### Examples
The Ob river bassin:
![](http://s019.radikal.ru/i600/1504/6b/be24302c3f2a.png)
![](http://s56.radikal.ru/i151/1504/3c/c652cf2498b3.jpg)