data access
data access
I am not able to download the Modis Aqua L1 and L2 data. I get an error message.
Can anyone please tell me what the problem is?
Can anyone please tell me what the problem is?
Filters:
-
- Posts: 395
- Joined: Mon Jun 22, 2020 5:24 pm America/New_York
- Has thanked: 8 times
- Been thanked: 8 times
Re: data access
Hello,
We would love to help. Please share more information.
How are you attempting to access the data, what error are you getting? If there is a command you ran, error message text, screenshots, urls, please paste/attach them here.
We would love to help. Please share more information.
How are you attempting to access the data, what error are you getting? If there is a command you ran, error message text, screenshots, urls, please paste/attach them here.
Re: data access
I have the same problem downloading the data with app-key. I get .:. ERROR .:.
Ocean Biology Distributed Active Archive Center (OB.DAAC)
Ocean Biology Distributed Active Archive Center (OB.DAAC)
-
- Posts: 395
- Joined: Mon Jun 22, 2020 5:24 pm America/New_York
- Has thanked: 8 times
- Been thanked: 8 times
Re: data access
an example that was working before and not working now
`wget https://oceandata.sci.gsfc.nasa.gov/ob/getfile/AQUA_MODIS.20230403.L3m.DAY.CHL.chlor_a.4km.NRT.nc?appkey=[apikey]`
what will works now only
`wget --user=USERNAME --ask-password --auth-no-challenge=on https://oceandata.sci.gsfc.nasa.gov/ob/getfile/AQUA_MODIS.20230403.L3m.DAY.CHL.chlor_a.4km.NRT.nc`
without appkey... if i add appkey it will stop working
`wget https://oceandata.sci.gsfc.nasa.gov/ob/getfile/AQUA_MODIS.20230403.L3m.DAY.CHL.chlor_a.4km.NRT.nc?appkey=[apikey]`
what will works now only
`wget --user=USERNAME --ask-password --auth-no-challenge=on https://oceandata.sci.gsfc.nasa.gov/ob/getfile/AQUA_MODIS.20230403.L3m.DAY.CHL.chlor_a.4km.NRT.nc`
without appkey... if i add appkey it will stop working
-
- Posts: 395
- Joined: Mon Jun 22, 2020 5:24 pm America/New_York
- Has thanked: 8 times
- Been thanked: 8 times
Re: data access
metoc.uae wrote:
> an example that was working before and not working now
> `wget
> https://oceandata.sci.gsfc.nasa.gov/ob/getfile/AQUA_MODIS.20230403.L3m.DAY.CHL.chlor_a.4km.NRT.nc?appkey=[apikey]`
>
> what will works now only
> `wget --user=USERNAME --ask-password --auth-no-challenge=on
> https://oceandata.sci.gsfc.nasa.gov/ob/getfile/AQUA_MODIS.20230403.L3m.DAY.CHL.chlor_a.4km.NRT.nc
> https://hugaf.com/harga-jasa-pembuatan-website-company-profile`
> without appkey... if i add appkey it will stop working
Thank you for sharing the updated command and explaining the changes. I'm sure this will be helpful for others who are experiencing similar issues.
> an example that was working before and not working now
> `wget
> https://oceandata.sci.gsfc.nasa.gov/ob/getfile/AQUA_MODIS.20230403.L3m.DAY.CHL.chlor_a.4km.NRT.nc?appkey=[apikey]`
>
> what will works now only
> `wget --user=USERNAME --ask-password --auth-no-challenge=on
> https://oceandata.sci.gsfc.nasa.gov/ob/getfile/AQUA_MODIS.20230403.L3m.DAY.CHL.chlor_a.4km.NRT.nc
> https://hugaf.com/harga-jasa-pembuatan-website-company-profile`
> without appkey... if i add appkey it will stop working
Thank you for sharing the updated command and explaining the changes. I'm sure this will be helpful for others who are experiencing similar issues.
Last edited by ascan on Fri May 05, 2023 5:03 pm America/New_York, edited 1 time in total.
Re: data access
Hello,metoc.uae wrote: ↑Wed Apr 12, 2023 2:09 am America/New_York an example that was working before and not working now
`wget https://oceandata.sci.gsfc.nasa.gov/ob/getfile/AQUA_MODIS.20230403.L3m.DAY.CHL.chlor_a.4km.NRT.nc?appkey=[apikey]`
what will works now only
`wget --user=USERNAME --ask-password --auth-no-challenge=on https://oceandata.sci.gsfc.nasa.gov/ob/getfile/AQUA_MODIS.20230403.L3m.DAY.CHL.chlor_a.4km.NRT.nc`
without appkey... if i add appkey it will stop working
Please visit appkey web page to make sure that you're using the correct appkey.
Let us know if the issue continues.
Thank you