Welcome to Freva’s documentation!#
Freva, the free evaluation system framework, is a data search and analysis platform developed by the atmospheric science community for the atmospheric science community. With help of Freva researchers can:
quickly and intuitively search for data stored at typical data centers that host many datasets.
create a common interface for user defined data analysis tools.
apply data analysis tools in a reproducible manner.
Data analysis is performed using user-developed data analysis plugins. These plugins are code agnostic, meaning that users don’t have to rewrite the core of their plugins to make them work with Freva. All Freva does is provide a user interface for the plugins.
Currently Freva comes in three different flavours:
a python module that allows the usage of Freva in python environments, like jupyter notebooks
a command line interface (cli) that allows using Freva from the command lines and shell scripts.
a web user interface (web-ui)
This documentation covers the usage of the python module as well the cli. We have also added a section on plugin development for users who want to get started with developing their own data analysis plugins and providing them to their community. The last section covers the answers to frequently asked questions and best practices when it comes to plugin development.
- Freva python module
- The Freva command line interface
- API Reference
- Plugin Developer Guide
- Examples
- Searching for data: the databrowser method
- Managing your own datasets: the UserData class
- Applying data analysis Plugins
- Search the history of previously applied plugins
- The Freva command line interface
- Running data analysis plugins: the freva-plugin command
- Inspecting previous analysis jobs: the freva-history command
- Managing your own datasets: the freva-user-data command
- Frequently Ask Questions and best practices
- What’s new
See also
- Freva intro talk
A short introduction given at the Julich computing centre.
- Freva admin docs
Installation and configuration of the freva services.