egu22pygmt
egu22pygmt copied to clipboard
Crafting beautiful maps with PyGMT at EGU22
hello, im trying to open this in binder but it is showing the following error  what should i do? i am completely new to this platform both gmt and...
User reported at https://forum.generic-mapping-tools.org/t/not-able-to-draw-closed-polygons-using-pygmt/3663 that the `geopandas.GeoDataFrame` plot example in https://www.generic-mapping-tools.org/egu22pygmt/ecosystem.html isn't working. ```python fig.plot(data=world, pen="1p,black", close=True, color="+z", cmap=True, aspatial="Z=pop_est") ``` produces this error ``` plot [ERROR]: OGR parsing incomplete...
So that people know how to cite the short course. CITATION.cff file generated using https://citation-file-format.github.io/cff-initializer-javascript/#/start TODO: - [ ] Get a proper DOI and add it as an identifier https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#identifiers
I made a few updates in the mars_maps_extended.ipynb, correcting the colab version to install pygmt and a few errors in the code.