GeoGet
Utility functions to download geo data.
Install
pip install geoget
How to use
Go to https://ladsweb.modaps.eosdis.nasa.gov/ and create an account and an authentication token. Then create ~/.ladsweb file with the following format where you should write your email and token (key):
# To create an account and an authentication token visit ladsweb website.
{
"url" : "https://ladsweb.modaps.eosdis.nasa.gov",
"key" : "",
"email" : ""
}
The following bash script shows an example of how to make a request:
#!/bin/bash -l
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" $path_save "$bands" --repName "GEO" --repPixSize "0.01" --daynight "D"
In case you need to stop the request (it may take a while until the files are available) you can later call geoget_order_manager . on path_save directory and all requests in the log file will continue to be processed.
Note: Library under development. Examples above were tested in Ubuntu 16.04 LTS.
Release files for geoget 0.1.17
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| geoget-0.1.17.tar.gz | 27.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| geoget-0.1.17-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 54.0 kB
Release files / geoget-0.1.17.tar.gz
| Download URL | geoget-0.1.17.tar.gz |
|---|---|
| Size | 27.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4bf7e9acea241cec0a8bb787fd8ac667b2ae5cb9c0f40efa7dc8b1b5a99690b2
|
|
BLAKE2b-256 checksum How to use checksums |
bad0f975fbc6734d7361b3a271a57f5e3021cff7e7573f014401e0d05e66ae94
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
|
Release files / geoget-0.1.17-py3-none-any.whl
| Download URL | geoget-0.1.17-py3-none-any.whl |
|---|---|
| Size | 26.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
81fcdc9ec621e2b56c7ac6bfaa0d5a32951a2fe685e12e60866120ccf605d8b5
|
|
BLAKE2b-256 checksum How to use checksums |
43e8e14b03a682bc02a9cc7911b7b1fda2a42ffea6ea032fb4fd8c7044587d27
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
|