In [1]:
%load_ext autoreload
%autoreload 2
import web
from IPython.core.display import HTML

In [5]:
result = web.jsonfile_to_dict("/home/stephan/Repos/ENES-EUDAT/cordex/CORDEX_adjust_obs_register.json")

HTML Bias CV view

showing ["institution", "institute_id", "bc_method", "bc_method_id", "institute_id"-"bc_method_id", "terms_of_use", "CORDEX_domain", "reference", "package" ]


In [8]:
result = web.jsonfile_to_dict("/home/stephan/Repos/ENES-EUDAT/cordex/CORDEX_adjust_register.json")

In [4]:
html_out = web.generate_bias_table(result)
HTML(html_out)


Out[4]:

CORDEX bias correction methods summary

Information automatically generated based on controled vocabulary

To register new vocabulary items please contact cordex-registration /at/ cordex.org

Institution Institute_ID Bias Adjustment Bias Adjustment ID Bias Adjustment Name Terms_of_Use CORDEX Domain
Swedish Meteorological and Hydrological Institute SMHI Distribution-Based Scaling DBS45 SMHI-DBS45 unrestricted EUR-44; EUR-11; AFR-44; WAS-44
Meteorology Group, Universidad de Cantabria UCAN Seasonally Adjusted Empirical Quantile Mapping EQM UCAN-EQM unrestricted EUR-44; EUR-11; AFR-44
Technical University of Crete TUC Multisegment Statistical Bias correction MSBC TUC-MSBC non-commercial EUR-44; EUR-11; AFR-44; WAS-44
Norwegian Meteorological Institute METNO Quantile mapping QMAP METNO-QMAP unrestricted EUR-44; EUR-11
Meteorology Group, Universidad de Cantabria UCAN ISI-MIP ISI-MIP UCAN-ISI-MIP unrestricted EUR-44; EUR-11; AFR-44

HTML bias CV view separated in 2 tables


In [ ]:
html_out = web.generate_bias_table(result)
HTML(html_out)

In [ ]:
html_out = web.generate_bias_table_add(result)
HTML(html_out)

In [ ]: