Skip to content

Commit

Permalink
removing extra variables
Browse files Browse the repository at this point in the history
Co-authored-by: Chuck Daniels <[email protected]>
  • Loading branch information
SwordSaintLancelot and chuckwondo authored Jul 19, 2024
1 parent 3c9533a commit b9461f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hls_vi/generate_stac_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,7 @@ def cmr_to_item(hls_vi_metadata, endpoint, version):
process_projection(item, granule, band1_file)
process_view_geometry(item, granule)
process_scientific(item, granule)
# item.validate()
feature = item.to_dict()
return feature
return item.to_dict()


def create_item(hls_vi_metadata, out_json, endpoint, version):
Expand Down

0 comments on commit b9461f5

Please sign in to comment.