Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed plotting issues with
Fixed in issue that the input data clipping causes when warping an existing map to a hammer map. The clipping of the data confuses the bluemarble method when it tries to draw the background. Removing the call the bluemarble in logic to warp to a hammer map fixes the plotting
  • Loading branch information
sterlingmacleod authored May 7, 2025
commit b34a2267708d6aebaf5e2cb2d6e7c9f9d0a09b50
1 change: 0 additions & 1 deletion examples/warpimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
fig=plt.figure()
# define projection centered on North America.
m = Basemap(projection='hammer',lon_0=-100,resolution='l')
m.bluemarble(scale=0.5)
# draw coastlines.
m.drawcoastlines(linewidth=0.5,color='0.5')
# draw lat/lon grid lines every 30 degrees.
Expand Down