Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
extract_model documentation
extract_model documentation

Examples and demos

  • Feature types
  • Generically access model output
  • Subsetting with extract_model
  • Time Series Extraction
  • API
    • extract_model.extract_model
    • extract_model.utils
    • extract_model.accessor
    • extract_model.sorting
    • extract_model.model_type
    • extract_model.grids.triangular_mesh
    • extract_model.xr.triangular_mesh_netcdf

Develop docs

  • What's New
Back to top
View this page

APIΒΆ

extract_model

Main file for this code.

utils

Utilities to help extract_model work better.

accessor

This is an accessor to xarray.

sorting

Solutions for sorting functions.

model_type

Class definition for the ModelTypes enum class.

grids.triangular_mesh

Algorithms and utilties for triangular meshes.

xr.triangular_mesh_netcdf

Backend which explicitly supports data defining a triangular mesh.

Next
extract_model.extract_model
Previous
Time Series Extraction
Copyright © 2022-2023, Kristen Thyng
Made with Sphinx and @pradyunsg's Furo