I want to download daily data, instead, it is downloading only for the day I created the subscription. My subscription ids are 2438, 2439, 2440.
Can someone please guide me.
Error in subscription id and daily download
-
- Posts: 1519
- Joined: Wed Sep 18, 2019 6:15 pm America/New_York
- Been thanked: 9 times
Error in subscription id and daily download
Your subscriptions are active and up-to-date.
You can view you subscription data via a web browsers at: https://oceandata.sci.gsfc.nasa.gov/api/file_search (enter the subscription ID and hit submit)
You can also access this via command line, e.g.:
wget "https://oceandata.sci.gsfc.nasa.gov/api/file_search?subID=2438&format=txt&addurl=1" -O -
Regards,
Sean
You can view you subscription data via a web browsers at: https://oceandata.sci.gsfc.nasa.gov/api/file_search (enter the subscription ID and hit submit)
You can also access this via command line, e.g.:
wget "https://oceandata.sci.gsfc.nasa.gov/api/file_search?subID=2438&format=txt&addurl=1" -O -
Regards,
Sean