Skip to main content
Ctrl+K
USGS

GeoModelGrids 1.0.0rc3 documentation

  • Introduction
  • Getting Started
  • User Guide
  • Developer Guide
  • GitHub
  • Introduction
  • Getting Started
  • User Guide
  • Developer Guide
  • GitHub
Ctrl+K

Section Navigation

  • Features
  • Command Line Programs
  • Python API
    • Query
    • Model creation
      • Classes
      • Examples
  • C++ API
  • C API
  • User Guide
  • Classes
  • Data Sources

Data Sources#

  • CSV Data Source
    • CSV DataSrc Python Object
      • Data Members
      • Methods
        • CSVFile(config)
        • initialize()
        • get_metadata()
        • get_top_surface(points)
        • get_topography_bathymetry(points)
        • get_values(block, top_surface, topo_bathy, batch=None)
  • IRIS EMC Data Source
    • IRIS EMC DataSrc Python Object
      • Data Members
      • Methods
        • EMCNetCDF(config)
        • initialize()
        • get_metadata()
        • get_top_surface(points)
        • get_topography_bathymetry(points)
        • get_values(block, top_surface, topo_bathy, batch=None)
  • EarthVision Data Source
    • EarthVision DataSrc Python Object
      • Data Members
      • Methods
        • DataSrc(config)
        • initialize()
        • get_metadata()
        • get_top_surface(points)
        • get_topography_bathymetry(points)
        • get_values(block, top_surface, topo_bathy, batch=None)
    • EarthVision API Python Object
      • Data Members
      • Methods
        • EarthVisionAPI(model_dir, env)
        • ev_facedump(filename_faces)
        • ev_label(filename_values, filename_points, filename_model, dtype, converters)
        • ev_fp(formula, filename_out)

previous

DataSrc Python Object

next

CSV Data Source

Show Source

Created using Sphinx 7.2.6.

Last updated on Apr 04, 2024.