This repository was archived by the owner on Sep 19, 2023. It is now read-only.
forked from developmentseed/titiler
-
Notifications
You must be signed in to change notification settings - Fork 0
0.11.7 > 0.14.0 #16
Open
graphific
wants to merge
226
commits into
20treeAI:main
Choose a base branch
from
developmentseed:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
0.11.7 > 0.14.0 #16
Conversation
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
…_features_to_helm_chart
…atures_to_helm_chart Added HostPath, ImagePullSecret and TerminationGracePeriodSeconds support
Pydantic underwent a major API change in June-July 2023, from v1 to v2.
* sketch use of Annotated types * fix * fix2 * full round of annotations * more annotations * update dependencies * update changelog
* fixed custom extension docs * fixed example in extensions readme --------- Co-authored-by: Darell van der Voort <darellvdv@vidaX.local>
* update morecantile and rio-tiler versions * update statistics methods * update extensions * update cogeo-mosaic * remove mercantile * add boto3 * fix mosaic deps * fix and test algo * name * update jsonschema version * more mosaic tests * update stac extension * update changelog
* change openapi/docs url and update landing page * update tests
* add benchmark comparison * fix
* update to pydantic 2.0 and other dependencies * pin pydantic for mypy
…eters (#677) * fix: Lower case string middleware fails on pre signed url * test for lower case middleware query string stripping fix * note middleware fix in changelog --------- Co-authored-by: Jack Arthur Harrhy <me@jackharrhy.com>
* By default, load band at index 2 as blue band in cog and stac viewer * Make RGB loading logic in viewer more D.R.Y * update changelog --------- Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
* switch from black to ruff-format * update ruff version
* 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>
…1073) Bumps the all group with 1 update: [helm/chart-testing-action](https://github.com/helm/chart-testing-action). Updates `helm/chart-testing-action` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](helm/chart-testing-action@v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: helm/chart-testing-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>
* Fix type used for group argument in xarray tests * Fix test
* Support Zarr-Python 3 * Remove test-zarr-v2 deps * Update src/titiler/xarray/titiler/xarray/io.py Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com> * Update io.py * update changelog --------- Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com>
* Add slope algorithm * Add test for slope algorithm
* Add output min and max metadata to slope algorithm * Update changelog
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.