Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

94

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

94 results for “degree days”

Learn how ShareScore rates datasets ↗
nasa28/100

AIRS/Aqua L3 8-day Support Product (AIRS-only) 1 degree X 1 degree V006 (AIRS3SP8) at GES DISC

The Atmospheric Infrared Sounder (AIRS) is a grating spectrometer (R = 1200) aboard the second Earth Observing System (EOS) polar-orbiting platform, EOS Aqua. In combination with the Advanced Microwave Sounding Unit (AMSU) and the Humidity Sounder for Brazil (HSB), AIRS constitutes an innovative atmospheric sounding group of visible, infrared, and microwave sensors. The L3 support products are similar to the L3 standard products but contain fields which are not fully validated, or are inputs or intermediary values. Because no quality control information is available for some of these fields, values from failed retrievals may be included.

restrictednotspecifiedApr 2025View details →
nasa28/100

GPM MHS on METOP-A (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFMETOPAMHS_DAY_CLIM) at GES DISC

Version 07 is the current version of the data set. Older versions are no longer available and have been superseded by Version 07.The "CLIM" products differ from their "regular" counterparts (without the "CLIM" in the name) by the ancillary data they use. They are Climate-Reference products, which requires homogeneous ancillary data over the climate time series. Hence, the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 months lag behind the regular production) reanalysis is used as ancillary data to derive surface and atmospheric conditions required by the GPROF algorithm for the "CLIM" output. The GPROF databases are also adjusted accordingly for these climate-referenced retrievals.3GPROF products provide global gridded monthly/daily precipitation averages from multiple satellites that can be used for climate studies. The 3GPROF products are based on retrievals from high-quality microwave sensors, which are sensitive to liquid and ice-phase precipitation hydrometeors in the atmosphere.The purpose of the 3GPROF algorithm is to provide monthly and daily mean precipitation and related retrieved parameters from the Level 2 GPROF precipitation profiling algorithm for the GPM core and constellation satellites. Each 3GPROF product contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because this product is an accumulation of the Level 2 retrieval products, much more information is available via the GPROF Level 2 documentation.

restrictednotspecifiedApr 2025View details →
nasa28/100

GPM IMERG Late Precipitation L3 1 day 0.1 degree x 0.1 degree V07 (GPM_3IMERGDL) at GES DISC

Version 07 is the current version of the data set. Older versions will no longer be available and have been superseded by Version 07.The Integrated Multi-satellitE Retrievals for GPM (IMERG) IMERG is a NASA product estimating global surface precipitation rates at a high resolution of 0.1° every half-hour beginning 2000. It is part of the joint NASA-JAXA Global Precipitation Measurement (GPM) mission, using the GPM Core Observatory satellite as the standard to combine precipitation observations from an international constellation of satellites using advanced techniques. IMERG can be used for global-scale applications as well as over regions with sparse or no reliable surface observations. The fine spatial and temporal resolution of IMERG data allows them to be accumulated to the scale of the application for increased skill. IMERG has three Runs with varying latencies in response to a range of application needs: rapid-response applications (Early Run, 4-h latency), same/next-day applications (Late Run, 14-h latency), and post-real-time research (Final Run, 3.5-month latency). While IMERG strives for consistency and accuracy, satellite estimates of precipitation are expected to have lower skill over frozen surfaces, complex terrain, and coastal zones. As well, the changing GPM satellite constellation over time may introduce artifacts that affect studies focusing on multi-year changes.This dataset is the GPM Level 3 IMERG Late Daily 10 x 10 km (GPM_3IMERGDL) derived from the half-hourly GPM_3IMERGHHL. The derived result represents a Late expedited estimate of the daily mean precipitation rate in mm/day. The dataset is produced by first computing the mean precipitation rate in (mm/hour) in every grid cell, and then multiplying the result by 24. This minimizes the possible dry bias in versions before "07", in the simple daily totals for cells where less than 48 half-hourly observations are valid for the day. The latter under-sampling is very rare in the combined microwave-infrared (and rain gauge in the final) dataset, variable "precipitation", and appears in higher latitudes. Thus, in most cases users of global "precipitation" data will not notice any difference. This correction, however, is noticeable in the high-quality microwave retrieval, variable "MWprecipitation", where the occurrence of less than 48 valid half-hourly samples per day is very common. The counts of the valid half-hourly samples per day have always been provided as a separate variable, and users of daily data were advised to pay close attention to that variable and use it to calculate the correct precipitation daily rates. Starting with version "07", this is done in production to minimize possible misinterpretations of the data. The counts are still provided in the data, but they are only given to gauge the significance of the daily rates, and reconstruct the simple totals if someone wishes to do so. The latency of the derived Late daily product is a couple of minutes after the last granule of GPM_3IMERGHHL for the UTC data day is received at GES DISC. Since the target latency of GPM_3IMERGHHL is 14 hours, the daily should appear no earlier than 14 hours after the closure of the UTC day. For information on the original data (GPM_3IMERGHHL), please see the Documentation (Related URL). The daily mean rate (mm/day) is derived by first computing the mean precipitation rate (mm/hour) in a grid cell for the data day, and then multiplying the result by 24. Thus, for every grid cell we have Pdaily_mean = SUM{Pi * 1[Pi valid]} / Pdaily_cnt * 24, i=[1,Nf]Where:Pdaily_cnt = SUM{1[Pi valid]}Pi - half-hourly input, in (mm/hr)Nf - Number of half-hourly files per day, Nf=481[.] - Indicator function; 1 when Pi is valid, 0 otherwisePdaily_cnt - Number of valid retrievals in a grid cell per day.Grid cells for which Pdaily_cnt=0, are set to fill value in the Daily files.Note that Pi=0 is a valid value.Pdaily_cnt are provided in the data files as variables "precipitation_cnt" and "MWprecipitation_cnt", for correspondingly the microwave-IR-gauge and microwave-only retrievals. They are only given to gauge the significance of the daily rates, and reconstruct the simple totals if someone wishes to do so. There are various ways the daily error could be estimated from the source half-hourly random error (variable "randomError"). The daily error provided in the data files is calculated in a fashion similar to the daily mean precipitation rate. First, the mean of the squared half-hourly "randomError" for the day is computed, and the resulting (mm^2/hr) is converted to (mm^2/day). Finally, square root is taken to get the result in (mm/day):Perr_daily = { SUM{ (Perr_i)^2 * 1[Perr_i valid] ) } / Ncnt_err * 24}^0.5, i=[1,Nf]Ncnt_err = SUM( 1[Perr_i valid] )where:Perr_i - half-hourly input, "randomError", (mm/hr)Perr_daily - Magnitude of the daily error, (mm/day)Ncnt_err - Number of valid half-h

restrictednotspecifiedApr 2025View details →
nasa28/100

GPM DPR Precipitation Profile 1 Day 0.25 degree x 0.25 degree V07 (GPM_3DPRD) at GES DISC

Version 07 is the current version of the data set. Older versions will no longer be available and have been superseded by Version 07.. The precipitation estimates in the 3DPRD product are a subset of those in the full daily 3DPR product; the retrieval estimates are the same. Since this is a subset, the product is smaller, and Level 3 DPR products present the user with summary information over daily and monthly time periods. These gridded products are in a convenient gridded form and can be used easily in comparisons with other satellite and ground data. The Level 3 DPR joint algorithm subsets precipitation estimates from the Level 3 daily products. In addition, it adds time information from Level 2 instantaneous data to give a date/time for the last measurement in each grid box. The product contains one 0.25 x 25 km grid with separate indices for the ascending and descending parts of the GPM orbit.

restrictednotspecifiedApr 2025View details →
nasa28/100

GPM SSMI on F11 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFF11SSMI_DAY_CLIM) at GES DISC

Version 07 is the current version of the data set. Older versions will no longer be available and have been superseded by Version 07. The "CLIM" products differ from their "regular" counterparts (without the "CLIM" in the name) by the ancillary data they use. They are Climate-Reference products, which requires homogeneous ancillary data over the climate time series. Hence, the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 months lag behind the regular production) reanalysis is used as ancillary data to derive surface and atmospheric conditions required by the GPROF algorithm for the "CLIM" output. The GPROF databases are also adjusted accordingly for these climate-referenced retrievals.3GPROF products provide global gridded monthly/daily precipitation averages from multiple satellites that can be used for climate studies. The 3GPROF products are based on retrievals from high-quality microwave sensors, which are sensitive to liquid and ice-phase precipitation hydrometeors in the atmosphere.

restrictednotspecifiedApr 2025View details →
nasa28/100

GPM PR on TRMM Precipitation Statistics, at Surface and Fixed Heights 1 day 0.25x0.25 degree V07 (GPM_3PRD) at GES DISC

This a new (GPM-formated) TRMM product. There is no equivalent in the old TRMM suite of products.Version 07 is the current version of the data set. Older versions will no longer be available and have been superseded by Version 07.This is the GPM-like formatted TRMM Precipitation Radar (PR) daily gridded data, first released with the "V8" TRMM reprocessing. The daily radar grid data is new for TRMM nomenclature and is introduced for consistency with the GPM Dual-frequency Precipitation Radar (DPR). The closest ancestor was 3A25 which was a monthly radar statistics.This product consists of daily statistics of the PR measurements at (0.25x0.25) degrees horizontal resolution.The objective of the algorithm is to calculate various daily statistics from the level 2 PRoutput products. Four types of statistics are calculated:1. Probabilities of occurrence (count values)2. Means and standard deviationsIn all cases, the statistics are conditioned on the presence of rain or some other quantity suchas the presence of stratiform rain or the presence of a bright-band. For example, to computethe unconditioned mean rain rate, the conditional mean must be multiplied by the probabilityof rain which, in turn is calculated from the ratio of rain counts to the total number ofobservations in the box of interest. The grids are in the Planetary Grid 2 structure matching the Dual-frequency PR on the core GPM observatory that covers 67S to 67N degrees of latitudes. Areas beyond the ±40 degrees of latitudes are padded with empty grid cells.

restrictednotspecifiedApr 2025View details →
nasa28/100

GPM SAPHIR on MT1 (PRPS) Climate-based Radiometer Precipitation Profiling L3 1 day 0.25 x 0.25 degree V06 (GPM_3PRPSMT1SAPHIR_DAY_CLIM) at GES DISC

The "CLIM" products differ from their "regular" counterparts (without the "CLIM" in the name) by the ancillary data they use. They are Climate-Reference products, which requires homogeneous ancillary data over the climate time series. Hence, the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 months lag behind the regular production) reanalysis is used as ancillary data to derive surface and atmospheric conditions required by the GPROF algorithm for the "CLIM" output. The Precipitation Retrieval and Profiling Scheme (PRPS)is designed to provide a best estimate of precipitation based upon matched SAPHIR-DPR observations. This fulfils in part the essence of GPM (and its predecessor, TRMM) in which the core observatory acts as a calibrator of precipitation retrievals for the international constellation of passive microwave instruments. In doing so the retrievals from the partner constellation sensors are able to provide greater temporal sampling and great spatial coverage than is possible from the DPR instrument alone. However, the limitations of the DPR instrument are transferred through the retrieval scheme to the resulting precipitation products.Fundamental to the design of the PRPS is the independence from any dynamic ancillary data sets: the retrieval is based solely upon the satellite radiances, a static a priori radiance-rainrate database (and index), and (static) topographical data. Critically, the technique is independent of any model information, unlike the retrievals generated through the Goddard PROFiling (GPROF) scheme: this independence is advantageous when generating products across time scales from near real-time (inaccessibility to model data) to climatological scales (circumventing trends in model data).The algorithm is designed to generate instantaneous estimates of precipitation at a constant resolution (regardless of scan position), for all scan positions and scan lines. In addition to the actual precipitation estimate, an assessment of the error is made, and a measure of the ‘fit’ of the observations to the database provided. A quality flag is also provided, with any bad data generating a ‘missing flag’ in the retrieval.

restrictednotspecifiedApr 2025View details →
nasa28/100

GPM ATMS on SUOMI-NPP (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFNPPATMS_DAY) at GES DISC

Version 07 is the current version of the data set. Older versions will no longer be available and have been superseded by Version 07. 3GPROF products provide global gridded monthly/daily precipitation averages from multiple satellites that can be used for climate studies. The 3GPROF products are based on retrievals from high-quality microwave sensors, which are sensitive to liquid and ice-phase precipitation hydrometeors in the atmosphere.

restrictednotspecifiedApr 2025View details →
nasa28/100

AIRS/Aqua L3 8-day Standard Physical Retrieval (AIRS-only) 1 degree X 1 degree V006 (AIRS3ST8) at GES DISC

The Atmospheric Infrared Sounder (AIRS) is a grating spectrometer (R = 1200) aboard the second Earth Observing System (EOS) polar-orbiting platform, EOS Aqua. In combination with the Advanced Microwave Sounding Unit (AMSU) and the Humidity Sounder for Brazil (HSB), AIRS constitutes an innovative atmospheric sounding group of visible, infrared, and microwave sensors. The AIRS Only Level 3 8-Day Gridded Retrieval Product contains standard retrieval means, standard deviations and input counts. Each file covers an 8-day period, or one-half of the Aqua orbit repeat cycle. The mean values are simply the arithmetic means of the daily products, weighted by the number of input counts for each day in that grid box. The geophysical parameters have been averaged and binned into 1 x 1 deg grid cells, from -180.0 to +180.0 deg longitude and from -90.0 to +90.0 deg latitude. For each grid map of 4-byte floating-point mean values there is a corresponding 4-byte floating-point map of standard deviation and a 2-byte integer grid map of counts. The counts map provides the user with the number of points per bin that were included in the mean and can be used to generate custom multi-day maps from the daily gridded products. The thermodynamic parameters are: Skin Temperature (land and sea surface), Air Temperature at the surface, Profiles of Air Temperature and Water Vapor, Tropopause Characteristics, Column Precipitable Water, Cloud Amount/Frequency, Cloud Height, Cloud Top Pressure, Cloud Top Temperature, Reflectance, Emissivity, Surface Pressure, Cloud Vertical Distribution. The trace gases parameters are: Total Amounts and Vertical Profiles of Carbon Monoxide, Methane, and Ozone. The actual names of the variables in the data files should be inferred from the Processing File Description document.

restrictednotspecifiedApr 2025View details →
nasa28/100

OMI/Aura Near UV Aerosol Optical Depth and Single Scattering Albedo L3 1 day 1.0 degree x 1.0 degree V3 (OMAERUVd) at GES DISC

The OMI science team produces this Level-3 daily global gridded product OMAERUVd (1 deg Lat/Lon grids). The OMAERUVd product is produced with all data pixels that fall in a grid box with quality filtered and then averaged, based on the pixel level OMI Level-2 Aerosol data product OMAERUV. The OMAERUV data product is based on the enhanced TOMS version-8 algorithm that essentially uses the ultraviolet radiance data. The OMAERUVd data product contains extinction and absorption optical depths at three wavelenghts (355 nm, 388 nm and 500 nm). The OMAERUVd files are stored in version 5 EOS Hierarchical Data Format (HDF-EOS5). Each file contains daily data from approximately 15 orbits. The maximum file size for the OMAERUVd data product is about 0.2 Mbytes.

restrictednotspecifiedApr 2025View details →
nasa28/100

GPM DPR and GMI (Combined Precipitation) L3 1 day 0.25 degree x 0.25 degree V07 (GPM_3CMB_DAY) at GES DISC

Version 07 is the current version of the data set. Older versions will no longer be available and have been superseded by Version 07.This is a precipitation product created from the combination of the Global Precipitation Measurement (GPM) Microwave Imager (GMI) and Dual-frequency Precipitation Radar (DPR) instruments and hence is covering the GPM epoch starting in March 2014. Similar product, using the GPM algorithm, has been created for the TRMM epoch (December 1997 - April 2015), and can be found under the name GPM_3CMB_TRMM_DAY

restrictednotspecifiedApr 2025View details →
nasa28/100

Groundwater and Soil Moisture Conditions from GRACE and GRACE-FO Data Assimilation L4 7-days 0.125 x 0.125 degree U.S. V4.0 (GRACEDADM_CLSM0125US_7D) at GES DISC

Scientists at NASA Goddard Space Flight Center generate groundwater and soil moisture drought indicators each week. They are based on terrestrial water storage observations derived from GRACE satellite data and integrated with other observations, using a sophisticated numerical model of land surface water and energy processes.This data product is GRACE Data Assimilation for Drought Monitoring (GRACE-DA-DM) U.S. Version 4.0 data product and supersedes the GRACE-DA-DM Version 2.0. The GRACE-DA-DM U.S. V4.0 is based on the Catchment Land Surface Model (CLSM) Fortuna 2.5 version simulation that was created within the Land Information System data assimilation framework (Kumar et al., 2016). This simulation used the latest GRACE RL06 (GRACE; 2002-2017) and GRACE Follow On (GRACE-FO; 2018-present) Mascon solutions version 2, at 0.25 degree resolution, from the University of Texas at Austin (Save et al., 2016; Save, 2020). The CLSM soil parameters were updated to address a soil moisture dry limit issue found near Zapata, Texas. Because the root zone soil moisture frequently reaches the dry limit there, drought conditions are often “normal” when the area should be in drought. The new soil parameters resolved the issue, and the root zone soil moisture now matches closely the in-situ observation near Zapata. In the data assimilation, the baseline for Terrestrial Water Storage anomaly computation was updated to the 2003-2019 mean, whereas previous simulations used the 2003-2016 mean. The percentile computation was switched to a 7-day moving average climatology, instead of monthly, to improve the temporal transition of drought/wetness conditions.The GRACE-DA-DM V1.0 was created by the stand alone CLSM (an older version) using the GRACE-Tellus 1 degree data from the Center for Space Research at University of Texas. The GRACE data assimilation (DA) is executed on a grid-to-grid basis in V2.0, while a basin scale average was used in V1.0 (Zaitchik et al. 2008). The V2.0 data were reprocessed (on June 14, 2017), using the GRACE RL05 Mascon solutions version 1 data set from UT CSR, for the entire period from April 1, 2002 to June 5, 2017. The reprocessing included fixes in the DA and increased the bedrock depth by 3 meters to enhance the drought indicator calculations. The GRACE-DA-DM U.S. V4.0 uses the same configuration as the V2.0 for the DA scheme and increased bedrock depth, with the updates previously mentioned, thus supersedes the previous versions. The GRACE-DA-DM U.S. V4.0 data product contains three drought indicators: Groundwater Percentile, Root Zone Soil Moisture Percentile, and Surface Soil Moisture Percentile. These drought indicators express wet or dry conditions as a percentile, indicating the probability of occurrence within the period of record from 1948 to 2014. The drought indicator data are daily, but available only one day (Monday) per week. The data have a spatial resolution of 0.125 x 0.125 degree over North America and range from April 1, 2002 to present (with a 3-6 months latency). The data are archived in NetCDF format.

restrictednotspecifiedApr 2025View details →
nasa28/100

GPM MHS on METOP-C (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFMETOPCMHS_DAY_CLIM) at GES DISC

Version 07 is the current version of the data set. Older versions are no longer available and have been superseded by Version 07. The "CLIM" products differ from their "regular" counterparts (without the "CLIM" in the name) by the ancillary data they use. They are Climate-Reference products, which requires homogeneous ancillary data over the climate time series. Hence, the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 months lag behind the regular production) reanalysis is used as ancillary data to derive surface and atmospheric conditions required by the GPROF algorithm for the "CLIM" output. The GPROF databases are also adjusted accordingly for these climate-referenced retrievals.3GPROF products provide global gridded monthly/daily precipitation averages from multiple satellites that can be used for climate studies. The 3GPROF products are based on retrievals from high-quality microwave sensors, which are sensitive to liquid and ice-phase precipitation hydrometeors in the atmosphere.

restrictednotspecifiedApr 2025View details →
nasa28/100

GPM SSMIS on F17 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFF17SSMIS_DAY_CLIM) at GES DISC

Version 07 is the current version of the data set. Older versions will no longer be available and have been superseded by Version 07. The "CLIM" products differ from their "regular" counterparts (without the "CLIM" in the name) by the ancillary data they use. They are Climate-Reference products, which requires homogeneous ancillary data over the climate time series. Hence, the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 months lag behind the regular production) reanalysis is used as ancillary data to derive surface and atmospheric conditions required by the GPROF algorithm for the "CLIM" output. The GPROF databases are also adjusted accordingly for these climate-referenced retrievals.3GPROF products provide global gridded monthly/daily precipitation averages from multiple satellites that can be used for climate studies. The 3GPROF products are based on retrievals from high-quality microwave sensors, which are sensitive to liquid and ice-phase precipitation hydrometeors in the atmosphere.

restrictednotspecifiedApr 2025View details →
nasa28/100

GPM ATMS on NOAA-20 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFNOAA20ATMS_DAY) at GES DISC

Version 07 is the current version of the data set. Older versions will no longer be available and have been superseded by Version 07. 3GPROF products provide global gridded monthly/daily precipitation averages from multiple satellites that can be used for climate studies. The 3GPROF products are based on retrievals from high-quality microwave sensors, which are sensitive to liquid and ice-phase precipitation hydrometeors in the atmosphere.

restrictednotspecifiedApr 2025View details →
nasa28/100

AMSR-E/Aqua surface soil moisture (LSMEM) L3 1 day 0.25 degree x 0.25 degree V001 (WC_LSMEM_SOILM_025) at GES DISC

AMSR-E/Aqua surface soil moisture (LSMEM) L3 1 day 0.25 degree x 0.25 degree V001 is a global, 10-year (2002-2011) data set. It is created from soil moisture retrieved from passive microwave brightness temperatures measured by the 10.65 and 36.5 GHz radiometers on the Advanced Microwave Scanning Radiometer-Earth Observing System (AMSR-E) sensor on the NASA Aqua satellite. The retrieval algorithm is based on Princeton's Land Surface Microwave Emission Model (LSMEM), a physically-based radiative transfer model, and serves as the core algorithm in the estimation procedure. To retrieve surface soil moisture, two unknowns, the soil moisture and the effective vegetation optical depth, are simultaneously solved from two radiative transfer equations in LSMEM, one for the 10.65 GHz horizontally-polarized brightness temperature and the other for the 10.65 GHz vertically-polarized brightness temperature. The land surface temperature required in the estimation procedure is estimated from the 36.5 GHz vertically-polarized brightness temperature, using a regression relationship. This soil moisture product does not include areas covered by snow, so the snow model is not described. Also, the atmosphere is assumed to have constant brightness temperatures; therefore, the atmosphere model is also not described.

restrictednotspecifiedApr 2025View details →
nasa28/100

GPM SSMIS on F17 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFF17SSMIS_DAY) at GES DISC

Version 07 is the current version of the data set. Older versions will no longer be available and have been superseded by Version 07.3GPROF products provide global gridded monthly/daily precipitation averages from multiple satellites that can be used for climate studies. The 3GPROF products are based on retrievals from high-quality microwave sensors, which are sensitive to liquid and ice-phase precipitation hydrometeors in the atmosphere.

restrictednotspecifiedApr 2025View details →
nasa28/100

OMI/Aura Sulfur Dioxide (SO2) Total Column Daily L3 1 day Best Pixel in 0.25 degree x 0.25 degree V3 (OMSO2e) at GES DISC

The OMI science team produces this Level-3 Aura/OMI Global OMSO2e Data Products (0.25 degree Latitude/Longitude grids). In this Level-3 daily global SO2 data product, each grid contains only one observation of Total Column Density of SO2 in the Planetary Boundary Layer (PBL), based on an improved Principal Component Analysis (PCA) Algorithm. This single observation is the "best pixel", selected from all "good" L2 pixels of OMSO2 that overlap this grid and have UTC time between UTC times of 00:00:00 and 23:59:59.999. In addition to the SO2 Vertical column value some ancillary parameters, e.g., cloud fraction, terrain height, scene number, solar and satellite viewing angles, row anomaly flags, and quality flags have been also made available corresponding to the best selected SO2 data pixel in each grid.The OMSO2e files are stored in the version 5 EOS Hierarchical Data Format (HDF-EOS5) using the grid model.

restrictednotspecifiedApr 2025View details →
nasa28/100

GPM MHS on METOP-B (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFMETOPBMHS_DAY_CLIM) at GES DISC

Version 07 is the current version of the data set. Older versions are no longer available and have been superseded by Version 07. The "CLIM" products differ from their "regular" counterparts (without the "CLIM" in the name) by the ancillary data they use. They are Climate-Reference products, which requires homogeneous ancillary data over the climate time series. Hence, the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 months lag behind the regular production) reanalysis is used as ancillary data to derive surface and atmospheric conditions required by the GPROF algorithm for the "CLIM" output. The GPROF databases are also adjusted accordingly for these climate-referenced retrievals.3GPROF products provide global gridded monthly/daily precipitation averages from multiple satellites that can be used for climate studies. The 3GPROF products are based on retrievals from high-quality microwave sensors, which are sensitive to liquid and ice-phase precipitation hydrometeors in the atmosphere.

restrictednotspecifiedApr 2025View details →
nasa28/100

GPM ATMS on SUOMI-NPP (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFNPPATMS_DAY_CLIM) at GES DISC

Version 07 is the current version of the data set. Older versions are no longer available and have been superseded by Version 07. The "CLIM" products differ from their "regular" counterparts (without the "CLIM" in the name) by the ancillary data they use. They are Climate-Reference products, which requires homogeneous ancillary data over the climate time series. Hence, the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 months lag behind the regular production) reanalysis is used as ancillary data to derive surface and atmospheric conditions required by the GPROF algorithm for the "CLIM" output. The GPROF databases are also adjusted accordingly for these climate-referenced retrievals.3GPROF products provide global gridded monthly/daily precipitation averages from multiple satellites that can be used for climate studies. The 3GPROF products are based on retrievals from high-quality microwave sensors, which are sensitive to liquid and ice-phase precipitation hydrometeors in the atmosphere.

restrictednotspecifiedApr 2025View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record