Skip to content

Commit

Permalink
Super utiles (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin authored Oct 15, 2024
1 parent 87ac2d4 commit ea58b9a
Show file tree
Hide file tree
Showing 17 changed files with 761 additions and 191 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
linux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
target: [x86_64, x86] #aarch64, armv7, s390x, ppc64le] # maybe add these back later can't bc of oxi-png + libdeflate?
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
# pytest --benchmark-disable

sdist:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build sdist
Expand All @@ -132,7 +132,7 @@ jobs:

release:
name: Release
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]
steps:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
- Docs/readme update
- Write/copy from planetiler/tippecanoe fails bc distinction between supported write schema and what is a recognized schema(s)
- Move `utiles-oxipng` to own crate/bin
- `edges` api to find "edge" tiles of collection of tiles

## Unreleased/Future

- `simplify`/`merge` function(s) optimized for faster merging and WAY less memory usage
- Parent methods now returns `None` if `z<=0`
- New command(s):
- `agg-hash` command that computes the `agg-tiles-hash` of a tiles-db as standardized by the martin/maplibre team (this supports more hash-types; `xxh3` appears to be the fastest and what utiles will likely default to if not `xxh64`)
- `commands` list all available commands (including hidden/dev/unimplemented commands)
Expand Down
Loading

0 comments on commit ea58b9a

Please sign in to comment.