Download geodata for anywhere in Earth
Project description
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"
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.1.0.tar.gz
(13.8 kB
view details)
Built Distribution
geoget-0.1.0-py3-none-any.whl
(13.7 kB
view details)
File details
Details for the file geoget-0.1.0.tar.gz
.
File metadata
- Download URL: geoget-0.1.0.tar.gz
- Upload date:
- Size: 13.8 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 | 337235101776ad7292c9c57aaa80e62a796d98f8059eb0bc9dd5b24c1294229c |
|
MD5 | 590c24203ac300d01595ba5c4fca4a67 |
|
BLAKE2b-256 | 163a69018c728ab937f0657ac43e53c36575ba55aeff7def7956e81c04b8e483 |
File details
Details for the file geoget-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: geoget-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.7 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 | d8f6f9e3621d7afe94f93d922c830b6fe58ee70f4ba23774f8cf48096e55d40a |
|
MD5 | 14a438ba28b9407c8821f4686a4f51ef |
|
BLAKE2b-256 | e3db488fdd648c6f7abfd9b84807530d36d294cd77ac3d168201536a0684683c |