Skip to content

developmentseed/hrrr-icechunk

Repository files navigation

AWS PDS HRRR Virtualizarr Icechunk Pipeline

This repo contains AWS CDK infrastructure for managing real time updates to a NOAA HRRR Virtualizarr Icechunk store.

Getting started

This project uses uv to manage dependencies and virtual environments. To install this, please visit the uv installation documentation for instructions.

Development

Install dependencies for resolving references in your favorite IDE:

uv sync --all-groups
source .venv/bin/activate
nodeenv -m .venv -p --node=22.19.0
hash -r
npm install aws-cdk
uv run pre-commit install

Dotenv

This project uses a .env ("dotenv") file to help manage application settings for the environments we support (dev and prod).

You can use the env.sample as a starting point for populating settings.

Deployment

uv run --env-file .env.sample -- npx cdk diff

or using an environment variable,

UV_ENV_FILE=.env.dev uv run npx cdk diff

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published