Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include GeoPandas Integration #7

Closed
bellockk opened this issue May 3, 2019 · 1 comment
Closed

Include GeoPandas Integration #7

bellockk opened this issue May 3, 2019 · 1 comment

Comments

@bellockk
Copy link
Owner

bellockk commented May 3, 2019

  • Alpha Shape Toolbox version: v0.1.7
  • Python version: v3.7
  • Operating System: Fedora 29

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 pushed a commit that referenced this issue May 5, 2019
@bellockk
Copy link
Owner Author

bellockk commented May 5, 2019

GeoPandas integration is completed in the following commit.

9aff3b9

@bellockk bellockk closed this as completed May 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant