Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Yvonne Fröhlich <[email protected]>
  • Loading branch information
michaelgrund and yvonnefroehlich authored Dec 26, 2024
1 parent 76ed9de commit b3e0e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gallery/lines/linestrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
gdf = gpd.read_file(geodatasets.get_path("eea large_rivers"))

# Convert object to EPSG 4326 coordinate system
gpd = gpd.to_crs("EPSG:4326")
gdf = gdf.to_crs("EPSG:4326")

fig = pygmt.Figure()

Expand Down

0 comments on commit b3e0e27

Please sign in to comment.