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.

7

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

7 results for “Gaia DR2”

Learn how ShareScore rates datasets ↗
zenodo44/100

Various Gaia DR2 subsets

<p>This dataset contains various subsets of DR2 data;</p> <p>- within 20&nbsp;pc<br> - within 25 pc<br> - within 100 pc<br> - within 125 pc<br> - within 200 pc<br> - between 200 and 300 pc<br> - &quot;clean&quot; version of 100 pc (several astrometric quality flag filters applied for cleaner color-mag diagrams)<br> - &quot;clean&quot; version of 200 pc<br> - All&nbsp;white dwarfs within 100 pc<br> - All&nbsp;white dwarfs within 300 pc<br> - All white dwarfs in the Limoges et al. 2015 sample<br> - Rough cut around NGC 6774<br> - Rough cut around M67</p> <p>The file names should be self-explanatory</p>

opencc-by-sa-4.0Jun 2018View details →
zenodo36/100

Simple distance estimates for Gaia DR2 stars with radial velocities

<p>Bayesian distance estimates for stars with radial velocities and parallaxes published in <em>Gaia</em>&nbsp;DR2. Our method and prior is designed to apply to this specific subset of stars in <em>Gaia</em> DR2.</p> <p>The method is published in &quot;Simple distance estimates for Gaia&nbsp;DR2 stars with radial velocities&quot;, McMillan&nbsp;2018,&nbsp;arXiv:1806.00426</p> <p>The code used to produce the estimates is here: https://doi.org/10.5281/zenodo.1270548</p>

opencc-by-4.0Jun 2018View details →
zenodo36/100

wide binaries from Gaia DR2

<p>This is a catalog of&nbsp;378,488 wide binary candidates selected using data from Gaia DR2. The catalog construction procedure is similar to that outlined&nbsp;in <a href="https://ui.adsabs.harvard.edu/abs/2018MNRAS.480.4884E/abstract">this</a> paper, but the search is extended to larger distances (d &lt; 1 kpc), lower astrometric SNR (parallax_over_error &gt; 10), and wider separations (s &lt; 1 pc).&nbsp;</p> <p>The included pdf shows the&nbsp;separation distribution, and the red dashed line shows an estimate of the contamination rate from chance alignments. For the full catalog, contamination is negligible at s &lt; 50,000 AU, but it becomes dominant at wider separations, such that it completely overwhelms the real binaries&nbsp;at s ~ 1 pc. It is, however, possible to construct subsamples&nbsp;that are pure out to wider separations by selecting binaries with (a) larger parallaxes, (b) higher astrometric SNR, or (c) larger plane-of-the-sky velocities with respect to the Sun.&nbsp;</p> <p>If you use this catalog for your research, please cite this dataset and the paper linked above. For questions or comments, contact Kareem El-Badry.&nbsp;</p>

opencc-by-4.0Sep 2019View details →
zenodo36/100

Hot subdwarf stars observed in Gaia DR2 and LAMOST DR5

<p>Table2.txt:&nbsp; &nbsp;Atmospheric parameters and space positions for 892 non-composite spectra hot subdwarf stars selected from Gaia DR2 and LAMOST DR5.</p> <p>Table3.txt:&nbsp;&nbsp;Orbital parameters, galactic velocities for 747 hot subdwarf stars selected from Gaia DR2 and LAMOST DR5</p>

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

Cataloging Accreted Stars within Gaia DR2 Using Deep Learning

<p>In [<a href="http://arxiv.org/abs/1907.06652">1907.06652</a>], a neural network is used to determine whether a star was accreted onto the Milky Way or was born in situ&nbsp;using only 5D phase space information. The inputs to the network are [l, b, parallax, pmra, pmdec] from the Gaia DR2 catalog. Stars with a score greater than 0.75 are marked as accreted. The subset of stars with 6D phase space information was studied in more detail in [<a href="https://arxiv.org/abs/1907.07190">1907.07190</a>] and [<a href="http://arxiv.org/abs/1907.07681">1907.07681</a>].</p> <p>In this release of the catalog, the data is in the&nbsp;HDF5 file format. We recommended using the pandas package within python (with <a href="https://www.pytables.org/usersguide/installation.html">pytables</a>&nbsp;installed). Then the DataFrame can be loaded with&nbsp;</p> <pre><code class="language-python">Stars = pd.read_hdf('Public_AllStars_6D.h5')</code></pre> <p>We have included 4 different files. The scores for all of the stars with <span class="math-tex">\(\delta \varpi / \varpi &lt; 0.1\)</span>&nbsp;are given in Public_AllStars_5D.h5. The subset of these stars which also have line-of-sight velocity measurements are given in Public_AllStars_6D.h5. The files denoted with SelectedByNetwork have only stars which pass the neural network selection as being accreted, with 5D and 6D the same as for AllStars. Each file include the columns</p> <ol> <li><strong>source_id, int64</strong></li> <li><strong>l, float64</strong></li> <li><strong>b, float64</strong></li> <li><strong>ra, float64</strong></li> <li><strong>dec, float64</strong></li> <li><strong>parallax, float64</strong></li> <li><strong>pmra, float64</strong></li> <li><strong>pmdec, float64</strong></li> <li><strong>phot_g_mean_mag, float32</strong></li> <li><strong>phot_bp_mean_mag, float32</strong></li> <li><strong>phot_rp_mean_mag, float32</strong></li> <li><strong>radial_velocity, float64</strong></li> <li><strong>Score, float32</strong></li> <li><strong>PhotometricScores, float32</strong></li> </ol> <p>The &quot;source_id&quot; should match with Gaia DR2, allowing for easy cross referencing. The &quot;Score&quot; column is the output of the network using only 5D kinematic information, to be considered as accreted, the score needs to be larger than 0.75. The &quot;PhotometricScores&quot; column is the network output for the neural network which uses the &quot;phot&quot; columns along with the 5D kinematics. The optimal cut for this is 0.9, but as shown in the paper, <em>these results are less robust than the first network</em>.</p> <p>&nbsp;</p> <p>If you use our catalog in any of your works, please cite&nbsp;<br> @article{Ostdiek:2019gnb,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;author &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &quot;Ostdiek, Bryan and Necib, Lina and Cohen, Timothy and<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Freytsis, Marat and Lisanti, Mariangela and<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Garrison-Kimmel, Shea and Wetzel, Andrew and Sanderson,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Robyn E. and Hopkins, Philip F.&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;title &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &quot;{Cataloging Accreted Stars within Gaia DR2 using Deep<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Learning}&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;year &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &quot;2019&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;eprint &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &quot;1907.06652&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;archivePrefix &nbsp;= &quot;arXiv&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;primaryClass &nbsp;&nbsp;= &quot;astro-ph.GA&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SLACcitation &nbsp;&nbsp;= &quot;%%CITATION = ARXIV:1907.06652;%%&rdquo;<br> }<br> and&nbsp;<br> @article{Necib:2019zka,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;author &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &quot;Necib, Lina and Ostdiek, Bryan and Lisanti, Mariangela<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;and Cohen, Timothy and Freytsis, Marat and<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Garrison-Kimmel, Shea&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;title &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &quot;{Chasing Accreted Structures within Gaia DR2 using Deep<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Learning}&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;year &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &quot;2019&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;eprint &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &quot;1907.07681&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;archivePrefix &nbsp;= &quot;arXiv&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;primaryClass &nbsp;&nbsp;= &quot;astro-ph.GA&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SLACcitation &nbsp;&nbsp;= &quot;%%CITATION = ARXIV:1907.07681;%%&rdquo;<br> }.<br> Also, please cite&nbsp;<br> @article{Necib:2019zbk,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;author &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &quot;Necib, Lina and Ostdiek, Bryan and Lisanti, Mariangela<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;and Cohen, Timothy and Freytsis, Marat and<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Garrison-Kimmel, Shea and Hopkins, Philip F. and Wetzel,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Andrew and Sanderson, Robyn&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;title &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &quot;{Evidence for a Vast Prograde Stellar Stream in the Solar<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Vicinity}&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;year &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &quot;2019&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;eprint &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &quot;1907.07190&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;archivePrefix &nbsp;= &quot;arXiv&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;primaryClass &nbsp;&nbsp;= &quot;astro-ph.GA&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SLACcitation &nbsp;&nbsp;= &quot;%%CITATION = ARXIV:1907.07190;%%&quot;<br> }<br> for any follow up study of Nyx.</p>

opencc-by-4.0Jul 2019View details →
nasa20/100

Gaia Source Catalogue DR2

The Gaia DR2 Source Catalogue contains positions and brightnesses for 1.693 billion stars, including distances and proper motions for more than 1.3 billion stars. For more details, see the Gaia documentation, particularly the Source Catalogue columns description.

restrictednotspecifiedApr 2025View details →
nasa20/100

GAIA DR2 ConeSearch

All MAST catalog holdings are available via Cone Search endpoints. This service provides access to the MAST mirror of the GAIA catalog data release 2.All available missions are listed at http://archive.stsci.edu/vo/mast_services.html.

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