We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79676a3 commit d329560Copy full SHA for d329560
pygmt/helpers/tempfile.py
@@ -141,7 +141,7 @@ def tempfile_from_geojson(geojson):
141
# 32-bit integer overflow issue. Related issues:
142
# https://github.com/geopandas/geopandas/issues/967#issuecomment-842877704
143
# https://github.com/GenericMappingTools/pygmt/issues/2497
144
- if Version(gpd.__versions__) < Version("1"): # GeoPandas v0.x
+ if Version(gpd.__version__) < Version("1"): # GeoPandas v0.x
145
# The default engine 'fiona' supports the 'schema' parameter.
146
if geojson.index.name is None:
147
geojson.index.name = "index"
0 commit comments