Giter VIP home page Giter VIP logo

satelite-dl's Introduction

INDEX

ABOUT

  • Download satelite data picture from 高知大学気象情報wiki
  • SSSSYYMMDDHHCCC.pgm.gz: SSSS ... satelitename, YY ... 年(下2桁), MM ... month, DD ... day, HH ... hour(GMT), CCC ... channel

sample

ENVIRONMENT

I used the following environment.

  • Python3.8
  • Ubuntu 20.04 LTS or MacOS Catalina

I think these program can run in windows.But, I didn't test it.

INSTALATION

build from source cord.

git clone https://github.com/RyosukeDTomita/satelite-dl
cd satelite-dl
python3 setup.py install

build from tar.gz

wget https://github.com/RyosukeDTomita/satelite-dl/blob/master/dist/satelite-dl-0.0.1.tar.gz
pip install satelite-dl-0.0.1.tar.gz

check instlation is sucess

pip list | grep satelite-dl
satelite-dl                       0.0.1

HOWTOUSE

run from source cord

  • default output dir is dirname(file)
python3 -m satelitedl --date 19990101 -o <output_dir_path> # daily data
python3 -m satelitedl --date 199901 -o <output_dir_path> # monthly data
python3 -m satelitedl --date 1999 -o <output_dir_path> # yearly data

run from builded cord (see INSTALATION)

  • Need to install.
  • default output dir is dirname(file)
satelite-dl --date 19990101 -o <output_dir_path>

expand file

gunzip 2020/12/*/

satelite-dl's People

Contributors

ryosukedtomita avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.