Skip to content

Commit

Permalink
Clean up under qaan area
Browse files Browse the repository at this point in the history
  • Loading branch information
ealerskans committed Jul 23, 2024
1 parent d2345f9 commit 7d817c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dlotter/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,8 @@ def projections(self,args:argparse.Namespace) -> None:
self.extent = [-57.6, -44.6, 66.0, 71.8]

if args.area == 'qaan':
#self.projection = ccrs.AlbersEqualArea(central_longitude=-52.0, central_latitude=63.2,
# false_easting=0.0, false_northing=0.0,
# standard_parallels=(20.0, 50.0), globe=None)
self.projection = ccrs.Stereographic(central_latitude=70, central_longitude=-42)
self.data_crs = ccrs.PlateCarree()
#self.extent = [-75.0, -62.6, 75.7, 78.6]
self.extent = [-75.0, -62.6, 75.8, 78.4]

return
Expand Down

0 comments on commit 7d817c0

Please sign in to comment.