Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (12,164)

Search Parameters:
Keywords = remote monitoring

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
25 pages, 4114 KB  
Article
Data-Driven Intelligent Analysis System for Monitoring and Anomaly Detection in Hydrogen Refueling Station
by Minsu Kim, Seongseop Kim, Seungwoo Lee, Youngmin Kwon, Kai Oehring and Robert Bock
Appl. Sci. 2026, 16(15), 7856; https://doi.org/10.3390/app16157856 - 6 Aug 2026
Abstract
Hydrogen refueling station (HRS) requires continuous safety monitoring, yet conventional management relies largely on periodic inspection and manual oversight, limiting proactive risk mitigation. This study presents a data-driven intelligent analysis platform for real-time monitoring and anomaly detection of HRS safety data, including pressure, [...] Read more.
Hydrogen refueling station (HRS) requires continuous safety monitoring, yet conventional management relies largely on periodic inspection and manual oversight, limiting proactive risk mitigation. This study presents a data-driven intelligent analysis platform for real-time monitoring and anomaly detection of HRS safety data, including pressure, temperature, and flow-rate measurements from compressors, storage tanks, and dispensers. The platform integrates data collection adapters, a time-series database, and machine learning-based diagnostic modules (regression, clustering, and classification) into a unified reference software framework. For anomaly detection, an unsupervised LSTM-Variational Autoencoder trained on normal operating data is combined with DBSCAN-based clustering and a Mann–Kendall trend test to jointly identify point anomalies and pattern-level drifts, addressing the scarcity of labeled abnormal data in HRS environments. A continual learning mechanism further adapts detection thresholds to gradual and abrupt pattern changes without full retraining. The system was deployed and validated at BAM’s demonstration hydrogen refueling station in Germany, integrated with a remote safety-monitoring system and confirmed through performance testing, demonstrating reliable, proactive hydrogen safety management. Full article
(This article belongs to the Section Computing and Artificial Intelligence)
25 pages, 9314 KB  
Article
Predicting Subjective Usability from Kinematic Data in IMU-Based Robotic Teleoperation
by Ionel Eduard Stan and Paolo Napoletano
Sensors 2026, 26(15), 5002; https://doi.org/10.3390/s26155002 - 6 Aug 2026
Abstract
Robotic teleoperation is a core enabling technology spanning remote surgery, industrial inspection, and virtual-reality applications. Despite growing deployment, operator experience assessment still relies almost exclusively on post hoc subjective questionnaires, which preclude real-time monitoring and adaptive intervention. Here, the wearable IMU chain is [...] Read more.
Robotic teleoperation is a core enabling technology spanning remote surgery, industrial inspection, and virtual-reality applications. Despite growing deployment, operator experience assessment still relies almost exclusively on post hoc subjective questionnaires, which preclude real-time monitoring and adaptive intervention. Here, the wearable IMU chain is considered not only as a command interface but also as an implicit sensing channel for operator state. We test whether end-effector kinematics generated by the IMU-to-robot mapping contain information about ten post-task workload and user-experience dimensions, comprising NASA-TLX-inspired workload scales together with usability, responsiveness, realism, intuitiveness, and perceived performance. A secondary analysis of a publicly available dataset (16 participants, 144 motion recordings, simulated UR10e arm) is conducted through a three-stage pipeline: bivariate correlation analysis (Pearson and Spearman), multivariate regression (10 model families, 16 feature-set combinations, Leave-One-Subject-Out validation), and binary classification (median-split). Statistical validity is assessed via 1000-permutation nested testing. Target-specific regression models reach R20.50 on seven out of 10 subjective dimensions, with a peak of R2=0.787 for usability; permutation testing confirms significance for eight out of 10 targets. Binary classification achieves AUC 0.75 on nine out of 10 targets, with three dimensions reaching perfect AUC. SHAP analysis identifies temporal irregularity and distributional shape descriptors as the dominant kinematic explanatory families. These results support the feasibility of kinematics-based inference of operator experience and provide an offline proof of concept toward future real-time adaptive teleoperation systems. Full article
(This article belongs to the Section Sensors and Robotics)
Show Figures

Figure 1

26 pages, 38087 KB  
Article
Fine-Scale Maturity Recognition of Eucalyptus Plantations Based on Deep Learning and Multimodal Feature Fusion
by Lizhi Liu, Jianwen Huang, Ying Guo, Qingwang Liu, Xin Tian, Erxue Chen, Zengyuan Li and Jie Zhang
Remote Sens. 2026, 18(15), 2632; https://doi.org/10.3390/rs18152632 - 6 Aug 2026
Abstract
Accurate identification of eucalyptus plantation maturity, which is hierarchically defined as young forests, middle-aged forests, and mature forests, corresponding to different growth and physiological development stages of eucalyptus stands, is critical for forestry management and sustainable development. Currently, research on fine-grained semantic segmentation [...] Read more.
Accurate identification of eucalyptus plantation maturity, which is hierarchically defined as young forests, middle-aged forests, and mature forests, corresponding to different growth and physiological development stages of eucalyptus stands, is critical for forestry management and sustainable development. Currently, research on fine-grained semantic segmentation of different eucalyptus growth stages remains insufficient, and there is a lack of systematic evaluation of classical deep learning architectures and multimodal data for eucalyptus plantation maturity identification. This limits the application of remote sensing technology in forestry management, and constrains the understanding of growth dynamics in subtropical planted forests. Taking Gaofeng Forest Farm in Nanning, Guangxi, as the study area, this study analyzes the adaptability of four generations of deep learning segmentation architectures—U-Net (convolutional baseline), Trans-UNet (CNN-Transformer hybrid), Swin-UNet (pure Transformer), and Mamba-UNet (state-space model)—in the fine identification of eucalyptus plantation maturity based on spectral indices (SIs), C-band SAR data (S1), and multispectral data (S2). The results show the following: (1) There is no positive correlation between model complexity and recognition performance. Among all architectures, Mamba-UNet achieves the best performance, with a validation set mIoU of 79.10% and an F1-score of 88.26%. The performance ranking of the different architectures evaluated is Mamba-UNet > Swin-UNet > U-Net > Trans-UNet. (2) The S2+SI combination achieves the highest accuracy (mIoU 79.10%), outperforming S2+S1+SI (78.55%), S2+S1 (78.38%), and single S2 (77.72%), which indicates the strong correlation between spectral indices and eucalyptus physiological characteristics. The backscattering features of S1 are limited by canopy penetration in the subtropical rainforest, introducing redundancy and triggering negative fusion effects. (3) Independent verification with field survey points verifies the strong generalization ability of the proposed approach, with OA of 94.08%, mIoU of 85.62%, Precision of 93.00%, Recall of 91.37% and F1-score of 92.15%, which indicates that the methodological framework can realize the identification of eucalyptus maturity with high precision. (4) Eucalyptus accounts for 60.15% of the total area of Gaofeng Forest Farm. Within the eucalyptus stand age structure, young, middle-aged, and mature forests account for 20.67%, 13.62%, and 25.86%, respectively. The overall distribution exhibits a polarized pattern with high proportions of young and mature forests. The findings offer theoretical support and insights for dynamic monitoring of fast-growing plantations and refined management of stand development stages. Full article
Show Figures

Figure 1

30 pages, 1345 KB  
Review
RGB-Only rPPG for Contactless SpO2 Estimation: A Critical Review of Optical Constraints, Calibration Dependence, and Clinical Validation
by Sajana Islam Moon and Nam Kyu Kwon
Electronics 2026, 15(15), 3477; https://doi.org/10.3390/electronics15153477 - 6 Aug 2026
Abstract
This review focuses exclusively on RGB camera-based remote photoplethysmography (rPPG) for contactless estimation of peripheral oxygen saturation (SpO2). Unlike heart-rate estimation, which mainly depends on recovering pulse periodicity, SpO2 estimation requires oxygenation-sensitive optical contrast, stable channel-wise AC/DC information, and calibration [...] Read more.
This review focuses exclusively on RGB camera-based remote photoplethysmography (rPPG) for contactless estimation of peripheral oxygen saturation (SpO2). Unlike heart-rate estimation, which mainly depends on recovering pulse periodicity, SpO2 estimation requires oxygenation-sensitive optical contrast, stable channel-wise AC/DC information, and calibration and validation against a physiological reference. The reviewed literature is organized around the main stages of an RGB-only SpO2 pipeline. Existing methods are further discussed as ratio-based or Beer–Lambert-inspired approaches, classical regression models, deep learning and spatiotemporal methods, and hybrid or physics-informed designs. This critical review shows that RGB-based systems can estimate oxygenation-related signals in controlled settings. However, current evidence is limited by device-dependent camera responses, narrow oxygen saturation ranges, weak validation, limited demographic reporting, and insufficient hypoxemia testing. The main conclusion of this review is that RGB-only SpO2 estimation is useful under controlled conditions, but it should not be treated as an absolute, clinically interpretable SpO2 measurement method without stronger validation. Future work should focus on wider SpO2 distributions, transparent calibration procedures, cross-device testing protocols, subgroup reporting, and a clear distinction between oxygenation trend monitoring and clinically interpretable absolute SpO2 measurement. Full article
(This article belongs to the Special Issue Advanced Technologies in Signal and Image Processing)
Show Figures

Figure 1

29 pages, 1211 KB  
Review
A Review on the Interplay Between Nighttime Light and Urban Vegetation: The Role of Remote Sensing Monitoring
by Stefania Cupillari, Costanza Borghi, Elia Vangi, Saverio Francini, Giuseppe De Luca, Stefano Mancuso and Gherardo Chirici
Sustainability 2026, 18(15), 7998; https://doi.org/10.3390/su18157998 - 6 Aug 2026
Abstract
Artificial light at night (ALAN) is an increasing component of urban environmental change, affecting vegetation dynamics and ecosystem functioning. Satellite nighttime light (NTL) data serve as proxies for urbanization and artificial illumination, aiding the analysis of vegetation responses to human pressures. However, NTL–vegetation [...] Read more.
Artificial light at night (ALAN) is an increasing component of urban environmental change, affecting vegetation dynamics and ecosystem functioning. Satellite nighttime light (NTL) data serve as proxies for urbanization and artificial illumination, aiding the analysis of vegetation responses to human pressures. However, NTL–vegetation relationships are often poorly synthesized, and ALAN is rarely included in frameworks linking urban vegetation, climate, and human drivers. Drawing on a 2014–2025 Scopus and Web of Science search, this review of 22 articles categorizes findings as (i) Lights Track Urbanization, (ii) Vegetation Modulates Light, and (iii) ALAN Shapes Ecology. Results show strong geographical concentration in China, followed by the United States, and high heterogeneity in sensors, metrics, and methods. Increasing nighttime radiance is consistently associated with vegetation decline and higher environmental pressure, while vegetation modulates light through canopy structure and phenology. ALAN effects on plant phenology are reported but vary relative to climatic drivers and are highly context-dependent. Despite these advances, the field remains methodologically inconsistent and geographically biased. This review highlights the need for harmonized multi-sensor frameworks that integrate radiance, vegetation, and climate data to improve assessments of urban environmental change and to support biodiversity conservation and light-sensitive urban planning, thereby preserving ecosystem service functions. Full article
Show Figures

Figure 1

27 pages, 1809 KB  
Review
Deep Learning for Remote Sensing-Based Surface Soil Moisture Monitoring and Prediction: A Review
by Shengtao Yang, Wenbin Shao, Jing Wang and Dongying Zhang
Water 2026, 18(15), 1920; https://doi.org/10.3390/w18151920 - 6 Aug 2026
Abstract
Surface soil moisture (SM) is the keystone variable of terrestrial ecohydrology. Yet, the rapid diversification and development of deep learning architectures for satellite SM estimation have outpaced practitioners’ capacity to select among them. This review synthesizes 37 deep learning studies from the SMAP [...] Read more.
Surface soil moisture (SM) is the keystone variable of terrestrial ecohydrology. Yet, the rapid diversification and development of deep learning architectures for satellite SM estimation have outpaced practitioners’ capacity to select among them. This review synthesizes 37 deep learning studies from the SMAP era (2015–2026) across five architecture families (MLP and physics-informed neural networks [MLP/PINN], long short-term memory [LSTM] and gated recurrent unit [GRU] networks, convolutional neural networks [CNN], convolutional LSTM and graph neural networks [GNN], and Transformer-based models) to establish an architecture–task-matching framework that links each family to its dominant estimation niche. The analysis reveals consistent specializations: MLP/PINN models achieve competitive surface SM retrieval from satellite inputs; recurrent networks extend SMAP temporally (RMSE ≤ 0.035  m3m3); CNN disaggregates SMAP to 1 km (reported unbiased root-mean-square error (ubRMSE) approaching 0.04  m3m3); ConvLSTM and GNN address spatiotemporal gap-filling (low reported ubRMSE 0.022  m3m3); and Transformers enable global multi-source fusion and decadal climate-scenario projection. Across all families, four physics-DL integration modes (hard architectural constraints, soft loss-function penalties, physics-as-input feature engineering, and physics-ML hybrid output fusion) consistently yield RMSE reductions of 8–50% relative to data-driven baselines. These findings provide a practitioner-oriented framework that is applicable to ecohydrological monitoring of plant water stress, agricultural drought, early flood warnings, and land–atmosphere coupling. Full article
Show Figures

Figure 1

42 pages, 2119 KB  
Review
Bridging Magnetic Field Agriculture and UAV-Based Precision Monitoring: An Integrated Dual-Stream Evidence Synthesis and Conceptual Framework for Field-Scale Validation
by George Papadopoulos, Evgenia Georgiou, Antonia Oikonomou, Spyros Fountas and Dimitrios Bilalis
Sustainability 2026, 18(15), 7978; https://doi.org/10.3390/su18157978 - 6 Aug 2026
Abstract
Magnetic field (MF) technologies have been explored in agriculture since the 1930s, with research activity increasing markedly since 2016. However, they have not achieved mainstream adoption, partly because no MF-specific validated methodology exists for evaluating their effects under realistic field conditions. Unmanned Aerial [...] Read more.
Magnetic field (MF) technologies have been explored in agriculture since the 1930s, with research activity increasing markedly since 2016. However, they have not achieved mainstream adoption, partly because no MF-specific validated methodology exists for evaluating their effects under realistic field conditions. Unmanned Aerial Vehicle (UAV)-based multispectral sensing represents a potential pathway to address this limitation by providing spatially explicit, non-destructive estimates of key canopy physiological variables at field scale, thereby enabling, for the first time, the systematic evaluation and validation of MF treatment responses under open-field conditions. To realise this potential, however, a common evidential basis must first be established by identifying crop physiological variables that are both consistently modulated by MF treatments and reliably detectable by UAV remote sensing. This study addressed this challenge through a dual-stream evidence synthesis of 216 peer-reviewed publications, comprising 102 studies on MF treatments in agricultural crops and 114 studies on UAV-based multispectral monitoring. Evidence from both research domains was synthesised to identify physiological variables that are simultaneously responsive to MF treatments and detectable through UAV remote sensing. Five direct bridge variables were identified: chlorophyll content, nitrogen use efficiency (NUE)/nitrogen assimilation, above-ground biomass (AGB), leaf area index (LAI), and yield. Chlorophyll content emerged as the strongest bridge variable, combining consistent MF responsiveness with UAV estimation accuracies of up to R2 = 0.90. Based on these findings, a conceptual framework was developed linking MF treatments, UAV-derived vegetation indices, ground-truth measurements, and machine-learning approaches for field-scale validation. The review revealed a complete absence of integration between the two research domains within the reviewed corpus, despite their strong biological and methodological compatibility. The proposed framework is conceptual and remains to be experimentally validated; it provides the first operational pathway for evaluating MF technologies under realistic farming conditions and may support future research on sustainable and digitally enabled crop production systems. Full article
Show Figures

Figure 1

15 pages, 4488 KB  
Review
The Role of Wearable Devices in the Management of Congenital Heart Disease
by Inés Martínez-Saludes, Cristina Ruiz-Herguido, Joan Sanchez de Toledo, David Ferri-Rufete, Silvia Montserrat, David Viñas Fernandez, Eduardo Flores-Umanzor and Raquel Luna-López
J. Clin. Med. 2026, 15(15), 6111; https://doi.org/10.3390/jcm15156111 - 6 Aug 2026
Abstract
Patients with congenital heart disease (CHD) represent a special healthcare challenge due to their high complexity, which accompanies them throughout all life stages. Consequently, this population faces increased morbidity and mortality rates, often linked to hemodynamic shifts in pulmonary flow or cardiac output. [...] Read more.
Patients with congenital heart disease (CHD) represent a special healthcare challenge due to their high complexity, which accompanies them throughout all life stages. Consequently, this population faces increased morbidity and mortality rates, often linked to hemodynamic shifts in pulmonary flow or cardiac output. These risks are further compounded by potential arrhythmias and heart failure decompensation, which may lead to the progressive progression toward advanced stages of the disease. Unfortunately, standard outpatient follow-up is often not capable of responding to the continuous monitoring needs presented by these patients and their families. This selective review frames information on the wearable devices that have emerged as a key solution for continuous and remote monitoring. Beyond clinical tracking, research is increasingly focusing on their role in assessing physical activity—a critical determinant of health outcomes in the CHD population. This review examines the existing literature on wearable technology in both pediatric and adult patients while also addressing the current limitations that hinder their integration into routine clinical practice. Full article
Show Figures

Figure 1

35 pages, 25672 KB  
Article
Integrating Multi-Temporal Land Use/Land Cover Dynamics into GALDIT-Based Seawater Intrusion Vulnerability Assessment for Sustainable Groundwater Management Along the Indian Coastline
by Saravanan Subbarayan, Deepack Ezhilarasu, Sivaranjani Sivalingam, Bojan Đurin, Kaliraj Seenipandi, Ehab Gomaa, Youssef M. Youssef and Mahmoud E. Abd-Elmaboud
Water 2026, 18(15), 1918; https://doi.org/10.3390/w18151918 - 6 Aug 2026
Abstract
Seawater intrusion (SWI) represents an increasingly critical challenge for coastal groundwater systems, with particularly pronounced impacts observed along the Indian coastline. Coastal aquifers constitute a vital freshwater resource supporting domestic, agricultural, and industrial demands. This study evaluates SWI vulnerability along the entire Indian [...] Read more.
Seawater intrusion (SWI) represents an increasingly critical challenge for coastal groundwater systems, with particularly pronounced impacts observed along the Indian coastline. Coastal aquifers constitute a vital freshwater resource supporting domestic, agricultural, and industrial demands. This study evaluates SWI vulnerability along the entire Indian coast, extending from Gujarat to West Bengal, covering approximately 7517 km of shoreline and up to 100 km inland. The assessment applies the GALDIT vulnerability framework that combines several hydrogeological and hydrochemical criteria such as groundwater occurrence, aquifer hydraulic conductivity, depth to groundwater, distance from shoreline, hydrochemical data, and groundwater quality data. We also assessed the intrusion of existing seawater, shoreline location, and aquifer thickness. However, conventional vulnerability assessments are inherently static and often fail to capture anthropogenic influences. To address this limitation, the present study integrates multi-temporal land use and land cover (LULC) datasets derived from ESA WorldCover remote sensing data for the period 2017–2024. Incorporating LULC dynamics enables a more comprehensive evaluation of the impacts of urban expansion and agricultural intensification on coastal susceptibility to SWI. Accordingly, a modified GALDIT-LU framework is developed to assess the spatiotemporal evolution of coastal vulnerability. The outcomes suggest that huge parts of the Indian coastline are vulnerable to moderate or very high classes, with the very high vulnerability class growing from 13,295 km2 in 2017 to 38,257 km2 in 2024, a 188% increase in vulnerability over the course of seven years. Groundwater chloride concentrations from Central Ground Water Board (CGWB) monitoring well locations have been used for validation over the proposed assessment, and show good spatial agreement between areas identified as high vulnerability and the spatial distribution of groundwater salinity for all three assessment periods, lending support to the robustness and predictive power of the proposed groundwater salinity assessment. The findings carry direct implications for the United Nations 2030 Agenda, demonstrating that the identified vulnerability patterns intersect with critical targets related to clean water and sanitation, food security, public health, climate action, and poverty reduction along one of the world’s most densely populated coastlines. Full article
Show Figures

Figure 1

25 pages, 5564 KB  
Article
A Cross-System Remote Sensing Framework for Diagnosing Event-Scale Soil Wetting, Vertical Propagation, and Pre-Cipitation Thresholds Across China’s Croplands
by Pingfan Fu, Xiaojing Yang, Dongya Sun, Juan Lv, Yanping Qu, Yuesheng Yan, Haiyang Dai, Huaiwei Sun, Yubo Li, Hanlin Zheng and Hao Sun
Remote Sens. 2026, 18(15), 2614; https://doi.org/10.3390/rs18152614 - 6 Aug 2026
Abstract
Soil moisture (SM) remote sensing is widely used for agricultural drought monitoring, yet most applications still emphasize static moisture states rather than event-scale wetting responses. We developed an interpretable Earth observation (EO) framework to evaluate precipitation–SM product consistency and diagnose wetting processes across [...] Read more.
Soil moisture (SM) remote sensing is widely used for agricultural drought monitoring, yet most applications still emphasize static moisture states rather than event-scale wetting responses. We developed an interpretable Earth observation (EO) framework to evaluate precipitation–SM product consistency and diagnose wetting processes across China’s croplands. Multi-source precipitation and SM products, including ERA5-Land, Soil Moisture Active Passive (SMAP), Soil Moisture of China by in situ data (SMCI), Climate Hazards Group InfraRed Precipitation with Station data (CHIRPS), and Grid-based Precipitation dataset for Mainland China (CHM_PRE), were assessed using lagged consistency between rainfall forcing and relative soil moisture increments. The selected pairing was then used to model daily wetting increments at three depths with eXtreme Gradient Boosting (XGBoost), Shapley additive explanations (SHAPs), generalized additive models (GAMs), and quantile regression (QR). ERA5-Land precipitation paired with ERA5-Land SM showed the strongest reanalysis-constrained event-scale consistency (peak mean r = 0.43 at a 1-day lag), providing an internal-consistency baseline for comparison with independent satellite-derived combinations rather than an absolute accuracy ranking. EO-derived wetting signals showed depth-dependent lags, with a 1-day surface response and an approximately 2-day delayed profile signal at 28–100 cm; this pattern should not be interpreted as direct evidence of rapid physical infiltration to 100 cm. Precipitation transition thresholds followed a U-shaped dependence on antecedent wetness, with higher rainfall requirements under extremely dry and near-saturated states. These findings indicate that event-scale EO diagnostics can characterize product consistency, lagged wetting responses, and state-dependent precipitation thresholds, while same-system and deep-layer interpretations remain constrained by reanalysis coupling and model-assisted root-zone products. Full article
Show Figures

Figure 1

20 pages, 9454 KB  
Article
Satellite-Derived Chlorophyll-a Phenology and Recurrent High-Chl-a Exceedance Screening in Fujian Coastal Bays, China
by Dongren Li, Boming Zhou, Jiayuan Fu, Guoye Zhao, Xiaohe Lai, Yan Su, Chuan Lin and Xiudong Xie
Water 2026, 18(15), 1917; https://doi.org/10.3390/w18151917 - 5 Aug 2026
Abstract
Long-term chlorophyll-a (Chl-a) phenology and recurrent high-Chl-a conditions provide important evidence for identifying spatially persistent water-quality concerns in coastal bays. However, seasonally normalized screening of high-Chl-a recurrence at the sampling-cell scale remains limited for subtropical multi-bay coastlines, where [...] Read more.
Long-term chlorophyll-a (Chl-a) phenology and recurrent high-Chl-a conditions provide important evidence for identifying spatially persistent water-quality concerns in coastal bays. However, seasonally normalized screening of high-Chl-a recurrence at the sampling-cell scale remains limited for subtropical multi-bay coastlines, where regional monsoon forcing, hydrodynamic retention, riverine inputs, aquaculture, and coastal development jointly shape phytoplankton variability. Based on Copernicus Marine ocean-colour records from 2003 to 2024, this study developed a reproducible ~4 km sampling-cell framework for seven coastal bays in Fujian, China. Monthly geometric-mean climatologies, phenological metrics, P90-based high-Chl-a exceedance frequencies, monitoring-priority classes, and exploratory machine-learning diagnostics were derived. Bay-scale phenology showed clear divergence: Sansha and Xinghua Bays exhibited winter or year-end Chl-a enhancement, Xiamen Bay peaked in summer, and Quanzhou Bay reached an early-autumn maximum. Four seasonal phenological regimes further revealed cell-scale heterogeneity, with C2 representing winter-enhanced, high-amplitude cycles and C3 identifying cells with the most frequent seasonally normalized high-Chl-a exceedances. High- and moderate-priority cells were concentrated mainly in Sansha and Xinghua Bays, whereas Dongshan and Quanzhou Bays showed only localized priority cells. Exploratory diagnostics indicated that distance to the bay mouth was the most important correlate of recurrent high-Chl-a susceptibility, suggesting the role of bay-scale exchange and retention gradients. This framework converts long-term ocean-colour archives into spatially explicit phenological and anomaly-screening evidence to support targeted coastal water-quality monitoring and ecosystem management. Full article
(This article belongs to the Special Issue Pollution Process and Microbial Responses in Aquatic Environment)
Show Figures

Figure 1

34 pages, 8257 KB  
Article
Design and Wind Tunnel Test of Control Laws for High Angle of Attack Flight of Low-Aspect-Ratio Flying-Wing UAVs Based on NDI
by Jianfeng Wang, Jun Li, Yuze Liu, Cheng Wang, Chen Bu, Shuai Feng and Mingying Huo
Drones 2026, 10(8), 601; https://doi.org/10.3390/drones10080601 - 5 Aug 2026
Abstract
Low-aspect-ratio flying-wing unmanned aerial vehicles (UAVs) are attractive drone platforms for civilian remote sensing, environmental monitoring, infrastructure inspection, disaster assessment, and persistent public-service monitoring because their integrated tailless layout offers high aerodynamic efficiency and payload volume. A trajectory-command-based three-loop nonlinear dynamic inversion (NDI) [...] Read more.
Low-aspect-ratio flying-wing unmanned aerial vehicles (UAVs) are attractive drone platforms for civilian remote sensing, environmental monitoring, infrastructure inspection, disaster assessment, and persistent public-service monitoring because their integrated tailless layout offers high aerodynamic efficiency and payload volume. A trajectory-command-based three-loop nonlinear dynamic inversion (NDI) control architecture enhanced by a nonlinear disturbance observer (NDO) is designed to address the critical challenges of rapid time variation, strong nonlinearity, strong coupling, and restricted yaw authority in low-aspect-ratio flying-wing UAVs. The core innovation lies in the development of a trajectory-command-to-attitude kinematic mapping mechanism, integrated with the NDO for active torque compensation of lumped uncertainties and time-varying external disturbances. Leveraging a mathematical model of a low-aspect-ratio flying-wing UAV standard model, a three-loop NDI controller comprising angular rate, attitude, and trajectory command loops was designed based on the time-scale separation principle. The NDO was further designed to estimate lumped disturbances and provide feedforward compensation, thereby establishing an NDI-DO system that mitigates the high sensitivity of conventional NDI to modeling inaccuracies. Simulation and robustness tests involving typical high-angle-of-attack maneuvers (e.g., Cobra and Split-S maneuvers) demonstrated that the NDI-DO system achieved a reduction in angular-rate tracking error by over 77.2% compared to the baseline NDI. Furthermore, the permissible range of aerodynamic parameter perturbations was improved by 23%, significantly enhancing tracking fidelity and disturbance rejection. In a 3-DOF wind tunnel free-flight test, the NDI-DO system achieved a substantial expansion of the controllable angle-of-attack (attitude-stability) envelope from 72.9° to 99.19°, substantiating the high reliability and engineering utility of the control framework in post-stall nonlinear regimes. These results indicate that the proposed NDI-DO framework can support safer envelope expansion, autonomous upset recovery, and robust flight control for civilian flying-wing drones operating under uncertain aerodynamic and environmental conditions. Full article
Show Figures

Figure 1

23 pages, 31460 KB  
Article
Scaling Foliar Phenolics from Airborne Imaging Spectroscopy to Sentinel-2 Across Diverse Vegetation Types
by Nanfeng Liu, Xiaotong Wang, Zhihui Wang and Philip A. Townsend
Remote Sens. 2026, 18(15), 2599; https://doi.org/10.3390/rs18152599 - 5 Aug 2026
Abstract
Plant secondary metabolites play important roles in plant defense, environmental adaptation, and ecosystem functioning, yet large-scale monitoring of foliar phenolics remains limited because of the high cost and restricted spatial coverage of airborne imaging spectroscopy and the limited spectral resolution of multispectral satellites. [...] Read more.
Plant secondary metabolites play important roles in plant defense, environmental adaptation, and ecosystem functioning, yet large-scale monitoring of foliar phenolics remains limited because of the high cost and restricted spatial coverage of airborne imaging spectroscopy and the limited spectral resolution of multispectral satellites. This study explored a cross-scale remote sensing framework to map foliar phenolics through the synergy of airborne imaging spectroscopy and Sentinel-2 multispectral imagery. Foliar samples were collected from 634 plots across seven National Ecological Observatory Network (NEON) ecological domains in the United States, representing six plant functional types. Community-weighted mean foliar phenolic concentrations were linked with NEON Airborne Observation Platform (AOP) imaging spectroscopy to develop phenolic retrieval models using partial least squares regression (PLSR) and Gaussian process regression (GPR). The optimized airborne-derived phenolics were subsequently aggregated across multiple spatial windows and used as reference data to train Sentinel-2 models using PLSR, random forest regression (RFR), and GPR. Both airborne hyperspectral models achieved strong predictive performance, with comparable accuracy between PLSR (R2 = 0.770, RMSE = 16.11 mg·g−1) and GPR (R2 = 0.771, RMSE = 16.16 mg·g−1). However, PLSR showed substantially lower predictive uncertainty (4.62 mg·g−1) than GPR (12.58 mg·g−1), indicating more stable predictions across NEON samples. Spectral importance analysis identified consistent phenolic-sensitive wavelength regions in the visible and shortwave infrared domains, particularly near previously reported absorption features. For Sentinel-2 upscaling, prediction accuracy increased consistently with larger spatial aggregation windows, indicating improved agreement between Sentinel-2 observations and airborne-derived phenolics through reduced spatial scale mismatch and geolocation misalignment. Among the evaluated approaches, RFR achieved the best performance, improving from R2 = 0.479 at the 10-pixel window to R2 = 0.776 (NRMSE = 7.0%) at the 100-pixel window. Feature importance analysis showed increasing contributions of red-edge and shortwave infrared information at larger aggregation scales. Spatial comparisons demonstrated that Sentinel-2 successfully reproduced major phenolic distribution patterns observed by airborne imaging spectroscopy. These results demonstrate that airborne imaging spectroscopy can effectively bridge field observations and satellite multispectral imagery for foliar phenolics estimation and highlight the potential of Sentinel-2 as a scalable approach for monitoring vegetation chemical traits across heterogeneous ecosystems. Full article
(This article belongs to the Special Issue Hyperspectral Data Analysis of Vegetation and Soil Monitoring)
Show Figures

Figure 1

23 pages, 7200 KB  
Article
Integrated Bioremediation and Macrophyte Management in a Eutrophic Reservoir Assessed by In-Situ Monitoring and Sentinel-2 Remote Sensing
by Ewa Głowienka, Robert Mazur, Mateusz Jakubiak, Luis Carreira dos Santos and Zbigniew Kowalewski
Sustainability 2026, 18(15), 7948; https://doi.org/10.3390/su18157948 - 5 Aug 2026
Abstract
This study assessed environmental changes observed during an integrated programme of microbiological bioremediation and macrophyte management in the Pasternik Reservoir in Starachowice, Poland. The monitoring programme included water and sediment analyses, repeated measurements of soft organic fraction thickness, observations of macrophyte management, Sentinel-2 [...] Read more.
This study assessed environmental changes observed during an integrated programme of microbiological bioremediation and macrophyte management in the Pasternik Reservoir in Starachowice, Poland. The monitoring programme included water and sediment analyses, repeated measurements of soft organic fraction thickness, observations of macrophyte management, Sentinel-2 Maximum Chlorophyll Index mapping, and historical catchment modelling. During the monitoring period, the mean thickness of soft organic fractions decreased by 78%, sediment dry matter increased, and several water quality variables showed favourable temporal changes. Rapid macrophyte regrowth required repeated cutting and increased the practical demands of vegetation management. Sentinel-2 imagery revealed marked spatial and seasonal variation in the red edge optical signal within the reservoir. The Maximum Chlorophyll Index was interpreted as a relative optical indicator rather than as a quantitative chlorophyll a product. Nutrient Delivery Ratio modelling was used only to provide historical catchment context for 1990–2018. Because the study involved one reservoir and did not include an untreated reference site, the observed changes cannot be attributed exclusively to the management programme. The study shows the value of combining field measurements, satellite observations, and catchment information in the adaptive monitoring of small eutrophic reservoirs. Full article
(This article belongs to the Section Environmental Sustainability and Applications)
Show Figures

Figure 1

42 pages, 14744 KB  
Article
Temporal-Variation-Resistant Bidirectional Convolution-Transformer GAN for Remote Sensing Image Spatiotemporal Fusion
by Yuanyuan Wu, Linjie Fu, Xinying Zhong, Yuxuan Qiu and Cong Lin
Remote Sens. 2026, 18(15), 2597; https://doi.org/10.3390/rs18152597 - 5 Aug 2026
Abstract
Single-source remote sensing image (RSI) cannot simultaneously meet high-spatial and high-temporal resolution requirements, failing to provide decision-makers with timely and accurate monitoring data. Spatiotemporal fusion (STF) of multi-source RSIs represents an efficient and convenient means of producing land-cover observations with high-temporal and high-spatial [...] Read more.
Single-source remote sensing image (RSI) cannot simultaneously meet high-spatial and high-temporal resolution requirements, failing to provide decision-makers with timely and accurate monitoring data. Spatiotemporal fusion (STF) of multi-source RSIs represents an efficient and convenient means of producing land-cover observations with high-temporal and high-spatial resolutions. However, current STF approaches still suffer from severe prediction distortion under abrupt changes, long-interval temporal variations, and land-cover type transitions, as well as poor robustness against disturbances in prior data. To address these challenges, a temporal-variation-resistant bidirectional convolution-Transformer generative adversarial network (TRB-GAN) for RSI STF, which comprises a temporal-variation-resistant bidirectional convolution-Transformer generator (TRBG) and a multiresolution input convolution-Transformer discriminator (MICTD), is devised to improve the robustness in predicting time-varying information and enhance STF capability. First, the TRBG designs a temporal-variation-resistant bidirectional encoder to capture prior information and arbitrary time-varying local–global features, enhancing prediction robustness and representation capability for time-varying information. Second, the TRBG designs a dual-guided triple-attention fusion decoder (DTAFD), incorporating dual-guided cross convolution-attention fusion and decision attention fusion. DTAFD dynamically calculates correlations among spectral, spatial, and time-varying information to aggregate heterogeneous features and adaptively performs stepwise weighting and integration, effectively mitigating the adverse impacts from heterogeneous imaging mechanisms and significant resolution gaps. Finally, MICTD and deep supervision enable adversarial learning of local–global structures and spectra across resolutions, providing feedback to the TRBG for producing finer images. Ablation and comparative experiments demonstrate the TRB-GAN achieves superior STF performance and stronger robustness to time-varying disturbances for the widely used CIA and LGC datasets. Full article
(This article belongs to the Special Issue Remote Sensing Spatiotemporal Fusion with Deep and Generative Models)
Show Figures

Figure 1

Back to TopTop