Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

WIP: Sync with titiler #7

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 11, 2023

  1. Update precommit config, and reformat code

    Change language_version from python3.7 to any python
    Bump to black 23.11.0.
    Remove extra comma in CustomPathParams.__post_init__() causing reformating.
    
    Reformated all code using black:
    
        git ls-files | grep "\.py" | xargs touch
        pre-commit  run -v --all-files
    f-skold committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    3566764 View commit details
    Browse the repository at this point in the history
  2. Sync with titiler (v0.7.0), WIP

    WIP: When running this. There is an issue that the CustomPathParams with two members
         sceneid and scene_metadata is passed as path_dependency.
         The user of that dependency assumes to get a string that is interpreted to be a sceneid, not get an object.
         **I would need some gudience on what changes to make.**
    
    Update version of (this) package to 0.1.0
    Use rio-tiler-pds and titiler 0.7.0.
    Advance aws-cdk version to 1.160.0
    
    The titiler package has been split into three packages, do refer to each of them.
    Update python imports and usage.
    
    (When trying to build using the old Dockerfile, the output was too big to be used in the old way.)
    Change to build a docker imaged based on AWS python image instead of creating a bundle that is
    overlayed on the AWS python environment.
    
    Changed several things in stack/app.py:
    * One thing had changed name to apigw_integrations.HttpLambdaIntegration
      and required a new id argument.
    * Use a docker image instead of using docker image to construct a usable zip for the python runtime
      FROM_IMAGE.
    f-skold committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    d814d15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fd1003 View commit details
    Browse the repository at this point in the history
  4. Try to solve CustomPathParams

    Add wheel to use with corrections
    Update dockerfile
    Try to see if we could pass the correct thing.
    f-skold committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    724dd8f View commit details
    Browse the repository at this point in the history
  5. docstring __str__

    f-skold committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    620f8fb View commit details
    Browse the repository at this point in the history
  6. another try

    f-skold committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    c6bc1d6 View commit details
    Browse the repository at this point in the history