Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1
A python script to filter by filename and download PDS images.
NotificationsYou must be signed in to change notification settings
p0dalirius/pdsimage-downloader
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A python script to filter by filename and download PDS images.
- Running on windows and linux machines.
- Filter on specific filenames with
--name-containsoption. - Choose the download directory with the
--output-diroption.
In order to use this script we need to installbs4,lxml,requests andrich. We can do this with this command:
python3 -m pip install -r requirements.txtor directly
pip install bs4 lxml requests rich$ ./pdsimage_downloader.py -hpdsimage downloader v1.1 - by Remi GASCOU (Podalirius)usage: pdsimage_downloader.py [-h] -u URL [-n NAME_CONTAINS] [-D OUTPUT_DIR] [-v]A python script to filter by filename and download PDS images.optional arguments: -h, --help show this help message and exit -u URL, --url URL URL of the PDS image archive. -n NAME_CONTAINS, --name-contains NAME_CONTAINS Filtering only files where the name contains this string. -D OUTPUT_DIR, --output-dir OUTPUT_DIR Output directory where the images will be stored. -v, --verbose Verbose mode. (default: False)./pdsimage_downloader.py --name-contains _DM_ -u https://pdsimage2.wr.usgs.gov/archive/mess-h-mdis-5-dem-elevation-v1.0/MESSDEM_1001/DEM/REGIONAL/IMG/demo_windows.mp4
demo_linux.mp4
Pull requests are welcome. Feel free to open an issue if you want to add other features.
About
A python script to filter by filename and download PDS images.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.

