Skip to content

Instantly share code, notes, and snippets.

@abhishekmamdapure
Created June 11, 2020 08:52
Show Gist options
  • Save abhishekmamdapure/c9bf56102fe13e3606dcf8948d0a7434 to your computer and use it in GitHub Desktop.
Save abhishekmamdapure/c9bf56102fe13e3606dcf8948d0a7434 to your computer and use it in GitHub Desktop.
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