Skip to content

Commit

Permalink
ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Mar 2, 2024
1 parent e963f9a commit 15124b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions landsat/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
LANDSAT_STAC_API = 'https://landsatlook.usgs.gov/stac-server'
LANDSAT_CATALOG = pystac_client.Client.open(LANDSAT_STAC_API)
LANDSAT_COLLECTION = 'landsat-c2l1'
LANDSAT_TILES = json.loads(
(Path(__file__).parent / 'tile_list.json').read_text()
)
LANDSAT_TILES = json.loads((Path(__file__).parent / 'tile_list.json').read_text())

MAX_PAIR_SEPARATION_IN_DAYS = 544
MAX_CLOUD_COVER_PERCENT = 60
Expand Down

0 comments on commit 15124b7

Please sign in to comment.