You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ Example of application built with `titiler.xarray` [package](https://development
14
14
# It's recommended to install dependencies in a virtual environment
15
15
uv sync --dev
16
16
export TEST_ENVIRONMENT=true # set this when running locally to mock redis
17
+
#optional: Disable caching
18
+
#export TITILER_MULTIDIM_ENABLE_CACHE=false
17
19
uv run uvicorn titiler.multidim.main:app --reload
18
20
```
19
21
@@ -94,3 +96,4 @@ The following steps detail how to to setup and deploy the CDK stack from your lo
94
96
95
97
In AWS Lambda environment we need to have specific version of botocore, S3FS, FSPEC and other libraries.
96
98
To make sure the application will both work locally and in AWS Lambda environment you can install the dependencies using `python -m pip install -r infrastructure/aws/requirement-lambda.txt`
0 commit comments