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

GeoJSON functions #301

Merged
merged 92 commits into from
Dec 30, 2023
Merged

GeoJSON functions #301

merged 92 commits into from
Dec 30, 2023

Conversation

ajfriend
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Nov 30, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c2a20d1) 100.00% compared to head (dc2f550) 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##            master      #301    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           18        18            
  Lines          389       513   +124     
==========================================
+ Hits           389       513   +124     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -19,7 +19,7 @@ on:

jobs:
make_sdist:
name: "SDist: ${{ matrix.os }}"
name: 'SDist: ${{ matrix.os }}'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were the quotes changed by a yaml formatter? If not I would recommend having this enforced by formatted rather than manual changes

src/h3/api/_api_template.py Outdated Show resolved Hide resolved
exclude:
- os: windows-latest
python-version: 3.5
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python 3.12 released recently, btw. But it may also be worth doing that in a different PR because they finally killed some deprecated features of setup.py and I don't know if we're impacted by any of them.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(So, maybe add '3.12' to this PR, but if it fails, roll it back and we dig into it in a follow-up PR?)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm anticipating some work to figure out the changes with 3.12, which will also involve updating the wheels matrix. I'd rather just do all the 3.12 work together in a separate PR.

@ajfriend
Copy link
Contributor Author

ajfriend commented Dec 4, 2023

Here's a rendered version of the tutorial notebook: https://gist.github.com/ajfriend/0b7de6153acdd6a1ca04cd9033285beb
Please share feedback!

I'm still not sure if I'll leave this as a notebook, or work it into the documentation website.

@ajfriend
Copy link
Contributor Author

ajfriend commented Dec 4, 2023

cc: @DahnJ, your feedback would be very valuable, since there's a lot here that would relate to https://github.com/DahnJ/H3-Pandas

src/h3/_h3shape.py Outdated Show resolved Hide resolved
src/h3/_h3shape.py Show resolved Hide resolved
src/h3/api/_api_template.py Outdated Show resolved Hide resolved
src/h3/api/_api_template.py Show resolved Hide resolved
src/h3/api/_api_template.py Outdated Show resolved Hide resolved
src/h3/_h3shape.py Show resolved Hide resolved
@ajfriend ajfriend merged commit 831d50b into master Dec 30, 2023
34 checks passed
@ajfriend ajfriend deleted the poly branch December 30, 2023 23:16
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.

5 participants