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.
2
datasets available to search
ShareScore release 0.9.0
Dataset results
2 results for “IPART”
ARtracks - a Global Atmospheric River Catalogue Based on ERA5 and IPART
<p>The <strong>ARtracks Atmospheric River Catalogue</strong> is based on the ERA5 climate reanalysis dataset, specifically the output parameters "vertical integral of east-/northward water vapour flux". Most of the processing relies on<br>IPART (Image-Processing based Atmospheric River (AR) Tracking, https://github.com/ihesp/IPART), a Python package for automated AR detection, axis finding and AR tracking. The catalogue is provided as a pickled pandas.DataFrame as well as a CSV file.</p> <p>For detailed information, please see <a href="https://github.com/dominiktraxl/artracks">https://github.com/dominiktraxl/artracks</a>.</p> <p>The ARtracks catalogue covers the years from 1979 to the end of the year 2019.</p>
Detection of Atmospheric Rivers in the Northern Hemisphere based on ERA5 reanalysis data and the IPART algorithm, 1979-2020
<p># 1. Overview</p> <p>This is a catalogue of atmospheric river (AR) detections over the Northern Hemisphere, based on 6-hourly ERA5 reanalysis dataset and the Image-Processing based Atmospheric River Tracking (IPART) algorithm.</p> <p>Time domain of the data:</p> <ul> <li>From 1979-Jan-01 to 2020-Dec-31</li> <li>Temporal resolution is 6-hourly</li> </ul> <p>Spatial domain of the data:</p> <ul> <li>Northern Hemisphere, land and ocean</li> <li>Spatial resolution is 0.25 * 0.25 degrees latitude/longitude</li> </ul> <p>Input data from ERA5 include:</p> <ul> <li>Vertical integral of northward water vapour flux, in kg/(m s).</li> <li>Vertical integral of eastward water vapour flux, in kg/(m s).</li> </ul> <p>Data in the Northern Hemisphere domain (0 - 90 N), at 0.25 * 0.25 degrees latitude/longitude resolution are obtained from https://www.ecmwf.int/en/forecasts/datasets/reanalysis-datasets/era5.</p> <p>Version v3.0.8 of the IPART Python module used for detection and tracking of atmospheric rivers is preserved at <strong>10.5281/zenodo.4164826</strong>, available via Creative Commons Attribution 4.0 International license and developed openly at the Github repository https://github.com/ihesp/IPART.</p> <p># 2. File naming convention</p> <p>The data files are named using the following convention:</p> <p>ar_YYYYMM.nc</p> <p>where:</p> <ul> <li>YYYY: 4-digit year number</li> <li>MM: 2-digit month number</li> </ul> <p>E.g. `ar_199902.nc` means detections in Feb of 1999.</p> <p>Months are calendar months, including Feb-29th in leap-years.</p> <p># 3. Data format</p> <p>Data are saved in netCDF format.</p> <p>Each data file contains one 3-dimensional array, of a shape `(t, 360, 1440)`, where:</p> <ul> <li>`t`: length of the time dimension. Since data are 6-hourly, t equals 4 * num_of_days_in_month.</li> <li>`360`: latitude dimension, from 0 - 90N, with a 0.25-degree step.</li> <li>`1440`: longitude dimension, from 80 - 440 E (shifted eastward by 80 degrees to put both the Pacific and Atlantic oceans within the domain), with a 0.25-degree step.</li> </ul> <p>Each time slice of the data contains maps of the Northern Hemisphere, with integer values in grid cells. Possible values are:</p> <ul> <li>0: meaning no AR is detected in the grid cell.</li> <li>1, 2, ... ,n: integer labels, each corresponding to the region of an AR entity.</li> </ul> <p># 4. Important parameters in the IPART algorithm</p> <p>Here are the most important parameters used when detecting ARs from ERA5 data using the IPART python module:</p> <ul> <li> THR filtering kernel: `[16, 13, 13]`. `16` means 16 time slices, or equivalently 4 days given 6-hourly input data. `13` means 13 grid cells, or equivalently ~325 km, given 0.25 degrees latitude/longitude input data. Note that both of these temporal and spacial lengths are half of the sizes of the filtering kernel.</li> <li> minimum area: `50 * 1e4`, in km^2, minimum size of AR region candidates.</li> <li> maximum area: `1800 * 1e4`, in km^2, maximum size of AR region candidates.</li> <li> minimum L/W: `2.0`, minimum length/width ratio of AR region candiates.</li> <li> minimum length: `2000`, in km, minimum length of AR region candidates.</li> <li> minimum latitude: `20`, minimum latitude of the geometrical centroid of an AR region candidate.</li> <li> maximum latitude: `80`, maximum latitude of the geometrical centroid of an AR region candidate.</li> </ul> <p>For more details regarding these parameters, as well as the IPART algorithm, please refer to our published works:</p> <ul> <li>Xu, G., Ma, X., Chang, P., and Wang, L.: Image-processing-based atmospheric river tracking method version 1 (IPART-1), Geosci. Model Dev., 13, 4639–4662, https://doi.org/10.5194/gmd-13-4639-2020, 2020.</li> </ul> <p>Or the Github repository that houses the IPART module:</p> <ul> <li>https://github.com/ihesp/IPART</li> </ul>
ScienceDex guides
Understand access before you commit
These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research 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.
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.
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.
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.
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.