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.

100

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

100 results for “Sentinel 1”

Learn how ShareScore rates datasets ↗
zenodo44/100

Dataset of Sentinel-1 surface soil moisture time series at 1 km resolution over Southern Italy

<p>The dataset consists of a time series of the Sentinel-1 (S-1) surface soil moisture (SSM) product at 1 km spatial resolution validated in Balenzano et al. (2021 a) over the Southern Italy. The specifications of the S-1 SSM product are provided in Balenzano et al. (2021 b). The SSM time series was obtained in correspondence of the ascending (RON A146) S-1 Interferometric Wide swath (IW) acquisition dates from January 2015 to December 2018 with a temporal gap between consecutive of 6 days (when both S-1A and S-1B data are available) or 12 days. On each date (183 in total), two co-registered layers are provided: mean SSM [m3/m3] and its standard deviation [m3/m3], which provides the SSM uncertainty. The retrieval algorithm is a time series short term change detection (STCD) that is implemented in the &ldquo;Soil MOisture retrieval from multi-temporal SAR data&rdquo; (SMOSAR) code (Balenzano et al. 2013).</p>

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

Doodleverse/Segmentation Zoo Res-UNet models for 4-class (water, whitewater, sediment and other) segmentation of Sentinel-2 and Landsat-7/8 1-band NDWI images of coasts.

<p><em><strong>Doodleverse/Segmentation Zoo Res-UNet models for 4-class (water, whitewater, sediment and other) segmentation of Sentinel-2 and Landsat-7/8 1-band NDWI images of coasts.</strong></em></p> <p>These Residual-UNet model data are based on 1-band NDWI images of coasts and associated labels.</p> <p>Models have been created using Segmentation Gym* using the following dataset**: https://doi.org/10.5281/zenodo.7344571</p> <p>Classes: {0=water, 1=whitewater, 2=sediment, 3=other}</p> <p>File descriptions</p> <p>For each model, there are 5 files with the same root name:</p> <p>1. &#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. It is a handy wee thing and mastering it means mastering the entire Doodleverse.</p> <p>2. &#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&nbsp; `seg_images_in_folder.py`. Models may be ensembled.</p> <p>3. &#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</p> <p>4. &#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`</p> <p>5. &#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`</p> <p>Additionally, BEST_MODEL.txt contains the name of the model with the best validation loss and mean IoU</p> <p><br> References</p> <p>*Segmentation Gym: Buscombe, D., &amp; Goldstein, E. B. (2022). A reproducible and reusable pipeline for segmentation of geoscientific imagery. Earth and Space Science, 9, e2022EA002332. https://doi.org/10.1029/2022EA002332 See: https://github.com/Doodleverse/segmentation_gym</p> <p>** Buscombe, Daniel. (2022). Images and 4-class labels for semantic segmentation of Sentinel-2 and Landsat RGB, NIR, and SWIR satellite images of coasts (water, whitewater, sediment, other) (v1.0) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.7344571</p> <p>&nbsp;</p>

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

Doodleverse/Segmentation Zoo Res-UNet models for 4-class (water, whitewater, sediment and other) segmentation of Sentinel-2 and Landsat-7/8 1-band MNDWI images of coasts.

<p><em><strong>Doodleverse/Segmentation Zoo Res-UNet models for 4-class (water, whitewater, sediment and other) segmentation of Sentinel-2 and Landsat-7/8 1-band MNDWI images of coasts.</strong></em></p> <p>These Residual-UNet model data are based on 1-band MNDWI images of coasts and associated labels.</p> <p>Models have been created using Segmentation Gym* using the following dataset**: https://doi.org/10.5281/zenodo.7344571</p> <p>Classes: {0=water, 1=whitewater, 2=sediment, 3=other}</p> <p>File descriptions</p> <p>For each model, there are 5 files with the same root name:</p> <p>1. &#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. It is a handy wee thing and mastering it means mastering the entire Doodleverse.</p> <p>2. &#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&nbsp; `seg_images_in_folder.py`. Models may be ensembled.</p> <p>3. &#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</p> <p>4. &#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`</p> <p>5. &#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`</p> <p>Additionally, BEST_MODEL.txt contains the name of the model with the best validation loss and mean IoU</p> <p><br> References</p> <p>*Segmentation Gym: Buscombe, D., &amp; Goldstein, E. B. (2022). A reproducible and reusable pipeline for segmentation of geoscientific imagery. Earth and Space Science, 9, e2022EA002332. https://doi.org/10.1029/2022EA002332 See: https://github.com/Doodleverse/segmentation_gym</p> <p>** Buscombe, Daniel. (2022). Images and 4-class labels for semantic segmentation of Sentinel-2 and Landsat RGB, NIR, and SWIR satellite images of coasts (water, whitewater, sediment, other) (v1.0) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.7344571</p> <p>&nbsp;</p>

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

Doodleverse/Segmentation Zoo Res-UNet models for 2-class (water, other) segmentation of Sentinel-2 and Landsat-7/8 1-band NDWI images of coasts.

<p><em><strong>Doodleverse/Segmentation Zoo Res-UNet models for 2-class (water, other) segmentation of Sentinel-2 and Landsat-7/8 1-band NDWI images of coasts.</strong></em></p> <p>These Residual-UNet model data are based on NDWI images of coasts and associated labels.</p> <p>Models have been created using Segmentation Gym* using the following dataset**: <a href="https://doi.org/10.5281/zenodo.7384263">https://doi.org/10.5281/zenodo.7384263 </a></p> <p>Classes: {0=other, 1=water}</p> <p><strong>File descriptions</strong></p> <p>For each model, there are 5 files with the same root name:</p> <p>1. <strong>&#39;.json&#39; </strong>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. It is a handy wee thing and mastering it means mastering the entire Doodleverse.</p> <p>2.<strong> &#39;.h5&#39;</strong> weights file: this is the file that was created by the&nbsp;Segmentation Gym* function `train_model.py`. It contains the trained model&#39;s parameter weights. It can called by the Segmentation Gym* function&nbsp; `seg_images_in_folder.py`. Models may be ensembled.</p> <p>3.<strong> &#39;_modelcard.json&#39;</strong> 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</p> <p>4. <strong> &#39;_model_history.npz&#39;</strong> 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`</p> <p>5. <strong> &#39;.png&#39;</strong> 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`</p> <p>Additionally, BEST_MODEL.txt contains the name of the model with the best validation loss and mean IoU</p> <p>&nbsp;</p> <p><strong>References</strong></p> <p>*Segmentation Gym: Buscombe, D., &amp; Goldstein, E. B. (2022). A reproducible and reusable pipeline for segmentation of geoscientific imagery. Earth and Space Science, 9, e2022EA002332. <a href="https://doi.org/10.1029/2022EA002332">https://doi.org/10.1029/2022EA002332</a> See: <a href="https://github.com/Doodleverse/segmentation_gym">https://github.com/Doodleverse/segmentation_gym</a></p> <p>** Buscombe, Daniel. (2022). Images and 2-class labels for semantic segmentation of Sentinel-2 and Landsat RGB, NIR, and SWIR satellite images of coasts (water, other) (v1.0) [Data set]. Zenodo. <a href="https://doi.org/10.5281/zenodo.7384263">https://doi.org/10.5281/zenodo.7384263 </a></p>

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

Doodleverse/Segmentation Zoo Res-UNet models for 2-class (water, other) segmentation of Sentinel-2 and Landsat-7/8 1-band MNDWI images of coasts.

<p><em><strong>Doodleverse/Segmentation Zoo Res-UNet models for 2-class (water, other) segmentation of Sentinel-2 and Landsat-7/8 1-band MNDWI images of coasts.</strong></em></p> <p>These Residual-UNet model data are based on MNDWI images of coasts and associated labels.</p> <p>Models have been created using Segmentation Gym* using the following dataset**: <a href="https://doi.org/10.5281/zenodo.7384263">https://doi.org/10.5281/zenodo.7384263 </a></p> <p>Classes: {0=other, 1=water}</p> <p><strong>File descriptions</strong></p> <p>For each model, there are 5 files with the same root name:</p> <p>1. <strong>&#39;.json&#39; </strong>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. It is a handy wee thing and mastering it means mastering the entire Doodleverse.</p> <p>2.<strong> &#39;.h5&#39;</strong> weights file: this is the file that was created by the&nbsp;Segmentation Gym* function `train_model.py`. It contains the trained model&#39;s parameter weights. It can called by the Segmentation Gym* function&nbsp; `seg_images_in_folder.py`. Models may be ensembled.</p> <p>3.<strong> &#39;_modelcard.json&#39;</strong> 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</p> <p>4. <strong> &#39;_model_history.npz&#39;</strong> 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`</p> <p>5. <strong> &#39;.png&#39;</strong> 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`</p> <p>Additionally, BEST_MODEL.txt contains the name of the model with the best validation loss and mean IoU</p> <p>&nbsp;</p> <p><strong>References</strong></p> <p>*Segmentation Gym: Buscombe, D., &amp; Goldstein, E. B. (2022). A reproducible and reusable pipeline for segmentation of geoscientific imagery. Earth and Space Science, 9, e2022EA002332. <a href="https://doi.org/10.1029/2022EA002332">https://doi.org/10.1029/2022EA002332</a> See: <a href="https://github.com/Doodleverse/segmentation_gym">https://github.com/Doodleverse/segmentation_gym</a></p> <p>** Buscombe, Daniel. (2022). Images and 2-class labels for semantic segmentation of Sentinel-2 and Landsat RGB, NIR, and SWIR satellite images of coasts (water, other) (v1.0) [Data set]. Zenodo. <a href="https://doi.org/10.5281/zenodo.7384263">https://doi.org/10.5281/zenodo.7384263 </a></p>

opencc-by-4.0Jan 2023View details →
zenodo40/100

Figura 1 in Using ( food a sentinel colony of Apis mellifera Hymenoptera: Apidae) to assess pesticides and sources

Figura 1. Imagen de la izquierda: mapa de Argentina y zona de estudio indicada con el círculo amarillo. Imagen de la derecha: rango de hogar de las abejas melíferas pecoreadoras en nuestro apiario experimental en la Escuela de Agricultura y Sacarotecnia, Argentina.

opencc-by-4.0Dec 2021View details →
zenodo40/100

Fig. 1 in Monitoring the establishment and flight phenology of parasitoids of emerald ash borer (Coleoptera: Buprestidae) in Michigan by using sentinel eggs and larvae

Fig. 1. Percentage of parasitism by Oobius agrili of emerald ash borer eggs on all egg sentinel logs (pooled by sample date, i.e., the date that egg sentinel logs were collected) in Central Park, Michigan, in (A) 2011 and (C) 2012, and on individual egg sentinel logs pooled over all sample dates in (B) 2011 and (D) 2012. The secondary Y-axis is growing degree day base 10 °C (GDD10) using the Baskerville–Emin method.

opencc-by-4.0Dec 2016View details →
zenodo40/100

Fig. 1 in Exposure of yellow-legged gulls to Toxoplasma gondii along the Western Mediterranean coasts: Tales from a sentinel

Fig. 1. Map of prevalences of anti-T. gondii antibodies in yellow-legged gull egg yolk samples in 2009 (a) and 2016 (b) illustrating the spatial variability. RIO: Riou; FRI: Frioul; CAR: Carteau; VIC: Vicla-Gardiole; GRU: Gruissan; HOT: Hortel; SID: Sidrière; COR: Corrège; MED: Medes; BCN: Barcelona; EBR: Ebro Delta; DRA: Dragonera; AIR: Illa de l'Aire; SSF: Sfax; HDJ: Djerba. Coloured circles highlight the colonies in which temporal variations were explored (Fig. 2).Sample sizes and confidence intervals are given in Appendix A, Table S1.1. Base map: esri ©. (For interpretation of the references to colour in this figure legend, the reader is referred to the Web version of this article.)

opencc-by-4.0Apr 2019View details →
zenodo40/100

Fig. 1 in Wild pigs as sentinels for hard ticks: A case study from south-central Florida

Fig. 1. Location of Buck Island Ranch, Lake Placid, Florida denoted by blue circle. (For interpretation of the references to color in this figure legend, the reader is referred to the Web version of this article.)

opencc-by-4.0Aug 2018View details →
zenodo40/100

Fig. 1 in Fluorescence in fireflies (Coleoptera: Lampyridae): using sentinel prey to investigate a possible aposematic signal

Fig. 1. Seasonal changes in the number of recorded attacks on artificial prey having fluorescent (short-dashed line) and non-fluorescent (long-dashed line) markings between Oct 2017 and Feb 2018. For each trial, 36 observations were made for each treatment; in the fifh and sixth trials there were only 34 observations due to sampling difficulties. Total number of models attacked is also shown.

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

Supraglacial lakes and channels in West Antarctica and Antarctic Peninsula during January 2017 - Sentinel-2 Group 1

<p>The maximum extent of supraglacial lakes and channels in West Antarctica and the Antarctic Peninsula in January 2017 was produced by a Dual-NDWI (Normalised Difference Water Index) approach with thresholds. &gt;2000 individual scenes were captured by Sentinel-2 (S2) and Landsat-8 (L8) satellite sensors during the entire month of January 2017.&nbsp;&nbsp;To obtain maximum coverage on the cloudy Antarctic Peninsula, the time period is extended to February 10, 2017 over this region.</p> <p>This&nbsp;dataset consists of the maximum extent of supraglacial hydrological activity during January 2017 and detailed 10,478 supraglacial features (10,223 lakes and 255 channels), with cumulative area 119.4 square km in total on the West Antarctic ice sheet and Antarctic Peninsula. In addition to the final product, the supraglacial hydrological features from both sensors (23,389 polygons for S2 and 17,571 polygons for L8) overlapping the final map are included. The supraglacial lake and channel polygons are available as digital GIS, Geographic Information System, shapefiles (.shp) and GeoJSON files as well as Google Earth format (.kmz). The code used to produce the lake and channel dataset for each sensor (S2 and L8) is implemented using Python, and can be accessed on Zenodo (<a href="https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdoi.org%2F10.5281%2Fzenodo.4906097&amp;amp;data=04%7C01%7Ccorrd%40live.lancs.ac.uk%7Ce16045ed14e34f2cb4f108d92b70565e%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637588586902880130%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;amp;sdata=JPsWDkSk9wqxEcoxMGWzbNgleTFB1NoIFn7t0WlDg3Q%3D&amp;amp;reserved=0">https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdoi.org%2F10.5281%2Fzenodo.4906097&amp;amp;data=04%7C01%7Ccorrd%40live.lancs.ac.uk%7Ce16045ed14e34f2cb4f108d92b70565e%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637588586902880130%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;amp;sdata=JPsWDkSk9wqxEcoxMGWzbNgleTFB1NoIFn7t0WlDg3Q%3D&amp;amp;reserved=0</a>) . Landsat-8 and Sentinel-2 imagery are freely available at&nbsp;&nbsp;(<a href="https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fearthexplorer.usgs.gov%2F&amp;amp;data=04%7C01%7Ccorrd%40live.lancs.ac.uk%7Ce16045ed14e34f2cb4f108d92b70565e%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637588586902880130%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;amp;sdata=RidpbAMFz28isbZM6vNZWPMTdl3bl5OxO3SVWvBu6MQ%3D&amp;amp;reserved=0">https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fearthexplorer.usgs.gov%2F&amp;amp;data=04%7C01%7Ccorrd%40live.lancs.ac.uk%7Ce16045ed14e34f2cb4f108d92b70565e%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637588586902880130%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;amp;sdata=RidpbAMFz28isbZM6vNZWPMTdl3bl5OxO3SVWvBu6MQ%3D&amp;amp;reserved=0</a>) and (<a href="https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fscihub.copernicus.eu%2F&amp;amp;data=04%7C01%7Ccorrd%40live.lancs.ac.uk%7Ce16045ed14e34f2cb4f108d92b70565e%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637588586902880130%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;amp;sdata=lZINlehD3i%2BN%2BPSVZgSJnZa%2FruFq2vGHoEnkQGMmq%2Fg%3D&amp;amp;reserved=0">https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fscihub.copernicus.eu%2F&amp;amp;data=04%7C01%7Ccorrd%40live.lancs.ac.uk%7Ce16045ed14e34f2cb4f108d92b70565e%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637588586902880130%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&amp;amp;sdata=lZINlehD3i%2BN%2BPSVZgSJnZa%2FruFq2vGHoEnkQGMmq%2Fg%3D&amp;amp;reserved=0</a>), respectively.</p> <p>The products provide a scientific benchmark to monitor the development of these features in a warming climate, and thus enhancing our capability to predict the calving and collapse of any ice shelves in the future. The results provide a baseline for future monitoring of supraglacial hydrology and can be particularly useful to train supervised machine learning algorithms. The lake and channel dataset will be valuable as training data for pixel-based or object-based approaches to map large-scale features automatically using machine learning. This dataset can also provide an a-priori lake distribution for studies incorporating synthetic-aperture radar, SAR and other sensors and platforms.</p> <p>Alongside Sentinel-2 Group 2, this dataset provides the&nbsp;23,389 polygons from&nbsp;S2 imagery.</p>

opencc-by-4.0Oct 2021View details →
zenodo36/100

InSAR 2015 Nepal EQ Sentinel 1 ESA

<p>InSAR for the 215 Nepal EQ using Sentinel 1 Data.</p> <p>&nbsp;</p> <p>Processed with DIAPASON on GEP.&nbsp;</p>

opencc-by-4.0Mar 2017View details →
zenodo36/100

Processed Sentinel 1, Sentinel 2 and Copernicus Emergency Management Service data for fine tuning and predicting flood extent with IBM's granite-geospatial-uki-flood-detection model

<p>This dataset contains processed Sentinel 1 Sentinel 2 imagery together with flood event labels extracted from the Copernicus Emergency Management Service. It has been assembled to demonstrate fine tuning and inference of flood event segmentation using granite geospatial foundation models developed by IBM Research. Please see <a href="https://huggingface.co/ibm-granite/granite-geospatial-uki-flooddetection">https://huggingface.co/ibm-granite/granite-geospatial-uki-flooddetection</a> for more information on models and use.</p> <p>Sentinel-1</p> <p>The European Space Agency. 2014. Sentinel-1 Mission. <a href="https://sentinel.esa.int/web/sentinel/copernicus/sentinel-1">https://sentinel.esa.int/web/sentinel/missions/sentinel1</a>. Accessed: 2024-11-25.</p> <p>Sentinel-2</p> <p>The European Space Agency. 2015. Sentinel-2 Mission. <a href="https://sentinel.esa.int/web/sentinel/copernicus/sentinel-2">https://sentinel.esa.int/web/sentinel/missions/sentinel2</a>. Accessed: 2024-11-25.</p> <p>Copernicus Emergency Management Service</p> <p><a href="https://emergency.copernicus.eu/mapping/list-of-activations-rapid">https://emergency.copernicus.eu/mapping/list-of-activations-rapid</a>. Accessed: 2024-11-25.&nbsp;</p> <p><strong>Attribution</strong></p> <p>Contains modified Copernicus Sentinel data [2019-2024]</p> <p>Contains modified Copernicus Service information [2019-2023]</p>

openNov 2024View details →
zenodo36/100

Mt Edgecumbe Sentinel 1 SLC scenes and pairs

<p>This dataset contains lists of all SLC files used in the paper &quot;Return from Dormancy: Rapid inflation and seismic unrest driven by transcrustal magma transfer at Mt. Edgecumbe (L&#39;ux Shaa) Volcano, Alaska&quot; by R. Grapenthin, Y. Cheng, M. Angarita, D. Tan, F. Meyer, D. Fee, A. Wech, published in GRL in 2022.</p> <p>The file contains all the dates of Sentinel 1 paths 50, 79 (Ascending) and 174 (descending) scenes and the respective pairing of SLC observations for interferograms in YYYYMMDD_YYYYMMDD format.</p> <p>&nbsp;</p>

opencc-by-4.0Oct 2022View details →
zenodo36/100

Fig. 1 in Foxes (Vulpes vulpes) as sentinels for parasitic zoonoses, Toxoplasma gondii and Trichinella nativa, in the northeastern Canadian Arctic

Fig. 1. Map of Nunavik (© Lemire et al., 2015).

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

Fig. 1 in Gray wolves as sentinels for the presence of Echinococcus spp. and other gastrointestinal parasites in France

Fig. 1. Distribution of wolf fecal samples analyzed according to season and year.

opencc-by-4.0Dec 2023View details →
zenodo36/100

Fig. 1 in Sentinels in the shadows: Exploring Toxoplasma gondii and other Sarcocystidae parasites in synanthropic rodents and their public health implications

Fig. 1. Geographical distribution of PCR positive rodents.

opencc-by-4.0Aug 2024View details →
zenodo36/100

Fig. 1 in Western striped squirrel Tamiops mcclellandii: A non-avian sentinel species of bird waves

Fig. 1. Transects and habitat types at the study site.

opencc-by-4.0Sep 2017View details →
ClinicalTrials.gov36/100

The T-REX Trial: Tailored Regional External Beam Radiotherapy in Clinically Node-negative Breast Cancer Patients With 1-2 Sentinel Node Macrometastases.

ClinicalTrials.gov study NCT05634889. IPD Sharing: YES. Countries: 2. Publications: 1.

controlledIPD-YESFeb 2026View details →
zenodo32/100

FIGURE 1 in A new species of the sentinel crab Macrophthalmus (Mareotis) Barnes, 1967 (Crustacea: Brachyura: Macrophthalmidae) from Western Australia

FIGURE 1. Macrophthalmus (Mareotis) pistrosinus sp. nov. A. Subadult male chela (and see Fig. 3); B. external maxilliped; C. male abdomen; D. first male pleopod. Scale lines: A &amp; C 1cm; B &amp; D 1mm.

opennotspecifiedDec 2008View 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