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.

969

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

969 results for “velocity”

Learn how ShareScore rates datasets ↗
zenodo48/100

New Zealand Wide model 2.3 seismic velocity, Qs and Qp Tables

<p><span>This record contains uncompressed files of the tables of the </span>New Zealand Wide 2.3 velocity model, <a href="https://doi.org/10.5281/zenodo.6568301" target="_blank" rel="noopener">https://doi.org/10.5281/zenodo.6568301</a>, and New Zealand Wide 2.3 Qs and Qp models, <a href="https://doi.org/10.5281/zenodo.5098356" target="_blank" rel="noopener">https://doi.org/10.5281/zenodo.5098356</a>.</p> <p><span>The files in those previous zenodo records were compressed gz files. Some people reported that they were unable to extract the text tables from the gz files.<span>&nbsp; </span>This record has the same tables in full uncompressed format.</span></p>

opencc-by-4.0Sep 2024View details →
zenodo48/100

Data: Dynamics of star clusters with tangentially anisotropic velocity distribution (Pavlik+ 2024)

<p>This dataset represents the results of our&nbsp;<em>N</em>-body simulations of star clusters (SCs). The initial conditions of the models are fully described in the referenced journal article. In short, the SCs start from isotropic, radially anisotropic or tangentially anisotropic initial velocity distributions, and each model is evolved in an external Galactic tidal field, for two different choices of the filling factor.</p>

opencc-by-4.0Sep 2024View details →
zenodo48/100

Enhanced 3D velocity structure, seismicity relocation and basement characterization of Changning shale gas and salt mining regions in Sichuan Basin

<p>This repository contains the datasets and results of the joint inversion-based Vp/Vs model consistency constrained double difference seismic tomography carried out for the manuscript titled &ldquo;Enhanced 3D velocity structure, seismicity relocation and basement characterization of Changning shale gas and salt mining regions in Sichuan Basin.&rdquo; Included are the following:&nbsp; &nbsp;column descriptions of data files, catalog earthquake information (CX_event.dat), relocated events after inversion (CX_tomoDDMC.reloc), inverted Vp model (CX_Vpmodel.dat), inverted Vs model (CX_Vsmodel.dat) and inverted Vp/Vs model (CX_VpVsmodel.dat). Please consult the manual for tomoDD by Zhang and Thurber (2003) for detailed formats of these files. In addition, an averaged velocity model (MOD_averaged) computed based on the inversion results is included, and the converged model (Vp_model_reinverted) resulting from the&nbsp;reinversion, as well as basement structure data for Figure 14.</p>

opencc-by-4.0Jan 2022View details →
zenodo48/100

Nabro 3D velocity model produced by the FMTOMO code

<p>These files relate to &quot;Seismic tomography of Nabro caldera, Eritrea: insights into the magmatic and hydrothermal systems of a recently erupted volcano&quot; by Gauntlett et al., 2023.&nbsp;</p> <p>Original seismic waveforms are from the Nabro Urgency Array (Hammond et&nbsp;al., 2011;&nbsp;<a href="https://doi.org/10.7914/SN/4H_2011">https://doi.org/10.7914/SN/4H_2011</a>), which is publicly available through IRIS Data Services (<a href="http://service.iris.edu/fdsnws/dataselect/1/">http://service.iris.edu/fdsnws/dataselect/1/</a>). See Hammond et&nbsp;al.&nbsp;(<a href="https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021JB021910#jgrb55017-bib-0025">2011</a>) for further details on waveform data access and availability. Sources were originally located by Lapins et al. (<a href="https://doi.org/10.1029/2021JB021910">2021</a>), and the full catalogue is&nbsp;archived <a href="https://zenodo.org/record/7669717#.ZAXtfuymP0s">here</a> (Lapins, 2022).&nbsp;</p> <p>The FMTOMO package is freely available to download at<a href="http://rses.anu.edu.au/~nick/fmtomo.html"> http://rses.anu.edu.au/~nick/fmtomo.html</a>.&nbsp;</p> <p>This repository contains three 3D velocity models:</p> <ol> <li>vp_model.out</li> <li>vs_model.out</li> <li>vpvs_model.out</li> </ol> <p>These plain text files comprise the output of the FMTOMO tomography algorithm, which inverts for 3D P-wave velocity and&nbsp;S-wave&nbsp;velocity Vp and Vs) structure&nbsp;and Vp/Vs ratio for a grid centred around Nabro volcano.&nbsp;The velocity is given in&nbsp;km/s for Vp and Vs, and the values are&nbsp;dimensionless for&nbsp;Vp/Vs ratio.</p> <p>The grid is&nbsp;specified in the first four lines of the file:</p> <ul> <li>Line 1: for these data, this line will always hold the&nbsp;values&nbsp;`1&#39; and `1&#39;.&nbsp;</li> <li>Line 2: the number of grid nodes in radius (depth), latitude and longitude.&nbsp;</li> <li>Line 3: the radial (depth) node spacing in km,&nbsp;latitude spacing in radians, longitude spacing in radians.</li> <li>Line 4: the grid origin radius (km), latitude (radians) and longitude (radians).</li> </ul> <p>Each node of the grid has a P-wave, S-wave and Vp/Vs ratio associated with it, which is specified in lines 5 onward.</p> <ul> <li>Line 5 - 55229:&nbsp;Value of Vp, Vs or Vp/Vs (given by file name) at each node.</li> </ul> <p>The values loop over the grid, with longitude varying first, and radius last.&nbsp;The first node is at the grid origin. The second node is at the grid origin, plus the grid spacing in longitude. This continues for the `nlon` longitude nodes. The `nlon+1`the point is then at the grid origin, plus the latitude spacing; and so on.</p> <p>If there are `nr` radial nodes, `nlat` latitude nodes and `nlon` longitude nodes, then the following pseudocode shows how to read lines 5 forwards using the imaginary function `readline`, which reads a single real value from a plain text file and moves to the next line:</p> <p>```</p> <p># Comment: have already read the first four lines</p> <p>for ir in 1:nr:</p> <p>for ilat in 1:nlat:</p> <p>for ilon in 1:nlon:</p> <p>grid[ir,ilat,ilon] = readline(file_handle)</p> <p>```</p> <p>The repository also contains the event catalogue, with hypocenter locations&nbsp;after relocation by the FMTOMO code:</p> <p>4. event_catalogue.csv</p> <p>The columns are depth in km (negative values indicate depths below sea level, positive values indicate depths above sea level), latitude in degrees, longitude in degrees, depth error (km), latitude error (km), longitude error (km).&nbsp;</p>

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

Water flow velocity data, Shark River Slough (SRS) near Black Hammock island, Everglades National Park (FCE LTER), South Florida from October 2003 to August 2005

Water velocity data measured every 5 or 15 minutes in Shark River Slough beside Black Hammock tree island, Everglades National Park using Sontek Agronaut water flow sampler.

openCC (other)Sep 2009View details →
edi48/100

Water flow velocity data, Shark River Slough (SRS) near Chekika tree island, Everglades National Park (FCE LTER) from January 2006 to March 2021

Water velocity data measured every 5 or 15 minutes in Shark River Slough beside Chekika tree island, Everglades National Park, using Sontek Agronaut water flow sampler. Data collection is complete.

openCC (other)Jan 2024View details →
edi48/100

Water flow velocity data, Shark River Slough (SRS) near Frog City, south of US 41, Everglades National Park (FCE LTER) from October 2006 to July 2009

Water velocity data measured every 5 or 15 minutes in Shark River Slough near Frog City jetty, Everglades National Park, using Sontek Agronaut water flow sampler.

openCC (other)Sep 2009View details →
edi48/100

Water flow velocity data, Shark River Slough (SRS) near Gumbo Limbo Island, Everglades National Park (FCE) from October 2003 - December 2018

Water velocity data measured every 5 or 15 minutes in Shark River Slough near Gumbo Limbo Island, Everglades National Park, using Sontek Agronaut water flow sampler. Data collection is complete.

openCC (other)Jan 2024View details →
edi48/100

Water flow velocity data, Shark River Slough (SRS) near Satinleaf Island, Everglades National Park (FCE LTER) from July 2003 to December 2005

Water velocity data measured every 5 or 15 minutes in Shark River Slough near Satinleaf tree island, Everglades National Park, using Sontek Agronaut water flow sampler.

openCC (other)Sep 2009View details →
zenodo44/100

Five-minute average cruise track and ship velocity of the Antarctic Circumnavigation Expedition (ACE) undertaken during the austral summer of 2016/2017.

<p><strong>Dataset abstract</strong></p> <p>The ship&#39;s cruise track, velocity, course over ground and heading at one-minute resolution for all five legs of the Antarctic Circumnavigation Expedition (ACE) are derived from a combination of:<br> - the latitude/longitude record of the Quality-checked, one-second cruise track for 21.12.2016 to 11.04.2017.<br> - the latitude/longitude record of the Uncorrected inertial navigation dataset (one-second resolution) for 27.11.2016 to 21.12.2016<br> - the latitude/longitude record of the raw meteorological data (30-second resolution) from 17.11.2016 to 27.11.2016<br> - where no latitude/longitude record at one-second resolution is available and the ship&#39;s velocity was above 2 meters per second, the three-second resolution record of the true and relative wind speed and direction, as well as the heading are used to re-calculate the ship&#39;s velocity under the assumption that the course of the ship equalled the heading.</p> <p>Basic filtering are applied to remove erroneous observations before the data are averaged to a one-minute resolution (DOI: 10.5281/zenodo.3752667).<br> The one-minute time series are averaged to five-minute resolution, whereby the vector averaging is used for the platform velocity and orientation.<br> For the latitude and longitude coordinates a simple average is calcualted, i.e., ignoring the curvature of the Earth.<br> Short stretches of missing coordinates are filled with linear interpolation between neighbouring observations.</p> <p><strong>Dataset contents</strong></p> <ul> <li>cruise-track-5min-legs0-4.csv, data file, comma-separated values</li> <li>data_file_header, metadata, text format</li> <li>README.txt, metadata, text format</li> <li>ace-cruise-track-5min-legs0-4-change-log.txt, metadata, text format</li> </ul> <p><strong>Change log</strong></p> <p><strong>v1.1</strong> - Added additional data coverage from 2016-11-17 - 2016-11-22 inclusive. Updated README.txt with information about data coverage. Added this change_log file.</p> <p><strong>v1.0</strong> - Initial release of averaged cruise track data set.</p> <p><strong>Dataset license</strong></p> <p>This five-minute averaged cruise track and velocity dataset is made available under the Creative Commons Attribution 4.0 International License (CC BY 4.0) whose full text can be found at https://creativecommons.org/licenses/by/4.0/</p>

opencc-by-4.0Apr 2020View details →
zenodo44/100

Extreme to phenomenal storm wave impacts on a steep rocky coast, north Mayo, Ireland: video data, image analysis, runup and flow velocity calculations for waves of storms Fionn and Gareth.

<p>The primary data are video (.mp4) files of extreme storm wave impacts on the sites of high elevation (&gt;=20m above high water mark) coastal boulder deposits, recorded during storms Fionn (16/01/2018) and Gareth (12/03/2019), at (54.320355, -9.569633) on the north Mayo coast of Ireland, while the significant wave height was in the range [11m,14m]. There are also .png and .jpg files derived from frames of some of the videos, relating to the analysis of the impacting wave kinematics (runup/landward propagation and flow velocities), together with physical measurements for scale determination and runup/velocity/measurement uncertainty calculations in Excel. The files EventX.mp4 are the primary data for the wave impacts EventX. The files EventX_Frame_Y.jpg are frames sampled from EventX.mp4 at constant time intervals in the temporal vicinity of the impact. The files EventX_Edges_Y.png are the edges derived from the frames with the Canny edge detector. The files EventX_Registration_Y.jpg are the impacting wavefront edges with topographical edges registered on the file ReferenceImage.jpg The files EventX.jpg are the stacked registrations for all Y, from which the impact kinematics are derived. The file&nbsp;Scale_Registration_Position_Velocity_Measurements_AndUncertainty.xlsx contains physical measurements for scale determination, measurements of registration error, and the calculations of impact runup/landward displacement and flow velocities, with their uncertainties. The files JetX_Leacht_a_Ch&uacute;il.mp4/g are videos of large jet-producing impacts at another site.</p> <p>The files DSCN0066.MP4-DSC0085.MP4 are the raw video observations of Storm Gareth, recorded from 15:35-18:41 UT on 12 March 2019 with a Nikon Coolpix W100, while the&nbsp;significant wave height increased from 12m to in excess of 14m (the timestamp of these videos in Properties-&gt;Details-&gt;Media Created is one&nbsp;hour later than the UT of creation, because the camera&#39;s clock was set to Irish Summer Time). The file GPO15366.MP4 is an example&nbsp;of the GoPro&nbsp;(Hero 5) videos recorded simultaneously.</p>

opencc-by-4.0Nov 2020View details →
zenodo44/100

An intense, cold, velocity-controlled molecular beam by frequency-chirped laser slowing - supporting data

<p>These are the data presented in figures 3, 4, 5, 6 and 7 of our paper "An intense, cold, velocity-controlled molecular beam by frequency-chirped laser slowing". The first line of each data file explains the content. The second line labels the columns. The remaining rows give the data.</p>

opencc-by-4.0Jan 2017View details →
zenodo44/100

IODP Expedition 391 P-wave velocity logger (whole round)

P-wave velocity data were measured on whole-round sections on the Whole-Round Multisensor Logger (WRMSL) using pairs of piezoelectric transducers mounted on a caliper system. Measurements may be affected by degassing of pore fluid and microfracturing during core recovery. Report includes P-wave velocity in x-y plane and distance and traveltime between transducers.

opencc-by-4.0Oct 2023View details →
zenodo44/100

IODP Expedition 391 P-wave velocity bayonet (section)

P-wave velocity data were measured on undisturbed section halves using pairs of piezoelectric transducers mounted in bayonets that are inserted into soft sediment along the JRSO-defined y-axis and/or z-axis. Report includes P-wave velocity in y and/or z direction, bayonet separation, traveltime between transducers, and first arrival picks.

opencc-by-4.0Oct 2023View details →
zenodo44/100

IODP Expedition 391 P-wave velocity caliper (section/discrete)

P-wave velocity data were measured on undisturbed section halves (JRSO-defined x-axis) and/or discrete cube and cylinder samples (x, y, or z-axis) using pairs of piezoelectric transducers mounted on a caliper system. Report includes P-wave velocity in x, y, and/or z-direction, caliper separation, traveltime between transucers, and first arrival picks.

opencc-by-4.0Oct 2023View details →
zenodo44/100

IODP Expedition 397T P-wave velocity caliper (section/discrete)

P-wave velocity data were measured on undisturbed section halves (JRSO-defined x-axis) and/or discrete cube and cylinder samples (x, y, or z-axis) using pairs of piezoelectric transducers mounted on a caliper system. Report includes P-wave velocity in x, y, and/or z-direction, caliper separation, traveltime between transucers, and first arrival picks.

opencc-by-4.0Oct 2023View details →
zenodo44/100

IODP Expedition 383 P-wave velocity caliper (section/discrete)

P-wave velocity data were measured on undisturbed section halves (JRSO-defined x-axis) and/or discrete cube and cylinder samples (x, y, or z-axis) using pairs of piezoelectric transducers mounted on a caliper system. Report includes P-wave velocity in x, y, and/or z-direction, caliper separation, traveltime between transucers, and first arrival picks.

opencc-by-4.0Jul 2021View details →
zenodo44/100

IODP Expedition 383 P-wave velocity logger (whole round)

P-wave velocity data were measured on whole-round sections on the Whole-Round Multisensor Logger (WRMSL) using pairs of piezoelectric transducers mounted on a caliper system. Measurements may be affected by degassing of pore fluid and microfracturing during core recovery. Report includes P-wave velocity in x-y plane and distance and traveltime between transducers.

opencc-by-4.0Jul 2021View details →
zenodo44/100

IODP Expedition 378 P-wave velocity caliper (section/discrete)

P-wave velocity data were measured on undisturbed section halves (JRSO-defined x-axis) and/or discrete cube and cylinder samples (x, y, or z-axis) using pairs of piezoelectric transducers mounted on a caliper system. Report includes P-wave velocity in x, y, and/or z-direction, caliper separation, traveltime between transucers, and first arrival picks.

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

IODP Expedition 378 P-wave velocity logger (whole round)

P-wave velocity data were measured on whole-round sections on the Whole-Round Multisensor Logger (WRMSL) using pairs of piezoelectric transducers mounted on a caliper system. Measurements may be affected by degassing of pore fluid and microfracturing during core recovery. Report includes P-wave velocity in x-y plane and distance and traveltime between transducers.

opencc-by-4.0Feb 2022View 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