forked from developmentseed/titiler
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pv/generate tiles #15
Closed
Closed
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
In one of the examples in the documentation a type import was missing
…#444) * Make http error cache control behavior configurable. * Update parameter naming as requested by @vincentsarago.
* add reader_dependency * add backend_dependency and tests
developmentseed#464) Previously if multiple values for a query param were present on a request (e.g. for a `List[T] = Query(...)` param) only one of the values would be present after the `LowerCaseQueryStringMiddleware` ran.
* sketch * add metadata package * fix application * remove meta * try setup.py for meta package * update ci
* revert to setup.py * update changelog
Resolving errors Debugging issues More debugging More testing More debugging Fixing stac_pydantic issues More testing Fixes
Merge from upstream 0.14.0
More debugging Hmm Ok Reverting
Allowing additional CORS methods
#22) * add an optional env var config for mosaic lambda that will override the host header in the event, so that responses crafted use the desired external-facing domain instead of internal API gateway Co-authored-by: Phil Varner <[email protected]> * Update deployment/aws/lambda/handler.py
…ng warnings (#24) * update github action versions to use newer versions of nodejs, removing warnings
fix pydantic warnings
document development better
re-add parameters to mosaic render_tile that were previously removed inadvertently
* fix issue with mosaicing float-valued data to colormap by applying rescale
…chema lib (#29) * install pystac[validation] for >=1.8.4 for tests, as to include jsonschema lib * fix(tests): depend on pystac, not jsonschema --------- Co-authored-by: Pete Gadomski <[email protected]>
* add MOSAIC_TILE_TIMEOUT configuration * update jinja init
* pin lambda build dependencies * remove boto3 and botocore from zip * don't remove distinfo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.