Skip to content

Commit

Permalink
Update geospatial.py (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc authored Jan 24, 2025
1 parent a1351a2 commit fe9e72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satip/geospatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# Geographic bounds for various regions of interest, in order of min_lon, min_lat, max_lon, max_lat
# (see https://satpy.readthedocs.io/en/stable/_modules/satpy/scene.html)
GEOGRAPHIC_BOUNDS = {"UK": (-18, 40, 12, 72), "RSS": (-64, 16, 83, 69), "India": (60, 6, 97, 37)}
GEOGRAPHIC_BOUNDS = {"UK": (-18., 38., 12., 72.), "RSS": (-64, 16, 83, 69), "India": (60, 6, 97, 37)}


class Transformers:
Expand Down

0 comments on commit fe9e72e

Please sign in to comment.