8000 GitHub - sakethramanujam/percy-image-downloader: Unofficial image downloader for Nasa Perseverance Raw Images website in Python
[go: up one dir, main page]

Skip to content

sakethramanujam/percy-image-downloader

Repository files navigation

⬇️ percy-image-downloader

Unofficial image downloader for Nasa Perseverance Raw Images website Image credits: NASA/JPL-Caltech unless otherwise noted.

🌠 Updates in v0.2

  • The downloader has basic tests setup.
  • Fixes a bug with respect to page number specification.
  • Image Format issues for full scale images are now resolved.

Installation

Requires python>=3.6

Download the zip and execute the following in your terminal

python setup.py install

Usage Instructions

Currently supports downloading images of chosen resolution type from a specific page, defaults to 0th page.

percy [OPTIONS] COMMAND [ARGS]...

  Image Downloader for Percy, the Mars Rover

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

Commands:
  download

Downloading Images

percy download [OPTIONS]

Options:
  -r, --resolution TEXT  Parameter for left column  [required]
  -p, --path TEXT        Parameter for left column  [required]
  -n, --number INTEGER   Page Number from which images are to be downloaded,
                         defaults to 0

  --help                 Show this message and exit.

Supported Resolution Tags

Keyword Resolution as per NASA Website
full Full Size Image
large Large Scale Image
medium Medium Scale Image
small Small/Thumbnail Image

Example

percy download -r large -p ./ -n 1

Found an bug/need a feature?

  • Report/Request, raise an issue here

About

Unofficial image downloader for Nasa Perseverance Raw Images website in Python

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

33D0

Packages

No packages published

Languages

0