1
votes

I calculating a convex hull of some random coordinates with scipy.spatial.ConvexHull.

enter image description here

Now I want to increase the area by a given percentage. I have looked on scipy to find a method but I could not find any.

1

1 Answers

1
votes

I would recommend to use GeoPandas. GeoPandas will give you more options for geospatial data then scipy.

You can plot the data for example with plotly. The image shows a result with a scale factor of 2.

enter image description here