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.
239
datasets available to search
ShareScore release 0.9.0
Dataset results
239 results for “remote sensing data”
Tree ring, leaf mining, climate, and remote sensing data from aspen leaf miner survey sites: II - Tree DBH and age
This dataset contiains tree level measurements of diameter at breast height (DBH) and age of aspen that were sampled in 2015 for tree ring anlyses. The tree ages provided are the age of the tree in 2015.
Experimental Data for the Paper 'Hierarchical Fusion and Divergent Activation Based Weakly Supervised Learning for Object Detection from Remote Sensing Images'
<p><strong>Experimental Data for the Paper 'Hierarchical Fusion and Divergent Activation Based Weakly Supervised Learning for Object Detection from Remote Sensing Images'</strong></p> <p>In this repository, we provide the implementation of the algorithms developed in the paper 'Hierarchical Fusion and Divergent Activation Based Weakly Supervised Learning for Object Detection from Remote Sensing Images' along with the experimental results, and the methods used for comparison.<br> The goal is to provide the elements needed to validate and reproduce our research work as well as all the tools needed to reach the same conclusions as we did.<br> The data used in our experiments that we have the copyright of [<a href="http://doi.org/10.1109/ACCESS.2020.3019956">A</a>],[<a href="http://doi.org/10.5281/zenodo.3843229">B</a>] is already published <a href="http://doi.org/10.5281/zenodo.3843229">on zenodo</a>.<br> The licences valid for the elements of this repository are discussed under point "3. Licenses" below.</p> <p><strong>1. Structure</strong></p> <p>The repository contains the following items:</p> <ol> <li>"CODE_AND_RESULTS.zip" with the source codes and results of our method and the comparison methods,</li> <li>"README" - this text here.</li> <li>"LICENSE" - the <a href="https://mit-license.org/">MIT License</a></li> </ol> <p>We now focus on the structure of the file CODE_AND_RESULTS.zip.<br> It contains the following items:</p> <ol> <li>The directory "new_methods" contains the source code and results of the new methods proposed in our paper.</li> <li>The directory "comparison" contains the source code of the two approaches used for comparison: ACoL [<a href="https://doi.org/10.1109/CVPR.2018.00144">A</a>] and DANet [<a href="http://doi.org/10.1109/ICCV.2019.00669">B</a>].</li> <li>The folder "tools_and_metrics" holds additional libraries, software tools, and metrics using in our experiments. </li> <li>"README" - this text here.</li> <li>"LICENSE" - the <a href="https://mit-license.org/">MIT License</a></li> </ol> <p>Inside the folder "new_methods," the following sub-folders are provided:</p> <ol> <li>"data" includes data loading code and code for how organizing the input data of the neural network.</li> <li>"expr" includes training code.</li> <li>"model" includes neural network model, basic network and additional modules, depending on the file name, including improved network, and comparison model.</li> <li>"utils" includes some used library functions and test codes when testing, including image segmentation, searching for the largest connected area and data visualization, etc. Verification on the WSADD dataset is done via test_airplane.py and on the DIOR dataset via val_model.py.</li> </ol> <p>In our experiments, we used two datasets:</p> <p>"WSADD" [<a href="http://doi.org/10.1109/ACCESS.2020.3019956">A</a>],[<a href="http://doi.org/10.5281/zenodo.3843229">B</a>], which is already published <a href="http://doi.org/10.5281/zenodo.3843229">on zenodo</a> under the <a href="https://creativecommons.org/licenses/by/4.0/legalcode">Creative Commons Attribution 4.0 International</a> license.<br> The "<a href="https://doi.org/10.1109/CVPR.2018.00144">DIOR</a>" proposed in [<a href="http://doi.org/10.1016/j.isprsjprs.2019.11.023">C</a>].</p> <p><strong>2. References</strong></p> <p>[<a href="http://doi.org/10.1109/ACCESS.2020.3019956">A</a>] Z.-Z. Wu, T. Weise, Y. Wang, Y. Wang, Convolutional neural network based weakly supervised learning for aircraft detection from remote sensing image, <em>IEEE Access</em> 8 (2020) 158097-158106. doi:<a href="http://doi.org/10.1109/ACCESS.2020.3019956">10.1109/ACCESS.2020.3019956</a>. <br> [<a href="http://doi.org/10.5281/zenodo.3843229">B</a>] Z.-Z. Wu. Weakly Supervised Airplane Detection Dataset: WSADD. May 2020. zenodo.org. doi:<a href="http://doi.org/10.5281/zenodo.3843229">10.5281/zenodo.3843229</a>.<br> [<a href="http://doi.org/10.1016/j.isprsjprs.2019.11.023">C</a>] K. Li, G. Wan, G. Cheng, L. Meng, J. Han, Object detection in optical remote sensing images: A survey and a new benchmark, <em>ISPRS Journal of Photogrammetry and Remote Sensing</em> 159 (2020) 296-307. doi:<a href="http://doi.org/10.1016/j.isprsjprs.2019.11.023">10.1016/j.isprsjprs.2019.11.023</a>. <br> [<a href="https://doi.org/10.1109/CVPR.2018.00144">D</a>] X. Zhang, Y. Wei, J. Feng, Y. Yang, T. S. Huang, Adversarial complementary learning for weakly supervised object localization, in: <em>Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition</em> (CVPR'18), Jun. 18-22, 2018, Salt Lake City, UT, USA, IEEE Computer Society, 2018, pp. 1325-1334. doi:<a href="https://doi.org/10.1109/CVPR.2018.00144">10.1109/CVPR.2018.00144</a>. <br> [<a href="http://doi.org/10.1109/ICCV.2019.00669">E</a>] H. Xue, C. Liu, F. Wan, J. Jiao, X. Ji, Q. Ye, DANet: Divergent activation for weakly supervised object localization, in: <em>Proceedings of the IEEE/CVF International Conference on Computer Vision</em> (ICCV'19), Oct. 27-Nov. 2, 2019, Seoul, Korea, IEEE, 2019, pp. 6588-6597. doi:<a href="http://doi.org/10.1109/ICCV.2019.00669">10.1109/ICCV.2019.00669</a>.</p> <p><strong>3. Licenses</strong></p> <p>The following licenses apply for the files and folders in the archive "CODE_AND_RESULTS.zip":</p> <ul> <li>The files in the folder `new_methods` are under the <a href="https://mit-license.org/">MIT License</a>.</li> <li>The files in the folder `comparison/ACoL` have been obtained from https://github.com/xiaomengyc/ACoL, which is under the <a href="https://mit-license.org/">MIT License</a>.</li> <li>We put our code and data under the </li> <li>The files in the folder "comparison/DANet" have been obtained from <a href="https://github.com/xuehaolan/DANet">https://github.com/xuehaolan/DANet</a>, which is an open source project without associated license at the time of this writing. They will therefore remain under the copyright of the user <a href="https://github.com/xuehaolan/">https://github.com/xuehaolan/</a>.</li> <li>The files in the folder "tools_and_metrics/detections_DIOR" are related to the repository <a href="https://github.com/rafaelpadilla/Object-Detection-Metrics">https://github.com/rafaelpadilla/Object-Detection-Metrics</a>, which is under the <a href="https://mit-license.org/">MIT License</a>, and therefore are under the same license.</li> <li>The files in the folder "tools_and_metrics/Nest-pytorch" are based on the repository <a href="https://github.com/ZhouYanzhao/Nest">https://github.com/ZhouYanzhao/Nest</a>, which is under the <a href="https://mit-license.org/">MIT License</a>.</li> <li>The files in the folder "tools_and_metrics/PRM-pytorch" are based on the repository <a href="https://github.com/ZhouYanzhao/PRM">https://github.com/ZhouYanzhao/PRM</a>, which is an open source project without associated license at the time of this writing. They will therefore remain under the copyright of the user <a href="https://github.com/ZhouYanzhao/">https://github.com/ZhouYanzhao/</a>.</li> </ul> <p>The <a href="https://mit-license.org/">MIT License</a> is included here as file "LICENSE".</p> <p><strong>4. Contact</strong></p> <p>1. Dr. <a href="http://iao.hfuu.edu.cn/146">Zhize WU</a>, wuzz@hfuu.edu.cn<br> 2. Dr. <a href="http://iao.hfuu.edu.cn/5">Thomas WEISE</a>, tweise@hfuu.edu.cn, tweise@ustc.edu.cn</p> <p>Institute of Applied Optimization, <br> School of Artificial Intelligence and Big Data, <br> Hefei University, South Campus 2, Jinxiu Dadao 99, <br> Hefei Economic and Technological Development Area, <br> Shushan District, Hefei 230601, Anhui, China<br> </p>
Experimental Data for the Paper 'Rotation-Aware Representation Learning for Remote Sensing Image Retrieval'
<p><strong>Experimental Data for the Paper 'Rotation-Aware Representation Learning for Remote Sensing Image Retrieval'</strong></p> <p>In this repository, we provide the implementation of the algorithms developed in the paper 'Rotation-Aware Representation Learning for Remote Sensing Image Retrieval' along with the experimental results.<br> The goal is to provide the elements needed to validate and reproduce our research work as well as all the tools needed to reach the same conclusions as we did.<br> The licences valid for the elements of this repository are discussed under point "2. Licenses" below.</p> <p><em><strong>1. Structure</strong></em></p> <p>The repository contains the following items:</p> <ol> <li>"data" - the results from our experiments</li> <li>"lib" - some external functions used in the experiments</li> <li>"make_data" - the training and test data</li> <li>"fmt-vgg.py" - the FMT-RAN model</li> <li>"stn.py" - the STN module of ST-RAN</li> <li>"st_ran.py" - the ST-RAN model</li> <li>"README" - this text here.</li> <li>"LICENSE" - the <a href="https://mit-license.org/">MIT License</a></li> </ol> <p><strong><em>2. License</em></strong></p> <p>The following licenses apply for the files and folders:</p> <ul> <li>The files "stn.py" and "spatial_transformer_tutorial.py" in the folder "lib" are from the GitHub repository <a href="https://github.com/GHamrouni/stn-tuto">https://github.com/GHamrouni/stn-tuto</a> and therefore are under the copyright of its repository owner Ghassen Hamrouni.</li> <li>All other files are under the <a href="https://mit-license.org/">MIT License</a>.</li> </ul> <p>The <a href="https://mit-license.org/">MIT License</a> is included here as file "LICENSE".</p> <p><em><strong>3. Contact</strong></em></p> <p>1. Dr. <a href="http://iao.hfuu.edu.cn/146">Zhize WU</a>, <a href="mailto:wuzz@hfuu.edu.cn">wuzz@hfuu.edu.cn</a><br> 2. Dr. <a href="http://iao.hfuu.edu.cn/5">Thomas WEISE</a>, <a href="mailto:tweise@hfuu.edu.cn">tweise@hfuu.edu.cn</a>, <a href="http://mailto:tweise@ustc.edu.cn">tweise@ustc.edu.cn</a></p> <p><a href="http://iao.hfuu.edu.cn">Institute of Applied Optimization</a>, <br> School of Artificial Intelligence and Big Data, <br> Hefei University, South Campus 2, Jinxiu Dadao 99, <br> Hefei Economic and Technological Development Area, <br> Shushan District, Hefei 230601, Anhui, China</p>
Data from: Accounting for disturbance history in models: using remote sensing to constrain carbon and nitrogen pool spin‐up
Disturbances such as wildfire, insect outbreaks, and forest clearing, play an important role in regulating carbon, nitrogen, and hydrologic fluxes in terrestrial watersheds. Evaluating how watersheds respond to disturbance requires understanding mechanisms that interact over multiple spatial and temporal scales. Simulation modeling is a powerful tool for bridging these scales; however, model projections are limited by uncertainties in the initial state of plant carbon and nitrogen stores. Watershed models typically use one of two methods to initialize these stores: spin-up to steady state, or remote sensing with allometric relationships. Spin-up involves running a model until vegetation reaches equilibrium based on climate; this approach assumes that vegetation across the watershed has reached maturity and is of uniform age, which fails to account for landscape heterogeneity and non-steady state conditions. By contrast, remote sensing, can provide data for initializing such conditions. However, methods for assimilating remote sensing into model simulations can also be problematic. They often rely on empirical allometric relationships between a single vegetation variable and modeled carbon and nitrogen stores. Because allometric relationships are species- and region-specific, they do not account for the effects of local resource limitation, which can influence carbon allocation (to leaves, stems, roots, etc.). To address this problem, we developed a new initialization approach using the catchment-scale ecohydrologic model RHESSys. The new approach merges the mechanistic stability of spin-up with the spatial fidelity of remote sensing. It uses remote sensing to define spatially explicit targets for one, or several vegetation state variables, such as leaf area index, across a watershed. The model then simulates the growth of carbon and nitrogen stores until the defined targets are met for all locations. We evaluated this approach in a mixed pine-dominated watershed in central Idaho, and a chaparral-dominated watershed in southern California. In the pine-dominated watershed, model estimates of carbon, nitrogen, and water fluxes varied among methods, while the target-driven method increased correspondence between observed and modeled streamflow. In the chaparral watershed, where vegetation was more homogeneously aged, there were no major differences among methods. Thus, in heterogeneous, disturbance-prone watersheds, the target-driven approach shows potential for improving biogeochemical projections.
Data set: Al-Biruni Earth Radius Optimization with Deep Transfer Learning based Scene Image Classification on Remote Sensing Imagery
Open the record for dataset details and reuse information.
data_Systematic review and best practices for drone remote sensing of invasive plants
<p>We generated this dataset to compile a review article titled "Systematic Review and Best Practices for Drone Remote Sensing of Invasive Plants." </p>
ASSESSING THE CHLOROPHYLL-A VARIABILITY IN THE GULF OF GUINEA USING REMOTE SENSING DATA.
<h3>Introduction</h3> <p>The report begins by highlighting the importance of oceans in influencing the Earth’s climate and supporting marine life. It focuses on phytoplankton, which are crucial for the marine food web and global carbon cycle. The study aims to evaluate the variability of chlorophyll-a (Chl-a) and sea surface temperature (SST) in the Gulf of Guinea using satellite remote sensing data.</p> <h3>Materials and Methods</h3> <ul> <li><strong>Study Site</strong>: The Gulf of Guinea, located on the eastern edge of the Atlantic Ocean, bordered by several West African countries.</li> <li><strong>Data</strong>: Monthly Chl-a and SST data from the Aqua-MODIS satellite, covering the period from 2020 to 2022.</li> <li><strong>Methods</strong>: Analysis of satellite images using Python programming to evaluate spatiotemporal variability and conduct time series analysis.</li> </ul> <h3>Results and Discussion</h3> <ul> <li><strong>Chlorophyll-a Variability</strong>: The study found significant spatial and temporal variability in Chl-a concentrations, with higher values near the coastline due to nutrient inputs from rivers and coastal upwelling.</li> <li><strong>Sea Surface Temperature Variability</strong>: SST showed relatively uniform spatial distribution but notable seasonal and interannual variability, influenced by climatic phenomena like the West African Monsoon.</li> <li><strong>Interannual and Monthly Climatology Variability</strong>: The report discusses the seasonal patterns and the influence of environmental factors on Chl-a and SST.</li> </ul> <h3>Conclusion</h3> <p>The study concludes that Chl-a concentrations are higher near the coast due to nutrient inputs and coastal upwelling, while SST shows a consistent seasonal cycle. These findings provide insights into the dynamic nature of marine productivity in the Gulf of Guinea and the influence of environmental factors on phytoplankton biomass.</p>
Data for the publication: Surging process and mechanism of small glaciers in the Qilian mountains revealed by long-term and dense remote sensing observations
<p>This repository contains the data and results associated to the publication submitted entitled "Surging process and mechanism of small glaciers in the Qilian mountains revealed by long-term and dense remote sensing observations".</p> <p>The results and data contain:</p> <ul> <li>Raw and processed ASTER DEM time series data stored in netcdf format (<em>Hala_surges_aster**.nc</em>): </li> </ul> <ol> <li>Raw DEM stack composed of 56 ASTER DEM.</li> <li>Processed DEM stacks generated by LOWESS-ALPS-REML workflow in each step.</li> </ol> <ul> <li>Multi-temporal elevation change maps stored in geotiff format:</li> </ul> <ol> <li>multi-temporal elevation change results calculated from different DEMs during different period (<em>Hala_surges_[sensor]_[period]_dh_final.tif</em>).</li> <li>Elevation difference map of SRTM-X and SRTM-C DEMs for estimation penetration depth difference ( <br><em>strm-c_x_n37_39_e96_e98_pentration_dh_final.tif</em>)</li> </ol> <ul> <li>Flow velocity time-series result processed by TICOI package stored in netcdf format:</li> </ul> <ol> <li>Irregular-sampling time-series inverted flow velocity results, represted by pixel-wise cumulative displacements ( <br><em>Hala_surges_LS7_LS8_ticoi_flow_angle_refine_velo_invert_ticoi.nc</em>)</li> <li>Regular-sampling time-series flow velocity results, interpolated to 30 days interval from the inverted results ( <br><em>Hala_surges_LS7_LS8_ticoi_flow_angle_refine_velo_interp_ticoi.nc</em>)</li> </ol>
Remote Sensing with TerrSet Guide Tutorial Data
<p>The Remote Sensing Guide provides a comprehensive introduction to the TerrSet remote sensing software package. With clear instructions and more than 300 color illustrations, the text is ideal for students and professionals seeking a hands-on and guided exploration of the fundamental issues in remote sensing and image processing. This latest version is digital only (<a href="https://www.amazon.com/Remote-Sensing-TerrSet-2020-IDRISI-ebook/dp/B08V1LBT15/ref=sr_1_12?crid=34HSK8ZIPQ9PG&dchild=1&keywords=remote+sensing+guide&qid=1611854020&s=books&sprefix=remote+sens%2Cstripbooks%2C148&sr=1-12">buy on Amazon</a>) and works with TerrSet liberaGIS release as well as also previous versions of TerrSet. You can download data for each chapter separately, or use the Download All button to download all of them toether. Please note that all files are zipped.</p>
Data from: Better together? Assessing different remote sensing products for predicting habitat suitability of wetland birds
<p>This data repository contains the processed and extracted metrics from the Dutch land cover, country wide airborne laser scanning and Sentinel-1 and 2 datasets used as input predictor variables in the species distribution modelling step. The study area within the Netherlands comprised five Dutch provinces (Groningen, Drenthe, Overijssel, Gelderland, and Flevoland) for which both ALS and Sentinel data were available for the same year. The land cover metrics were derived using the Dutch land cover map from 2018 (LGN2018 or LGN8). The country-wide LiDAR point clouds were derived from the third Dutch national ALS flight campaign (AHN3, Actueel Hoogtebestand Nederland). The AHN3 dataset is openly accessible data available from (<a href="https://ahn.arcgisonline.nl/ahnviewer/">https://ahn.arcgisonline.nl/ahnviewer/</a>). The Sentinel datasets were processed using Google Earth Engine. </p>
Improving landscape-scale productivity estimates by integrating trait-based models and remotely-sensed foliar-trait and canopy-structural data
Assessing the impacts of anthropogenic degradation and climate change on global carbon cycling is hindered by a lack of clear, flexible, and easy-to-use productivity models along with scarce trait and productivity data for parameterizing and testing those models. We provide a simple solution: a mechanistic framework (RS-CFM) that combines remotely-sensed foliar-trait and canopy-structural data with trait-based metabolic theory to efficiently map productivity at large spatial scales. We test this framework by quantifying net primary productivity (NPP) at high-resolution (0.01-ha) in hyper-diverse Peruvian tropical forests (30,040 hectares) along a 3,322-m elevation gradient. Our analysis captures hotspots and elevational shifts in productivity more accurately and in greater detail than alternative empirical- and process-based models that use plant functional types. This result exposes how high-resolution, location-specific variation in traits and light competition drive variability in productivity, opening up possibilities to fully harness remote sensing data and reliably scale up from traits to map global productivity in a more direct, efficient, and cost-effective manner.
APRA500: a 500 m annual paddy rice dataset for monsoon Asia using multisource remote sensing data
<p>This dataset provides 500m-grid paddy rice maps of monsoon Asia (some countries) from 2000 to 2021.</p> <p>*** Updated paddy rice map for 2021</p> <p>*** The data file is in “.tif" format</p> <p>*** Temporal Resolution: Yearly</p> <p>*** Pixel size: 500 m</p> <p>*** Projection information: EPSG: 4326</p> <p>The map boundary employed in this database does not imply the expression of any opinion whatsoever on the part of us concerning the legal status of any country, territory, city or area or its authorities, or concerning the delimitation of its frontiers or boundaries.</p>
Data and code for "Large-scale remote sensing analysis reveals an increasing coupling of grassland vitality to atmospheric water demand"
<p>Data and code for <br>"Large-scale remote sensing analysis reveals an increasing coupling of grassland vitality to atmospheric water demand"</p> <p>All R code used for the analysis is provided in the folder <em>code</em>. <br>Data and intermediate results are provided or stored in the folders <em>data </em>and <em>tmp_data</em>.<br>All results including figures will be stored in the folder <em>results</em>. </p> <p>R version: 4.3.1</p> <p>To carry out the entire analysis the code should be run in the provided order:</p> <p>1) Code to run non-metric multidimensional scaling (NMDS) for habitat groups and <br>produce Fig. 1b (habitat map and legend for Fig 1a: data/eunis_gl_habitat_ger_990m.tif,eunis_gl_habitat_ger_990m_legend.clr)<br> <br>2) Code to generate grassland vitality maps and time series from 1985 to 2021 (Fig. 3). <br>Grassland vitality maps on 30m for all grasslands in Germany provided in data/glv_1985-2021.zip.</p> <p>3) Code to model relation of grassland vitality to five drought indices (VPD, temperature, CWB, soil moisture, precipitation),<br>output are Fig. 4, Fig. S1, Tab. 1.</p> <p>4) Code for trend analysis of drought sensitivity based on 5-, 10-, and 15-year moving windows, output are Fig. 5, Fig. S2. </p> <p>5) Code to model drought sensitivity of grassland habitat groups and habitat types, output are Fig. 6 and table with sensitivity per habitat type. </p>
Data and scripts for "Unraveling secondary ice production in winter orographic clouds through a synergy of in-situ observations, remote sensing and modeling"
<div> <div> <div>This repository contains field observations and processed data from the Weather Research and Forecasting (WRF) model simulations and the Cloud Resolving Model Radar Simulator (CR-SIM), alongside scripts designed to reproduce the figures presented in the paper titled "Unraveling Secondary Ice Production in Winter Orographic Clouds through a Synergy of In-Situ Observations, Remote Sensing, and Modeling." The in-situ and remote sensing measurements were conducted at Mount Helmos in Peloponnese as part of the CALISHTO campaign (https://calishto.panacea-ri.gr/).</div> </div> </div> <div>Preprint accessible at: https://doi.org/10.21203/rs.3.rs-3502790/v1</div>
Forest Fire Dataset for Peninsular Malaysia (2001-2023) Extracted from Multiple-Source Remote Sensing Data using Google Earth Engine
<ul> <li>Dataset: Forest Fire data</li> <li>Time Period: 2001 to 2023</li> <li>Location: Peninsular Malaysia</li> <li>Historical Fire Source: MCD64A1 and FIRMS Hotspots</li> <li>Fire Factors Extracted: Global Remote Sensing Data from GEE</li> </ul> <p>The framework extraction process can be reffered from the following publication:</p> <ul> <li>Framework to Create Inventory Dataset for Disaster Behavior Analysis Using Google Earth Engine: A Case Study in Peninsular Malaysia for Historical Forest Fire Behavior Analysis</li> <li>Journal: <em>Forests</em> <strong>2024</strong>, <em>15</em>(6), 923;</li> <li><a href="https://doi.org/10.3390/f15060923">https://doi.org/10.3390/f15060923</a></li> <li>The variables name such as AET (actual evapotranspiration) can be found from the article.</li> </ul> <p>Access the framework code from: </p> <ul> <li><a href="https://github.com/chewyeejian/GEE_FrameworkForestFireDataset">https://github.com/chewyeejian/GEE_FrameworkForestFireDataset</a></li> </ul> <p>The time sequence in the variable indicate whether it's a monthly data / yearly accumulated data / seasonal data, example:</p> <ul> <li>200101_aet (Year 2001, Month 01, value for aet (actual evapotranspiration)</li> <li>2001_aet_DJF (Average of December, January, February)</li> <li>2001_aet_MAM (Seasonal Average of March, April, May)</li> <li>2001_aet_JJA (Seasonal Average of June, July, August)</li> <li>2001_aet_SON (Seasonal Average of September, October, November)</li> <li>2001_aet_annual (Annual average of 2001)</li> </ul>
Data used in: Utility of thermal remote sensing for evaluation of a high-resolution weather model in a city
<p>This dataset contains the processed data and analysis code used in the article:</p> <div>Hall, T.W., Blunn, L., Grimmond, S., McCarroll, N., Merchant, C.J., Morrison, W., et al. (2024) Utility of thermal remote sensing for evaluation of a high-resolution weather model in a city. <em>Quarterly Journal of the Royal Meteorological Society</em>, 150(760), 1771–1790. Available from: <div><a href="https://doi.org/10.1002/qj.4669">https://doi.org/10.1002/qj.4669</a></div> <div> </div> <div>The data consists of LST data, UM100 model output and ancillary files (all netCDF format).</div> <div> </div> <div><em>LST_data</em> contains:</div> </div> <ol> <li>Landsat LST data retrieved in this study (CALC) on four study days, LST data from FORTH and NASA JPL on two days</li> <li>MODIS LST data for 2018-07-15</li> </ol> <p><em>UM100_output</em> contains model output from initial and final runs for the four study days</p> <p>The python script <em>plot.py </em>can be used to generate the figures shown in this article. </p>
Figure 1 in Climate Changes of the Temperature of the Surface and Level of the Black Sea by the Data of Remote Sensing at the Coast of the Krasnodar Krai and the Republic of Abkhazia
Figure 1. The Black Sea coast of the Krasnodar Krai and the Republic of Abkhazia.
Datasets associated with: Comparing temperature data sources for use in species distribution models: From in-situ logging to remote sensing. Global Ecology and Biogeography
<p>Data associated with the paper 'Comparing temperature data sources for use in species distribution models: From in-situ logging to remote sensing. Global Ecology and Biogeography' by Lembrechts JJ et al., published in Global Ecology and Biogeography.</p> <p>Contains a dataset containing all extracted and measured temperature variables for all 106 measurement plots (climatedata), as well as the climate and species data used in the Species Distribution Models (SDMs). </p> <p>For details on the content of the table, see the readme-file, for details on methodology, see the original paper. </p>
Data from systematic review of uses of remote sensing in disease ecology
<p>These data accompany the paper "The potential of remote sensing for improved infectious disease ecology research and practice" by Teitelbaum, C., Ferraz, A., De La Cruz, S.E.W., Gilmour, M.E., and Brosnan, I.G.. Each .csv file contains data from primary articles that used remote sensing to study disease ecology. Studies are identified by a unique study ID in each table; relationships between tables are usually many-to-many, except for the biobliographic details, which contains only one entry per article. The metadata.csv file describes columns in all sheets.</p>
Data collection of article research tittle "Online GIS and Remote Sensing-Based Mapping of Flood Vulnerability in Samarinda Seberang Subdistrict"
<p>This dataset contains the definition and name of the data used in the study. It also contains rows of data for all flood parameters applied to the creation of flood vulnerability maps, namely rainfall data, landsat-8 files, DEM, DSMW and drainage survey data.</p>
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.