Skip to main content
Ctrl+K
MetObs Toolkit documentation - Home
  • Home
  • Getting started
  • Specific topics
  • Examples
  • Documentation
    • Contributing
  • GitHub
  • Home
  • Getting started
  • Specific topics
  • Examples
  • Documentation
    • Contributing
  • GitHub

Section Navigation

  • Dataset
    • metobs_toolkit.Dataset
    • metobs_toolkit.Dataset.show
    • metobs_toolkit.Dataset.get_info
    • metobs_toolkit.Dataset.show_settings
    • metobs_toolkit.Dataset.get_gaps_df
    • metobs_toolkit.Dataset.get_gaps_info
    • metobs_toolkit.Dataset.get_missing_obs_info
    • metobs_toolkit.Dataset.combine_all_to_obsspace
    • metobs_toolkit.Dataset.get_station
    • metobs_toolkit.Dataset.update_gaps_and_missing_from_outliers
    • metobs_toolkit.Dataset.fill_gaps_linear
    • metobs_toolkit.Dataset.fill_gaps_era5
    • metobs_toolkit.Dataset.fill_gaps_automatic
    • metobs_toolkit.Dataset.fill_missing_obs_linear
    • metobs_toolkit.Dataset.get_analysis
    • metobs_toolkit.Dataset.apply_quality_control
    • metobs_toolkit.Dataset.apply_buddy_check
    • metobs_toolkit.Dataset.apply_titan_buddy_check
    • metobs_toolkit.Dataset.apply_titan_sct_resistant_check
    • metobs_toolkit.Dataset.get_modeldata
    • metobs_toolkit.Dataset.get_lcz
    • metobs_toolkit.Dataset.get_altitude
    • metobs_toolkit.Dataset.get_landcover
    • metobs_toolkit.Dataset.update_settings
    • metobs_toolkit.Dataset.add_new_observationtype
    • metobs_toolkit.Dataset.add_new_unit
    • metobs_toolkit.Dataset.update_timezone
    • metobs_toolkit.Dataset.update_default_name
    • metobs_toolkit.Dataset.update_gap_and_missing_fill_settings
    • metobs_toolkit.Dataset.update_qc_settings
    • metobs_toolkit.Dataset.update_titan_qc_settings
    • metobs_toolkit.Dataset.import_data_from_file
    • metobs_toolkit.Dataset.save_dataset
    • metobs_toolkit.Dataset.import_dataset
    • metobs_toolkit.Dataset.write_to_csv
    • metobs_toolkit.Dataset.sync_observations
    • metobs_toolkit.Dataset.coarsen_time_resolution
    • metobs_toolkit.Dataset.make_plot
    • metobs_toolkit.Dataset.make_interactive_plot
    • metobs_toolkit.Dataset.make_geo_plot
    • metobs_toolkit.Dataset.make_gee_plot
    • metobs_toolkit.Dataset.get_qc_stats
  • Station
  • Obstype
    • metobs_toolkit.Obstype
    • metobs_toolkit.Obstype.set_description
    • metobs_toolkit.Obstype.set_original_name
    • metobs_toolkit.Obstype.set_original_unit
    • metobs_toolkit.Obstype.add_unit
    • metobs_toolkit.Obstype.get_orig_name
    • metobs_toolkit.Obstype.get_description
    • metobs_toolkit.Obstype.get_all_units
    • metobs_toolkit.Obstype.get_standard_unit
    • metobs_toolkit.Obstype.get_info
    • metobs_toolkit.Obstype.get_plot_y_label
    • metobs_toolkit.Obstype.convert_to_standard_units
    • metobs_toolkit.Obstype.test_if_unit_is_known
  • Analysis
    • metobs_toolkit.analysis.Analysis
    • metobs_toolkit.analysis.Analysis.subset_period
    • metobs_toolkit.analysis.Analysis.apply_filter
    • metobs_toolkit.analysis.Analysis.aggregate_df
    • metobs_toolkit.analysis.Analysis.get_anual_statistics
    • metobs_toolkit.analysis.Analysis.get_diurnal_statistics
    • metobs_toolkit.analysis.Analysis.get_diurnal_statistics_with_reference
    • metobs_toolkit.analysis.Analysis.get_aggregated_cycle_statistics
    • metobs_toolkit.analysis.Analysis.get_lc_correlation_matrices
    • metobs_toolkit.analysis.Analysis.plot_correlation_heatmap
    • metobs_toolkit.analysis.Analysis.plot_correlation_variation
  • Modeldata
    • metobs_toolkit.Modeldata
    • metobs_toolkit.Modeldata.add_obstype
    • metobs_toolkit.Modeldata.save_modeldata
    • metobs_toolkit.Modeldata.import_modeldata
    • metobs_toolkit.Modeldata.make_plot
    • metobs_toolkit.Modeldata.add_gee_dataset
    • metobs_toolkit.Modeldata.list_gee_datasets
    • metobs_toolkit.Modeldata.get_gee_dataset_data
    • metobs_toolkit.Modeldata.get_ERA5_data
    • metobs_toolkit.Modeldata.set_model_from_csv
  • Template
    • metobs_toolkit.build_template_prompt
    • metobs_toolkit.template.Template.get_info
    • metobs_toolkit.template.Template.show
  • MetObs...

MetObs toolkit API Documentation#

Here you can find the documentation on the classes, functions, and methods in the MetObs toolkit to be used by a user and developer.

  • Dataset
    • Constructor
    • General methods and attributes
    • Common methods
    • Extracting data
    • Updating Settings
    • Reading and writing related
    • Plotting methods
  • Station
  • Obstype
    • Constructor for Obstype
    • General methods and attributes for Obstype
    • Developers methods and attributes for Obstype
  • ModelObstype
    • Constructor for ModelObstype
    • General methods and attributes for ModelObstype
    • Developers methods and attributes for ModelObstype
  • ModelObstype_Vectorfield
    • Constructor for ModelObstype_Vectorfield
    • General methods and attributes for ModelObstype_Vectorfield
    • Developers methods and attributes
    • Developers vectorfield conversion functions
  • Analysis
    • Constructor
    • General methods and attributes
    • Plotting methods
  • Modeldata
    • Constructor
    • Common methods
    • GEE interactions
  • Template
    • Constructing a templatefile
    • Common methods

Modules for MetObs toolkit Developers#

A lot of the funtions and methods of the MetObs toolkit are not meant to be called by the users. For developers these functions and methods are important building blocks.

The Module Index contains all functions and methods present in the MetObs toolkit.

previous

Working with specific observation types

next

Dataset

On this page
  • MetObs toolkit API Documentation
  • Modules for MetObs toolkit Developers
Show Source

© Copyright 2023, Thomas Vergauwen.

Created using Sphinx 7.2.6.

Built with the PyData Sphinx Theme 0.15.2.