Skip to content
Snippets Groups Projects

I/O metadata for generate_matrix

Merged Cain, Payton David requested to merge ghsc/users/pcain/geomag-algorithms:issue-15 into master
All threads resolved!
2 files
+ 48
6
Compare changes
  • Side-by-side
  • Inline
Files
2
from .Metadata import Metadata
from .MetadataCategory import MetadataCategory
from .MetadataFactory import MetadataFactory
from .MetadataFactory import MetadataFactory, GEOMAG_API_URL
from .MetadataQuery import MetadataQuery
__all__ = ["Metadata", "MetadataCategory", "MetadataFactory", "MetadataQuery"]
__all__ = [
"GEOMAG_API_URL",
"Metadata",
"MetadataCategory",
"MetadataFactory",
"MetadataQuery",
]
Loading