https://github.com/chilipp/mde-presentation-egu2023
Presentation on the Model Data Explorer at EGU 2023 in Vienna
https://github.com/chilipp/mde-presentation-egu2023
Last synced: 2 months ago
JSON representation
Presentation on the Model Data Explorer at EGU 2023 in Vienna
- Host: GitHub
- URL: https://github.com/chilipp/mde-presentation-egu2023
- Owner: Chilipp
- License: cc-by-4.0
- Created: 2023-04-27T08:44:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T09:09:06.000Z (about 2 years ago)
- Last Synced: 2025-02-13T19:50:01.462Z (4 months ago)
- Language: TeX
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
=========================================================
PICO presentation of the Model Data Explorer for EGU 2023
=========================================================.. image:: https://img.shields.io/badge/DOI-10.5194%2Fegusphere--egu23--3624-blue
:alt: DOI
:target: https://doi.org/10.5194/egusphere-egu23-3624.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7870280.svg
:alt: Zenodo
:target: https://doi.org/10.5281/zenodo.7870280This repository contains the presentation files for the PICO presentation of
the model data explorer and a session introduction at the EGU in Vienna,
April 29th, 2023The presentation can be accessed via
`mde-presentation.pdf `__.The software code is located under
https://codebase.helmholtz.cloud/model-data-explorerThe abstract can be accessed via
https://meetingorganizer.copernicus.org/EGU23/EGU23-3624.html
in the session of *Modern Earth system science visualization and exploration
techniques - the balancing act between complex information, broad functionality
and simple illustration*,
`ESSI4.1 `__.Abstract
--------
Making Earth-System-Model (ESM) Data accessible is challenging due to the large
amount of data that we are facing in this realm. The upload is time-consuming,
expensive, technically complex, and every institution has their own procedures.Non-ESM experts face a lot of problems and pure data portals are hardly usable
for inter- and trans-disciplinary communication of ESM data and findings, as
this level of accessibility often requires specialized web or computing
services.With the Model Data Explorer, we want to simplify the generation of web
services from ESM data, and we provide a framework that allows us to make the
raw model data accessible to non-ESM experts.Our decentralized framework implements the possibility for an efficient remote
processing of distributed ESM data. Users interface with an intuitive map-based
front-end to compute spatial or temporal aggregations, or select regions to
download the data. The data generators (i.e. the scientist with access to the
raw data) use a light-weight and secure python library based on the Data
Analytics Software Framework
(DASF, https://digital-earth.pages.geomar.de/dasf/dasf-messaging-python) to
create a back-end module. This back-end module runs close to the data, e.g. on
the HPC-resource where the data is stored. Upon request, the module generates
and provides the required data for the users in the web front-end.Our approach is intended for scientists and scientific usage! We aim for a
framework where web-based communication of model-driven data science can be
maintained by the scientific community. The Model Data Explorer ensures fair
reward for the scientific work and adherence to the FAIR principles without too
much overhead and loss in scientific accuracy.The Model Data Explorer is in the progress of development at the
Helmholtz-Zentrum Hereon, together with multiple scientific and data management
partners in other German research centers. The full list of contributors is
constantly updated and can be accessed at
https://model-data-explorer.readthedocs.io.Compiling the PDF
-----------------Create the pdf via::
make pdf
Figures and tables are stored in the `figures` directory.