You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/bin/deafricacoastlines-vector", line 8, in <module>
sys.exit(generate_vectors())
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1128, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1053, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 754, in invoke
return __callback(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/deafrica_coastlines/vector.py", line 1230, in generate_vectors
points_gdf.to_crs("EPSG:4326").to_file(
File "/usr/local/lib/python3.8/dist-packages/geopandas/geodataframe.py", line 1114, in to_file
_to_file(self, filename, driver, schema, index, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/geopandas/io/file.py", line 367, in _to_file
schema = infer_schema(df)
File "/usr/local/lib/python3.8/dist-packages/geopandas/io/file.py", line 428, in infer_schema
raise ValueError("Cannot write empty DataFrame to file.")
ValueError: Cannot write empty DataFrame to file.
The text was updated successfully, but these errors were encountered:
I think the ID is
50
The text was updated successfully, but these errors were encountered: