Skip to content

sig-gis/af-carbon-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Getting Started

1. Clone the repo

SSH:

git clone [email protected]:sig-gis/af-carbon-dash.git

HTTPS:

git clone https://github.com/sig-gis/af-carbon-dash.git

2. Install uv

This app uses uv for dependency managment. Read more about uv in the docs.

Install uv:

macOS/Linux

curl -LsSf https://astral.sh/uv/install.sh | sh

See the uv installation docs for Windows installation instructions

2b. (Optional) Manually activate the uv environment

You can skip this if you prefer to use uv run in Step 3.

If you prefer a manually activated environment:

uv sync
source .venv/bin/activate

This creates and activates the .venv, syncing dependencies from pyproject.toml and uv.lock.

3. Run the streamlit app

✅ Option A (Recommended): Without Manual Activation

This is the simplest method. It will:

  • Create .venv if needed
  • Sync dependencies
  • Run the app
uv run streamlit run carbon_dash.py

Option B: With Activated Environment

If you’ve activated the environment manually (see 2b):

streamlit run carbon_dash.py

About

Carbon Dashboard for American Forests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages