Skip to content

Commit

Permalink
✅ Update bbox coords in test_pystac_client_item_search
Browse files Browse the repository at this point in the history
Minor changes to the bounding box coordinates of the returned STAC item.
  • Loading branch information
weiji14 committed Apr 11, 2024
1 parent 558190d commit a1dfff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zen3geo/tests/test_datapipes_pystac_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ def test_pystac_client_item_search():

assert stac_item.bbox == [
149.965907628116,
-35.199398016548095,
152.10531016837078,
-32.972806586656844,
-35.199398016548116,
152.1053101683708,
-32.97280658665687,
]
assert stac_item.datetime.isoformat() == "2001-07-02T00:00:00+00:00"
assert stac_item.geometry["type"] == "Polygon"
Expand Down

0 comments on commit a1dfff2

Please sign in to comment.