Add reproducible Yaounde boundary and 30 m grid pipeline - #1
Open
Omer-alt wants to merge 3 commits into
Open
Conversation
Catalogue Landsat 5, 7 and 8 scenes, calculate QA-valid coverage, evaluate common compositing windows, freeze exact scene identifiers, and add Day 2 reports and integrity tests.
- Rename day3/ to orchestration/ for clarity (orchestrates preflight, submit, finalize). - Add graceful skipping of empty epochs (1990, 1995, 2000) due to missing data. - Update OSM extraction to current Geofabrik layer names (remove _1 suffix). - Submit 11 EE tasks: 5 composites + 5 valid_count + 1 terrain (SRTM). - Add finalization with grid validation (EPSG:32632, 946x1278) and QA manifests. - Include 3 core unit tests: integrity, grid alignment, and count plausibility. - Update .gitignore to exclude raw OSM archives and EE checkpoints. - Freeze orchestrate_sources_v1.json reference for regression tests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR establishes the reproducible spatial reference framework for the Yaoundé pilot study.
Changes
(0, 0);Validation results
(0, 0)Reproduction
python -m pip install -e ".[dev]" make build-grid make visualize-grid make test-grid