-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.testingtype: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
Running system tests locally produces the following (under Python 3.8, if it matters, on the v3 branch):
UserWarning: Geometry is in a geographic CRS. Results from 'area' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.
The tests should be refactored to not cause these warnings.
FWIW, there is one other Shapely deprecation warning, but that is caused by Pandas core, no our own code.
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.testingtype: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.