nczarr-viewer

Contents:

  • Usage
    • Quick Start
    • Local Development
    • Docker Deployment
      • Quick Docker Run
      • With Local Files
      • With Online Datasets
    • S3/Cloud Storage Access
    • CMEMS Integration
    • Configuration
    • Troubleshooting
  • Dockerfile
  • API Reference
    • Core Modules
      • TimeoutException
      • ViewerApp
        • ViewerApp.get_metadata_summary()
        • ViewerApp.run()
        • ViewerApp.setup_callbacks()
        • ViewerApp.setup_help_modal_callback()
        • ViewerApp.setup_variable_metadata_callback()
        • ViewerApp.update_variable_dropdown()
    • Data Loading and Processing
      • DataManager
        • DataManager.create_raster_image()
        • DataManager.setup_callbacks()
      • DataPlot
        • DataPlot.setup_callbacks()
      • DataQuickStats
        • DataQuickStats.setup_callbacks()
      • DataSubsetter
        • DataSubsetter.subset_data()
      • DatasetLoader
        • DatasetLoader.clear_logs()
        • DatasetLoader.get_logs()
        • DatasetLoader.load_dataset()
        • DatasetLoader.setup_logging()
    • Variable and Dimension Handling
      • VariableSelection
        • VariableSelection.setup_callbacks()
      • DimensionSelection
        • DimensionSelection.create_dropdown()
        • DimensionSelection.create_range_slider()
        • DimensionSelection.generate_dimension_checklist()
        • DimensionSelection.generate_dimension_controls()
        • DimensionSelection.setup_callbacks()
    • Main Application Class
nczarr-viewer
  • Index

Index

C | D | G | L | M | R | S | T | U | V

C

  • clear_logs() (data.DatasetLoader method)
  • create_dropdown() (dimension.DimensionSelection method)
  • create_range_slider() (dimension.DimensionSelection method)
  • create_raster_image() (data.DataManager method)

D

  • data
    • module
  • DataManager (class in data)
  • DataPlot (class in data)
  • DataQuickStats (class in data)
  • DatasetLoader (class in data)
  • DataSubsetter (class in data)
  • dimension
    • module
  • DimensionSelection (class in dimension)

G

  • generate_dimension_checklist() (dimension.DimensionSelection method)
  • generate_dimension_controls() (dimension.DimensionSelection method)
  • get_logs() (data.DatasetLoader method)
  • get_metadata_summary() (main.ViewerApp method)

L

  • load_dataset() (data.DatasetLoader method)

M

  • main
    • module
  • module
    • data
    • dimension
    • main
    • variables

R

  • run() (main.ViewerApp method)

S

  • setup_callbacks() (data.DataManager method)
    • (data.DataPlot method)
    • (data.DataQuickStats method)
    • (dimension.DimensionSelection method)
    • (main.ViewerApp method)
    • (variables.VariableSelection method)
  • setup_help_modal_callback() (main.ViewerApp method)
  • setup_logging() (data.DatasetLoader method)
  • setup_variable_metadata_callback() (main.ViewerApp method)
  • subset_data() (data.DataSubsetter method)

T

  • TimeoutException

U

  • update_variable_dropdown() (main.ViewerApp method)

V

  • variables
    • module
  • VariableSelection (class in variables)
  • ViewerApp (class in main)

© Copyright .

Built with Sphinx using a theme provided by Read the Docs.