Skip to content
Snippets Groups Projects
Select Git revision
  • 0fd9a78835f6807debbf2bee45dd8b7585ee9f2e
  • main default protected
  • develop
  • v0.1
4 results

parameters_ip2.R

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    __init__.py 190 B
    #the __init__ gives the construction order for the plugin
    
    from .netCDF_visualization import netCDF_viewer
    
    def classFactory(iface):
        plugin = netCDF_viewer(iface)
        return plugin