We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2dc007 commit 8087c1cCopy full SHA for 8087c1c
examples/gallery/lines/linestrings.py
@@ -20,6 +20,7 @@
20
21
# Convert object to EPSG 4326 coordinate system
22
gdf = gdf.to_crs("EPSG:4326")
23
+print(gdf)
24
25
fig = pygmt.Figure()
26
0 commit comments