Skip to content

Commit

Permalink
removed unnecessary comments in code
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentVerelst committed Aug 28, 2024
1 parent cd02ad4 commit cebdbe9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/openeo_gfmap/utils/split_stac.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ def split_collection_by_epsg(path: Union[str, Path], output_dir: Union[str, Path
path (str): The path to the STAC collection.
output_dir (str): The output directory.
"""
# path = Path(path)
# try:
# collection = pystac.read_file(path)
# except pystac.STACError:
# print("Please provide a path to a valid STAC collection.")
# collection_dict = _create_collection_by_epsg_dict(collection)
# _write_collection_dict(collection_dict, output_dir)

path = Path(path)
output_dir = Path(output_dir)
Expand Down

0 comments on commit cebdbe9

Please sign in to comment.