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.

8

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

8 results for “MNDWI”

Learn how ShareScore rates datasets ↗
edi52/100

Long-term composited Modified Normalized Difference Water Index (MNDWI) for the greater Phoenix, Arizona, USA, metropolitan area and the surrounding Sonoran desert derived from annual and seasonal Landsat imagery, 1998 to 2023

Abstract ======== This data package consists of multiple decades of modified normalized difference water index (MNDWI) raster data across the Central Arizona-Phoenix Long-Term Ecological Research (CAP LTER) study area within metropolitan Phoenix, Arizona (USA), temporally aggregated by year and by four meteorological seasons (Winter, Spring, Summer, Fall). By providing a metric by which to reliably identify bodies of open water, these MNDWI data are intended to facilitate analyses of land-based environmental variables (e.g., urbanization, vegetation, land surface temperature) and can also be used to track long-term and seasonal change in the coarse extent of open water as a land-cover type. MNDWI was derived, following the methods of Xu (2006), from annual and seasonal composites of 30-m resolution Landsat 5-9 Level-2 Surface Reflectance imagery. All imagery retrieval and data processing were completed with Google Earth Engine (Gorelick et al. 2017) and program R. A complete description of data processing methods, including the aggregation of imagery by year and season and the calculation of the spectral index, can be found in the data package metadata (see \'Methods and Protocols\') and accompanying Javascript code. **Citations:** - Gorelick N, Hancher M, Dixon M, et al. (2017) Google Earth Engine: Planetary-scale geospatial analysis for everyone. Remote Sensing of Environment 202:18--27. <https://doi.org/10.1016/j.rse.2017.06.031> - Xu, H. (2006). Modification of normalised difference water index (NDWI) to enhance open water features in remotely sensed imagery. *International Journal of Remote Sensing*, *27*(14), 3025--3033. <https://doi.org/10.1080/01431160600589179>

openCC0Nov 2024View details →
zenodo44/100

MODIS MNDWI, 8-day time series for Europe at 1 km resolution

<p>Modified Normalized Difference Water Index (MNDWI) from MODIS data for Europe at 1 km resolution.</p> <p>Source data:<br> - MODIS/Terra Surface Reflectance 8-Day L3 Global 500 m SIN Grid (MOD09A1 v006): https://lpdaac.usgs.gov/products/mod09a1v006/</p> <p>The corresponding MODIS/Aqua product (MYD09A1 v006) could not be used due to the fact that the Aqua satellite has a number of broken detectors resulting in unreliable data for band 6 (SWIR) measurements.</p> <p>The Moderate Resolution Imaging Spectroradiometer (MODIS) Terra MOD09A1 Version 6 product provides an estimate of the surface spectral reflectance of Terra MODIS Bands 1 through 7 corrected for atmospheric conditions such as gasses, aerosols, and Rayleigh scattering. Along with the seven 500 meter (m) reflectance bands are two quality layers and four observation bands. For each pixel, a value is selected from all the acquisitions within the 8-day composite period. The criteria for the pixel choice include cloud and solar zenith. When several acquisitions meet the criteria the pixel with the minimum channel 3 (blue) value is used.</p> <p>For the time periods October 2016 - March 2017 and August 2020 - April 2021, the original data has been reprojected to ETRS89-extended / LAEA Europe and aggregated to a 1 km grid. The temporal resolution is 8 days. Bad quality pixels (cloud, cloud shadow, dead detector, solar zenith angle too large, etc.) have been masked using the provided quality assurance (QA) layers and appear as &quot;no data&quot;.</p> <p>File naming:<br> productCode.acquisitionDate[A (YYYYDDD)]_mosaic_spatialResolution_frequency_VI.tif<br> example: MOD09A1.A2016353_mosaic_1000m_8_days_MNDWI.tif</p> <p>The date is Year and Day of Year.</p> <p>Values are MNDWI * 10000. Example: Value -5099 = -0.5099</p> <p>Projection + EPSG code:<br> ETRS89 / LAEA Europe (EPSG:3035) (EPSG:3035)</p> <p>Spatial extent:<br> north: 72N<br> south: 30S<br> west: -52W<br> east: 49E</p> <p>Spatial resolution:<br> 1 km</p> <p>Temporal resolution:<br> 8 days</p> <p>Pixel values:<br> MNDWI * 10000 (scaled to Integer; example: value -5099 = -0.5099)</p> <p>Software used:<br> GRASS GIS 8.0</p> <p>Original dataset license:<br> All data products distributed by NASA&#39;s Land Processes Distributed Active Archive Center (LP DAAC) are available at no charge. The LP DAAC requests that any author using NASA data products in their work provide credit for the data, and any assistance provided by the LP DAAC, in the data section of the paper, the acknowledgement section, and/or as a reference. The recommended citation for each data product is available on its Digital Object Identifier (DOI) Landing page, which can be accessed through the Search Data Catalog interface. For more information see: https://lpdaac.usgs.gov/products/mod09a1v006/</p> <p>Processed by:<br> mundialis GmbH &amp; Co. KG, Germany (<a href="https://www.mundialis.de/">https://www.mundialis.de/</a>)</p>

opencc-by-sa-4.0Oct 2021View 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 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 →
zenodo44/100

Doodleverse/CoastSeg Segformer models for 4-class (water, whitewater, sediment and other) segmentation of Sentinel-2 and Landsat-7/8 MNDWI images of coasts.

<p><em><strong>Doodleverse/CoastSeg Segformer models for 4-class (water, whitewater, sediment and other) segmentation of Sentinel-2 and Landsat-7/8 MNDWI images of coasts.</strong></em></p> <p>Models have been created using Segmentation Gym* using the following datasets ** https://zenodo.org/record/7384263 and ***: https://doi.org/10.5281/zenodo.7335647. Those datasets have been combined and the training and validation images and labels are provided here.</p> <p>Classes: {0=water, 1=whitewater, 2=sediment, 3=other}</p> <p><strong>Model validation accuracy statistics</strong></p> <p>model name: overall accuracy, mean frequency weighted IoU, mean IoU, Matthews correlation. Bold indicates best overall</p> <p>&nbsp;&nbsp;&nbsp; v2: 0.808, 0.7309, &nbsp;&nbsp; 0.47864, 0.656<br> &nbsp;&nbsp;&nbsp; v3: 0.809, 0.7302, 0.4982, 0.664</p> <p><strong>File descriptions</strong></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>This is a sister model to these sets of Residual UNets:</p> <p>&nbsp;&nbsp;&nbsp; https://zenodo.org/record/7352850<br> &nbsp;&nbsp;&nbsp; https://zenodo.org/record/7557080</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. https://doi.org/10.1029/2022EA002332 See: https://github.com/Doodleverse/segmentation_gym</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. https://doi.org/10.5281/zenodo.7384263</p> <p>***Coast Train data release: Wernette, P.A., Buscombe, D.D., Favela, J., Fitzpatrick, S., and Goldstein E., 2022, Coast Train--Labeled imagery for training and evaluation of data-driven models for image segmentation: U.S. Geological Survey data release, https://doi.org/10.5066/P91NP87I. See https://coasttrain.github.io/CoastTrain/ for more information</p> <p>***Buscombe, Daniel. (2023). June 2023 Supplement 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.8011926&nbsp;</p>

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

Doodleverse/Segmentation Zoo Res-UNet models for identifying water in Sentinel-2 MNDWI images of coasts.

<p><strong>Doodleverse/Segmentation Zoo Res-UNet models for identifying water in Sentinel-2 MNDWI images of coasts.</strong></p> <p><strong>Based on SWED*** data</strong></p> <p>https://openmldata.ukho.gov.uk/</p> <p>These Residual-UNet model data are based on images of coasts and associated labels. Models have been fitted to the following types of data</p> <p>1. MNDWI (1 band): mndwi</p> <p>MNDWI = (Green - SWIR) / (Green + SWIR)<br> &nbsp;&nbsp; Green = pixel values from the green band<br> &nbsp;&nbsp; SWIR = pixel values from the short-wave infrared band</p> <p>Reference: Xu, H. &quot;Modification of Normalised Difference Water Index (NDWI) to Enhance Open Water Features in Remotely Sensed Imagery.&quot; International Journal of Remote Sensing 27, No. 14 (2006): 3025-3033.&quot; (ESRI, 2018)</p> <p>Classes are: {0: null, 1: water}.</p> <p>These files are used in conjunction with Segmentation Zoo*</p> <p>For each model, there are 3 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>&nbsp;</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` or the Segmentation Zoo* function `select_model_and_batch_process_folder.py` to segment a folder of images</p> <p>&nbsp;</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>References</p> <p>* https://github.com/Doodleverse/segmentation_zoo</p> <p>** https://github.com/Doodleverse/segmentation_gym</p> <p>*** https://www.sciencedirect.com/science/article/abs/pii/S0034425722001584</p>

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

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

<p>Doodleverse/Segmentation Zoo Res-UNet models for 4-class (water, whitewater, sediment and other) segmentation of Sentinel-2 and Landsat-7/8 7-band (RGB+NIR+SWIR+NDWI+MNDWI) images of coasts.</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 →
zenodo28/100

Modified Normalized Difference Water Index (MNDWI) in one of EDIAs's water distribution network areas during 2019

<p>Modified Normalized Difference Water Index (MNDWI) in one of EDIAs&#39;s&nbsp;water distribution network areas during 2019. The MNDWI was computed&nbsp;from Sentinel 2 images.</p>

opencc-by-4.0Jul 2020View 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