python - How to draw minor rivers in Matplotlib basemap? -


I am plotting a very high resolution (100 meter resolution) map using Matplotlib Basemap. Everything looks good, except that I would not like to find Basmam a way to pull a small river which runs through the simulated area. Does anyone know how to do this ?!

  m = bassam (resolution = 'h', projection = 'stereo', width = 85000, height = 61000, \ latitude = 51.4255, wave = 51.4255, lon_0 = -106.225) .drawrivers ()  

You can try full resolution (resolution = ' F ')


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -