Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eva Schiffer
UW-Glance
Commits
bd4120bf
Commit
bd4120bf
authored
Dec 28, 2021
by
Eva Schiffer
Browse files
fix print statement
parent
ff2f595e
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyglance/glance/graphics.py
View file @
bd4120bf
...
...
@@ -227,7 +227,7 @@ def create_cartopy_proj_objects (extents, out_proj4_str=None,) :
# lat_top = extents[3]
lon_mid
=
calculate_lon_mid
(
lon_left
,
lon_right
)
# handle lon wraparound case
# lat_mid = (lat_top + lat_bottom) / 2.
print
(
"Using central longitude: "
+
str
(
lon_mid
))
LOG
.
debug
(
"Using central longitude: "
+
str
(
lon_mid
))
# for now just use PlateCarree, in
# FUTURE we will want to pick projections based on our input so we could use x and y when desired
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment