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
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
Expand
Fixes
#15 (closed)
0
0
Merge request reports
Compare
master
version 4
b08a989e
4 years ago
version 3
a6f9299e
4 years ago
version 2
b6d434f2
4 years ago
version 1
36c183ef
4 years ago
master (base)
and
version 2
latest version
a686fc91
5 commits,
4 years ago
version 4
b08a989e
4 commits,
4 years ago
version 3
a6f9299e
3 commits,
4 years ago
version 2
b6d434f2
2 commits,
4 years ago
version 1
36c183ef
2 commits,
4 years ago
2 files
+
50
−
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)
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