Skip to content

Claude/debug local setup kxs at#2

Merged
smeisens merged 5 commits into
hybrid-2.0from
claude/debug-local-setup-kxsAT
Jan 28, 2026
Merged

Claude/debug local setup kxs at#2
smeisens merged 5 commits into
hybrid-2.0from
claude/debug-local-setup-kxsAT

Conversation

@smeisens
Copy link
Copy Markdown
Owner

No description provided.

claude and others added 5 commits January 28, 2026 06:13
The final stage was missing npm install, which caused runtime errors
because dependencies like geo-tz data files were not available.

https://claude.ai/code/session_01AyytHmyNaRfEtfMw5RUod8
The prepareData.sh script uses wget to download ocean mask and MOD16
GeoTIFF files, but wget was not installed in the Alpine build stage.

https://claude.ai/code/session_01AyytHmyNaRfEtfMw5RUod8
The original data source (files.ntsg.umt.edu) is no longer available.
Instead of compiling the ETo baseline data from source GeoTIFF files,
download the pre-built binary from wetter.arch-sigi.de.

This significantly speeds up the build process and removes dependencies
on external NASA/UMT servers.

https://claude.ai/code/session_01AyytHmyNaRfEtfMw5RUod8
- Remove build_eto stage entirely (no more C compilation needed)
- Copy pre-built Baseline_ETo_Data.bin directly from repository
- Add .gitattributes for Git LFS tracking of large binary

To complete setup, run:
  git lfs install
  cp /path/to/Baseline_ETo_Data.bin baselineEToData/
  git add baselineEToData/Baseline_ETo_Data.bin
  git push

https://claude.ai/code/session_01AyytHmyNaRfEtfMw5RUod8
@smeisens smeisens merged commit 635e60b into hybrid-2.0 Jan 28, 2026
4 of 6 checks passed
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.

2 participants