podaacpy icon indicating copy to clipboard operation
podaacpy copied to clipboard

A python utility library for interacting with NASA JPL's PO.DAAC

Results 11 podaacpy issues
Sort by recently updated
recently updated
newest added

Hello, I am going to be using the PO.DAAC API for my Rust project and would like to also create my own bindings [crate](https://crates.io) for it. Would Nasa be interested...

This PR will eventually address #119 **It is not ready to merge yet** as the core functionality still needs to be implemented. This will consist of introducing a new Class...

Within the last year or so, PO.DAAC have updated their [Webservice documentation](https://podaac.jpl.nasa.gov/ws/) which improves the developer-facing documentation but which I think also introduces a major regression. The regression being that...

bug
dataset metadata
dataset search

Some functions for the associated services have a ```path=''``` meaning that the user can download the data to wherever they want on the local machine. This issue looks to allow...

granule preview
granule subset
Level2 Subsetting

[Remote Sensing Systems](http://remss.com/) provides an [HTTP server](http://data.remss.com/welcome.txt) enabling data access to a wide variety of satellite microwave radiometers, scatterometers, and sounders. http://data.remss.com/welcome.txt As we've done with OceanColor Web, we could...

remote_sensing_systems

Right now there is no standardized, user friendly mechanism for subsetting level3 or level4 data from PO.DAAC. This is a major issue and it is an area for podaacpy to...

enhancement
help wanted
dataset variables

[OceanWorks](https://oceanworks.jpl.nasa.gov/) is a JPL project which provides a rich set of API's we can interact with. We should add this functionality for the next release.

Let's write some more [tests for the MCC](https://github.com/nasa/podaacpy/blob/master/podaac/tests/mcc_test.py) which work with the following URLs https://gpm1.gesdisc.eosdis.nasa.gov:443/opendap/GPM_L3/GPM_3IMERGM.03/2014/3B-MO.MS.MRG.3IMERG.20140312-S000000-E235959.03.V03D.HDF5 https://goldsmr4.gesdisc.eosdis.nasa.gov:443/opendap/MERRA2_MONTHLY/M2IMNXINT.5.12.4/1980/MERRA2_100.instM_2d_int_Nx.198001.nc4 http://opendap.jpl.nasa.gov:80/opendap/allData/smap/L3/RSS/V2/monthly/SCI/2015/RSS_smap_SSS_monthly_2015_04_v02.0.nc

help wanted
question
compliance checker

Context available in https://github.com/nasa/instructions/issues/75

This is the block number four of the example, ``` #Print a list of CYGNSS dataset id's print('\nHeres list_all_available_granule_search_dataset_ids()') result = u.list_all_available_granule_search_dataset_ids() dsetId = [i for i in result if...