bellockk / alphashape

Toolbox for constructing alpha shapes.
MIT License
252 stars 28 forks source link

Include GeoPandas Integration #7

Closed bellockk closed 5 years ago

bellockk commented 5 years ago

Description

GeoPandas is a useful tool for dealing with GIS data that will have geographic data stored within an associated coordinate reference frame.

Include GeoPandas capability into the alphashape toolbox by allowing the user to supply a geodataframe as an input to the alphashape function. Include examples and a jupyter notebook demonstrating the capability.

What I Did

Called the alphashape function with a geodataframe as the input data.

What I Expected

To get back a geodataframe object containing the geometry of the alphashape.

Acceptance Criteria

Calling the alphashape function with a geodataframe object as input will return a geodataframe object containing the alpha shape geometry.

bellockk commented 5 years ago

GeoPandas integration is completed in the following commit.

9aff3b97bbe1a97fd95cc5e21490db6826769b71