Skip to content

Feature/allegheny catalogs#31

Closed
zherbz wants to merge 5 commits intoDewberry:mainfrom
fema-ffrd:feature/allegheny_catalogs
Closed

Feature/allegheny catalogs#31
zherbz wants to merge 5 commits intoDewberry:mainfrom
fema-ffrd:feature/allegheny_catalogs

Conversation

@zherbz
Copy link
Copy Markdown
Contributor

@zherbz zherbz commented Feb 23, 2026

Ran stormhub for the Allegheny watershed and ran into some memory issues even when using an AWS EC2 with 100GB of RAM.

The issue was the script for generating the storm catalog kept getting killed due to OOM. The root cause of this was during the item creation where each item is saved to disk and then appended to the collection. The edit instead only saves to disk and returns None. Afterwards the items are added to the catalog by referencing memory on disk rather than memory in RAM.

The only relevant changes in the PR that should be merged are in the storm_catlog.py file.

@zherbz zherbz closed this Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant