Download geodata for anywhere in Earth
Project description
GeoGet
Utility functions to download geo data.
Install
pip install geoget
How to use
Here is an example of a .bash file to download data from https://ladsweb.modaps.eosdis.nasa.gov/. The email and authentication token (auth) need to be defined in order for the script to work. To create an account and an authentication token visit ladsweb website.
#!/bin/bash -l
email=""
auth=""
bbox='-10 36 0 44'
product="NPP_VMAES_L1"
collection="5000"
tstart="2017-10-27 00:00:00"
tend='2017-10-27 23:59:59'
path_save="/srv/geoget/data"
bands="Reflectance_M5 Reflectance_M7 Reflectance_M10 Radiance_M12 Radiance_M15 SolarZenithAngle SatelliteZenithAngle"
geoget_ladsweb $product $collection "$tstart" "$tend" "$bbox" $email $auth $path_save "$bands" --repName "GEO" --repPixSize "0.01" --daynight "D"
Note: Library under development. Examples above were tested in Ubuntu 16.04 LTS.
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
geoget-0.0.2.tar.gz
(13.1 kB
view details)
Built Distribution
geoget-0.0.2-py3-none-any.whl
(13.1 kB
view details)
File details
Details for the file geoget-0.0.2.tar.gz
.
File metadata
- Download URL: geoget-0.0.2.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191201 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be5d6a30c94e7947d9a376010bb0c85af209cacc3aa48d091c9a47ba5b0dbd0c |
|
MD5 | aa5e3e64726d3460d9a4b2c7cb8008e7 |
|
BLAKE2b-256 | 878945058036fa87ce2ab58b1ba5fd580dd6beefad731e5c5c60ff6bb3d17ba3 |
File details
Details for the file geoget-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: geoget-0.0.2-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191201 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5d3d21c5e62026f3d1f86bfc1c72dd544f099ee05905576998854f191c2eee8 |
|
MD5 | a53cf7c54c9b72cd3448561ce3f1af1d |
|
BLAKE2b-256 | 77d8dcc37896715e5a109c73be18a7c579d12d84aea46345712f3b3b822ced0a |