Search found 51 matches

by PODAAC - celiaoued
Tue Jan 07, 2025 12:59 pm America/New_York
Forum: Home
Question: Access Issue for Aqua-MODIS Sea Surface Temperature Data (2005-2018, Annual Resolution, 4 km)
Replies: 3

Re: Access Issue for Aqua-MODIS Sea Surface Temperature Data (2005-2018, Annual Resolution, 4 km)

Hello,
Can you show the page or URL that you are trying to download the data from?

Best,
Celia
by PODAAC - celiaoued
Mon Jan 06, 2025 4:25 pm America/New_York
Forum: Home
Question: Access denied (trying to access netcdf via matlab)
Replies: 9

Re: Access denied (trying to access netcdf via matlab)

Hello,

How about trying it with "machine urs.earthdata.nasa.gov", as described in the page below?

http://docs.opendap.org/index.php/DAP_Clients_-_Authentication#URS_&_LDAP
by PODAAC - celiaoued
Tue Dec 17, 2024 7:35 pm America/New_York
Forum: Home
Question: Delayed GHRSST
Replies: 2

Re: Delayed GHRSST

Hello,
The CMR record is fine, but PO.DAAC has not yet received from the CMC more recent files than 2024-12-14.
by PODAAC - celiaoued
Wed Dec 11, 2024 7:19 pm America/New_York
Forum: Home
Question: Suomi NPP VIIRS data download failing
Replies: 2

Re: Suomi NPP VIIRS data download failing

Hello, PO.DAAC phased out FTP downloads, so FTP is not available anymore. Please create an Earthdata login if you do not already have one (https://urs.earthdata.nasa.gov) and use it to download via Earthdata Search: https://search.earthdata.nasa.gov/search/granules?p=C1996881636-POCLOUD PO.DAAC Data...
by PODAAC - celiaoued
Wed Nov 06, 2024 5:43 pm America/New_York
Forum: Home
Question: Direct observations of aerosol and ocean properties
Replies: 4

Re: Direct observations of aerosol and ocean properties

Hello,
At PO.DAAC, we do not have aerosol measurements, but we do have observations of other ocean surface properties such as sea surface temperature, salinity, winds, and other quantities at https://podaac.jpl.nasa.gov/
by PODAAC - celiaoued
Tue Oct 01, 2024 3:09 pm America/New_York
Forum: Home
Question: Problem temporal search for SWOT_L2_HR_PIXC_2.0
Replies: 2

Re: Problem temporal search for SWOT_L2_HR_PIXC_2.0

Hello, You are not doing anything wrong with this command. Unfortunately, we currently have an issue with the two options -gr and time range in our python package. The issue is that these two options do not work together, and instead results in the time range being ignored. My next best recommendati...
by PODAAC - celiaoued
Tue Oct 01, 2024 2:55 pm America/New_York
Forum: Home
Question: Get only the latest version of a granule with earthaccess.search_data()
Replies: 4

Re: Get only the latest version of a granule with earthaccess.search_data()

Hi, With Earthaccess, you can use the granule name option because PGC0 is denoted in the filename: test_results = earthaccess.search_data(short_name = 'SWOT_L2_HR_PIXC_2.0', temporal = ('2023-08-01 00:00:00', '2024-01-05 23:59:59'), granule_name='*_298_080L_*PGC0*') Alternative: PO.DAAC has a Python...
by PODAAC - celiaoued
Thu Sep 05, 2024 1:47 pm America/New_York
Forum: Home
Question: Converting SWOT KaRIn Low Rate Sea Surface Height Products to GeoTIFF
Replies: 3

Re: Converting SWOT KaRIn Low Rate Sea Surface Height Products to GeoTIFF

Hello Noel, I do not have a ready example of code for you, but I would like to recommend the Python package pyresample (https://pyresample.readthedocs.io/en/latest/howtos/swath.html) What is the grid resolution of the rasterized datasets you are looking to compare SWOT swaths with? Best regards, Celia
by PODAAC - celiaoued
Tue Sep 03, 2024 7:46 pm America/New_York
Forum: Home
Question: Request for Climate Data in South America for Agricultural Impact Study
Replies: 5

Re: Request for Climate Data in South America for Agricultural Impact Study

Hello, It would help to know more specifics about what types of observations you are looking for. What kind of analysis you hope to do? I am with the Physical Oceanography Distributed Active Archive Center (PO.DAAC), https://podaac.jpl.nasa.gov/ Our data products are focused on ocean parameters, suc...
by PODAAC - celiaoued
Thu Aug 29, 2024 6:30 pm America/New_York
Forum: Home
Question: SWOT_L2_HR_PIXC_2.0 scripting download
Replies: 9

Re: SWOT_L2_HR_PIXC_2.0 scripting download

Thank you for continuing to try it while reporting the errors and your feedback!