transbigdata.transform_shape
- transbigdata.transform_shape(gdf, method)
Convert coordinates of all data. The input is the geographic elements’ DataFrame.
- Parameters:
gdf (GeoDataFrame) – Geographic elements
method (function) – The coordinate converting function
- Returns:
gdf – The result of converting
- Return type:
GeoDataFrame