Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Overview

### HAZAMA
## HAZAMA

**Combining multi-source remote sensing imagery for reconstruction of spatio-temporal flood extent and depth database**
**HAZAMA, a scalable satellite-based platform for global flood hazard assessment that integrates multi-
source Earth observation data, advanced data-driven methods, and uncertainty-aware analysis
to support both scientific research and practical flood hazard applications under a changing
climate.**

### Project Structure

(not yet)

# Resources
## Resources

### Slides
https://docs.google.com/presentation/d/1sLopNjr3TdTDjE2u11mk9vXsgPQm07Gr2cjEPIDE3BM/edit?usp=sharing
https://docs.google.com/presentation/d/1IftdSCA70PMPZnFkhHU9nuh_z7nl_ruuAczWLiz6xlc/edit?usp=sharing

### Google drive
https://drive.google.com/drive/folders/1Y34PzrjlTWpENcRUFSVVVylxa8NOC-7e?usp=sharing
Expand Down
7 changes: 7 additions & 0 deletions docs/assignments.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@

###

checkout main branch and fetch first!
```
git checkout main
git pull origin main
```


7 changes: 6 additions & 1 deletion docs/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,9 @@ graph TD;
uv run ruff check --fix .
```
4. uv run pytest
5. Pull Request(PR)
5. Pull Request(PR)
```
git add .
git commit -m "..."
git push origin feature/setup-guide
```
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ test = [
where = ["src"]

[tool.ruff]
exclude = [
".git",
".venv",
"__pycache__",
"build",
"dist",
"data",
"outputs",
"demos",
]

line-length = 88
target-version = "py310"

Expand Down
15 changes: 7 additions & 8 deletions src/HAZAMA.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,17 @@ Requires-Dist: pytest-cov; extra == "test"

# Overview

### HAZAMA
## HAZAMA

**Combining multi-source remote sensing imagery for reconstruction of spatio-temporal flood extent and depth database**
**HAZAMA, a scalable satellite-based platform for global flood hazard assessment that integrates multi-
source Earth observation data, advanced data-driven methods, and uncertainty-aware analysis
to support both scientific research and practical flood hazard applications under a changing
climate.**

### Project Structure

(not yet)

# Resources
## Resources

### Slides
https://docs.google.com/presentation/d/1sLopNjr3TdTDjE2u11mk9vXsgPQm07Gr2cjEPIDE3BM/edit?usp=sharing
https://docs.google.com/presentation/d/1IftdSCA70PMPZnFkhHU9nuh_z7nl_ruuAczWLiz6xlc/edit?usp=sharing

### Google drive
https://drive.google.com/drive/folders/1Y34PzrjlTWpENcRUFSVVVylxa8NOC-7e?usp=sharing
Expand Down
Loading