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.

412

datasets available to search

ShareScore release 0.7.1

Reset

Dataset results

412 results for “NOAA”

Learn how ShareScore rates datasets ↗
edi52/100

NOAA Monthly Mean Sea Level Summary Data for the Key West Water Level Station (NOAA/NOS Co-OPS ID 8724580), Florida, USA, January 1913 - ongoing

Monthly Mean Sea Level Summary Data for the Key West, Florida, Water Level Station (NOAA/NOS CO-OPS ID 8724580). Data is in meters relative to the STND-Key West Station Datum.

openCC0Feb 2025View details →
edi52/100

Locally verified daily temperature and precipitation data from a NOAA weather station at USDA Jornada Experimental Range headquarters, southern New Mexico USA, 1914-2006

This data package contains locally verified daily meteorological observations from a NOAA National Weather Service station located at the USDA Jornada Experimental Range headquarters in southern New Mexico, USA. Daily data has been collected there by USDA staff since 1914 for minimum and maximum air temperature and daily accumulated precipitation using standard U.S. climatological service instrumentation and procedures. The included data were verified and transcribed directly from the original paper data sheets and have undergone quality control and assurance procedures different than those in place at NOAA. These data therefore differ from those directly downloadable from NOAA servers. Local verification and transcription of observations from the data sheets ceased in 2006 and data are now directly entered to the NOAA system. Therefore, this dataset is complete and will no longer be added to. All observations from this weather station have also undergone NOAA QA/QC procedures and those data are available by accessing the Jornada Experimental Range, NM US GHCN station through the National Climatic Data Center portal (https://www.ncdc.noaa.gov/cdo-web/datasets/GHCND/stations/GHCND:USC00294426/detail - daily and monthly data are available).

openCC (other)May 2022View details →
edi52/100

Locally verified monthly summary temperature and precipitation data from a NOAA weather station at USDA Jornada Experimental Range headquarters, southern New Mexico USA, 1914-1998

This data package contains locally verified monthly meteorological observations from a NOAA National Weather Service station located at the USDA Jornada Experimental Range headquarters in southern New Mexico, USA. Monthly summary data (based on daily observations) has been collected there by USDA staff since 1914 for minimum and maximum air temperature and daily accumulated precipitation using standard U.S. climatological service instrumentation and procedures. The included data were verified and transcribed directly from the original paper data sheets and have undergone quality control and assurance procedures different than those in place at NOAA. These data therefore differ from those directly downloadable from NOAA servers. Local verification and transcription of observations from the data sheets ceased in 1998 and data are now directly entered to the NOAA system. Therefore, this dataset is complete and will no longer be added to. All observations from this weather station have also undergone NOAA QA/QC procedures and those data are available by accessing the Jornada Experimental Range, NM US GHCN station through the National Climatic Data Center portal https://www.ncdc.noaa.gov/cdo-web/datasets/GSOM/stations/GHCND:USC00294426/detail - daily and monthly data are available).

openCC (other)May 2022View details →
edi52/100

Locally verified evaporation data from a NOAA evaporation pan at USDA Jornada Experimental Range headquarters, southern New Mexico USA, 1953-1979

This data package contains locally verified monthly total pan evaporation data from a NOAA National Weather Service station located at the USDA Jornada Experimental Range headquarters in southern New Mexico, USA. The evaporation pan measurements commenced in 1953 and ended in 1979 when the instrument was decommissioned. Pan evaporation observations were made using standard U.S. climatological service instrumentation and procedures. The included data were verified and transcribed directly from records retrieved from NOAA in ~1995 and have since undergone quality control and assurance procedures different than those in place at NOAA. These data therefore differ from those directly downloadable from NOAA servers. There is no further data from this decommissioned instrument, so this dataset is now complete and data will no longer be updated here. All observations from this weather station have also undergone NOAA QA/QC procedures and those data are available by accessing the Jornada Experimental Range, NM US GHCN station through the National Climatic Data Center portal (https://www.ncdc.noaa.gov/cdo-web/datasets/GSOM/stations/GHCND:USC00294426/detail - monthly pan evaporation data are available back to 1930, but there may be data issues prior to 1953).

openCC (other)May 2022View details →
zenodo48/100

Doodleverse/Segmentation Zoo Res-UNet model for NOAA ERI/4-class segmentation of RGB 512x512 images

<p>This Residual-UNet model is trained on 1,179 pairs of human-generated segmentation labels and images from Emergency Response Imagery (ERI) collected by US National Oceanic and Atmospheric Administration (NOAA) after Hurricane Barry, Delta, Dorian, Florence, Ida, Laura, Michael, Sally, Zeta, and Tropical Storm Gordon. The dataset is available here: https://doi.org/10.5281/zenodo.7268082</p> <p>Models have been created using Segmentation Gym:</p> <p>Code - https://github.com/Doodleverse/segmentation_gym</p> <p>Paper - https://doi.org/10.1029/2022EA002332</p> <p>&nbsp;</p> <p>The model takes input images that are 512 x 512 x 3 pixels, and the output is 512 x 512 x 4, corresponding to 4 classes:</p> <ol> <li>water</li> <li>bare sediment</li> <li>vegetation</li> <li>development (roads, buildings, power lines, parking lots, etc.)</li> </ol> <p>&nbsp;</p> <p>Included here are 6 files with the same root name:</p> <ol> <li>&nbsp;&#39;.json&#39; config file: this is the file that was used by Segmentation Gym to create the weights file. It contains instructions for how to make the model and the data it used, as well as instructions for how to use the model for prediction.</li> <li>&#39;.h5&#39; weights file: this is the file that was created by the Segmentation Gym function `train_model.py`. It contains the trained model&#39;s parameter weights. It can called by the Segmentation Gym function `seg_images_in_folder.py`.</li> <li>&nbsp;&#39;_model_history.npz&#39; model training history file: this numpy archive file contains numpy arrays describing the training and validation losses and metrics. It is created by the Segmentation Gym function `train_model.py`</li> <li>&nbsp;&#39;.png&#39; model training loss and mean IoU plot: this png file contains plots of training and validation losses and mean IoU scores during model training. A subset of data inside the .npz file. It is created by the Segmentation Gym function `train_model.py`</li> <li>&#39;.zip&#39; of the model in the Tensorflow &lsquo;saved model&rsquo; format. It is created by the Segmentation Gym function `utils/gen_saved_model.py`</li> <li>&#39;_modelcard.json&#39; model card file: this is a json file containing fields that collectively describe the model origins, training choices, and dataset that the model is based upon. There is some redundancy between this file and the `config` file (described above) that contains the instructions for the model training and implementation. The model card file is not used by the program but is important metadata so it is important to keep with the other files that collectively make the model and is such is considered part of the model</li> </ol> <p>Additionally, BEST_MODEL.txt contains the name of the model with the best validation loss and mean IoU</p>

opencc-by-4.0Feb 2023View details →
edi48/100

NOAA Daily Surface Meteorologic Data at NCDC Flamingo Ranger Station (ID-083020) (FCE), South Florida, USA, January 1951 - January 2021

The National Climatic Data Center's (NOAA) daily mean, maximum, and minimum air temperatures and daily precipitation collected at Flamingo Station (Coop ID- 083020). This site was terminated in January 2021.

openCustomFeb 2024View details →
edi48/100

NOAA Daily Surface Meteorologic Data at NCDC Miami International Airport Station (ID-085663), South Florida, USA, January 1948 - ongoing

The National Climatic Data Center's (NOAA) daily mean, maximum, and minimum air temperatures and daily precipitation collected at Miami International Airport Station (Coop ID- 085663).

openCC (other)Apr 2022View details →
edi48/100

NOAA Daily Surface Meteorologic Data at NCDC Royal Palm Ranger Station (ID-087760)(FCE LTER), South Florida, USA, May 1949 - ongoing

The National Climatic Data Center's (NOAA) daily mean, maximum, and minimum air temperatures and daily precipitation collected at Royal Palm Ranger Station (Coop ID- 087760).

openCustomApr 2022View details →
edi48/100

NOAA's National Climatic Data Center including daily precipitation and USFS RDA datasets

This dataset was originally established as a subset of relevant NOAA daily precipitation data. This has been replaced with links to NOAA station websites which contain this data, please visit these links in the dataset file here. Previously, daily precipitation for 5 stations in or near the LEF were compiled from the NOAA National Climate Data Center and posted here. Support for this work was provided by grants BSR-8811902, DEB-9411973, DEB-9705814 , DEB-0080538, DEB-0218039 , DEB-0620910 , DEB-1239764, DEB-1546686, and DEB-1831952 from the National Science Foundation to the University of Puerto Rico as part of the Luquillo Long-Term Ecological Research Program. Additional support provided by the University of Puerto Rico and the International Institute of Tropical Forestry, USDA Forest Service.

openCC (other)Nov 2023View details →
edi48/100

NOAA's National Climatic Data Center including maximum temperature and USFS RDA datasets

This dataset was originally established as a subset of relevant NOAA monthly average maximum air temperature data. This has been replaced with links to NOAA station websites which contain this data, please visit these links in the dataset file here. Previously, maximum air temperature at two stations in or near the LEF were compiled from the NOAA National Climate Data Center and posted here. Support for this work was provided by grants BSR-8811902, DEB-9411973, DEB-9705814 , DEB-0080538, DEB-0218039 , DEB-0620910 , DEB-1239764, DEB-1546686, and DEB-1831952 from the National Science Foundation to the University of Puerto Rico as part of the Luquillo Long-Term Ecological Research Program. Additional support provided by the University of Puerto Rico and the International Institute of Tropical Forestry, USDA Forest Service.

openCC (other)Nov 2023View details →
edi48/100

NOAA's National Climatic Data Center including minimum temperature and USFS RDA datasets

This dataset was originally established as a subset of relevant NOAA monthly average minimum air temperature data. This has been replaced with links to NOAA station websites which contain this data, please visit these links in the dataset file here. Previously, minimum air temperature at two stations in or near the LEF were compiled from the NOAA National Climate Data Center and posted here. Support for this work was provided by grants BSR-8811902, DEB-9411973, DEB-9705814 , DEB-0080538, DEB-0218039 , DEB-0620910 , DEB-1239764, DEB-1546686, and DEB-1831952 from the National Science Foundation to the University of Puerto Rico as part of the Luquillo Long-Term Ecological Research Program. Additional support provided by the University of Puerto Rico and the International Institute of Tropical Forestry, USDA Forest Service.

openCC (other)Nov 2023View details →
zenodo44/100

Examination of the occurrence of drought phenomenon on the basis of the VHI coefficient from NOAA

<p>VHI (Vegetation Health Index) for the period from September 2018 were used for studies related to the occurrence of drought.</p>

opencc-by-4.0Mar 2019View details →
zenodo44/100

NOAA NCCOS Assessment: Prioritizing Areas for Future Seafloor Mapping, Research, and Exploration Offshore of California, Oregon, and Washington from 2019-03-01 to 2019-04-01

<p>Spatial information about the seafloor is critical for decision-making by marine resource science, management and tribal organizations. Coordinating data needs can help organizations leverage collective resources to meet shared goals. To help enable this coordination, the National Oceanic and Atmospheric Administration (NOAA) National Centers for Coastal Ocean Science (NCCOS) developed a spatial framework, process and online application to identify common data collection priorities for seafloor mapping, sampling and visual surveys offshore of the West Continental United States Coast (WCC). Twenty-six participants from NOAA&rsquo;s West Coast Deep Sea Coral Initiative (WCDSCI) and Expanding Pacific Research and Exploration of Submerged Systems (EXPRESS) entered their priorities in an online application, using virtual coins to denote their priorities in 10x10 minute grid cells. Grid cells with more coins were higher priorities than cells with fewer coins. Participants also reported why these locations were important and what data types were needed. Results were analyzed and mapped using statistical techniques to identify significant relationships between priorities, reasons for those priorities and data needs. Ten high priority locations were broadly identified for future mapping, sampling and visual surveys. These locations were distributed throughout the WCC, primarily in depths less than 1,000 m. Participants consistently selected (1) Exploration, (2) Biota/Important Natural Area and (3) Research as their top reasons (i.e., justifications) for prioritizing locations, and (1) Benthic Habitat Map and (2) Bathymetry and Backscatter as their top data or product needs. This ESRI shapefile summarizes the results from this spatial prioritization effort. This information will enable NOAA WCDSCI, EXPRESS and other WCC organization to more efficiently leverage resources and coordinate their mapping of high priority locations along California, Oregon and Washington.&nbsp;</p> <p>This effort was funded by NOAA&rsquo;s Deep Sea Coral Research and Technology Program (DSCRTP) through its WCDSCI. The overall goal of the project was to systematically gather and quantify suggestions for seafloor mapping, sampling and visual surveys for the WCDSCI and EXPRESS. The results are expected to help WCDSCI, EXPRESS and other organizations on the WCC to identify locations where their interests overlap with other organizations, to coordinate their data needs and to leverage collective resources to meet shared goals.</p> <p>There were four main steps in the WCC spatial prioritization process. The first step was to identify the technical advisory team, which included the 11 members of the DSCRTP WCDSCI Steering Committee and all of the participants involved in the EXPRESS campaign. This advisory team invited 37 participants for the prioritization. Step two was to develop the spatial framework and an online application. To do this, the WCC was divided into five subregions and 3,265 square grid cells approximately 10x10 minutes in size. Existing relevant spatial datasets (<em>e.g.</em>, bathymetry, protected area boundaries, etc.) were compiled to help participants understand information and data gaps and to identify areas they wanted to prioritize for future data collections. These spatial datasets were housed in the online application, which was developed using Esri&rsquo;s Web AppBuilder. In step three, this online application was used by 26 participants to enter their priorities in each subregion of interest. Participants allocated virtual coins in the 10x10 minute grid cells to denote their priorities. Grid cells with more coins were higher priorities than cells with fewer coins. Participants also reported why these locations were important and what data types were needed. Coin values were standardized across the subregions and used to identify spatial patterns across the WCC region as a whole. The number of coins were standardized because each subregion had a different number of grid cells and participants. Standardized coin values were analyzed and mapped using statistical techniques, including hierarchical cluster analysis, to identify significant relationships between priorities, reasons for those priorities and data needs. This ESRI shapefile contains the 10x10 minute grid cells used in this prioritization effort and associated the standardized coin values overall, as well as by organization, justification and product. For a complete description of the process and analyses please see: Costa <em>et al</em>. 2019.</p>

opencc-zeroNov 2019View details →
zenodo44/100

NOAA PSL thermodynamic profiles retrieved from ASSIST infrared radiances with the optimal estimation physical retrieval TROPoe during SPLASH

<p>This dataset contains daily files with thermodynamic profiles retrieved with the optimal estimation physical retrieval TROPoe (TROPoe, Turner and L&ouml;hnert 2014; Turner and Blumberg 2019; Turner and L&ouml;hnert 2021). The profiles are retrieved every 10 min from instantaneous radiances observed with an Atmospheric Sounder Spectrometer by Infrared Spectral Technology (ASSIST, Rochette et al. 2009).</p> <p>The ASSIST was deployed at Roaring Judy in the East River Watershed in Colorado (38.7169321 N, &nbsp;106.853031 W, 2494 m above mean sea level) from 21 October 2021 to 28 January 2022 as part of the National Oceanic and Atmospheric Administration (NOAA) Study of Precipitation, the Lower Atmosphere, and Surface for Hydrometeorology (SPLASH) campaign.&nbsp;</p> <p>The spectral bands used in the retrieval are in the wavenumber range from 612 - 905.4 cm<sup>-1</sup> and are specified in Turner and L&ouml;hnert (2021). Additional input data in TROPoe are cloud base height from a collocated ceilometer, temperature, water vapor mixing ratio, and pressure from colocated near-surface measurements and from hourly analysis profiles from the operational Rapid Refresh (RAP, Benjamin et al. 2021) weather prediction model at the closest grid point. The latter are used only outside the atmospheric boundary layer (ABL) above 4 km above ground level (AGL) and provide information in the middle and upper troposphere where little to no information content is available from the infrared radiances.</p> <p>In addition to these temporally resolved input data, TROPoe requires an a priori dataset (prior) which provides mean climatological estimates of thermodynamic profiles and specifies how temperature and humidity covary with height as an input (for details see e.g. Djalalova et al. 2022). The prior is a key component of the retrieval and provides a constraint on the ill-posed inversion problem. For this study, we computed the prior from operational radiosondes launched near Denver, CO, and re-centered the mean profiles of water vapor and temperature to account for the elevation difference between the East River Valley and the launch site near Denver to get a more representative prior.</p> <p>The file format is netcdf and the file naming conventions are</p> <p>NOAA_PSL_ASSIST_RoaringJudy_yyyymmdd.cdf</p> <p>with</p> <p>yyyy: Year</p> <p>mm: Month</p> <p>dd: Day</p> <p>&nbsp;</p> <p>The time stamp of all data is in UTC.</p> <p>Selected basic variables are (many more provided):</p> <p>&nbsp;</p> <table> <tbody> <tr> <td> <p>Name</p> </td> <td> <p>Dimension</p> </td> <td> <p>Unit</p> </td> </tr> <tr> <td> <p>base_time</p> </td> <td> <p>Single value</p> </td> <td> <p>Seconds (since 00 UTC 1 Jan 1970)</p> </td> </tr> <tr> <td> <p>time_offset</p> </td> <td> <p>Time</p> </td> <td> <p>Second (since base_time)</p> </td> </tr> <tr> <td> <p>hour</p> </td> <td> <p>Time</p> </td> <td> <p>Hours since 00UTC this day</p> </td> </tr> <tr> <td> <p>height</p> </td> <td> <p>Height</p> </td> <td> <p>km AGL</p> </td> </tr> <tr> <td> <p><strong>temperature </strong></p> </td> <td> <p>Time, Height</p> </td> <td> <p>C, temperature</p> </td> </tr> <tr> <td> <p><strong>waterVapor </strong></p> </td> <td> <p>Time, Height</p> </td> <td> <p>g/kg, water vapor mixing ratio</p> </td> </tr> <tr> <td> <p>theta</p> </td> <td> <p>Time, Height</p> </td> <td> <p>K, potential temperature</p> </td> </tr> <tr> <td> <p>pressure</p> </td> <td> <p>Time, Height</p> </td> <td> <p>hPa, pressure</p> </td> </tr> <tr> <td> <p>rh</p> </td> <td> <p>Time, Height</p> </td> <td> <p>%, relative humidity</p> </td> </tr> <tr> <td> <p>dewpt</p> </td> <td> <p>Time, Height</p> </td> <td> <p>C, dew point temperature</p> </td> </tr> <tr> <td> <p>thetae</p> </td> <td> <p>Time, Height</p> </td> <td> <p>K, equivalent potential temperature</p> </td> </tr> <tr> <td> <p>sigma_temperature</p> </td> <td> <p>Time, Height</p> </td> <td> <p>C, 1-sigma uncertainty temperature</p> </td> </tr> <tr> <td> <p>sigma_waterVapor</p> </td> <td> <p>Time, Height</p> </td> <td> <p>g/kg, 1-sigma uncertainty water vapor</p> </td> </tr> <tr> <td> <p>cdfs_temperature</p> </td> <td> <p>Time, Height</p> </td> <td> <p>cumulative degrees of freedom for temperature</p> </td> </tr> <tr> <td> <p>cdfs_waterVapor</p> </td> <td> <p>Time, Height</p> </td> <td> <p>cumulative degrees of freedom for water vapor</p> </td> </tr> </tbody> </table> <p>Bold variables are the main retrieved profiles, from which the other variables are derived.</p> <p>Note that the vertical resolution of the retrieved profiles decreases with height, because of the broadening of the weighting function as a function of height. Thus, there are relatively few independent pieces of information in the profiles, this is reflected in the cumulative degree of freedom variables. The majority of the information from the ASSIST is in the lowest 2-3 km, above that most information comes from the RAP model.</p> <p>Because of strong emission in the infrared from clouds, clouds strongly impact the ability to retrieve profiles from the ASSIST and care should be taken when analyzing the retrievals in the presence of clouds. &nbsp;</p> <p><strong>References: </strong></p> <p>Rochette, L., W. L. Smith, M. Howard, and T. Bratcher, 2009: ASSIST, atmospheric sounder spectrometer for infrared spectral technology: Latest development and improvement in the atmospheric sounding technology. Imaging spectrometry XIV, Vol. 7457 of, SPIE, 9&ndash;17.</p> <p>Turner, D. D., and U. L&ouml;hnert, 2014: Information content and uncertainties in thermodynamic profiles and liquid cloud properties retrieved from the ground-based atmospheric emitted radiance interferometer (AERI). J. Appl. Meteor. Climatol., 53, 752&ndash;771, https://doi.org/10.1175/JAMC-D-13-0126.1.</p> <p>Turner, D. D., and W. G. Blumberg, 2019: Improvements to the AERIoe thermodynamic profile retrieval algorithm. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 12, 1339&ndash;1354, https://doi.org/10.1109/JSTARS.2018.2874968.</p> <p>Turner, D. D., and U. L&ouml;hnert, 2021: Ground-based temperature and humidity profiling: Combining active and passive remote sensors. Atmos. Meas. Tech., 14, 3033&ndash;3048, https://doi.org/10.5194/amt-14-3033-2021.</p>

opencc-by-4.0Dec 2022View details →
zenodo44/100

NOAA NSSL CLAMPS2 TROPoe Retrievals

<p>These files contain 24-hour periods of retrieved thermodynamic profiles derived from observations collected by the CLAMPS2 Atmospheric Emitted Radiance Interferometer (AERI). These retrievals were processed in the IDL (e.g., the AERIoe version) of the TROPoe algorithm (see Turner and Loehnert 2014; Turner and Blumberg 2019). These data were collected during the SPLASH-SAIL project. Quicklook imagery included in QL.zip.</p> <p>The AERI consists of a Fourier transform interferometer, scene scanning-optics, IR detector, calibration blackbodies, and instrument control hardware. The exact system design and extensive theory of operation can be found in Knuteson et al. (2004). On a clear sky day it is capable of measuring IR radiances throughout the depth of the atmosphere with a wavenumber resolution 1 cm<sup>-1 </sup>and temporal resolution of ~20 seconds. The AERI has an absolute accuracy of &lt; 1% of the ambient blackbody radiance and has typical noise &lt; 0.2 mW ( m<sup>2</sup>sr cm<sup>-1</sup>)<sup> -1</sup>. The instrument is not able to collect observations in precipitation and when precipitation is detected a mechanical hatch is closed to protect the instrument. The radiances collected by the AERI contain information that can be used to obtain profiles of temperature, water vapor and trace gases as well as basic cloud properties. Complete detail included in the README file.</p>

opencc-by-4.0Apr 2023View details →
edi44/100

Ecosystem metabolism estimates from Lake Sunapee, NH, USA and meteorological driver data at the Newport, NH, USA NOAA NCDC weather station from August 2007 – December 2008

In August 2007, the Lake Sunapee Protective Association (LSPA) deployed a buoy in Lake Sunapee, NH with a meteorological station, dissolved oxygen sensor at 1 m, and a string of thermistor water temperature sensors collecting data every 10 minutes. For this dataset, the Lake Sunapee buoy was located at a location near Loon Island all year (August 2007–December 2008) including during the winter. We used high-frequency dissolved oxygen, photosynthetically active radiation (PAR), wind speed, and water temperature profile data to estimate daily rates of gross primary production, respiration, and net ecosystem production as metrics of ecosystem metabolism and carbon cycling. This dataset included under-ice data, and we compared seasonal changes in ecosystem metabolism rates for an entire lake year from the start of fall mixing in 2007 through the end of summer stratification in 2008. Under-ice and mixing periods are infrequently sampled due to logistical challenges and assumptions of low biological activity, resulting in limited understanding of the contribution of winter epilimnetic metabolism to annual carbon cycling. Using a continuous year of high-frequency dissolved oxygen data, we found that on average, under-ice net ecosystem production (NEP) was negative, in contrast to positive NEP for the spring and summer periods. Importantly, under-ice respiration was 1.2 times higher than summer respiration. Gross primary production was low but not absent under ice and increased during the last under-ice phase. Including winter metabolism estimates flipped annual NEP from autotrophy to heterotrophy, highlighting the importance of estimating metabolism year-round. Our methods for the data analysis are described in Brentrup et al. (accepted at Inland Waters) and were similar to Richardson et al. (2016) with some modifications described in the methods. This dataset also includes derived thermocline depth calculations from the water temperature thermistor data on the Lake Sunape

openCC (other)Oct 2020View details →
edi44/100

NOAA Daily Surface Meteorologic Data at NCDC Everglades Station (ID-082850)(FCE LTER), South Florida from February 1924 to 2017

The National Climatic Data Center's (NOAA) daily mean, maximum, and minimum air temperatures and daily precipitation collected at Everglades Station (Coop ID- 082850). This site was terminated at the end of 2017.

openOpenFeb 2020View details →
edi44/100

NOAA Daily Surface Meteorologic Data at NCDC Tavernier Station (ID-088841)(FCE), South Florida from June 1936 to May 2009

The National Climatic Data Center's (NOAA) daily mean, maximum, and minmium air temperatures and daily precipitation collected at Tavernier Station (Coop ID-088841).

openCustomJun 2013View details →
zenodo40/100

NOAA NCCOS Assessment: Agency priorities for mapping coral reef ecosystems in American Samoa, 2023-06-06 to 2023-08-07

<p>Description:</p><p>NOAA's Coral Reef Conservation Program (CRCP) has identified a need for priority locations based on emerging management requirements in shallow coral reef areas (up to 40 meters depth) surrounding American Samoa. The priorities provided by participating agencies will inform research and monitoring activities, address current and future management needs, and maximize opportunities to leverage and complement existing regional efforts.</p><p>To meet this need, NOAA's National Centers for Coastal Ocean Science (NCCOS) developed a systematic, quantitative approach and online GIS application to gather seafloor mapping priorities from researchers and coral reef managers. Participants placed virtual coins into a grid overlaid on the project area to express the location of their mapping priorities. They also used pull-down menus to indicate specific mapping data needs and the rationale for their selections. Participants' inputs were compiled and analyzed to identify high priority areas along with their justifications and requirements. A total of nine participant groups entered their mapping priorities into the online tool. Identifying these high priority areas provide a critical spatial framework for prioritizing mapping efforts in shallow coral reef ecosystems in American Samoa.</p><p>Purpose:</p><p>The overall goal of the project was to systematically gather and quantify suggestions for mapping needs to support management of shallow coral reef ecosystems along the coast of the American Samoa. This dataset supports these goals by compiling input from a diversity of regional experts on their recommended priorities for mapping data collection.</p><p>Methods:</p><p>An advisory group was established which included individuals from NOAA CRCP and NOAA Fisheries. This advisory team customized the prioritization process specifically to meet the needs of CRCP and local coral reef manager priorities. In the online prioritization tool the study area was divided into 160 hexagonal grid cells 2.6 km2 in size. Existing relevant spatial datasets (e.g., bathymetry layers, Sanctuary Protection Areas, etc.) were provided as a digital atlas to help participants understand information and data gaps within the project area and to identify locations they wanted to prioritize for future data collections. Each participant was provided with 50 virtual coins to place into grid cells that they wished to prioritize. They were instructed to place more coins in grid cells that were higher priorities. A maximum of 5 coins could be placed into an individual grid cell. Respondents also reported why these locations were important by selecting a minimum of one, and a maximum of two, management uses from the following list: endangered species management (e.g.,), habitat restoration, monitoring, coastal vulnerability planning, watershed management, fisheries management, consultations and permitting, emergency response, and spatial protection and management. Respondents also reported requirements of data were needed in priority cells. A minimum of one, to a maximum of two choices were selected from the following list: delineations of large topographic features, delineations of hard vs. soft bottom, models of habitat suitability for key taxa or communities, delineations of substrate type (e.g. sand, mud, coral, rock), models of presence/absence or density of corals, identification of coral species and their local environments, documentation of individual specimen condition. Coin values were summarized and mapped to identify high priority areas, reasons for those priorities, and information needs. This ESRI shapefile contains the 2.6 km2 grid cells used in this prioritization and their associated coin values overall, as well as by management use, data product, and mapping methodology. Other summary values include the number of participants, number of participating groups, number of management uses, and number of data requirements. Additionally, coins for microscale (identification of coral species and their local environments and documentation of individual specimen condition), mesoscale (delineations of substrate type, models of presence/absence/density of corals), and regional (delineations of topographic features, delineations of hard vs. soft bottom, models of habitat suitability) requirements were summarized. Also included is a ranking of each grid cell based on the total number of coins, management uses, and participating groups allocating coins in the respective cell. For a complete description of the process and analysis see: Hile et al. 2023, in prep.</p>

opencc-zeroOct 2023View details →
zenodo40/100

NOAA PSL Soil Moisture and Surface Temperature Probe Data for SPLASH

<p>This dataset contains measurements from a hand-held FieldScout TDR Soil Moisture Meter within the 0-10 cm soil depth of: Time (UTC), GPS locations, Electrical Conductivity (EC), compensated percent volumetric water content (VWC), soil surface temperature (T), and rod length (inches) obtained during the Study of Precipitation, the Lower Atmosphere, and Surface for Hydrology (SPLASH) campaign sponsored by the National Oceanic and Atmospheric Administration (NOAA).&nbsp; These data were collected around the SPLASH campaign areas near Avery Picnic (38.972425 degrees N,106.996855 degrees W) and Kettle Ponds (38.942005 degrees N,106.973006 degrees W) in the East River Watershed in Colorado from between June 1st, 2022 and September 18th, 2023, under support from the NOAA Physical Sciences Laboratory and NOAA Weather Program Office under award NA21OAR4590363.</p><p>Two file formats are provided: one version is text csv format and the second version is in NetCDF.</p><p><strong>Volumetric water content calculations:&nbsp;</strong></p><p>Data were calibrated and adjusted, with a soil-specific sample set, to improve accuracy and compensate for the meter's default "standard" soil type used in the sampling.&nbsp; VWC data was&nbsp;correlated by measuring the weight of a known volume of soil from a range of saturation values. Samples were measured and weighed, dried at 105 degrees C for 48 hours, then weighed again. Calculations of VWC (VWC<strong> </strong>= 100*(Mwet - Mdry)/(w*Vtot) )were plotted against TDR readings.&nbsp; Where:&nbsp;</p><p>Mwet, Mdry = mass (g) of wet and dry soil respectively&nbsp;</p><p>Vtot = total soil volume (ml)&nbsp;</p><p>w = density of water (1g/ml)&nbsp;</p><p>A regression analysis&nbsp; to correlate TDR readings to the samples is below and was applied to the dataset.</p><p>vwc_calculated = vwc_probe * slope + intercept</p><p>slope = 1.20665, intercept = 0.0837017 m3/m3, slope_std_error = 0.09229, intercept_std_error = 0.0217403 m3/m3</p><p><strong>Definitions:</strong></p><p>TDR (Time Domain Reflectometry): A technique for measuring soil moisture content that uses the fact that water has a much higher dielectric permittivity than air, soil minerals, and organic matter.&nbsp;</p><p>VWC (Volumetric Water Content): The ratio of the volume of water in a given volume of soil to the total soil volume expressed as a decimal or a percentage. The percent of the soil volume that is filled with water. At saturation, the VWC will equal the soil porosity (Saturation is typically around 50%).</p><p>EC (Electrical Conductivity): A measure of how well the soil solution conducts electricity. The EC is influenced by the amount of salt and water in the soil.&nbsp;</p><p>The VWC measured by TDR is an average over the length of the waveguide.&nbsp;</p><p><strong>Soil Characteristics:</strong></p><p>Soil at both Kettle Ponds (KEP1 and KPA) locations and Avery Picnic (AYP) were lab tested for composition as follows:</p><p><strong>Sample ID &nbsp; &nbsp; &nbsp; Depth(in.) &nbsp; &nbsp; &nbsp; Sand(%) &nbsp; &nbsp; Silt(%) &nbsp; &nbsp; Clay(%) &nbsp; &nbsp; Soil Texture</strong></p><p>------------------------------------------------------------------------------------------------------ &nbsp;</p><p>KEP1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;43 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;35 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;22 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Loam</p><p>AYP &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;40 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;35 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;25 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Loam</p><p>KPA &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;35 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;42 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;22 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Loam</p><p>------------------------------------------------------------------------------------------------------</p>

opencc-by-4.0Nov 2023View 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