https://github.com/kaustubhhiware/dst-viz
Visualise dst data : https://kaustubhhiware.github.io/dst-viz/
https://github.com/kaustubhhiware/dst-viz
api dst vizualisation
Last synced: 8 months ago
JSON representation
Visualise dst data : https://kaustubhhiware.github.io/dst-viz/
- Host: GitHub
- URL: https://github.com/kaustubhhiware/dst-viz
- Owner: kaustubhhiware
- Created: 2018-02-23T15:32:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-24T16:26:56.000Z (about 5 years ago)
- Last Synced: 2025-02-04T18:29:59.432Z (10 months ago)
- Topics: api, dst, vizualisation
- Language: HTML
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dst-viz
Visualise dst data. Source: http://wdc.kugi.kyoto-u.ac.jp/dstdir/index.html
Current plan of plots:
- Accross years
- Across months
- Across hours
## Usage
```py
$ python
> from api import query
> query(12, 'Jan', 2013)
# returns data for specific date
> query(month='January', year=2014)
# returns data for a particular month
> query(year=1980)
# returns data for a particular year
```
## Code
* [`download.py`](download.py) downloads all data so far.
* [`api.py`](api.py) handles querying.