Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

0.11.7 > 0.14.0#16

Open
graphific wants to merge 436 commits into20treeAI:mainfrom
developmentseed:main
Open

0.11.7 > 0.14.0#16
graphific wants to merge 436 commits into20treeAI:mainfrom
developmentseed:main

Conversation

@graphific
Copy link
Copy Markdown

No description provided.

vincentsarago and others added 26 commits December 11, 2024 10:45
* make placemarks toggleable with a button or the 'b' key

---------

Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com>
* show rasterio versions in healthz endpoint

* simplify json versions returned

* adjust healtz test for new output

* fix tests

* update changelog

---------

Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
Bumps the all group with 1 update: [helm/kind-action](https://github.com/helm/kind-action).


Updates `helm/kind-action` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… urlencode (#1050)

* improve query string handling in LowerCaseQueryStringMiddleware using urlencode

* fix import order

* update changelog

---------

Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
…classes (#1048)

* migrate: bootstrap5, remove unused css, fix indent, reuse bs classes

* DOC: changes.md
* switch from black to ruff-format

* update ruff version
)

* refactor: add core.utils.bounds_to_geometry to reuse in factories

* Update src/titiler/core/titiler/core/utils.py

* update changelog

* lint

---------

Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
* refactor: simplify image format dtype validation

* DOC: changes.md

---------

Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
* fixes a bug where the WMTS BoundingBox coordinates flipped incorrectly
if boundingbox element is used, as the coords must match the CRS order

updates WMTS XML template to avoid placing extra new lines in various
places

* fixed typo in import

* updated changelog, removed experimental change in wmts template that is needed for another pending pr

* reformatting

---------

Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
* refactor render dependencies

* fix
* Render Extension
Render extension started during STAC render sprint in SatSummit Lisbon 2024.

- listing (or showing to please Vincent)

Please contribute to complete the feature to

- generate the final XYZ link for rendering following the rules in STAC extensions
- add a dedicated endpoint for render XYZ

* feat(stac): add render extenstions support

* remove unnecessary item.json file

* Rework the response structure to include links.

* rename renderExtension -> stacRenderExtension

* add tests for stacRenderExtension

* add test for extra param

* docs and docstrings

* fix typing in python 3.8

* Move out query params validation

* edits

* update changelog

---------

Co-authored-by: Emmanuel Mathot <emmanuel.mathot@gmail.com>
Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
Bumps the all group with 1 update: [helm/kind-action](https://github.com/helm/kind-action).


Updates `helm/kind-action` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* pin zarr package to >2.0,<3.0

* fix python version for ci
* create uniq docker image

* remove test values file and update image repository in values.yaml

* update deployment configuration to use command and args from values.yaml

* refactor deployment configuration to use array syntax for command and args in values.yaml

* update changelog and ensure compatibility

* update python for ci

---------

Co-authored-by: Emmanuel Mathot <emmanuel.mathot@gmail.com>
vincentsarago and others added 30 commits February 27, 2026 00:28
Update docs analytics to use developmentseed.org so TiTiler traffic reports to the shared Plausible site.
Update docs analytics to use developmentseed.org so TiTiler traffic reports to the shared Plausible site.
Undo shared analytics domain grouping and restore the TiTiler-specific Plausible domain value.
Replace the legacy Plausible loader with the current titiler site-specific script while preserving docs tracking hooks.
Keep the existing production domain key in docs config while updating only the Plausible script snippet.
…mentseed-org

Chore/update plausible snippet
#1334)

* fix: reset pixel_selection state per feature in statistics endpoint

When processing a FeatureCollection with multiple distinct features,
the pixel_selection object (e.g. FirstMethod) retained its internal
mosaic array state from the previous feature. If features had different
geometries producing different pixel dimensions, this caused a
ValueError in numpy broadcasting:

  ValueError: operands could not be broadcast together with shapes (1,7,15) (1,4,11)

The fix creates a fresh pixel_selection instance for each feature in
the FeatureCollection loop, ensuring no stale state carries over.

* fix mosaic pixelselection dependency

---------

Co-authored-by: RasterBlaster <rasterblaster@Sravanthis-MacBook-Air.local>
Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
* add failing test

* fix: allow : characters in xarray sel parameters

resolves #1335

* chore: update changelog

* add one more test

* add one more test

* update changelog

---------

Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
Bumps the all group with 2 updates in the / directory: [helm/kind-action](https://github.com/helm/kind-action) and [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials).


Updates `helm/kind-action` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@v1.13.0...v1.14.0)

Updates `aws-actions/configure-aws-credentials` from 5 to 6
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@v5...v6)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: aws-actions/configure-aws-credentials
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `6` | `7` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3` | `4` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` |
| [docker/login-action](https://github.com/docker/login-action) | `3` | `4` |
| [docker/metadata-action](https://github.com/docker/metadata-action) | `5` | `6` |


Updates `docker/build-push-action` from 6 to 7
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6...v7)

Updates `docker/setup-qemu-action` from 3 to 4
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v3...v4)

Updates `docker/setup-buildx-action` from 3 to 4
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3...v4)

Updates `docker/login-action` from 3 to 4
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v3...v4)

Updates `docker/metadata-action` from 5 to 6
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: docker/setup-qemu-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: docker/setup-buildx-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: docker/login-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: docker/metadata-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: make point query work for mosaic factory in map.html

* fix: do not render asset name

* fix: gracefully handle 204/nodata responses

* chore: update changelog
Bumps the all group with 1 update: [azure/setup-helm](https://github.com/azure/setup-helm).


Updates `azure/setup-helm` from 4 to 5
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)
- [Commits](Azure/setup-helm@v4...v5)

---
updated-dependencies:
- dependency-name: azure/setup-helm
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add openapi parameters for tile dependencies in WMTS endpoints

* fix

* add plans

* update mosaic extension

* change; reduce calls to crs methods
…1327)

* fix(algorithm): handle mask type compatibility in contours algorithm

Fixes #1326

The contours algorithm was failing with 'ufunc invert not supported'
error when img.mask had an incompatible data type for the bitwise
invert (~) operation. Convert mask to boolean type before inversion
to ensure compatibility with all numpy data types.

* Force push of enhance-contours-algorithm

* remove empty

* fix

---------

Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
* ci: harden github actions

* ci: add zizmor in pre-commit and ci pipeline

* ci:  move from "deploy on every push to main" toward "deploy on published GitHub Release + manual dispatch.
* ci: setup trusted publishing and update xarray upstream test

* ci: fix zizmor issues

* Apply suggestion from @lhoupert

Co-authored-by: Loïc Houpert <10154151+lhoupert@users.noreply.github.com>

---------

Co-authored-by: Loïc Houpert <10154151+lhoupert@users.noreply.github.com>
* ci: setup trusted publishing and update xarray upstream test

* ci: fix zizmor issues

* ci: add conventional commit lint and release please

* ci: fix version check

* chore: version bump

* docs: update guide

* chore: update lock

* chore: add comments

* ci: add helm chart release

* chore: add section on helm versioning

* chore: remove bumpversion as not needed anymore

---------

Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
* ci: add ossf scorecard and security report

* chore: edit cronjob
* chore: release main

* fix: update readme

* chore: version from 2.1.1 to 2.1.2

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
Co-authored-by: Loïc Houpert <10154151+lhoupert@users.noreply.github.com>
* fix(ci): fix docker publish action for helm tag

* fix: fix helm chart version
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.