Skip to content

Commit

Permalink
Update geobox to match data
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Mar 26, 2024
1 parent bf2602e commit 1054b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/test_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def check_odcgeo_geobox_load(index):
# Create mock odc-geo GeoBox
class ODC_geo_geobox:
compat = GeoBox(
100, 100, Affine(0.0002, 0.0, 153.45, 0.0, -0.0002, -28.9), "EPSG:4326"
500, 500, Affine(0.002, 0.0, 149.0, 0.0, -0.002, -35.0), "EPSG:4326"
)
coords = compat.coords

Expand Down

0 comments on commit 1054b0d

Please sign in to comment.