Skip to content

Commit

Permalink
time and SPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
uriii3 committed Aug 6, 2024
1 parent d317964 commit 15929f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion copernicusmarine/catalogue_parser/request_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def enforce_types(self):
type_enforced_dict[key] = new_value
self.__dict__.update(type_enforced_dict)

def get_time_and_geographical_subset(
def get_time_and_space_subset(
self,
) -> DatasetTimeAndSpaceSubset:
return DatasetTimeAndSpaceSubset(
Expand Down
6 changes: 4 additions & 2 deletions copernicusmarine/core_functions/services_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ def _get_dataset_start_date_from_service(
return None


class ServiceNotAvailable(Exception): ...
class ServiceNotAvailable(Exception):
...


def _warning_dataset_will_be_deprecated(
Expand Down Expand Up @@ -496,7 +497,8 @@ def _service_not_available_error(
)


class NoServiceAvailable(Exception): ...
class NoServiceAvailable(Exception):
...


def _no_service_available_for_command(
Expand Down

0 comments on commit 15929f5

Please sign in to comment.