-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce LatLngPoly and LatLngMultiPoly (#364)
* introduce LatLngPoly * LatLngPoly in files other than *.py * drop 3.7 tests * intro LatLngMultiPoly to .py files * ...and to non .py files * h3shape to just shape in .py files * Class names * function names * H3Shape -> Shape * filename * Revert "H3Shape -> Shape" This reverts commit 3897253. * Revert "filename" This reverts commit b263a3e. * revert * fix docs * fix what David found * rename params from `shape` to `h3shape` * ...and a few more * one more * def cells_to_h3shape(cells, *, tight=True)
- Loading branch information
Showing
12 changed files
with
152 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
strategy: | ||
matrix: | ||
os: [macos-latest, windows-latest, ubuntu-22.04] | ||
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] | ||
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.