Skip to content
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 17 additions & 7 deletions app/.env.template
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# Stormlit
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=us-east-1
STAC_API_URL=https://stac-api-dev.arc-apps.net # or http://stormlit-stac-api:8080 if running in docker compose
STAC_BROWSER_URL=https://fema-ffrd.github.io/stac-browser
LOCAL_FILE_DIRECTORY=/workspace/catalog
TITILER_API_URL=http://stormlit-titiler
FOLIUM_TITILER_URL=http://localhost:8000
AWS_REGION=
STAC_API_URL=
STAC_BROWSER_URL=
LOCAL_FILE_DIRECTORY=
TITILER_API_URL=
FOLIUM_TITILER_URL=
R_SERVICE=
STORMLIT_PROJECTS_FILE=
SHOW_SESSION_STATE=True
PG_HOST=
PG_DATABASE=
PG_USER=
PG_PASSWORD=
PG_PORT=
SHOW_SESSION_STATE=True

# Lakehouse
POSTGRES_HOST=
POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_PORT=
Comment thread
thwllms marked this conversation as resolved.
Outdated
5 changes: 5 additions & 0 deletions app/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,21 @@ dependencies:
- leafmap==0.55.0
- permetrics==2.0.0
- pipenv==2024.4.1
- pyiceberg==0.11.0
- pillow==12.1.1
- pygeohydro==0.19.4
- python-dotenv==1.0.1
- psycopg==3.3.2
- rashdf==0.7.2
- rasqc==0.0.4
- scipy==1.15.1
- shapely==2.0.6
- stac_geoparquet==0.7.0
- streamlit==1.54.0
- streamlit-folium==0.26.1
- streamlit-aggrid==1.1.0
- sqlalchemy==2.0.46
- s3fs==2025.3.2
- tornado==6.5.5
- urllib3==2.6.3
- zarr==3.1.5
5 changes: 5 additions & 0 deletions app/src/configs/projects.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
projects:
- name: Trinity
bucket: trinity-pilot
- name: South Platte
bucket: south-platte
225 changes: 0 additions & 225 deletions app/src/db/iceberg.py

This file was deleted.

Loading
Loading