Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geomag-algorithms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Geomagnetism Program
geomag-algorithms
Merge requests
!76
I/O metadata for generate_matrix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
I/O metadata for generate_matrix
ghsc/users/pcain/geomag-algorithms:issue-15
into
master
Overview
12
Commits
5
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Merged
Cain, Payton David
requested to merge
ghsc/users/pcain/geomag-algorithms:issue-15
into
master
4 years ago
Overview
12
Commits
5
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Expand
Fixes
#15 (closed)
0
0
Merge request reports
Viewing commit
743b7f83
Prev
Next
Show latest version
2 files
+
48
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
743b7f83
i/o metadata for generate_matrix
· 743b7f83
Cain, Payton David
authored
4 years ago
geomagio/metadata/__init__.py
+
8
−
2
Options
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