A client for the NASA MODAPS web service
Project description
Python RESTful client for NASA’s MODIS Adaptive Processing System (MODAPS) data archive at the Level-1 and Atmosphere Archive & Distribution System (LAADS) Distributed Active Archive Center (DAAC).
MIT License.
Installation
pip install modapsclient
pygaarst.modapsclient
This is a REST-full web service client that implements the NASA LAADSWEB data API (see https://ladsweb.modaps.eosdis.nasa.gov/tools-and-services/lws-classic/quick-start.php)
class ModapsClient(object)
Usage:
from pygaarst import modapsclient as m
a = m.ModapsClient()
b = a.[methodname](args)
Implements the methods from http://ladsweb.nascom.nasa.gov/data/api.html , except for (currently) those related to OpenSearch (which don’t appear to be working reliably server-side) and ordering (TBD). Implemented methods are marked with an x.
implemented |
methodname |
---|---|
x |
getAllOrders |
x |
getBands |
x |
getBrowse |
x |
getCollections |
x |
getDataLayers |
x |
getDateCoverage |
x |
getFileOnlineStatuses |
x |
getFileProperties |
x |
getFileUrls |
x |
getMaxSearchResults |
getOpenSearch |
|
getOrderStatus |
|
getOrderUrl |
|
getOSDD |
|
x |
getPostProcessingTypes |
x |
listCollections (deprecated) |
x |
listMapProjections |
x |
listProductGroups |
x |
listProducts |
x |
listProductsByInstrument |
x |
listReprojectionParameters |
x |
listSatelliteInstruments |
orderFiles |
|
orderFilesProcessed (deprecated) |
|
releaseOrder |
|
searchDatasets |
|
x |
searchForFiles |
x |
searchForFilesByName |
Caveats and limitations
This API is listed as “classic” by NASA EOSDIS, so it’s unlikely it’ll receive much attention in the future. Hardly anyone will use the “order” feature as the files are usually available on the public file server. For these two reasons, the unimplemented functionality is also unlikely to ever be implemented.
>From experience, products listed via listProducts are not necessarily in actual fact available in the NASA EOSDIS LAADS archive. In this case, you may receive an error when searching for files.
The MODAPS web service has the tendency to return a 500 Internal Server Error for any error, including unsupported values for query string variables.
Further docuementation
See the ipynb/ folder for Jupyter Notebooks.
TODO
Add OPeNDAP client functionality.
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
Built Distribution
File details
Details for the file modapsclient-0.1.1.tar.gz
.
File metadata
- Download URL: modapsclient-0.1.1.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca17830ec337f5b77418977efc3cc3cea9df7f3c977bed7806e16a168cfbe804 |
|
MD5 | ffcba26cadc0679f3717993124166efe |
|
BLAKE2b-256 | dd3cb238e2bef8c673247005ac7989917be5491e63e7ee93fabe825ac6766a9c |
File details
Details for the file modapsclient-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: modapsclient-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dae23b9d739333095646d03e7e4cc66e8cfbf0503749fd74e99a68572eaaf421 |
|
MD5 | 6bf96b4a4703a4a0fe0bfc25de1cc597 |
|
BLAKE2b-256 | 898db096d398df77ccccd61672963502573d49fe6c56f9a163c1e2d17b4c638f |