data-subscriber
data-subscriber copied to clipboard
Subscribe and bulk download collections of data at PO.DAAC
If no .netrc file is detected the program will ask if the user has an Earthdata login. If not it will give them the link to create one. If so...
The message that results from the --dry-run option in combination with --subset can be misleading. Listing "Granules: None" and "Success Count: 0" has mislead users to think that the search...
execution output: 
`--subset` requests use Harmony behind the scenes, and we use a .harmony file to track the status of the job. If, for whatever reason, the .harmony file is malformed or...
We didn't originally support wildcards for `-gr`, meaning that param would only be used when requesting a specific granule. (temporal bounds were not relevant). Once we added support for wildcards...
Is there an argument in the podaac_data_downloader to download just a specific L2_LR_SSH product, i.e. basic, expert, wind wave, or unsmoothed?
Hello, I have successfully utilized the PODAAC Data Subscriber tool to download Sea Surface Temperature (SST) data from the MUR collection using the default data provider without any issues. However,...
When we send a subsetting request to Harmony with too many granule IDs, we get an error "413 Request entity too large". After discussing this with the Harmony team, they...
As part of release 1.15.0, which contain the subsetting capability for both the subscriber and downloader, the following code is run on args for both the subscriber and downloader: https://github.com/podaac/data-subscriber/blob/3ee78a4efbb3ade95e984cf6f2f8f10537ebaa91/subscriber/podaac_access.py#L224-L229...
The `-dc` flag allows users to download data into folders by cycle. As written, this assumes the CMR UMM-G `GranuleUR` matches the granule filename (without extension). This is not always...