-
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 #9 from opendatacube/some_reworks
Improving logic and extensibility
- Loading branch information
Showing
57 changed files
with
2,538 additions
and
5,552 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,15 @@ | ||
from ._version import get_versions | ||
from .assemble import IncompleteDatasetError | ||
from .images import GridSpec, ValidDataMethod | ||
from .model import Eo3DatasetDocBase | ||
from .properties import Eo3DictBase | ||
from .fields import Range | ||
from .model import DatasetMetadata | ||
|
||
REPO_URL = "https://github.com/GeoscienceAustralia/eo-datasets.git" | ||
REPO_URL = "https://github.com/opendatacube/eo3.git" | ||
|
||
__version__ = get_versions()["version"] | ||
del get_versions | ||
|
||
__all__ = ( | ||
"Eo3DatasetDocBase", | ||
"Eo3DictBase", | ||
"GridSpec", | ||
"IncompleteDatasetError", | ||
"DatasetMetadata", | ||
"Range", | ||
"REPO_URL", | ||
"ValidDataMethod", | ||
"__version__", | ||
) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.