You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ageodataframe
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 ageodataframe
object as input will return ageodataframe
object containing the alpha shape geometry.The text was updated successfully, but these errors were encountered: