egu22pygmt icon indicating copy to clipboard operation
egu22pygmt copied to clipboard

Crafting beautiful maps with PyGMT at EGU22

Results 4 egu22pygmt issues
Sort by recently updated
recently updated
newest added

hello, im trying to open this in binder but it is showing the following error ![Capture](https://github.com/GenericMappingTools/egu22pygmt/assets/134096481/de515dce-04fb-4be5-aee0-883e9387e030) 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...

bug

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.