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 f9b7903 commit 84f87a5Copy full SHA for 84f87a5
pygmt/helpers/tempfile.py
@@ -132,7 +132,7 @@ def tempfile_from_geojson(geojson):
132
os.remove(tmpfile.name) # ensure file is deleted first
133
ogrgmt_kwargs = {"filename": tmpfile.name, "driver": "OGR_GMT", "mode": "w"}
134
try:
135
- # Map int/int64 to int32 because OGR_GMT only supports 32-bit integer
+ # Map int/int64 to int32 since OGR_GMT only supports 32-bit integer
136
# https://github.com/geopandas/geopandas/issues/967#issuecomment-842877704
137
# https://github.com/GenericMappingTools/pygmt/issues/2497
138
schema = gpd.io.file.infer_schema(geojson)
0 commit comments