Skip to content

Commit

Permalink
/deploy sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Feb 15, 2024
1 parent 53ec4cd commit 8750817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions podaac/tig/tig.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ def generate_images_group(self, image_format='png', nearest=False, world_file=Fa
# Image spans antimeridian, wrap it.
self.logger.debug("Region crosses 180/-180")
region = (southern, northern, -180, 180)

region = (-90, 90, -180, 180)
self.logger.info("region: %s", str(region))
height_deg = region[1] - region[0]
width_deg = region[3] - region[2]
Expand Down

0 comments on commit 8750817

Please sign in to comment.