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

[ENH] add customizations to PointPatterns.__init__ #70

Open
3 tasks
jGaboardi opened this issue Aug 15, 2018 · 1 comment
Open
3 tasks

[ENH] add customizations to PointPatterns.__init__ #70

jGaboardi opened this issue Aug 15, 2018 · 1 comment

Comments

@jGaboardi
Copy link
Member

jGaboardi commented Aug 15, 2018

Currently, PointPatterns to takes a kwarg (attributes) to include all non-spatial data along with the coordinates as a simple bool. Moreover, this is a simple list of record attributes with no specific header information. As an enhancement:

  • allow for the specification of only certain columns in the dbf/gdf
  • include header information for each point attribute value.
  • other?
@jGaboardi
Copy link
Member Author

It may make sense to simply use a pandas.DataFrame here in place of the current implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
v2.0.0 Stable
  
To do
Development

No branches or pull requests

1 participant