Skip to content

Using python3 beautifulsoup, download satelite-images.

License

Notifications You must be signed in to change notification settings

RyosukeDTomita/satelite-dl

Repository files navigation

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/*/

About

Using python3 beautifulsoup, download satelite-images.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages