Bathymetry maps in Python

5.4k Views Asked by At

After searching I've still not been able to locate whether it is possible to create bathymetry maps using python. I can't seem to find this feature with Basemap, so would anyone have any clue as to how I can go about doing this, if possible?

1

There are 1 best solutions below

0
On

As iFlo mentioned on the comments, you could do it with Matplotlib. I came across these examples: