data access

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
anapicado
Posts: 1
Joined: Tue Feb 04, 2014 12:58 pm America/New_York
Answers: 0

data access

by anapicado » Mon Apr 10, 2023 4:45 am America/New_York

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?

Tags:

OB.DAAC - amscott
User Services
User Services
Posts: 350
Joined: Mon Jun 22, 2020 5:24 pm America/New_York
Answers: 1
Has thanked: 8 times
Been thanked: 3 times

Re: data access

by OB.DAAC - amscott » Mon Apr 10, 2023 1:35 pm America/New_York

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.

metoc.uae
Posts: 2
Joined: Tue Apr 11, 2023 2:34 am America/New_York
Answers: 0

Re: data access

by metoc.uae » Tue Apr 11, 2023 2:34 am America/New_York

I have the same problem downloading the data with app-key. I get .:. ERROR .:.
Ocean Biology Distributed Active Archive Center (OB.DAAC)

OB.DAAC - amscott
User Services
User Services
Posts: 350
Joined: Mon Jun 22, 2020 5:24 pm America/New_York
Answers: 1
Has thanked: 8 times
Been thanked: 3 times

Re: data access

by OB.DAAC - amscott » Tue Apr 11, 2023 4:05 pm America/New_York

Please share your command or code block so we can investigate.

metoc.uae
Posts: 2
Joined: Tue Apr 11, 2023 2:34 am America/New_York
Answers: 0

Re: data access

by metoc.uae » 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

OB.DAAC - amscott
User Services
User Services
Posts: 350
Joined: Mon Jun 22, 2020 5:24 pm America/New_York
Answers: 1
Has thanked: 8 times
Been thanked: 3 times

Re: data access

by OB.DAAC - amscott » Wed Apr 12, 2023 2:15 pm America/New_York

Thank you. We are taking a look.

ascan
Posts: 2
Joined: Sat Apr 15, 2023 8:34 am America/New_York
Answers: 0

Re: data access

by ascan » Sat Apr 15, 2023 8:40 am America/New_York

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.
Last edited by ascan on Fri May 05, 2023 5:03 pm America/New_York, edited 1 time in total.

OB WebDev - masoudso
Subject Matter Expert
Subject Matter Expert
Posts: 23
Joined: Tue Dec 22, 2020 2:11 pm America/New_York
Answers: 0
Has thanked: 2 times

Re: data access

by OB WebDev - masoudso » Mon Apr 17, 2023 10:43 am America/New_York

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
Hello,
Please visit appkey web page to make sure that you're using the correct appkey.
Let us know if the issue continues.

Thank you

Post Reply