-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from axiom-data-science/update_intake_v2
updated to intake v2!
- Loading branch information
Showing
6 changed files
with
145 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,6 @@ | ||
""" | ||
intake-axds: Intake approach for Axiom assets. | ||
""" | ||
"""intake-coops package.""" | ||
|
||
# from .axds_cat import AXDSCatalog | ||
# from .utils import ( # noqa: F401 | ||
# _get_version, | ||
# available_names, | ||
# match_key_to_parameter, | ||
# return_parameter_options, | ||
# ) | ||
import intake # noqa: F401 | ||
|
||
|
||
# __version__ = _get_version() | ||
|
||
from importlib.metadata import PackageNotFoundError, version | ||
|
||
|
||
try: | ||
__version__ = version("intake-coops") | ||
except PackageNotFoundError: | ||
# package is not installed | ||
__version__ = "unknown" | ||
from .coops import COOPSDataframeReader, COOPSXarrayReader | ||
from .coops_cat import COOPSCatalogReader |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.