Download utility for NASA WorldView
Project description
Download tool for NASA WorldView
Installation
> pip install worldview_dl
Usage
You may either download using the command line cli:
usage: cli.py [-h] [--layers LAYERS [LAYERS ...]] [--image_type IMAGE_TYPE]
[--resolution RESOLUTION] [--end-time END_TIME]
time bbox
for example
> python -m worldview_dl.cli "2020-01-28 16:20" 10.,-60.,15.,-50. --image_type png
Or with the python package
from worldview_dl import download_image
import datetime
import pytz
t_now = datetime.datetime.now().replace(tzinfo=pytz.utc)
t = t_now - datetime.timedelta(hours=2)
download_image(
fn="GOES_test.png",
time=t,
bbox=[10.,-60.,15.,-50.],
layers=['GOES-East_ABI_Band2_Red_Visible_1km', 'Reference_Labels'],
image_format="png",
resolution=0.01,
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
worldview_dl-0.2.0.tar.gz
(484.2 kB
view details)
File details
Details for the file worldview_dl-0.2.0.tar.gz
.
File metadata
- Download URL: worldview_dl-0.2.0.tar.gz
- Upload date:
- Size: 484.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bce83f21ab582ba46c0500d45483d9e90cea33447c764fb097a94622ccc5fa8e |
|
MD5 | 2c08676b4b621c22f546f9f2c477c0a6 |
|
BLAKE2b-256 | 2a5132640fcbcbe05df486467d2c4551e5b7280091c27a563b70c3397413aa5d |