-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/stormlit lakehouse #124
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
Merged
Merged
Changes from 21 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
84b6eda
new modules for lakehouse
zherbz aff90e2
updated landing page
zherbz 7067e3a
removed outdated code
zherbz 3651736
removed queries and replaced with iceberg methods
zherbz 8536163
multi-project refactor for meteorology
zherbz 0cc380b
moved file into same folder as other db files for consistency
zherbz 2a1a17b
updated template
zherbz c7beca8
clipped the 72 accumulated precip to the transpo domain
zherbz db1356e
cleaned up session state
zherbz 3db8f1d
cleaned up projects functions
zherbz 690bfda
updated inputs to use config path directly
zherbz c35dcea
cleanup and reorganized layout
zherbz 8aeae4a
ruff format
zherbz b25d3aa
removed aws region from env collection
zherbz 7bff883
removed unused import
zherbz 681f7cf
removed unused import
zherbz 1025309
multi-project toggle
zherbz 48820f6
iceberg lakehouse etl
zherbz f23f645
tornado version bump
zherbz 5a546b0
ruff formatting
zherbz 5718e81
ruff format
zherbz 313e0e4
pinned rioxarray
zherbz a839770
added rioxarry with noqa comment
zherbz cf6d1aa
reconfigured pg env vars
zherbz 2253ae9
multi-project reconfig
zherbz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| 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= | ||
This file contains hidden or 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
This file contains hidden or 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
| 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 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.