Skip to content

Commit

Permalink
reformatted eodatasets3/wagl.py with latest version of black
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Garcia authored and sixy6e committed Oct 27, 2020
1 parent 2c409d6 commit b08eade
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions eodatasets3/wagl.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,11 @@ def write_measurement_h5(
p.write_measurement_numpy(
name=name,
array=data,
grid_spec=images.GridSpec(shape=g.shape, transform=dst_trans, crs=dst_crs,),
grid_spec=images.GridSpec(
shape=g.shape,
transform=dst_trans,
crs=dst_crs,
),
nodata=(dst_nodata),
overviews=overviews,
overview_resampling=overview_resampling,
Expand Down Expand Up @@ -644,7 +648,10 @@ def package(
if include_oa:
with do("Starting OA", heading=True):
_unpack_observation_attributes(
p, included_products, granule_group, infer_datetime_range=None,
p,
included_products,
granule_group,
infer_datetime_range=None,
)
# infer_datetime_range=level1.platform.startswith("landsat"),
if granule.fmask_image:
Expand Down

0 comments on commit b08eade

Please sign in to comment.