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

87 add option in points to h3 to define field containing score #90

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ioalexei
Copy link
Contributor

@ioalexei ioalexei commented Dec 2, 2024

Fixes #87

  • Added argument to specify score field in points_to_h3
    • pixel_counting_gvi score was being read as string - unsure which step this is introduced in but I've added a check for the specified score field that tries to convert it to numeric and returns an error if it can't.
  • Added argument to specify score field in create_webmap
  • Updated Readme to reflect new command options for points_to_h3 and create_webmap
  • Adds pinned dependency for h3 <4, which is a dependency of h3pandas (v4 of h3 instroduces breaking changes)

@ioalexei ioalexei linked an issue Dec 2, 2024 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

add option in points_to_h3 to define field containing score
1 participant