skip navigation
Follow this link to skip to the main content
NASA Logo - Jet Propulsion Laboratory
Search arrow
JPL Home Earth Solar System Stars & Galaxies Technology
PO.DAAC Banner
Home Data Catalog Data Tools Related Sites Announcements Help/FAQ
NASA Logo JPL Logo Caltech Logo About PO.DAAC
 
General Information
FAQs
FAQ Gen Info
GENERAL INFO FAQ 001

What data products are distributed by PO.DAAC?
PO.DAAC distributes data that measure the physical state of the oceans such as sea surface height, ocean winds and sea surface temperature. For a complete list of PO.DAAC Data Products, refer to our on-line Data Catalog.
GENERAL INFO FAQ 002

Are PO.DAAC data available on CD, DVD or tape?
PO.DAAC no longer distributes data on media. All products are available on-line at ftp://podaac.jpl.nasa.gov/pub/.
GENERAL INFO FAQ 003

How much does PO.DAAC data cost?

All PO.DAAC holdings are free of charge to scientists, educators and the community at large. However, anything freely obtained from PO.DAAC may not be redistributed for profit.
GENERAL INFO FAQ 004

How do I cite PO.DAAC data in my publication?

Examples of citing our holdings may be found at http://podaac.jpl.nasa.gov/WEB_INFO/about_podaac.html.
GENERAL INFO FAQ 005

What is the policy for using images or data from your site?

The use of images and data obtained from PO.DAAC should be credited. Examples of citing our holdings may be found at http://podaac.jpl.nasa.gov/WEB_INFO/about_podaac.html.
GENERAL INFO FAQ 006

Do you have any educational materials?

PO.DAAC no longer distributes educational materials. Educational materials previously distributed by PO.DAAC may be obtained from the outreach web sites for Ocean Surface Topography and Ocean Winds. Additional information pertaining to educational materials available at JPL may be obtained from the JPL Education Gateway.
GENERAL INFO FAQ 007

Where can I get other JPL-related information?

Additional information about JPL may be obtained from the JPL Web Site (http://www.jpl.nasa.gov).
GENERAL INFO FAQ 008

How do I obtain the latest news about the PO.DAAC data holdings?

PO.DAAC sends data announcements via email. To have your email address added to our announcement list, subscribe on-line at http://podaac.jpl.nasa.gov/WEB_INFO/subscribe.html.

Email addresses provided to PO.DAAC are used for product update announcements and customer support only. We do not sell, rent or provide these addresses to any other organization.

PO.DAAC announcements for the last three years are available at http://podaac.jpl.nasa.gov/WEB_INFO/announcements.html.

GENERAL INFO FAQ 009

How do I sign-up to obtain PO.DAAC data announcements via email?

To have your email address added to our announcement list, subscribe on-line at http://podaac.jpl.nasa.gov/WEB_INFO/subscribe.html.

Email addresses provided to PO.DAAC are used for product update announcements and customer support only. We do not sell, rent or provide these addresses to any other organization.

PO.DAAC announcements for the last three years are available at http://podaac.jpl.nasa.gov/WEB_INFO/announcements.html.

GENERAL INFO FAQ 010

What is a DAAC?

DAAC is the acronym for "Distributed Active Archive Center", and PO.DAAC is the acronym for Physical Oceanography DAAC. The DAACs are part of NASA's Earth Observing System (EOS) Data and Information System (EOSDIS) and are responsible for archiving, distributing and managing NASA's Earth data.

GENERAL INFO FAQ 011

Is there a comprehensive listing of data held by the DAACs, NOAA and other archives?

NASA's Global Change Master Directory (http://gcmd.nasa.gov) holds more than 19,000 descriptions of Earth science data sets and services.

Obtaining PO.DAAC Data (FTP, Hight Efficiency FTP)
FAQ - OBTAINING PO.DAAC DATA
OBTAINING_DATA FAQ 001

Can I have data or images pushed to my server?
PO.DAAC no longer pushes data to servers outside of JPL.
Software and Data Formats (HDF)
FAQ - SOFTWARE AND DATA FORMATS
SOFTWARE AND DATA FORMATS FAQ 001

Does PO.DAAC have read software in programming languages other than C, FORTRAN and IDL?
Not at this time. All of our available read software are provided with the data products on the PO.DAAC FTP site (ftp://podaac.jpl.nasa.gov/pub).
SOFTWARE AND DATA FORMATS FAQ 002

Does PO.DAAC have software to calculate a parameter I need to derive using an available PO.DAAC data product?
All of our publicly available software are provided on-line with the data products. If you would like to submit a suggestion for a new data product, please email podaac@podaac.jpl.nasa.gov, and we will forward your request to the appropriate NASA Science Team for consideration.
SOFTWARE AND DATA FORMATS FAQ 003

Does PO.DAAC distribute data in GIS format?
Yes. The PO.DAAC Ocean Esip Tool (POET) provides interactive, on-line subsetting and visualization of many of PO.DAAC's data products. Viewing options include: latitude-longitude maps, animations, time series plots and space-time profiles. Format options include: GIS (GeoTIFF, ArcGrid), image (GIF, PNG, JPG), scientific (HDF, NetCDF), and raw (binary, ASCII). This graphical interface was developed by Ocean ESIP (Earth Science Information Partner).
SOFTWARE AND DATA FORMATS FAQ 004

What is HDF?
Hierarchical Data Format (HDF) is a library and multi-object file format for the transfer of graphical and numerical data between machines. HDF was developed by the National Center for Supercomputing Applications (NCSA) at the University of Illinois at Urbana-Champaign and is currently supported by the HDF Group (THG), a not-for-profit corporation. The HDF libraries and additional information are available at the HDF Group web site (hdf.ncsa.uiuc.edu).
SOFTWARE AND DATA FORMATS FAQ 005

Where can I get the HDF library?
The HDF libraries are currently available at the HDF Group web site (hdf.ncsa.uiuc.edu).
SOFTWARE AND DATA FORMATS FAQ 006

Do I need to link to the HDF library to use the PO.DAAC-provided read software for data in HDF?
If you are using PO.DAAC read software in IDL, there is no need to install the HDF library. If you are using PO.DAAC read software in C or FORTRAN, you will need to install and link to the HDF library. The HDF library is available from the HDF Group (hdf.ncsa.uiuc.edu).
SOFTWARE AND DATA FORMATS FAQ 007

I ran the Makefile to compile and link the read software. Why did I get "ld: fatal: library lmfhdf: not found"?

Before running make, please ensure that you edited the Makefile to include the correct location of the HDF library on your system. The default location of the HDF library in the example Makefile provided by PO.DAAC is "/usr/local/hdf". If your HDF library is located elsewhere, the Makefile will not work properly unless edited to include the correct location.

The HDF library must also be properly installed on your system before you can compile PO.DAAC read software in C or FORTRAN. The HDF library is currently available from The HDF Group (hdf.ncsa.uiuc.edu).

SOFTWARE AND DATA FORMATS FAQ 008

The QuikSCAT read software compiled correctly and worked up until SDS.... A segmentation fault then occurred. Why?

The stacksize on your platform may not be large enough. Try setting the stacksize to 65536 kbytes. On many UNIX platforms, you can change the stacksize by adding the following line to your .cshrc file:

limit stacksize 65536k.

If you still encounter problems after changing the stacksize, please email podaac@podaac.jpl.nasa.gov with the specific details of your problem.

SOFTWARE AND DATA FORMATS FAQ 009

What is raw data, Level 0, Level 1A, Level 1B, Level 2 or Level 3 data?

Raw data are unprocessed data in their original packets, as received from the observer.

Level 0 data are reconstructed, unprocessed raw instrument and payload data at original full resolution, time ordered, with duplicate data removed.

Level 1A data are reconstructed, unprocessed instrument data at full resolution, time referenced, and annotated with ancillary information, including radiometric and geometric calibration coefficients and georeferencing parameters (eg, platform ephemeris) computed and appended, but not applied to the Level 0 data.

Level 1B data are radiometrically corrected and geolocated Level 1A data that have been processed to sensor units. Not all instruments have Level 1B data.

Level 2 data are derived geophysical parameters at the same resolution and location as the Level 1 source data.

Level 3 data are geophysical parameters that have been spatially and/or temporally resampled (eg, derived from Level 1 or Level 2 data).

Near-Real-Time Data
FAQ - NEAR REAL TIME DATA
NEAR REAL TIME FAQ 001

I have been obtaining near-real-time data regularly from your server, and I noticed that the latency has increased from hours to days. What happened?

PO.DAAC Near-Real-Time services may be interrupted due to maintenance (both planned and unplanned), connectivity issues, etc. If you would like to know the exact source of the increased latency, email podaac@podaac.jpl.nasa.gov. However, it is important to recognize that unlike the fully-validated research products that are archived at PO.DAAC, support of near-real-time data is only provided on a best efforts basis.

If you require guaranteed service of near-real-time data for emergency preparedness or recovery, please email podaac@podaac.jpl.nasa.gov, and we will refer you to an official NRT center that can provide the support necessary for your work.

NEAR REAL TIME FAQ 002

What quality control has been applied to data and images from the PO.DAAC Near-Real-Time server (NEREIDS)?

Data and images obtained through the PO.DAAC Near-Real-Time Server (NEREIDS) are not validated. Users should use caution, because the data quality may not be suitable for some research activities. Furthermore, the PO.DAAC near-real-time products are only stored for a short period of time and then deleted once the expiration date is reached.

Unlike the fully-validated research products that are archived at PO.DAAC, support of near-real-time data is only provided on a best efforts basis. If you require guaranteed service of near-real-time data for emergency preparedness or recovery, please email podaac@podaac.jpl.nasa.gov, and we will refer you to an official NRT center that can provide the support necessary for your work.

NEAR REAL TIME FAQ 003

Why are there no data between 180W and 160W in the GOES-9 near-real-time (Level 3, 6km) data?

There are no near-real-time data between 180W and 160W from GOES-9, because this region overlaps GOES 10-12 combined data coverage. The GOES-9 values are filled with zeroes in this region.

Subsets of Global Data
FAQ - SUBSETTING
SUBSETTING FAQ 001

I do not have the computing resources necessary to handle the very large PO.DAAC global data sets. Can I obtain a subset of just my region of interest?
Yes. The PO.DAAC Ocean Esip Tool (POET) provides interactive, on-line subsetting and visualization of many of PO.DAAC's data products. Viewing options include: latitude-longitude maps, animations, time series plots and space-time profiles. Format options include: GIS (GeoTIFF, ArcGrid), image (GIF, PNG, JPG), scientific (HDF, NetCDF), and raw (binary, ASCII). This graphical interface was developed by Ocean ESIP (Earth Science Information Partner).
SUBSETTING FAQ 002

What are the values (units) for the parameter "Wind Vector" from the PO.DAAC Subsetting Tool (POET)?
Wind Vectors are provided in m/s. If you are looking at plots, the color is the magnitude of the wind in m/s. The wind direction is shown as a constant-length line. If you are looking at ASCII output, the wind is given separately in u (zonal) and v (meridional) components.
Data
Altimetry and Sea Surface Height
FAQ - ALTIMETRY
ALTIMETRY FAQ 001

What parameters are recomputed between the JASON-1 IGDR and GDR?

The JASON-1 GDR is identical to the IGDR with the following exceptions: * The GDR uses a more precise orbit * The GDR uses improved pole location data * The GDR provides a high-frequency ocean dealiasing correction * The GDR is a fully validated product

The following fields have been recomputed for the GDR as a result. * latitude (latitude) * longitude (longitude) * altitude (altitude, orb_state_flag and alt_hi_rate) * orbital altitude rate (orb_alt_rate) * net sum of the instrumental corrections (update of the Doppler correction) (net_instr_corr_ku and net_instr_corr_c) * corrected ground retracked altimeter ranges (range_ku and range_c) * altimeter ionospheric correction (iono_corr_alt_ku) * high frequency dealiasing correction (hf_fluctuations_corr) * pole tide height (pole_tide)

ALTIMETRY FAQ 002

When I read the JASON-1 data, why do I see negative values for time or unrealistic values of latitude and longitude?

The JASON-1 data are stored in BIG ENDIAN binary files. If you are using a little endian machine, you will need to byte swap. IDL and MATLAB should automatically perform the swap. If you are using C or FORTRAN, instructions on byte swapping can be found in the corresponding README files.

ALTIMETRY FAQ 003

What JASON-1 Product should I use for my research?

The table on the PO.DAAC JASON-1 Web Page provides concise descriptions of each product. If more information is necessary, the table provides links to the documentation for each product.

SeaWinds on QuikSCAT
FAQ - SEAWINDS ON QSCAT
QSCAT FAQ 001

Are QuikSCAT wind directions given using oceanographic or meteorological convention?

The oceanographic, or flow vector, convention for wind direction is adopted for QuikSCAT. Under this convention, a wind direction of 0 degrees implies flow toward the north."(QuikSCAT User's Manual, section 1.2.3)

QSCAT FAQ 002

Which HDF libraries should I install to correctly read the QuikSCAT level 2B and level 3 datasets?

You need to download version 4, available here.

QSCAT FAQ 003

Why does QuikSCAT Level 3 data contain fewer measurements at around 90 and 270 degrees longitude?

The main reason for having fewer measurements over the bands around 90 and 270 degrees longitude is the fact that only the latest measurements are kept, in case there are overlapping measurements within a day.

Since a day starts at 00:00:00 UTC and the ascending pass crosses the equator each day at approximately 6:00 am local solar time, it means that a L3 file will start always over an area located around 90 degrees longitude. Since the number of orbits within a day is not a whole number (~14 1/2), the last portion of an ascending swath within a day (also located around 90 east) partially overlaps the first one, so that only the measurements close to the end of a day are kept, while those from the very beginning of a day are discarded.

A similar process happens around 270 degrees longitude, for the descending pass.

QSCAT FAQ 004

Why is there a QuikSCAT data gap annually around November 17? Do you provide a list of other potential data gaps?

To minimize the chance of damage during the Leonid meteor shower, the solar panels on the QuikSCAT spacecraft are rotated to present the minimum cross-sectional area to the direction of the meteor flow. Also, the instrument high voltage is turned off to prevent possible shorting caused by plasma clouds generated by meteor impacts.

http://podaac.jpl.nasa.gov/quikscat/qscat_prob.html lists all data gaps longer than 4 seconds. If the gap spans an entire rev, no L2B file will exist for that rev. Furthermore, if the gap spans an entire day, no L3 file will exist for that day.

QSCAT FAQ 005

Regarding QuikSCAT Level 2B and Level 3 datasets, do you provide an archive of the datasets that were processed using the original QSCAT-1 processing algorithm?

Due to storage limitations and high user demand for the newly processed data, we no longer store the originally processed Level 2B and Level 3 data in our archives. The post-processing algorithms for the Level 2B and Level 3 QuikSCAT data was officially changed in June of 2006. To maintain continuity, all data that was processed prior to this date was re-processed using the new QSCAT-1/F13 model function relationship.

QSCAT FAQ 006

What affect did the new QSCAT-1/F13 processing algorithm have on the Level 2B and Level 3 QuikSCAT datasets compared to the original QSCAT-1 algorithm?

The accuracy of wind vector magnitudes in excess of 16 m/s has increased based upon the tuning from the SSM/I F13 measurements. This results in a systematic overall increase in the wind vector magnitudes, when compared to the original QSCAT-1 algorithm, but this only applies to wind speeds in excess of 16 m/s.

Another improvement is in the multidimensional histogram (MUDH) rain flagging algorithm. The SeaWinds on ADEOS II mission provided tandem measurements from the SeaWinds scatterometer and the AMSR microwave radiometer, which was used to provide an “impact-based” MUDH rain flagging algorithm (IMUDH). This results in less “over-flagging” in rain-free regions, which was more problematic with the previous MUDH algorithm, especially in high wind speed regimes.

A final bi-product is the availability of a higher resolution (12.5 km) level 2B product.

QSCAT FAQ 007

Has the 12.5 km product been validated for coastal applications?

Yes, but this validation study only applies to the QSCAT-1 processing algorithm. Please click here to download the IEEE published paper by Tang et al. (2004).

Sea Surface Temperture
GRACE and Gravity
Ocean Currents and Tides
Salinity
Bathymetry Data
FAQ - BATHYMETRY DATA
BATHYMETRY FAQ 001

Does PO.DAAC have bathymetry data?

No. For bathymetry data, please refer to the National Geophysical Data Center (www.ngdc.noaa.gov).

The Global Change Master Directory (gcmd.gsfc.nasa.gov) also has a listing of additional sources of bathymetry data.

Ocean Color Data
FAQ - OCEAN COLOR DATA
OCEAN COLOR FAQ 001

Does PO.DAAC have ocean color data?
No. For ocean color data, please refer to the Ocean Biology Processing Group (oceancolor.gsfc.nasa.gov) or the Goddard DAAC (daac.gsfc.nasa.gov).
USA.gov Logo Privacy/Copyright NASA Logo User Services: podaac@podaac.jpl.nasa.gov
Freedom of Information Act All users publishing with PO.DAAC data from our providers and partners, please add a citation as outlined here.