4,609 research outputs found
Assessing satellite-derived land product quality for earth system science applications: results from the ceos lpv sub-group
The value of satellite derived land products for science applications and research is dependent upon the known accuracy of the data. CEOS (Committee on Earth Observation Satellites), the space arm of the Group on Earth Observations (GEO), plays a key role in coordinating the land product validation process. The Land Product Validation (LPV) sub-group of the CEOS Working Group on Calibration and Validation (WGCV) aims to address the challenges associated with the validation of global land products. This paper provides an overview of LPV sub-group focus area activities, which cover seven terrestrial Essential Climate Variables (ECVs). The contribution will enhance coordination of the scientific needs of the Earth system communities with global LPV activities
Big Data Analytics on combining RADAR and optical remote sensing imagery
Remote sensing data is big, which makes it inherently not FAIR, due to the great burden put on the users, for the data to be truly Accessible. In turn, this makes it unfeasible to process data to an Interoperable form. The ESA’s Copernicus program raised the bar for quality data in earth observation satellite sensors ..
Space-efficient detection of unusual words
Detecting all the strings that occur in a text more frequently or less
frequently than expected according to an IID or a Markov model is a basic
problem in string mining, yet current algorithms are based on data structures
that are either space-inefficient or incur large slowdowns, and current
implementations cannot scale to genomes or metagenomes in practice. In this
paper we engineer an algorithm based on the suffix tree of a string to use just
a small data structure built on the Burrows-Wheeler transform, and a stack of
bits, where is the length of the string and
is the size of the alphabet. The size of the stack is except for very
large values of . We further improve the algorithm by removing its time
dependency on , by reporting only a subset of the maximal repeats and
of the minimal rare words of the string, and by detecting and scoring candidate
under-represented strings that in the string. Our
algorithms are practical and work directly on the BWT, thus they can be
immediately applied to a number of existing datasets that are available in this
form, returning this string mining problem to a manageable scale.Comment: arXiv admin note: text overlap with arXiv:1502.0637
Australian climate extremes in the 21st century according to a regional climate model ensemble: Implications for health and agriculture
The negative impacts of climate extremes on socioeconomic sectors in Australia makes understanding their behaviour under future climate change necessary for regional planning. Providing robust and actionable climate information at regional scales relies on the downscaling of global climate model data and its translation into impact-relevant information. The New South Wales/Australian Capital Territory Regional Climate Modelling (NARCliM) project contains downscaled climate data over all of Australia at a 50 km resolution, with ensembles of simulations for the recent past (1990–2009), near future (2020–2039) and far future (2060–2079). Here we calculate and examine sector-relevant indices of climate extremes recommended by the Expert Team on Sector-specific Climate Indices (ET-SCI). We demonstrate the utility of NARCliM and the ET-SCI indices in understanding how future changes in climate extremes could impact aspects of the health and agricultural sectors in Australia. Consistent with previous climate projections, our results indicate that increases in heat and drought related extremes throughout the 21st century will occur. In the far future, maximum day time temperatures are projected to increase by up to 3.5 °C depending on season and location. The number of heatwaves and the duration of the most intense heatwaves will increase significantly in the near and far future, with greater increases in the north than south. All capital cities are projected to experience at least a tripling of heatwave days each year by the far future, compared to the recent past. Applying published heat-health relationships to projected changes in temperature shows that increases in mortality due to high temperatures for all cities examined would occur if projected future climates occurred today. Drought and the number of days above 30 °C are also projected to increase over the major wheat-growing regions of the country, particularly during spring when sensitivity of wheat to heat stress is greatest. Assuming no adaptation or acclimatisation, published statistical relationships between drought and national wheat yield suggest that national yields will have a less than one quarter chance of exceeding the annual historical average under far future precipitation change (excluding impacts of future temperature change and CO2 fertilization). The NARCliM data examined here, along with the ET-SCI indices calculated, provide a powerful and publicly available dataset for regional planning against future changes in climate extremes
Unstable states in QED of strong magnetic fields
We question the use of stable asymptotic scattering states in QED of strong
magnetic fields. To correctly describe excited Landau states and photons above
the pair creation threshold the asymptotic fields are chosen as generalized
Licht fields. In this way the off-shell behavior of unstable particles is
automatically taken into account, and the resonant divergences that occur in
scattering cross sections in the presence of a strong external magnetic field
are avoided. While in a limiting case the conventional electron propagator with
Breit-Wigner form is obtained, in this formalism it is also possible to
calculate -matrix elements with external unstable particles.Comment: Revtex, 7 pages. To appear in Phys. Rev. D53(2
A framework for space-efficient string kernels
String kernels are typically used to compare genome-scale sequences whose
length makes alignment impractical, yet their computation is based on data
structures that are either space-inefficient, or incur large slowdowns. We show
that a number of exact string kernels, like the -mer kernel, the substrings
kernels, a number of length-weighted kernels, the minimal absent words kernel,
and kernels with Markovian corrections, can all be computed in time and
in bits of space in addition to the input, using just a
data structure on the Burrows-Wheeler transform of the
input strings, which takes time per element in its output. The same
bounds hold for a number of measures of compositional complexity based on
multiple value of , like the -mer profile and the -th order empirical
entropy, and for calibrating the value of using the data
- …