Hello all,
Can someone give some hint on how to produce gmt maps with google images?
Thanks a lot.
Regards,
João Rocha
Do you have any image? If so, try running gmt grdinfo
so see its information.
Yes, if you already the images (like Frederico said).
Trivial with GMT.jl
Awesome…i’ll give it a try.
Thanks a lot.
Thanks for sharing!
Is there’s any equivalent in PyGMT?
Hi @ncperdomo,
maybe pygmt.datasets.load_tile_map and pygmt.Figure.tilemap are helpful for you. We also have a related gallery example Tile maps.
Awesome. Very helpful. Thank you!