Created
June 11, 2020 08:52
-
-
Save abhishekmamdapure/c9bf56102fe13e3606dcf8948d0a7434 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mp = Basemap(projection='merc', | |
llcrnrlon=68.42, # lower longitude | |
llcrnrlat=7.45, # lower latitude | |
urcrnrlon=99.98, # uppper longitude | |
urcrnrlat=37.78, # uppper latitude | |
resolution = 'i') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment