RyoWakabayashi / tellus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tellus

This repository is an example of an unofficial implementation of Tellus.

Requirements

Run sample CLI

TelluSAR

python tellusar.py get_free -t 'Your API Token'

DEUCE

python deuce.py search -t 'Your API Token' \
    -s alos3-pseudo \
    -lblat 33.631 \
    -lblon 130.369 \
    -rtlat 33.69 \
    -rtlon 130.438

Run in Jupyter

jupyter lab

Ready for editting

asdf plugin-add nodejs
asdf plugin-add python
asdf install
npm install
pip install --requirement requirements.txt
asdf reshim python
pre-commit install

Lint

pre-commit

pre-commit run --all-files

About

License:MIT License


Languages

Language:Jupyter Notebook 93.9%Language:Python 5.9%Language:JavaScript 0.1%