ESSI2.9
Software tools and semantics for geospatial research

ESSI2.9

EDI
Software tools and semantics for geospatial research
Convener: George P. Petropoulos | Co-conveners: Ionut Cosmin Sandric, Paolo Diviacco, Kristine Asch, Prashant Kumar Srivastava
Presentations
| Mon, 23 May, 13:20–14:44 (CEST), 15:10–15:38 (CEST)
 
Room 0.31/32

Presentations: Mon, 23 May | Room 0.31/32

Chairpersons: George P. Petropoulos, Ionut Cosmin Sandric, Paolo Diviacco
13:20–13:27
|
EGU22-1237
|
ECS
|
Presentation form not yet defined
Bryan Fuentes, Minerva Dorantes, and John Tipton

Spatial stratification of landscapes allows for the development of efficient sampling surveys, the inclusion of domain knowledge in data-driven modeling frameworks, and the production of information relating the spatial variability of response phenomena to that of landscape processes. This
work presents the rassta R package as a collection of algorithms dedicated to the spatial stratification of landscapes, the calculation of landscape correspondence metrics across geographic space, and the application of these metrics for spatial sampling and modeling of environmental phenomena.
The theoretical background of rassta is presented through references to several studies which have benefited from landscape stratification routines. The functionality of rassta is presented through code examples which are complemented with the geographic visualization of their outputs.

How to cite: Fuentes, B., Dorantes, M., and Tipton, J.: rassta: Raster-based Spatial Stratification Algorithms, EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-1237, https://doi.org/10.5194/egusphere-egu22-1237, 2022.

13:27–13:34
|
EGU22-3509
|
On-site presentation
Martin Mergili, Andreas Kellerer-Pirklbauer-Eulenstein, Christian Bauer, and Jan-Thomas Fischer

GIS-based open-source simulation tools for extremely rapid mass flow processes such as snow avalanches, rock avalanches, or debris flows are readily available, covering a broad range of complexity levels – e.g., from single-phase to multi-phase. However, these tools are not suitable for slower types of mass flows characterized by high viscosities. The conventionally used momentum balance equations for rapid flows often appear numerically unstable for high viscosities, leading to the immediate reversion of flow direction or stopping, without appropriate numerical treatment. GIS-based simulation efforts of slow geomorphic flows are reported in the literature, and open source tools are available for specific phenomena such as glaciers, but no comprehensive and readily usable simulation tools have been proposed yet.

We present a simple depth-averaged model implementation for the simulation of slow geomorphic flows, including glaciers, rock glaciers, highly viscous lava flows, and those flow-type landslides not classified as extremely or very rapid. Thereby, we use an equilibrium-of-motion concept. For each time step, flow momentum and velocity are computed as the equilibrium between accelerating gravitational forces and decelerating viscous forces, also including a simple law for basal sliding. Momentum balances are not carried over from one time step to the next, meaning that inertial forces, which are not important for slow-moving mass flows, are neglected. Whereas these basic principles are applied to all relevant processes, there is flexibility with regard to the details of model formulation and parameterization: e.g., the well-established shallow-ice approximation can be used to simulate glacier flow.

The model is implemented with the GRASS GIS-based open-source mass flow simulation framework r.avaflow and demonstrated on four case studies: an earth flow, the growth of a lava dome, a rock glacier, and a glacier (considering accumulation and ablation). All four processes were reproduced in a plausible way. However, parameterization remains a challenge due to spatio-temporal changes and temperature dependency of viscosity and basal sliding. Our model and its implementation open up new possibilities for climate change impact studies, natural hazard analysis, and environmental education.

How to cite: Mergili, M., Kellerer-Pirklbauer-Eulenstein, A., Bauer, C., and Fischer, J.-T.: Simulation of slow geomorphic flows with r.avaflow, EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-3509, https://doi.org/10.5194/egusphere-egu22-3509, 2022.

13:34–13:41
|
EGU22-11486
|
ECS
|
On-site presentation
Ashkan Hassanzadeh, Enric Vázquez-Suñé, Mercè Corbella, and Rotman Criollo

Cross sections play a significant role in environmental and geological studies. In general, underground models  can be generated by experienced geologists or derived from mathematical-based geological data interpolation. In this work we present Geopropy, a hybrid knowledge-data driven tool that mimics the straightforward stages that a geologist follows to generate a geological cross-section, taking into account the available data but without using complex mathematical algorithms of interpolation. Geopropy separates the areas with one possible geological outcome from those with multiple possible geological scenarios based on the given hard data. The algorithm creates the cross section in the simple areas and in order to reach a unique outcome, the user is asked for decisions or more hard data in semi-automatic and manual stages based on the complexity of the cross section. The outputs are 3D shapefiles that are again checked  with the introduced hard data to avoid inconsistencies or possible personal biases. Geopropy is therefore an open source Python library support tool for geologists in explicit modelling that aims to reach simple, consistent and fast results.

How to cite: Hassanzadeh, A., Vázquez-Suñé, E., Corbella, M., and Criollo, R.: Geopropy: An open source tool to generate 3D geological cross sections, EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-11486, https://doi.org/10.5194/egusphere-egu22-11486, 2022.

13:41–13:48
|
EGU22-5774
|
On-site presentation
|
Alexis Jeandet, Nicolas Aunai, Vincent Génot, Alexandre Schulz, Benjamin Renard, Michotte de Welle Bayane, and Gautier Nguyen

The SCIentific Qt application for Learning from Observations of Plasmas (SciQLop) project allows to easily discover, retrieve, plot and label in situ space physic measurements from remote servers such as Coordinated Data Analysis Web (CDAWeb) or Automated Multi-Dataset Analysis (AMDA).  Analyzing data from a single instrument on a given mission can rise some technical difficulties such as finding where to get them, how to get them and sometimes how to read them.  Thus building for example a machine-learning pipeline involving multiple instruments and even multiple spacecraft missions can be very challenging. Our goal here is to remove all these technical difficulties without sacrificing performances to allow scientist to focus on data analysis.
SciQLop development has started in 2015 as a C++ graphical application funded by the Paris-Saclay Center for Data Science (CDS) then by Paris-Saclay SPACEOBS and finally it joined the Plasma Physics Data Center (CDPP) in 2019. It has evolved from  a monolithic C++ graphical application to a collection of simple and reusable Python or C++ packages solving one problem at a time, increasing our chances to reach users and contributors.

The SciQLop project is composed of the following tools:

  • Speasy: An easy to use Python package to retrieve data from remote servers with multi-layer cache support.
  • Speasy_proxy: A self-hostable, chainable remote cache for Speasy written as a simple Python package.
  • Broni: A Python package which finds intersections between spacecraft trajectories and simple shapes or physical models such as magnetosheath.
  • Orbit-viewer: A Python graphical user interface (GUI) for Broni.
  • TSCat: A Python package used as backend for catalogs of events storage.
  • TSCat-GUI: A Python graphical user interface (GUI).
  • SciQLop-GUI: An extensible and efficient user interface to visualize and label time-series with an embedded IPYthon terminal.

While some components are production ready and already used for science, SciQLop is still in development and the landscape is moving quite fast.
In this presentation we will give an overview of SciQLop, demonstrate its benefits using some specific cases studies and finally discuss the planned features development.

How to cite: Jeandet, A., Aunai, N., Génot, V., Schulz, A., Renard, B., Bayane, M. D. W., and Nguyen, G.: SciQLop: an open source project for in situ data analysis, EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-5774, https://doi.org/10.5194/egusphere-egu22-5774, 2022.

13:48–13:55
|
EGU22-9454
|
ECS
|
Virtual presentation
Ioanna Tselka, Spyridon E. Detsikas, Isidora Isis Demertzi, George P. Petropoulos, Dimitris Triantakonstantis, and Efthimios Karymbalis

Climate change has resulted to an increase in the occurrence and frequency of natural disasters worldwide. An increased concern today is wildfire incidents, which constitute one of the greatest problems due to the ecological, economical and social impacts. Thus, it is very important to obtain accurately and robustly information on burned area cartography. Recent advances in the field of geoinformation have allowed the development of cloud- based platforms for EO data processing such as Google Earth Engine (GEE). The latter allows rapid processing of large amount of data in an efficient way, saving costs and time since there is also no need to locally download and process the EO datasets in specialized software packages committing also own computing resources. In the present study, a GEE-based approach that exploits machine learning (ML) techniques is developed with the purpose of automating the mapping of burnt areas from ESA’s Sentinel-2 imagery. To demonstrate the developed scheme, as a case study is used one of the largest wildfire events occurred in the summer of 2021 in the outskirts of Athens, Greece. A Sentinel-2 image, obtained from GEE immediately after the fire event, was combined with ML classifiers for the purpose of mapping the burnt area at the fire-affected site. Accuracy  assessment was conducted on the basis of both the error matrix approach and the Copernicus Rapid Mapping operational product specific to this fire event. All the geospatial analysis was conducted in a GIS environment. Our results evidenced the ability of the synergistic use of Sentinel-2 imagery with ML to map accurately and robustly the burnt area in the studied region. This information can provide valuable help towards prioritization of activities relevant to the rehabilitation of the fire-affected areas and post fire management activities. Last but not least, this study provides further evidence of the unique advantages of GEE towards a potential an automation of burnt area delineation over large scales.

KEYWORDS: GEE, Machine Learning, Sentinel-2, Burnt area mapping, Copernicus

How to cite: Tselka, I., Detsikas, S. E., Demertzi, I. I., Petropoulos, G. P., Triantakonstantis, D., and Karymbalis, E.: GEE and Machine Learning for mapping burnt areas from ESA’s Sentinel-2 demonstrated in a Greek setting, EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-9454, https://doi.org/10.5194/egusphere-egu22-9454, 2022.

13:55–14:02
|
EGU22-11722
|
ECS
|
Virtual presentation
Isidora Isis Demertzi, Spyridon E. Detsikas, Ioanna Tselka, Ioanna Tzanavari, Dimitris Triantakonstantis, Efthimios Karymbalis, and George P. Petropoulos

River deltas are considered among the most diverse ecosystems with significant environmental and agricultural importance. These landscapes are vulnerable to any human activity or natural process that can disturb the fragile balance between water and land, thus causing morphological changes in the delta fronts. Earth observation (EO), with its capability to provide systematic, inter-temporal and cost-effective data provides a promising potential in monitoring the dynamic changes of river deltas. Recent advances in geoinformation technologies have allowed the development of cloud-based platforms for EO processing such as Google Earth Engine (GEE). It offers unique advantages such as rapid processing of a large amount of data in a cost and time-efficient manner. This study aims to assess the added value of GEE in monitoring the coastal surface area of river deltas based on the full Landsat archive (TM, ETM+, OLI, L9) and a machine learning (ML) technique. As a case study two river deltas, Axios & Aliakmonas, were selected located in northern Greece. Those are two of the largest rivers of the country, with Axios being also the second largest in the Balkans. Their joint river deltas create a fertile valley with great environmental and agricultural importance, which has also exhibited very strong dynamics in terms of its morphological characteristics over the last decades. In order to gain a better insight into the coastal dynamics of the studied region, Landsat multi-spectral data covering the period 1984 - present time was integrated into GEE and a Machine Learning (ML) classification approach was developed in the cloud-based environment. The two rivers delta dynamics were also mapped independently using photo interpretation serving as our reference dataset to map the river delta dynamics, in accordance to other studies. All the geospatial data analysis of the extracted morphological features of the river deltas was conducted in a geographical information system (GIS) environment. Our results evidenced the unique advantages of cloud platforms such as GEE, towards the operationalization of the investigated approaches for coastal morphological changes such as those found in the studied river deltas. Unique characteristics of the proposed herein methodology consist of the exploitation of the cloud-based platform GEE together with the advanced ML image processing algorithm and the full utilization of the Landsat images available today. The proposed approach also can be fully-automated and is transferable to other similar areas and can prove valuable help in understanding the spatiotemporal changes in coastal surface area over large areas.

KEYWORDS: Google Earth Engine, Landsat, Machine Learning, Earth Observation, river delta

How to cite: Demertzi, I. I., Detsikas, S. E., Tselka, I., Tzanavari, I., Triantakonstantis, D., Karymbalis, E., and Petropoulos, G. P.: Monitoring morphological changes in river deltas exploiting GEE and the full Landsat archive, EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-11722, https://doi.org/10.5194/egusphere-egu22-11722, 2022.

14:02–14:09
|
EGU22-3492
|
Virtual presentation
|
Yaqiang Wang

Earth science data usually have distinct three-dimensional spatial characteristics, in which the state of the atmosphere changes rapidly, the time dimension is also very important, and the variables that describe various physical and chemical states together constitute the earth science cube. GIS, scientific computation and visualization tools are important to find and extract patterns and scientific views behind the data. MeteoInfo open-source software was developed as an integrated framework both for GIS application and scientific computation environment with two applications for end users: MeteoInfoMap and MeteoInfoLab. MeteoInfoMap makes it quick and easy to explore many kinds of geoscience data in the form of GIS layers, and includes spatial data editing, projection and analysis functions. MeteoInfoLab includes multidimensional array calculations, scientific calculations such as linear algebra, and 2D/3D plotting functions, which are suitable for completing the tasks of geoscience data analysis and visualization. The software was developed using Java and Jython, which makes it has good cross-platform capabilities and can run in operating systems such as Windows, Linux/Unix, and Mac OS with Java supporting.

The functions can be conveniently extended through development of plugin for MeteoInfoMap and toolbox for MeteoInfoLab. For example, TrajStat plugin was developed for air trajectory analysis and air pollution source identification, which has been widely used in air pollution transport pathway and spatial sources studies. Several MeteoInfoLab toolbox were also developed for model evaluation (IMEP), air pollution emission data processing (EMIPS) and machine learning (MIML). MeteoInfoLab has similar functions with Python scientific packages such as numpy, pandas and matplotlib, also Jython is just Python in Java. So, the users can learn MeteoInfoLab easily when they have Python experience, vice versa. 3D visualization functions are more powerful in MeteoInfoLab due to the usage of opengl acceleration. Also, 3D earth coordinate is supported to plot geoscience data on virtual earth.

References:

Wang, Y.Q., 2014. MeteoInfo: GIS software for meteorological data visualization and analysis. Meteorological Applications, 21: 360-368.

Wang, Y.Q., 2019. An Open Source Software Suite for Multi-Dimensional Meteorological Data Computation and Visualisation. Journal of Open Research Software, 7(1), p.21. DOI: http://doi.org/10.5334/jors.267

Wang, Y.Q., Zhang, X.Y. and Draxler, R., 2009. TrajStat: GIS-based software that uses various trajectory statistical analysis methods to identify potential sources from long-term air pollution measurement data. Environmental Modelling & Software, 24: 938-939

How to cite: Wang, Y.: MeteoInfo: An open-source GIS, scientific computation and visualization platform, EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-3492, https://doi.org/10.5194/egusphere-egu22-3492, 2022.

14:09–14:16
|
EGU22-12167
|
Virtual presentation
|
Enrico Boldrini, Roberto Roncella, Fabrizio Papeschi, Paolo Mazzetti, Marco Casaioli, Stefano Mariani, Martina Bussettini, Barbara Lastoria, and Silvano Pecora

The Italian national hydrological and meteorological information system is being operationally implemented by Regional Hydrological Services (SIR), under the coordination of the Italian Institute for Environmental Protection and Research (ISPRA) and the collaboration of National Research Council of Italy, Institute of Atmospheric Pollution Research (CNR-IIA) for architectural design and implementation of the central components and the National Institute for Nuclear Physics (INFN) as cloud computing service developer and infrastructure provider. This work is funded by the Italian Ministry of Ecological Transition under the national initiative “Piano Operativo Ambiente FSC 2014-2020” with the aim of providing a standardised and uniform access to hydro-meteorological data of Italy, allowing, among the others, calculating statistics, trends and indicators related to the hydrological cycle, weather and climate and water resources at national and sub-national (e.g., river basin districts, catchments, climatic areas) scales. A prototype of the system has been developed in the framework of the Italian National Board for Hydrological Operational Services, coordinated by ISPRA, which federates the Italian SIRs that are responsible for hydro-meteorological monitoring at local level. 

A hydrometeorological web portal will be the entry point for end users such as Institutional bodies, research institutions and universities to discover, access and download hydrological and meteorological data of Italy made available by the SIR services.  

Each SIR is already publishing online hydrological and meteorological regional data by means of Internet services. As a requirement, no obligation can be imposed on the specific communication protocols (and related data models) that will be implemented by such services, as the entry barrier for SIR to participate in the system of systems should be minimal.

CNR-IIA is responsible for the design of the architecture, which will be based on a brokering approach to enable interoperability amongst the heterogeneous systems. CNR-IIA is also responsible for the implementation of both the brokering component, based on the Discovery and Access Broker (DAB) technology and the hydrometeorological web portal.

The DAB is a software framework able to implement discovery and access functionalities across a distributed set of heterogeneous data publication systems, in a transparent way for the end user, by acting as a mediator of communication protocols and related data models.

Other service interfaces published by the brokering component will be used by different end-user tools and applications, enabling as well sharing of hydrological and meteorological data of Italy towards different national and international initiatives, in particular the WMO Hydrological Observing System (WHOS).

The brokering component will be deployed and managed operatively on a cloud infrastructure to optimize overall system performance and resource usage.

The system will be initially hosted on the CNR-IIA cloud infrastructure backed by Amazon Web Services (AWS), while the target hosting infrastructure and the related cloud computing services, to be ready for operative use by the end of 2025, will be provided by INFN.

How to cite: Boldrini, E., Roncella, R., Papeschi, F., Mazzetti, P., Casaioli, M., Mariani, S., Bussettini, M., Lastoria, B., and Pecora, S.: Brokering approach based implementation for the national hydrological and meteorological information system in Italy, EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-12167, https://doi.org/10.5194/egusphere-egu22-12167, 2022.

14:16–14:23
|
EGU22-3059
|
On-site presentation
|
Ann Gledson, Douglas Lowe, Manuele Reani, David Topping, and Caroline Jay

We present the 'Mine-the-Gaps' geospatial web application and use it to present our recently published series of cleaned and imputed environmental datasets. The Mine-the-Gaps tool positions environment sensor and regional estimation data side-by-side on a map, allowing researchers to visually check sensor locations, regional coverage, and the likely accuracy of any regional approximation methods. Users can upload their own time-series geospatial data datasets, but as a proof-of-concept, we present an online version of this tool (http://minethegaps.manchester.ac.uk) pre-loaded with our recently published environmental dataset. This contains 5 years of cleaned and pre-processed UK sensor data, originally from DEFRA (air quality) and the Met Office (pollen and weather) monitoring stations alongside our basic region estimations.

Sensors can’t be installed everywhere, so many areas are sparsely covered, with some measurements (e.g. pollens and SO2) even more sparse than others. Mine-the-Gaps allows users to, for example, approximate the level of pollen for somebody reporting severe allergy symptoms in Manchester if the nearest sensor is in Chester. Two basic, distance-based estimation algorithms are pre-loaded but more importantly, we provide researchers with methods to visualize, evaluate and compare new regional estimation techniques. Estimated data can be loaded into the application via a CSV file, or new algorithms can be added to our region estimations Python package, used by Mine-the-Gaps to calculate estimations on the fly. Uploaded data is presented on a map and time-series charts can be displayed that compare sensor data with approximations for that location, had the sensor been missing.

If users have their own sensor and/or region datasets, these can be uploaded to Mine-the-Gaps, which can be cloned from our code repository. Just 2 lines of script are required to get it running locally and accessible from any browser. Time-series sensor data from any location can then be uploaded and estimations made for any regions.

We publish Mine-the-Gaps, our environmental data-sets, and associated tools with a focus on making these resources as accessible and adaptable as possible, thus allowing researchers to get on with the key job of evaluating the impact and variance of environmental data, rather than becoming bogged down in pre-processing. Importantly, the emphasis on a transparent data processing and visualization methodology enables researchers to determine the usefulness, or not, of any technique used for mapping single site measurements to represent a specific geographical region.

Potential use cases include the evaluation of current and new regional estimation methods for sensor data; evaluating the effects of variation in region shape and size when making estimations; helping to determine where a new sensor would be best positioned to fit with the existing networks; the visualization of irregularly spaced datasets; and visualizing sensor data over time.

How to cite: Gledson, A., Lowe, D., Reani, M., Topping, D., and Jay, C.: The 'Mine-the-Gaps' geospatial web application for visualizing and evaluating regional environmental data estimates, EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-3059, https://doi.org/10.5194/egusphere-egu22-3059, 2022.

14:23–14:30
|
EGU22-13235
|
ECS
|
Virtual presentation
Alexandru-Lucian Vilcea, Marian Dardala, and Ionut-Cosmin Sandric

With the increase of the world’s population, the constant growth in food demand generates the need to find new ways of optimizing agricultural workflows. Today, a wide variety of software is dedicated to precision agriculture that helps the farmers gather data otherwise hardly available and extract information to minimize crop losses or prevent diseases. However, these solutions hardly allow a complete workflow from gathering the images, processing the datasets, and mapping and detecting the crop diseases. The solutions can be precisely applied where needed, without the need of manually exchanging information between applications. In this paper, we are proposing an architecture as well as a possible implementation for a web platform that can manage such workflows. The platform was implemented using ASP.NET Core 3.1 with C# as the main programming language. Following the best practices in terms of maintainability, the integration with third-party software was developed using proxy components that implement each components’ SDK or API, making these external solutions easily interchangeable. The first module presented in the paper covers the integration of third-party UAV controlling platforms. We integrated the UgCS commercial solution using the provided .NET SDK for our scenario. The data gathered by the UAVs controlled by this module, consisting of RGB, thermal and multispectral images, were stored using Azure Blob Storage cloud service. The location of each image data was acquired by extracting the XMP metadata and further stored using a PostgreSQL database with the PostGIS extension. Next, we provided a way to automatically generate the orthophoto imagery from the acquired data by integrating the Python API available in Agisoft Metashape. Lastly, using the products obtained from the previous step, we calculated different vegetation indices of the analyzed fields using C# and analyzed the outcomes using deep-learning models to identify and map vegetation health states. The platform has been implemented and tested for several case studies located across Romania, reaching satisfactory results.

How to cite: Vilcea, A.-L., Dardala, M., and Sandric, I.-C.: Automated platform for detecting and mapping crop diseases using UAV and Artificial Intelligence, EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-13235, https://doi.org/10.5194/egusphere-egu22-13235, 2022.

14:30–14:37
|
EGU22-8671
|
ECS
|
Virtual presentation
|
Lukas Winiwarter, Alberto Manuel Esmorís Pena, Vivien Zahs, Hannah Weiser, Mark Searle, Katharina Anders, and Bernhard Höfle

Virtual Laser Scanning (VLS) provides a remote sensing method to generate 3D point clouds, which can, in certain cases, replace real data acquisition. A prerequisite is a suitable substitute of reality for modelling the 3D scene, the scanning system, the platform, the laser beam transmission, the beam-scene interaction, and the echo detection. The suitability of simulated laser scanning data largely depends on the application, and simulations that are more realistic come with stricter requirements on input data quality and higher computational costs. It is therefore important to have a good capability for corresponding trade-offs in the simulation software.

With the scientific software HELIOS++ [1], we provide an open source solution to acquire VLS data, where this trade-off can be tuned easily. HELIOS++ is implemented in C++ for optimized runtimes, and provides bindings in Python to allow integration into scripting environments (e.g. GIS plugins, Jupyter Notebooks).

The HELIOS++ VLS concept is based on a modular design. This allows the user to quickly exchange single simulation components, such as the scanner or the 3D scene. The simulation of diverging laser beams and the recording of full waveforms is supported via a subray tracing approach: depending on the desired physical realism and accuracy, a user-defined number of concentric circles approximate a single laser beam. On each circle, individual subrays are cast into the scene, which can then intersect with a single object and produce a hit. The returned waveforms are subsequently added together. This allows the simulator to detect multiple echoes for each pulse. The waveforms can be exported for further analysis.

In this contribution, we present main applications of HELIOS++ as a general-purpose LiDAR simulator. The first application is forestry, where green vegetation can be represented by different 3D model types. As the simulation of individual leaves as 3D mesh models requires high computational power, voxel-based methods have recently been proposed. HELIOS++ also supports simulation of semitransparent voxels, where a subray has a certain probability of creating a return when traversing. This probability depends on the incidence angle and the leaf angle distribution (e.g., planophile, erectophile …), the traversal length through the voxel, and the leaf area density of the voxel, which can, e.g., be derived from a terrestrial laser scanning point cloud. Tuning of the subray-parameters allows recreating vertical point density profiles of real surveys.

A second use case is the generation of training data for machine learning algorithms. Recently, several methods for Deep Learning on point clouds have been presented. However, such methods require immense amounts of training data to achieve acceptable performance. We present how VLS can be used to generate training data in machine learning classifiers, and how different sensor settings influence the classification results.

This contribution provides an introduction to VLS, possible use cases, pitfalls and best practices for successful application of laser scanning simulation.

[1] Winiwarter et al., 2021, DOI: 10.1016/j.rse.2021.112772

How to cite: Winiwarter, L., Esmorís Pena, A. M., Zahs, V., Weiser, H., Searle, M., Anders, K., and Höfle, B.: Virtual Laser Scanning using HELIOS++ - Applications in Machine Learning and Forestry, EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-8671, https://doi.org/10.5194/egusphere-egu22-8671, 2022.

14:37–14:44
|
EGU22-686
|
On-site presentation
|
Tamrat Belayneh

Indexed 3D Scene Layers (I3S) is an open format for streaming and storing massive amounts of heterogeneously distributed geospatial content. Adopted as the first OGC (Open Geospatial Consortium) Community Standard for 3D streaming and storage since 2017, I3S has been rapidly evolving to capture new use cases and techniques, advancing geospatial visualization and analysis. I3S enables the efficient transmission of various 3D geospatial data types, including discrete 3D objects with attributes, integrated surface meshes and point cloud data covering vast geographic areas as well as highly detailed BIM (Building Information Model) content, to web browsers, mobile apps, and desktop.


In this session, we’ll explore various aspects of I3S, including the latest update to the standard, OGC I3S Version 1.2, that brought dramatic improvements in performance and scalability. We’ll describe and demonstrate various I3S features, such as paged node access pattern – a compact Bounding Volume Hierarchy (BVH) representation that significantly reduces client-server traffic, a more compact geometry layout – using a well-known quantization encoding (Draco), advanced material definitions property that supports PBR (physically based rendering of materials), as well as support for KTX2 (Basis) compressed textures – reducing the compressed texture size by over 60%. We’ll also demonstrate collaborative & research work done to dramatically improve the speed of KTX2/Basis creation leveraging both the CPU and GPU – contributions that benefit both the geospatial and 3d graphics communities.

We will also further demonstrate various examples of the different layer types and profiles that are supported in I3S and how the data structure and organization help to efficiently store segmentation/classification information as well as triangle/point level attribution. Technological advancements in 3D graphics, data structuring, mesh and texture compression, efficient client-side filtering and so forth have significantly contributed to a paradigm shift in how geospatial content is created and disseminated, regardless of size and scale. Formats such as I3S now allow 3d content to be authored/created once and be efficiently consumed in various platforms including desktop, web and mobile for both offline and online access. This phenomenon – create once and consume everywhere model, has encouraged the dissemination and sharing of geospatial content for both planetary (whole earth) and planar 3D visualization experiences. The session will show case numerous examples (for desktop, web, and mobile experience) illustrating the many advancements made in geospatial technologies that are ripe to be embraced in various geoscience disciplines.

Lastly, we’ll close by showcasing various patterns for distributing 3D content via I3S and demonstrate its consumption thru open-source solutions such as loaders.gl and CesiumJS, supporting the latest version of I3S. We’ll also show latest additions to Tile Converter, an open-source solution that allows a two-way conversion between 3D Tiles and I3S, further fostering interoperability in the geospatial community.

How to cite: Belayneh, T.: Indexed 3D Scene Layers (I3S) – an open standard for 3D GIS visualization on Web, Desktop and Mobile Platforms, EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-686, https://doi.org/10.5194/egusphere-egu22-686, 2022.

Coffee break
Chairpersons: Paolo Diviacco, Kristine Asch, Prashant Kumar Srivastava
15:10–15:17
|
EGU22-5490
|
Virtual presentation
|
Ivette Serral, Joan Masó, Núria Julià, Ioannis Manakos, George Milis, and Lluís Pesquer

WQeMS aims to provide an operational Water Quality Emergency Monitoring Service to the water utilities industry in relation with the quality of the ‘water we drink’. This Copernicus service focuses on monitoring lakes for the delivery of drinking water and will provide open geospatial data products structured in Essential Water Variables. While Essential Climate variables are fully defined, a set of Essential Water Variables was proposed by GEOSS but was never fully adopted. In this communication we will present a metadata manager tool called GeM+ that adopts a general framework for Essential Variables (EV) that includes a renewed proposal for Essential Water Variables. EVs are included in a keyword library that relates them to SDG indicators. In addition, the GEM+ includes a library of quality measures defined in QualityML (that inherits and extends the UncertML approach) vocabulary that will be used and tested for the Water Quality Emergency Monitoring Service. The quality need for a vocabulary proposed by QualityML is now being adopted by the ISO 19157-3 proposal. GEM+ also implements the ISO 19115-1 approach for lineage (provenance) that allows to carefully document data product workflows used to create the geospatial products as a mechanism to describe the traceability, quality and reproducibility of the dada. Examples of water related dataset have been prepared showing how EVs, quality measures and provenance is used to semantically tag data, document quantitative quality estimations and present the sources and processes used to elaborate this Copernicus service candidate products.

 

WQeMS has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 101004157.

How to cite: Serral, I., Masó, J., Julià, N., Manakos, I., Milis, G., and Pesquer, L.: Applying water requirements into metadata in the era of SDGs and Essential Variables: semantics, quality parameters and discoverability in the GEM+, EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-5490, https://doi.org/10.5194/egusphere-egu22-5490, 2022.

15:17–15:24
|
EGU22-5451
|
ECS
|
On-site presentation
|
Christoph Wohner and Johannes Peterseil

Providing information on the context of long-term measurements, i.e. the observation and research facilities where measurements were done, is key for re-using data generated for a defined area. This information is also needed to manage site networks of research infrastructures or research networks or to enable a link from in-situ measurements to earth observation. To cover these requirements, the Dynamic Ecological Information Management System – Site and Dataset Registry (DEIMS-SDR, https://www.deims.org/) allows the description of in-situ environmental observation or experimental sites implementing a multipurpose data model and generating persistent, unique and resolvable identifiers for each site. The aim of DEIMS-SDR is to collect site information in a catalogue describing a wide range of sites across the globe, providing information including each site's location, ecosystems, facilities, measured parameters and research themes and enabling that standardised information to be openly available. DEIMS-SDR currently stores over 1200 site records along a wide geographic, altitudinal and ecosystem gradient. To address research needs as well as to enhance interoperability and machine readability, the used site model has been revised and compared to existing de-facto standards resulting in a more modular structure.

The presentation describes the outcomes of the revision of the data model, the conceptual considerations behind it and how it is implemented. We illustrate the capabilities of the data model focussing on the description of multi-layered geographic information that is needed to accurately document sites and the various observation locations they might cover. This represents a major step forward in both the development of DEIMS-SDR as well as the interoperable and cross-disciplinary documentation of sites in general.

How to cite: Wohner, C. and Peterseil, J.: Managing multi-layered geographic information to describe environmental monitoring and research sites using DEIMS-SDR, EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-5451, https://doi.org/10.5194/egusphere-egu22-5451, 2022.

15:24–15:31
|
EGU22-12330
|
Presentation form not yet defined
Andrea Naß, Timm Schoening, Karl Heger, Autun Purser, Mario D'Amore, Ernst Hauber, Tom Kwasnitschka, Robert Munteanu, and Thomas Roatsch

Imaging the environment is an essential method in spatial science when studying the Earth or any other planet. Thus, this method is also a crucial component in the exploration of the ocean floor but also of planetary surfaces. In both domains, this is applied at various scales – from microscopy through ambient imaging to remote sensing – and provides rich information for science.

Due to recent the increasing number data acquisition technologies, advances in imaging capabilities, and number of platforms that provide imagery and related research data, data volume in nature science, and thus also for ocean and planetary research, is further increasing at an exponential rate. Although many datasets have already been collected and analyzed, the systematic, comparable, and transferable description of research data through metadata is still a big challenge in and for both fields. However, these descriptive elements are crucial, to enable efficient (re)use of valuable research data, prepare the scientific domains e.g. for data analytical tasks such as machine learning, big data analytics, but also to improve interdisciplinary science by other research groups not involved directly with the data collection.

In order to achieve more effectiveness and efficiency in managing, interpreting, reusing and publishing imaging data, we here present a project to develop interoperable metadata recommendations in the form of FAIR [1] digital objects (FDOs) [2] for 5D (i.e. x, y, z, time, spatial reference) imagery of Earth and other planet(s). An FDO is a human and machine-readable file format for an entire image set, although it does not contain the actual image data, only references to it through persistent identifiers (FAIR marine images [3]). Thus, the FDOs for spatial sciences are characterized at their core by 5D navigation data mentioned above which discriminates them from imagery of other domains (e.g., medical). In addition to these core metadata, further descriptive elements are required to describe and quantify the semantic content of imaging research data. Such semantic FDOs are similarly domain-specific but again synergies are expected between Earth and planetary research. Subsequent, by developing ontology concepts for these two imaging domains, scientific analogies and causal connections between the two research domains can be illuminated.

The main benefit expected by this project is to (1) improve the quality and reusability of future research data, (2) support a sustainable research data environment by closing the life cycle of the research data, (3) increase the inter- and transdisciplinary comparability of data sets, and (4) enable further scientific communities in transference of their own vocabularies, and in the use of the ontology concepts within other natural science applications.

We here present the current status of the project, with the specific tasks on joint metadata description of planetary and oceanic data outlined. In particular we show how we intend to implement metadata for valuable research data in both domains in the future, and demonstrate where these developments should be adopted.

[1] Wilkinson, M., Dumontier, M., Aalbersberg, I. et al. The FAIR Guiding Principles for scientific data management and stewardship. Sci Data 3, 160018 (2016), doi:10.1038/sdata.2016.18.

[2] https://fairdigitalobjectframework.org/

[3] https://marine-imaging.com/fair/ifdos/iFDO-overview/

How to cite: Naß, A., Schoening, T., Heger, K., Purser, A., D'Amore, M., Hauber, E., Kwasnitschka, T., Munteanu, R., and Roatsch, T.: Towards interoperable metadata description for imagery data of our Earth and other planets: Connection between ocean floor and planetary surfaces, EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-12330, https://doi.org/10.5194/egusphere-egu22-12330, 2022.

15:31–15:38
|
EGU22-5940
|
ECS
|
On-site presentation
Kaylin Bugbee, Rahul Ramachandran, Ashish Acharya, Dai-Hai Ton That, John Hedman, David Bitner, Ahmed Eleish, Charles Driessnack, Wesley Adams, and Emily Foshee

NASA’s Science Mission Directorate (SMD) is working to build an open-source science infrastructure to enable open, collaborative and interdisciplinary science. One key component in the open-source science infrastructure is the SMD data catalog project. The SMD data catalog project is building an integrated SMD enterprise search capability to enable discovery of open data across SMD’s five divisions, including Astrophysics, Biological and Physical Sciences, Earth Science, Heliophysics and Planetary Science. In order to efficiently integrate heterogeneous data types across the SMD enterprise, the SMD data catalog project considered three approaches for implementation including semantic mapping, graph data stores and Cognitive Search capabilities. In this presentation, we will describe the SMD data catalog project business case, the three identified technical approaches and our assessment of those approaches. We will also provide a summary of the overall technical assessment process so that it may inform other agencies and organizations who may be implementing similar initiatives. 

How to cite: Bugbee, K., Ramachandran, R., Acharya, A., Ton That, D.-H., Hedman, J., Bitner, D., Eleish, A., Driessnack, C., Adams, W., and Foshee, E.: Approaches for Enabling Interoperable Enterprise Data Search: Insights from NASA’s Science Mission Directorate (SMD) Catalog Project, EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-5940, https://doi.org/10.5194/egusphere-egu22-5940, 2022.