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 426 commits into20treeAI:mainfrom
developmentseed:main
Open

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

Conversation

@graphific
Copy link

No description provided.

vincentsarago and others added 26 commits November 14, 2024 14:22
we don't use devseed.com anymore, so I just updated the URL. It redirects but would rather have people use the correct one.
Bumps the all group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).


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

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  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>
* define variable outside endpoint code

* fix tests
* update build backend and others

* update changelog
* 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>
vincentsarago and others added 29 commits February 11, 2026 17:59
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
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.